diff --git a/app-admin/conky/conky-1.10.1.ebuild b/app-admin/conky/conky-1.10.1.ebuild index 86a87b87e642..be3ce3f1f88e 100644 --- a/app-admin/conky/conky-1.10.1.ebuild +++ b/app-admin/conky/conky-1.10.1.ebuild @@ -76,6 +76,8 @@ pkg_setup() { } src_prepare() { + epatch "${FILESDIR}/${P}-includewlan.patch" + # Allow user patches #478482 epatch_user } diff --git a/app-admin/conky/files/conky-1.10.1-includewlan.patch b/app-admin/conky/files/conky-1.10.1-includewlan.patch new file mode 100644 index 000000000000..82b09a749b9a --- /dev/null +++ b/app-admin/conky/files/conky-1.10.1-includewlan.patch @@ -0,0 +1,13 @@ +diff -Naur a/cmake/ConkyPlatformChecks.cmake b/cmake/ConkyPlatformChecks.cmake +--- a/cmake/ConkyPlatformChecks.cmake 2015-11-18 20:47:45.000000000 +0500 ++++ b/cmake/ConkyPlatformChecks.cmake 2016-01-31 20:04:58.036144590 +0500 +@@ -141,7 +141,8 @@ + endif(BUILD_MYSQL) + + if(BUILD_WLAN) +- check_include_file(iwlib.h IWLIB_H -D_GNU_SOURCE) ++ set(CMAKE_REQUIRED_DEFINITIONS -D_GNU_SOURCE) ++ check_include_files(iwlib.h IWLIB_H -D_GNU_SOURCE) + if(NOT IWLIB_H) + message(FATAL_ERROR "Unable to find iwlib.h") + endif(NOT IWLIB_H) diff --git a/app-admin/consul/consul-0.5.2-r1.ebuild b/app-admin/consul/consul-0.5.2-r1.ebuild index e95e2e7a6b17..57487ede25d6 100644 --- a/app-admin/consul/consul-0.5.2-r1.ebuild +++ b/app-admin/consul/consul-0.5.2-r1.ebuild @@ -47,6 +47,7 @@ IUSE="test web" RESTRICT="test" DEPEND=" + app-arch/zip >=dev-lang/go-1.4:= dev-go/go-crypto:= test? ( dev-go/go-tools ) diff --git a/app-admin/consul/consul-0.6.3.ebuild b/app-admin/consul/consul-0.6.3.ebuild index a2ff9c660b03..8e0ff8c78507 100644 --- a/app-admin/consul/consul-0.6.3.ebuild +++ b/app-admin/consul/consul-0.6.3.ebuild @@ -60,6 +60,7 @@ IUSE="test" RESTRICT="test" DEPEND=" + app-arch/zip >=dev-lang/go-1.4:= dev-go/go-crypto:= >=dev-go/go-tools-0_pre20160121" diff --git a/app-admin/consul/consul-9999.ebuild b/app-admin/consul/consul-9999.ebuild index deebbb42ff82..f6d1b09295e5 100644 --- a/app-admin/consul/consul-9999.ebuild +++ b/app-admin/consul/consul-9999.ebuild @@ -21,6 +21,7 @@ IUSE="test web" RESTRICT="test" DEPEND=" + app-arch/zip >=dev-lang/go-1.4:= dev-go/go-crypto:= test? ( dev-go/go-tools ) diff --git a/app-editors/tea/Manifest b/app-editors/tea/Manifest index e88b9d0ade6d..a68f959734dc 100644 --- a/app-editors/tea/Manifest +++ b/app-editors/tea/Manifest @@ -1,2 +1 @@ -DIST tea-41.0.0.tar.bz2 381891 SHA256 b20bfe3235a4f405bcd984adfabde2302a15cf8512e19f8b97bc43ce9911632b SHA512 aff52922be7650a23fcafe5a8106d5955bc7c68a901ad6a3982b71196ac8856939d3bc61236babbed21a749c2fc205510ef081ac35d7d33fcf2d2700ebb5cbaf WHIRLPOOL ed913f3fb424e47fbbecab445ccd9c34c9ad66befdda950fee05958459b87efad67cfea37548c5ab8456b849c860f0cd3ef59e386aaa99c01b5041dae02c1afc DIST tea-41.1.0.tar.bz2 381370 SHA256 65ea128739802b7626a5a59de12b0e885dcef7a83f7bcd06b6d3aea830ed8717 SHA512 a46e0cdfce5c7d453c7783c59ad98b2b029847ddcc8ce0655c6e1ae45825426ac1b271ca7ad90f0219d8f796f507f6bdba0f2c764c563c8c23503b94be817eb7 WHIRLPOOL a3d00f5e42a145be2a7f3bf846832bf2a7e95e957abf4c928118be7607adb57fddfb906fbedaf7fa51665b25629beae0fe5b4db40886f42dfcf5c166e43717b5 diff --git a/app-editors/tea/tea-41.0.0.ebuild b/app-editors/tea/tea-41.0.0.ebuild deleted file mode 100644 index 396aa853ef7b..000000000000 --- a/app-editors/tea/tea-41.0.0.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PLOCALES="de fr ru" - -inherit eutils l10n qmake-utils - -DESCRIPTION="Small, lightweight Qt text editor" -HOMEPAGE="http://semiletov.org/tea/ http://tea.ourproject.org/" -SRC_URI="http://semiletov.org/${PN}/dloads/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~x86 ~x86-fbsd" -IUSE="aspell hunspell" - -RDEPEND=" - dev-qt/qtcore:4 - dev-qt/qtgui:4 - sys-libs/zlib - aspell? ( app-text/aspell ) - hunspell? ( app-text/hunspell ) -" -DEPEND="${RDEPEND} - hunspell? ( virtual/pkgconfig ) -" - -DOCS=( AUTHORS ChangeLog NEWS TODO ) - -src_configure() { - eqmake4 src.pro \ - $(use aspell || echo CONFIG+=noaspell) \ - $(use hunspell || echo CONFIG+=nohunspell) -} - -src_install() { - dobin bin/tea - - newicon icons/tea-icon-v3-01.png ${PN}.png - make_desktop_entry ${PN} 'Tea Editor' - - # translations - insinto /usr/share/qt4/translations - local lang - for lang in $(l10n_get_locales); do - doins translations/${PN}_${lang}.qm - done - - # docs - dohtml manuals/en.html - if use linguas_ru; then - dodoc NEWS-RU - dohtml manuals/ru.html - fi -} diff --git a/app-editors/vim-qt/Manifest b/app-editors/vim-qt/Manifest index ba264146fb7e..98e341c3d008 100644 --- a/app-editors/vim-qt/Manifest +++ b/app-editors/vim-qt/Manifest @@ -1,2 +1 @@ -DIST vim-qt-20140827.tar.gz 12251966 SHA256 61eba646bf25fd3caa40943ecd91e5e7a813e11ca71d899e9e844e3f69e97a60 SHA512 0ab352a64f138e68059311908b2e4b0cbbec55c2fa889ff64f863670c3d1ee0022d26877175090d5c256eb1cdfaf7d23d385044a68e2eb8b50b1cdab2a20827f WHIRLPOOL ea397f465902796761c44e6521ab6b2660498d1e3ce4821d3265517ba1c72984b93e580549be921e156771f2ccbb86fce1c830035ad00513eb9e42c1f1ff6abd DIST vim-qt-20150102.tar.gz 12285083 SHA256 1a3553f491e7990d4256c3c70f2d9d1804c2de5c6ac2c12845b173ff3d531157 SHA512 37434ff6cbac3dd97e3c5cb328a857afa8a8ddc4cea7b3879a06b4dd418e5b7516a68dc5c2b0c9c8b6332d316fc593b120400eab04c444c0065f3b74ae2d682d WHIRLPOOL 60d9838532b25ad8c31638e51ccf82769382dccb420c070068537ad7c15314dbc2b5fd177ed9d57674b3f593937f3c539bdd7a98e305eab40059a29ae4bf2b09 diff --git a/app-editors/vim-qt/vim-qt-20140827-r3.ebuild b/app-editors/vim-qt/vim-qt-20140827-r3.ebuild deleted file mode 100644 index 6c21af0f9d99..000000000000 --- a/app-editors/vim-qt/vim-qt-20140827-r3.ebuild +++ /dev/null @@ -1,119 +0,0 @@ -# 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} ) -PYTHON_REQ_USE="threads" -inherit eutils fdo-mime flag-o-matic prefix python-single-r1 - -DESCRIPTION="Qt GUI version of the Vim text editor" -HOMEPAGE="https://bitbucket.org/equalsraf/vim-qt/wiki/Home" - -if [[ ${PV} == *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI=( - "https://bitbucket.org/equalsraf/${PN}.git" - "https://github.com/equalsraf/${PN}.git" - "git://gitorious.org/${PN}/${PN}.git" - ) - KEYWORDS="" -else - SRC_URI="https://github.com/equalsraf/${PN}/archive/package-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${PN}-package-${PV}" -fi - -LICENSE="vim" -SLOT="0" -IUSE="acl cscope debug lua luajit nls perl python racket ruby" - -REQUIRED_USE="luajit? ( lua ) - python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=">=app-eselect/eselect-vi-1.1.8 - >=app-editors/vim-core-7.4.417[acl?] - sys-libs/ncurses - >=dev-qt/qtcore-4.7.0:4 - >=dev-qt/qtgui-4.7.0:4 - acl? ( kernel_linux? ( sys-apps/acl ) ) - cscope? ( dev-util/cscope ) - lua? ( luajit? ( dev-lang/luajit ) - !luajit? ( dev-lang/lua[deprecated] ) ) - nls? ( virtual/libintl ) - perl? ( dev-lang/perl:= ) - python? ( ${PYTHON_DEPS} ) - racket? ( dev-scheme/racket ) - ruby? ( || ( dev-lang/ruby:2.0 dev-lang/ruby:1.9 ) )" -DEPEND="${RDEPEND} - dev-util/ctags - sys-devel/autoconf - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -pkg_setup() { - export LC_COLLATE="C" # prevent locale brokenness - use python && python-single-r1_pkg_setup -} - -src_prepare() { - # Read vimrc from /etc/vim/ - echo '#define SYS_VIMRC_FILE "'${EPREFIX}'/etc/vim/vimrc"' >> "${S}"/src/feature.h -} - -src_configure() { - use debug && append-flags "-DDEBUG" - - local myconf="--with-features=huge --disable-gpm --enable-multibyte" - myconf+=" $(use_enable acl)" - myconf+=" $(use_enable cscope)" - myconf+=" $(use_enable nls)" - myconf+=" $(use_enable lua luainterp)" - myconf+=" $(use_with luajit)" - myconf+=" $(use_enable perl perlinterp)" - myconf+=" $(use_enable racket mzschemeinterp)" - myconf+=" $(use_enable ruby rubyinterp)" - - if ! use cscope ; then - sed -i -e '/# define FEAT_CSCOPE/d' src/feature.h || die 'sed failed' - fi - - # keep prefix env contained within the EPREFIX - use prefix && myconf+=" --without-local-dir" - - if use python ; then - if [[ ${EPYTHON} == python3* ]] ; then - myconf+=" --enable-python3interp" - export vi_cv_path_python3="${PYTHON}" - else - myconf+=" --enable-pythoninterp" - export vi_cv_path_python="${PYTHON}" - fi - else - myconf+=" --disable-pythoninterp --disable-python3interp" - fi - - econf ${myconf} --enable-gui=qt --with-vim-name=qvim --with-modified-by=Gentoo-${PVR} -} - -src_install() { - dobin src/qvim - dosym qvim /usr/bin/qvimdiff - - dodir /usr/share/man/man1 - echo ".so vim.1" > "${ED}"/usr/share/man/man1/qvim.1 - echo ".so vimdiff.1" > "${ED}"/usr/share/man/man1/qvimdiff.1 - - # track https://bitbucket.org/equalsraf/vim-qt/issue/93/include-desktop-file-in-source - # for inclusion of desktop file - newmenu "${FILESDIR}"/vim-qt.desktop vim-qt.desktop - doicon -s 64 src/qt/icons/vim-qt.png -} - -pkg_postinst() { - fdo-mime_mime_database_update -} - -pkg_postrm() { - fdo-mime_mime_database_update -} diff --git a/app-editors/vim-qt/vim-qt-20150102-r1.ebuild b/app-editors/vim-qt/vim-qt-20150102-r1.ebuild index a83941d94f44..304449d7828c 100644 --- a/app-editors/vim-qt/vim-qt-20150102-r1.ebuild +++ b/app-editors/vim-qt/vim-qt-20150102-r1.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$ @@ -45,7 +45,7 @@ RDEPEND=" perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} ) racket? ( dev-scheme/racket ) - ruby? ( || ( dev-lang/ruby:2.0 dev-lang/ruby:1.9 ) )" + ruby? ( dev-lang/ruby:2.0 )" DEPEND="${RDEPEND} dev-util/ctags sys-devel/autoconf diff --git a/app-emulation/qemu/metadata.xml b/app-emulation/qemu/metadata.xml index 105327a8c5b6..d036967f112f 100644 --- a/app-emulation/qemu/metadata.xml +++ b/app-emulation/qemu/metadata.xml @@ -13,6 +13,9 @@ Enables firmware device tree support Enables GlusterFS cluster fileystem via sys-cluster/glusterfs + Enable TLS support for the VNC console server. + For 1.4 and newer this also enables WebSocket support. + For 2.0 through 2.3 also enables disk quorum support. Use gtk-2 instead of gtk-3 Enable direct iSCSI support via net-libs/libiscsi instead of indirectly via the Linux diff --git a/app-emulation/xen-tools/Manifest b/app-emulation/xen-tools/Manifest index fc36474f8d53..98368b39dc75 100644 --- a/app-emulation/xen-tools/Manifest +++ b/app-emulation/xen-tools/Manifest @@ -14,4 +14,6 @@ DIST xen-qemu-patches-0.tar.gz 3224 SHA256 ff1ac02a6d91e4abdbe069e1bb75d0b798def DIST xen-security-patches-5.tar.gz 8716 SHA256 afd114f2cb1b623ac1709d75c771006f91b5b2a0a0695f4da3d6aa6f6b340d9f SHA512 f2276759cb418e252052701f5e41e626e1d232098bd7e393e7e58286d356ef33f249c2f9d7b5b1219279de7c4c66832f0d4f761d36bc51e7c10cea973dd9882e WHIRLPOOL 18cb29a0fde10f1bac698c577713db1307c02408778b5d128a4f017ae8be6fba893feb9b8f09fe2d8164dc761d136190d1dbee8a3eb4caa35d8bf976a498d405 DIST xen-security-patches-6.tar.gz 8308 SHA256 b0dc1df6b27073a83b12a17a04a01e74af8c19a1c96d9dda580bb738eaab25f3 SHA512 b9155eef3f18e47288a6a6bb570a073d4c84449fe11fbac4c35cceaa4f7c06624597f63a8768bddd735c345b8c430aeee18b71f43e9b188de3cfa0cbf608dc0a WHIRLPOOL 9933ed07a2419170070a9eedfda200ec5ebef67b6b98c1b435793008c126347cdc8c0ef9ff2cb4fe0b7333ff51211545a3fe2ff726ca7c22d46f231d6d1e82aa DIST xen-security-patches-7.tar.xz 22604 SHA256 e831c71f830316f452eb8645a5e7ca497264587aa8b353945fd9535f485166e3 SHA512 051769f4118f5c6d5d961759f547526d3fb0e86a4c1dee265a7f0224f10a88e2217b5b5fcf8dbfc706a1ec3c8d1632ab688d3f70dfd89d830261dc7391dd41c2 WHIRLPOOL 8e6dfb4e1700a07e3e3207b67afaddc5d6aa6fd84db9b3e76bd9ff54f682740fed01070e5860bb5378d50903d5777b55dff88eb3444d45bdd63dba657889393d +DIST xen-security-patches-8.tar.gz 9416 SHA256 3c0e6e8428f1890c8dda72ac94244fa3d6611b3612ef59ffed29b59481806a12 SHA512 f5ee325a8b25079ea256cb5a2e039e6738dee999be6d9d91ade875663c36f72a086bcb0bd1bb243483afb921da401c5d7453fea7405323fdaf8cf6e06a221049 WHIRLPOOL c30f14bb8a1a3ad22a962d4050027fa89a373f742c3eb7a161e1490beb186c6221f24247cd84b07e7f266c38aae6ef386f2e4db29a4b43cceaaaa54b644bb4f1 +DIST xen-security-patches-9.tar.gz 9793 SHA256 2167d7bc2a631cf13d5b49c9577dbc8d128517e8ecbf90ef85c38f52ab3187aa SHA512 42f4997f35cc06333584a9a3c65366493094b60a6c67928b6165f3fb7d35d3a8f9dc0c3eadd4522de0d99bcc8511afba1d5e543396399b37983eb547abedca44 WHIRLPOOL 8abb68b4ac10fbc2b590c8a29cd2474d5392d3958542dad7f21ba4ad51c7541bb1686ed2629323e214c3e72b0de7212f25a4681f653d4179404c9f4c53e3d83a DIST xen-upstream-patches-0.tar.gz 2297 SHA256 bf21272ad029391d30bf31896efcadc75267538f6c7de5d239453f19659d58ee SHA512 3f5d60aaebd181bddab4dd02e0064de2f75672f44a687a7331fa40e81d56763fea84504081a449d11403b21ad0ba2dac075f0b1796809ef8d16e244f6be99e3d WHIRLPOOL 4ebe79c8f2ea1c45e88e59941e477ed5639dbca3fe95c9a67e07afb0f4b6fb8b7fea8e58422d7c8f906299e4f37c14b4db15200997e5a92b647df98fa93e10c7 diff --git a/app-emulation/xen-tools/xen-tools-4.5.2-r5.ebuild b/app-emulation/xen-tools/xen-tools-4.5.2-r5.ebuild new file mode 100644 index 000000000000..650d23dc5db7 --- /dev/null +++ b/app-emulation/xen-tools/xen-tools-4.5.2-r5.ebuild @@ -0,0 +1,475 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MY_PV=${PV/_/-} + +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='xml,threads' + +if [[ $PV == *9999 ]]; then + KEYWORDS="" + REPO="xen-unstable.hg" + EHG_REPO_URI="http://xenbits.xensource.com/${REPO}" + S="${WORKDIR}/${REPO}" + live_eclass="mercurial" +else + KEYWORDS="~amd64 ~arm ~arm64 ~x86" + UPSTREAM_VER= + SECURITY_VER=7 + # vars set to reflect https://dev.gentoo.org/~idella4/ + SEC_VER=8 + QEMU_VER=0 + # xen-tools's gentoo patches tarball + GENTOO_VER=4 + # xen-tools's gentoo patches version which apply to this specific ebuild + GENTOO_GPV=0 + # xen-tools ovmf's patches + OVMF_VER=1 + + SEABIOS_VER=1.7.5 + OVMF_PV=20150629 + + [[ -n ${UPSTREAM_VER} ]] && \ + UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz" + [[ -n ${SECURITY_VER} ]] && \ + SECURITY_PATCHSET_URI="https://dev.gentoo.org/~idella4/distfiles/${PN/-tools}-security-patches-${SECURITY_VER}.tar.xz + https://dev.gentoo.org/~idella4/distfiles/${PN/-tools}-security-patches-${SEC_VER}.tar.gz + https://dev.gentoo.org/~idella4/distfiles/${PN/-tools}-qemu-patches-${QEMU_VER}.tar.gz" + [[ -n ${GENTOO_VER} ]] && \ + GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-gentoo-patches-${GENTOO_VER}.tar.xz" + [[ -n ${OVMF_VER} ]] && \ + OVMF_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-ovmf-patches-${OVMF_VER}.tar.xz" + + SRC_URI="http://bits.xensource.com/oss-xen/release/${MY_PV}/xen-${MY_PV}.tar.gz + http://code.coreboot.org/p/seabios/downloads/get/seabios-${SEABIOS_VER}.tar.gz + https://dev.gentoo.org/~dlan/distfiles/seabios-${SEABIOS_VER}.tar.gz + ovmf? ( https://dev.gentoo.org/~dlan/distfiles/ovmf-${OVMF_PV}.tar.bz2 + ${OVMF_PATCHSET_URI} ) + ${UPSTREAM_PATCHSET_URI} + ${SECURITY_PATCHSET_URI} + ${GENTOO_PATCHSET_URI}" + + S="${WORKDIR}/xen-${MY_PV}" +fi + +inherit bash-completion-r1 eutils flag-o-matic multilib python-single-r1 toolchain-funcs udev ${live_eclass} + +DESCRIPTION="Xend daemon and tools" +HOMEPAGE="http://xen.org/" +DOCS=( README docs/README.xen-bugtool ) + +LICENSE="GPL-2" +SLOT="0" +# Inclusion of IUSE ocaml on stabalizing requires maintainer of ocaml to (get off his hands and) make +# >=dev-lang/ocaml-4 stable +# Masked in profiles/eapi-5-files instead +IUSE="api custom-cflags debug doc flask hvm qemu ocaml ovmf +pam python pygrub screen static-libs system-qemu system-seabios" + +REQUIRED_USE="hvm? ( || ( qemu system-qemu ) ) + ${PYTHON_REQUIRED_USE} + pygrub? ( python ) + ovmf? ( hvm ) + qemu? ( !system-qemu )" + +COMMON_DEPEND=" + dev-libs/lzo:2 + dev-libs/glib:2 + dev-libs/yajl + dev-libs/libaio + dev-libs/libgcrypt:0 + sys-libs/zlib +" + +DEPEND="${COMMON_DEPEND} + dev-python/lxml[${PYTHON_USEDEP}] + x86? ( sys-devel/dev86 + sys-power/iasl ) + pam? ( dev-python/pypam[${PYTHON_USEDEP}] ) + hvm? ( media-libs/libsdl ) + ${PYTHON_DEPS} + api? ( dev-libs/libxml2 + net-misc/curl ) + pygrub? ( $(python_gen_impl_dep ncurses) ) + ovmf? ( $(python_gen_impl_dep sqlite) ) + !amd64? ( >=sys-apps/dtc-1.4.0 ) + amd64? ( sys-devel/bin86 + system-seabios? ( sys-firmware/seabios ) + sys-firmware/ipxe + sys-devel/dev86 + sys-power/iasl ) + dev-lang/perl + app-misc/pax-utils + doc? ( + app-doc/doxygen + dev-python/markdown[${PYTHON_USEDEP}] + dev-tex/latex2html[png,gif] + media-gfx/graphviz + dev-tex/xcolor + media-gfx/transfig + dev-texlive/texlive-latexextra + virtual/latex-base + dev-tex/latexmk + dev-texlive/texlive-latex + dev-texlive/texlive-pictures + dev-texlive/texlive-latexrecommended + ) + hvm? ( x11-proto/xproto + !net-libs/libiscsi ) + qemu? ( x11-libs/pixman ) + system-qemu? ( app-emulation/qemu[xen] ) + ocaml? ( dev-ml/findlib + >=dev-lang/ocaml-4 )" + +RDEPEND="${COMMON_DEPEND} + sys-apps/iproute2 + net-misc/bridge-utils + screen? ( + app-misc/screen + app-admin/logrotate + ) + virtual/udev" + +# hvmloader is used to bootstrap a fully virtualized kernel +# Approved by QA team in bug #144032 +QA_WX_LOAD="usr/lib/xen/boot/hvmloader + usr/share/qemu-xen/qemu/s390-ccw.img" + +RESTRICT="test" + +pkg_setup() { + python-single-r1_pkg_setup + export "CONFIG_LOMOUNT=y" + + #bug 522642, disable compile tools/tests + export "CONFIG_TESTS=n" + + if has_version dev-libs/libgcrypt:0; then + export "CONFIG_GCRYPT=y" + fi + + if [[ -z ${XEN_TARGET_ARCH} ]] ; then + if use x86 && use amd64; then + die "Confusion! Both x86 and amd64 are set in your use flags!" + elif use x86; then + export XEN_TARGET_ARCH="x86_32" + elif use amd64 ; then + export XEN_TARGET_ARCH="x86_64" + elif use arm; then + export XEN_TARGET_ARCH="arm32" + elif use arm64; then + export XEN_TARGET_ARCH="arm64" + else + die "Unsupported architecture!" + fi + fi +} + +src_prepare() { + # Upstream's patchset + if [[ -n ${UPSTREAM_VER} ]]; then + einfo "Try to apply Xen Upstream patcheset" + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + EPATCH_OPTS="-p1" \ + epatch "${WORKDIR}"/patches-upstream + fi + + # Security patchset + if [[ -n ${SECURITY_VER} ]]; then + einfo "Try to apply Xen Security patcheset" + source "${WORKDIR}"/patches-security/${PV}.conf + # apply main xen patches + # Two parallel systems, both work + # Over time they may concdense into one. This will suffice for now + EPATCH_SUFFIX="patch" + EPATCH_FORCE="yes" + for i in ${XEN_SECURITY_MAIN}; do + epatch "${WORKDIR}"/patches-security/xen/$i + done + for i in "${WORKDIR}"/xen-sec/xsa*.patch; do + epatch $i + done + + # apply qemu-traditional patches + pushd "${S}"/tools/qemu-xen-traditional/ > /dev/null + for i in ${XEN_SECURITY_QEMUT}; do + epatch "${WORKDIR}"/patches-security/qemut/$i + done + for i in "${WORKDIR}"/qemu-patches/qemut/xsa*.patch; do + epatch $i + done + popd > /dev/null + + # apply qemu-xen/upstream patches + pushd "${S}"/tools/qemu-xen/ > /dev/null + for i in ${XEN_SECURITY_QEMUU}; do + epatch "${WORKDIR}"/patches-security/qemuu/$i + done + for i in "${WORKDIR}"/qemu-patches/qemuu/xsa*.patch; do + epatch $i + done + popd > /dev/null + fi + + # move before Gentoo patch, one patch should apply to seabios, to fix gcc-4.5.x build err + mv ../seabios-${SEABIOS_VER} tools/firmware/seabios-dir-remote || die + pushd tools/firmware/ > /dev/null + ln -s seabios-dir-remote seabios-dir || die + popd > /dev/null + + # Gentoo's patchset + if [[ -n ${GENTOO_VER} && -n ${GENTOO_GPV} ]]; then + einfo "Try to apply Gentoo specific patch set" + source "${FILESDIR}"/gentoo-patches.conf + _gpv=_gpv_${PN/-/_}_${PV//./}_${GENTOO_GPV} + for i in ${!_gpv}; do + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + epatch "${WORKDIR}"/patches-gentoo/$i + done + fi + + # Ovmf's patchset + if use ovmf; then + if [[ -n ${OVMF_VER} ]];then + einfo "Try to apply Ovmf patch set" + pushd "${WORKDIR}"/ovmf-*/ > /dev/null + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + EPATCH_OPTS="-p1" \ + epatch "${WORKDIR}"/patches-ovmf + popd > /dev/null + fi + mv ../ovmf-${OVMF_PV} tools/firmware/ovmf-dir-remote || die + fi + + mv tools/qemu-xen/qemu-bridge-helper.c tools/qemu-xen/xen-bridge-helper.c || die + + # Fix texi2html build error with new texi2html, qemu.doc.html + sed -i -e "/texi2html -monolithic/s/-number//" tools/qemu-xen-traditional/Makefile || die + + use api || sed -e "/SUBDIRS-\$(LIBXENAPI_BINDINGS) += libxen/d" -i tools/Makefile || die + sed -e 's:$(MAKE) PYTHON=$(PYTHON) subdirs-$@:LC_ALL=C "$(MAKE)" PYTHON=$(PYTHON) subdirs-$@:' \ + -i tools/firmware/Makefile || die + + # Drop .config, fixes to gcc-4.6 + sed -e '/-include $(XEN_ROOT)\/.config/d' -i Config.mk || die "Couldn't drop" + + # if the user *really* wants to use their own custom-cflags, let them + if use custom-cflags; then + einfo "User wants their own CFLAGS - removing defaults" + + # try and remove all the default cflags + find "${S}" \( -name Makefile -o -name Rules.mk -o -name Config.mk \) \ + -exec sed \ + -e 's/CFLAGS\(.*\)=\(.*\)-O3\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-march=i686\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-fomit-frame-pointer\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-g3*\s\(.*\)/CFLAGS\1=\2 \3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-O2\(.*\)/CFLAGS\1=\2\3/' \ + -i {} + || die "failed to re-set custom-cflags" + fi + + if ! use pygrub; then + sed -e '/^SUBDIRS-y += pygrub/d' -i tools/Makefile || die + fi + + if ! use python; then + sed -e '/^SUBDIRS-y += python$/d' -i tools/Makefile || die + fi + + if ! use hvm; then + sed -e '/SUBDIRS-$(CONFIG_X86) += firmware/d' -i tools/Makefile || die + # Bug 351648 + elif ! use x86 && ! has x86 $(get_all_abis); then + mkdir -p "${WORKDIR}"/extra-headers/gnu || die + touch "${WORKDIR}"/extra-headers/gnu/stubs-32.h || die + export CPATH="${WORKDIR}"/extra-headers + fi + + # Don't bother with qemu, only needed for fully virtualised guests + if ! use qemu; then + sed -e "s:install-tools\: tools/qemu-xen-traditional-dir:install-tools\: :g" -i Makefile || die + fi + + # Reset bash completion dir; Bug 472438 + sed -e "s:^BASH_COMPLETION_DIR ?= \$(CONFIG_DIR)/bash_completion.d:BASH_COMPLETION_DIR ?= $(get_bashcompdir):" \ + -i Config.mk || die + sed -i -e "/bash-completion/s/xl\.sh/xl/g" tools/libxl/Makefile || die + + # xencommons, Bug #492332, sed lighter weight than patching + sed -e 's:\$QEMU_XEN -xen-domid:test -e "\$QEMU_XEN" \&\& &:' \ + -i tools/hotplug/Linux/init.d/xencommons.in || die + + # respect multilib, usr/lib/libcacard.so.0.0.0 + sed -e "/^libdir=/s/\/lib/\/$(get_libdir)/" \ + -i tools/qemu-xen/configure || die + + #bug 518136, don't build 32bit exactuable for nomultilib profile + if [[ "${ARCH}" == 'amd64' ]] && ! has_multilib_profile; then + sed -i -e "/x86_emulator/d" tools/tests/Makefile || die + fi + + # use /var instead of /var/lib, consistat with previous ebuild + sed -i -e "/XEN_LOCK_DIR=/s/\$localstatedir/\/var/g" \ + m4/paths.m4 configure tools/configure || die + # use /run instead of /var/run + sed -i -e "/XEN_RUN_DIR=/s/\$localstatedir//g" \ + m4/paths.m4 configure tools/configure || die + + # uncomment lines in xl.conf + sed -e 's:^#autoballoon=:autoballoon=:' \ + -e 's:^#lockfile=:lockfile=:' \ + -e 's:^#vif.default.script=:vif.default.script=:' \ + -i tools/examples/xl.conf || die + + epatch_user +} + +src_configure() { + local myconf="--prefix=${PREFIX}/usr \ + --libdir=${PREFIX}/usr/$(get_libdir) \ + --libexecdir=${PREFIX}/usr/libexec \ + --disable-werror \ + --disable-xen \ + --enable-tools \ + --enable-docs \ + $(use_with system-qemu) \ + $(use_enable pam) \ + $(use_enable api xenapi) \ + $(use_enable ovmf) \ + $(use_enable ocaml ocamltools) \ + " + use system-seabios && myconf+=" --with-system-seabios=/usr/share/seabios/bios.bin" + use qemu || myconf+=" --with-system-qemu" + use amd64 && myconf+=" --enable-qemu-traditional" + econf ${myconf} +} + +src_compile() { + export VARTEXFONTS="${T}/fonts" + local myopt + use debug && myopt="${myopt} debug=y" + + use custom-cflags || unset CFLAGS + if test-flag-CC -fno-strict-overflow; then + append-flags -fno-strict-overflow + fi + + unset LDFLAGS + unset CFLAGS + emake V=1 CC="$(tc-getCC)" LD="$(tc-getLD)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" -C tools ${myopt} + + use doc && emake -C docs txt html + emake -C docs man-pages +} + +src_install() { + # Override auto-detection in the build system, bug #382573 + export INITD_DIR=/tmp/init.d + export CONFIG_LEAF_DIR=../tmp/default + + # Let the build system compile installed Python modules. + local PYTHONDONTWRITEBYTECODE + export PYTHONDONTWRITEBYTECODE + + emake DESTDIR="${ED}" DOCDIR="/usr/share/doc/${PF}" \ + XEN_PYTHON_NATIVE_INSTALL=y install-tools + + # Fix the remaining Python shebangs. + python_fix_shebang "${D}" + + # Remove RedHat-specific stuff + rm -rf "${D}"tmp || die + + if use doc; then + emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" install-docs + + dohtml -r docs/ + docinto pdf + dodoc ${DOCS[@]} + [ -d "${D}"/usr/share/doc/xen ] && mv "${D}"/usr/share/doc/xen/* "${D}"/usr/share/doc/${PF}/html + fi + + rm -rf "${D}"/usr/share/doc/xen/ + doman docs/man?/* + + newconfd "${FILESDIR}"/xendomains.confd xendomains + newconfd "${FILESDIR}"/xenstored.confd xenstored + newconfd "${FILESDIR}"/xenconsoled.confd xenconsoled + newinitd "${FILESDIR}"/xendomains.initd-r2 xendomains + newinitd "${FILESDIR}"/xenstored.initd xenstored + newinitd "${FILESDIR}"/xenconsoled.initd xenconsoled + newinitd "${FILESDIR}"/xencommons.initd xencommons + newconfd "${FILESDIR}"/xencommons.confd xencommons + newinitd "${FILESDIR}"/xenqemudev.initd xenqemudev + newconfd "${FILESDIR}"/xenqemudev.confd xenqemudev + + if use screen; then + cat "${FILESDIR}"/xendomains-screen.confd >> "${D}"/etc/conf.d/xendomains || die + cp "${FILESDIR}"/xen-consoles.logrotate "${D}"/etc/xen/ || die + keepdir /var/log/xen-consoles + fi + + # For -static-libs wrt Bug 384355 + if ! use static-libs; then + rm -f "${D}"usr/$(get_libdir)/*.a "${D}"usr/$(get_libdir)/ocaml/*/*.a + fi + + # for xendomains + keepdir /etc/xen/auto + + # Temp QA workaround + dodir "$(get_udevdir)" + mv "${D}"/etc/udev/* "${D}/$(get_udevdir)" + rm -rf "${D}"/etc/udev + + # Remove files failing QA AFTER emake installs them, avoiding seeking absent files + find "${D}" \( -name openbios-sparc32 -o -name openbios-sparc64 \ + -o -name openbios-ppc -o -name palcode-clipper \) -delete || die +} + +pkg_postinst() { + elog "Official Xen Guide and the offical wiki page:" + elog "https://wiki.gentoo.org/wiki/Xen" + elog "http://wiki.xen.org/wiki/Main_Page" + elog "" + elog "Recommended to utilise the xencommons script to config sytem At boot" + elog "Add by use of rc-update on completion of the install" + + # TODO: we need to have the current Python slot here. + if ! has_version "dev-lang/python[ncurses]"; then + echo + ewarn "NB: Your dev-lang/python is built without USE=ncurses." + ewarn "Please rebuild python with USE=ncurses to make use of xenmon.py." + fi + + if has_version "sys-apps/iproute2[minimal]"; then + echo + ewarn "Your sys-apps/iproute2 is built with USE=minimal. Networking" + ewarn "will not work until you rebuild iproute2 without USE=minimal." + fi + + if ! use hvm; then + echo + elog "HVM (VT-x and AMD-V) support has been disabled. If you need hvm" + elog "support enable the hvm use flag." + elog "An x86 or amd64 system is required to build HVM support." + fi + + if use qemu; then + elog "The qemu-bridge-helper is renamed to the xen-bridge-helper in the in source" + elog "build of qemu. This allows for app-emulation/qemu to be emerged concurrently" + elog "with the qemu capable xen. It is up to the user to distinguish between and utilise" + elog "the qemu-bridge-helper and the xen-bridge-helper. File bugs of any issues that arise" + fi + + if grep -qsF XENSV= "${ROOT}/etc/conf.d/xend"; then + echo + elog "xensv is broken upstream (Gentoo bug #142011)." + elog "Please remove '${ROOT%/}/etc/conf.d/xend', as it is no longer needed." + fi +} diff --git a/app-emulation/xen-tools/xen-tools-4.6.0-r9.ebuild b/app-emulation/xen-tools/xen-tools-4.6.0-r9.ebuild new file mode 100644 index 000000000000..2d03445f4799 --- /dev/null +++ b/app-emulation/xen-tools/xen-tools-4.6.0-r9.ebuild @@ -0,0 +1,469 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='ncurses,xml,threads' + +inherit eutils bash-completion-r1 flag-o-matic multilib python-single-r1 toolchain-funcs versionator + +MY_PV=${PV/_/-} +MAJOR_V="$(get_version_component_range 1-2)" + +if [[ $PV == *9999 ]]; then + inherit git-r3 + KEYWORDS="" + REPO="xen.git" + EGIT_REPO_URI="git://xenbits.xen.org/${REPO}" + S="${WORKDIR}/${REPO}" +else + KEYWORDS="~amd64 ~arm ~arm64 ~x86" + UPSTREAM_VER=0 + SECURITY_VER=7 + # vars set to reflect https://dev.gentoo.org/~idella4/ + # first instance of UPS_VER (usptream ver) + UPS_VER=0 + SEC_VER=9 + QEMU_VER=0 + # xen-tools's gentoo patches tarball + GENTOO_VER=4 + # xen-tools's gentoo patches version which apply to this specific ebuild + GENTOO_GPV=0 + # xen-tools ovmf's patches + OVMF_VER=1 + + SEABIOS_VER=1.8.2 + OVMF_PV=20150629 + + [[ -n ${UPSTREAM_VER} ]] && \ + UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz + https://dev.gentoo.org/~idella4/distfiles/${PN/-tools}-upstream-patches-${UPS_VER}.tar.gz" + [[ -n ${SECURITY_VER} ]] && \ + SECURITY_PATCHSET_URI="https://dev.gentoo.org/~idella4/distfiles/${PN/-tools}-security-patches-${SECURITY_VER}.tar.xz + https://dev.gentoo.org/~idella4/distfiles/${PN/-tools}-security-patches-${SEC_VER}.tar.gz + https://dev.gentoo.org/~idella4/distfiles/${PN/-tools}-qemu-patches-${QEMU_VER}.tar.gz" + [[ -n ${GENTOO_VER} ]] && \ + GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-gentoo-patches-${GENTOO_VER}.tar.xz" + [[ -n ${OVMF_VER} ]] && \ + OVMF_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-ovmf-patches-${OVMF_VER}.tar.xz" + + SRC_URI="http://bits.xensource.com/oss-xen/release/${MY_PV}/xen-${MY_PV}.tar.gz + http://code.coreboot.org/p/seabios/downloads/get/seabios-${SEABIOS_VER}.tar.gz + https://dev.gentoo.org/~dlan/distfiles/seabios-${SEABIOS_VER}.tar.gz + ovmf? ( https://dev.gentoo.org/~dlan/distfiles/ovmf-${OVMF_PV}.tar.bz2 + ${OVMF_PATCHSET_URI} ) + ${UPSTREAM_PATCHSET_URI} + ${SECURITY_PATCHSET_URI} + ${GENTOO_PATCHSET_URI}" + + S="${WORKDIR}/xen-${MY_PV}" +fi + +DESCRIPTION="Xen tools including QEMU and xl" +HOMEPAGE="http://xen.org/" +DOCS=( README docs/README.xen-bugtool ) + +LICENSE="GPL-2" +SLOT="0/${MAJOR_V}" +# Inclusion of IUSE ocaml on stabalizing requires maintainer of ocaml to (get off his hands and) make +# >=dev-lang/ocaml-4 stable +# Masked in profiles/eapi-5-files instead +IUSE="api custom-cflags debug doc flask hvm qemu ocaml ovmf +pam +qemu-traditional python pygrub screen sdl static-libs system-qemu system-seabios" + +REQUIRED_USE="hvm? ( || ( qemu system-qemu ) ) + ${PYTHON_REQUIRED_USE} + pygrub? ( python ) + ovmf? ( hvm ) + qemu? ( !system-qemu )" + +COMMON_DEPEND=" + dev-libs/lzo:2 + dev-libs/glib:2 + dev-libs/yajl + dev-libs/libaio + dev-libs/libgcrypt:0 + sys-libs/zlib +" + +DEPEND="${COMMON_DEPEND} + dev-python/lxml[${PYTHON_USEDEP}] + x86? ( sys-devel/dev86 + sys-power/iasl ) + pam? ( dev-python/pypam[${PYTHON_USEDEP}] ) + ${PYTHON_DEPS} + api? ( dev-libs/libxml2 + net-misc/curl ) + ovmf? ( $(python_gen_impl_dep sqlite) ) + !amd64? ( >=sys-apps/dtc-1.4.0 ) + amd64? ( sys-devel/bin86 + system-seabios? ( sys-firmware/seabios ) + sys-firmware/ipxe + sys-devel/dev86 + sys-power/iasl ) + dev-lang/perl + app-misc/pax-utils + doc? ( + app-doc/doxygen + dev-python/markdown[${PYTHON_USEDEP}] + dev-tex/latex2html[png,gif] + media-gfx/graphviz + dev-tex/xcolor + media-gfx/transfig + dev-texlive/texlive-latexextra + virtual/latex-base + dev-tex/latexmk + dev-texlive/texlive-latex + dev-texlive/texlive-pictures + dev-texlive/texlive-latexrecommended + ) + hvm? ( x11-proto/xproto + !net-libs/libiscsi ) + qemu? ( + x11-libs/pixman + sdl? ( media-libs/libsdl[X] ) + ) + system-qemu? ( app-emulation/qemu[xen] ) + ocaml? ( dev-ml/findlib + >=dev-lang/ocaml-4 )" + +RDEPEND="${COMMON_DEPEND} + sys-apps/iproute2[-minimal] + net-misc/bridge-utils + screen? ( + app-misc/screen + app-admin/logrotate + )" + +# hvmloader is used to bootstrap a fully virtualized kernel +# Approved by QA team in bug #144032 +QA_WX_LOAD="usr/lib/xen/boot/hvmloader + usr/share/qemu-xen/qemu/s390-ccw.img" + +RESTRICT="test" + +pkg_setup() { + python-single-r1_pkg_setup + export "CONFIG_LOMOUNT=y" + + #bug 522642, disable compile tools/tests + export "CONFIG_TESTS=n" + + if has_version dev-libs/libgcrypt:0; then + export "CONFIG_GCRYPT=y" + fi + + if [[ -z ${XEN_TARGET_ARCH} ]] ; then + if use x86 && use amd64; then + die "Confusion! Both x86 and amd64 are set in your use flags!" + elif use x86; then + export XEN_TARGET_ARCH="x86_32" + elif use amd64 ; then + export XEN_TARGET_ARCH="x86_64" + elif use arm; then + export XEN_TARGET_ARCH="arm32" + elif use arm64; then + export XEN_TARGET_ARCH="arm64" + else + die "Unsupported architecture!" + fi + fi +} + +src_prepare() { + # Upstream's patchset + if [[ -n ${UPSTREAM_VER} ]]; then + einfo "Try to apply Xen Upstream patch set" + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + EPATCH_OPTS="-p1" \ + epatch "${WORKDIR}"/patches-upstream \ + "${WORKDIR}"/libexec.patch + fi + + # Security patchset + if [[ -n ${SECURITY_VER} ]]; then + einfo "Try to apply Xen Security patch set" + source "${WORKDIR}"/patches-security/${PV}.conf + # apply main xen patches + # Two parallel systems, both work side by side + # Over time they may concdense into one. This will suffice for now + EPATCH_SUFFIX="patch" + EPATCH_FORCE="yes" + for i in ${XEN_SECURITY_MAIN}; do + epatch "${WORKDIR}"/patches-security/xen/$i + done + + for i in "${WORKDIR}"/xen-sec/xsa*.patch; do + epatch $i + done + + # apply qemu-traditional patches + pushd "${S}"/tools/qemu-xen-traditional/ > /dev/null + for i in ${XEN_SECURITY_QEMUT}; do + epatch "${WORKDIR}"/patches-security/qemut/$i + done + for i in "${WORKDIR}"/qemu-patches/qemut/xsa*.patch; do + epatch $i + done + popd > /dev/null + + # apply qemu-xen/upstream patches + pushd "${S}"/tools/qemu-xen/ > /dev/null + for i in ${XEN_SECURITY_QEMUU}; do + epatch "${WORKDIR}"/patches-security/qemuu/$i + done + for i in "${WORKDIR}"/qemu-patches/qemuu/xsa*.patch; do + epatch $i + done + popd > /dev/null + fi + + # move before Gentoo patch, one patch should apply to seabios, to fix gcc-4.5.x build err + mv ../seabios-${SEABIOS_VER} tools/firmware/seabios-dir-remote || die + pushd tools/firmware/ > /dev/null + ln -s seabios-dir-remote seabios-dir || die + popd > /dev/null + + # Gentoo's patchset + if [[ -n ${GENTOO_VER} && -n ${GENTOO_GPV} ]]; then + einfo "Try to apply Gentoo specific patch set" + source "${FILESDIR}"/gentoo-patches.conf + _gpv=_gpv_${PN/-/_}_${PV//./}_${GENTOO_GPV} + for i in ${!_gpv}; do + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + epatch "${WORKDIR}"/patches-gentoo/$i + done + fi + + # Ovmf's patchset + if [[ -n ${OVMF_VER} ]] && use ovmf; then + einfo "Try to apply Ovmf patch set" + pushd "${WORKDIR}"/ovmf-*/ > /dev/null + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + EPATCH_OPTS="-p1" \ + epatch "${WORKDIR}"/patches-ovmf + popd > /dev/null + mv ../ovmf-${OVMF_PV} tools/firmware/ovmf-dir-remote || die + fi + + mv tools/qemu-xen/qemu-bridge-helper.c tools/qemu-xen/xen-bridge-helper.c || die + + # Fix texi2html build error with new texi2html, qemu.doc.html + sed -i -e "/texi2html -monolithic/s/-number//" tools/qemu-xen-traditional/Makefile || die + + use api || sed -e "/SUBDIRS-\$(LIBXENAPI_BINDINGS) += libxen/d" -i tools/Makefile || die + sed -e 's:$(MAKE) PYTHON=$(PYTHON) subdirs-$@:LC_ALL=C "$(MAKE)" PYTHON=$(PYTHON) subdirs-$@:' \ + -i tools/firmware/Makefile || die + + # Drop .config, fixes to gcc-4.6 + sed -e '/-include $(XEN_ROOT)\/.config/d' -i Config.mk || die "Couldn't drop" + + # if the user *really* wants to use their own custom-cflags, let them + if use custom-cflags; then + einfo "User wants their own CFLAGS - removing defaults" + + # try and remove all the default cflags + find "${S}" \( -name Makefile -o -name Rules.mk -o -name Config.mk \) \ + -exec sed \ + -e 's/CFLAGS\(.*\)=\(.*\)-O3\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-march=i686\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-fomit-frame-pointer\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-g3*\s\(.*\)/CFLAGS\1=\2 \3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-O2\(.*\)/CFLAGS\1=\2\3/' \ + -i {} + || die "failed to re-set custom-cflags" + else + unset CFLAGS + unset LDFLAGS + unset ASFLAGS + unset CPPFLAGS + fi + + if ! use pygrub; then + sed -e '/^SUBDIRS-y += pygrub/d' -i tools/Makefile || die + fi + + if ! use python; then + sed -e '/^SUBDIRS-y += python$/d' -i tools/Makefile || die + fi + + if ! use hvm; then + sed -e '/SUBDIRS-$(CONFIG_X86) += firmware/d' -i tools/Makefile || die + # Bug 351648 + elif ! use x86 && ! has x86 $(get_all_abis); then + mkdir -p "${WORKDIR}"/extra-headers/gnu || die + touch "${WORKDIR}"/extra-headers/gnu/stubs-32.h || die + export CPATH="${WORKDIR}"/extra-headers + fi + + if use qemu; then + if use sdl; then + sed -i -e "s:\$\$source/configure:\0 --enable-sdl:" \ + tools/Makefile || die + else + sed -i -e "s:\${QEMU_ROOT\:\-\.}/configure:\0 --disable-sdl:" \ + tools/qemu-xen-traditional/xen-setup || die + sed -i -e "s:\$\$source/configure:\0 --disable-sdl:" \ + tools/Makefile || die + fi + else + # Don't bother with qemu, only needed for fully virtualised guests + sed -e "s:install-tools\: tools/qemu-xen-traditional-dir:install-tools\: :g" -i Makefile || die + fi + + # Reset bash completion dir; Bug 472438 + sed -e "s:^BASH_COMPLETION_DIR ?= \$(CONFIG_DIR)/bash_completion.d:BASH_COMPLETION_DIR ?= $(get_bashcompdir):" \ + -i Config.mk || die + sed -i -e "/bash-completion/s/xl\.sh/xl/g" tools/libxl/Makefile || die + + # xencommons, Bug #492332, sed lighter weight than patching + sed -e 's:\$QEMU_XEN -xen-domid:test -e "\$QEMU_XEN" \&\& &:' \ + -i tools/hotplug/Linux/init.d/xencommons.in || die + + # respect multilib, usr/lib/libcacard.so.0.0.0 + sed -e "/^libdir=/s/\/lib/\/$(get_libdir)/" \ + -i tools/qemu-xen/configure || die + + #bug 518136, don't build 32bit exactuable for nomultilib profile + if [[ "${ARCH}" == 'amd64' ]] && ! has_multilib_profile; then + sed -i -e "/x86_emulator/d" tools/tests/Makefile || die + fi + + # use /var instead of /var/lib, consistat with previous ebuild + sed -i -e "/XEN_LOCK_DIR=/s/\$localstatedir/\/var/g" \ + m4/paths.m4 configure tools/configure || die + # use /run instead of /var/run + sed -i -e "/XEN_RUN_DIR=/s/\$localstatedir//g" \ + m4/paths.m4 configure tools/configure || die + + # uncomment lines in xl.conf + sed -e 's:^#autoballoon=:autoballoon=:' \ + -e 's:^#lockfile=:lockfile=:' \ + -e 's:^#vif.default.script=:vif.default.script=:' \ + -i tools/examples/xl.conf || die + + epatch_user +} + +src_configure() { + local myconf="--prefix=${PREFIX}/usr \ + --libdir=${PREFIX}/usr/$(get_libdir) \ + --libexecdir=${PREFIX}/usr/libexec \ + --disable-werror \ + --disable-xen \ + --enable-tools \ + --enable-docs \ + $(use_with system-qemu) \ + $(use_enable pam) \ + $(use_enable api xenapi) \ + $(use_enable ovmf) \ + $(use_enable ocaml ocamltools) \ + --with-xenstored=$(usex ocaml 'oxenstored' 'xenstored') \ + " + + use system-seabios && myconf+=" --with-system-seabios=/usr/share/seabios/bios.bin" + use qemu || myconf+=" --with-system-qemu" + use amd64 && myconf+=" $(use_enable qemu-traditional)" + econf ${myconf} +} + +src_compile() { + export VARTEXFONTS="${T}/fonts" + local myopt + use debug && myopt="${myopt} debug=y" + + if test-flag-CC -fno-strict-overflow; then + append-flags -fno-strict-overflow + fi + + emake V=1 CC="$(tc-getCC)" LD="$(tc-getLD)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" -C tools ${myopt} + + use doc && emake -C docs txt html + emake -C docs man-pages +} + +src_install() { + # Override auto-detection in the build system, bug #382573 + export INITD_DIR=/tmp/init.d + export CONFIG_LEAF_DIR=../tmp/default + + # Let the build system compile installed Python modules. + local PYTHONDONTWRITEBYTECODE + export PYTHONDONTWRITEBYTECODE + + emake DESTDIR="${ED}" DOCDIR="/usr/share/doc/${PF}" \ + XEN_PYTHON_NATIVE_INSTALL=y install-tools + + # Fix the remaining Python shebangs. + python_fix_shebang "${D}" + + # Remove RedHat-specific stuff + rm -rf "${D}"tmp || die + + if use doc; then + emake DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" install-docs + + dohtml -r docs/ + docinto pdf + dodoc ${DOCS[@]} + [ -d "${D}"/usr/share/doc/xen ] && mv "${D}"/usr/share/doc/xen/* "${D}"/usr/share/doc/${PF}/html + fi + + rm -rf "${D}"/usr/share/doc/xen/ + doman docs/man?/* + + newconfd "${FILESDIR}"/xendomains.confd xendomains + newconfd "${FILESDIR}"/xenstored.confd xenstored + newconfd "${FILESDIR}"/xenconsoled.confd xenconsoled + newinitd "${FILESDIR}"/xendomains.initd-r2 xendomains + newinitd "${FILESDIR}"/xenstored.initd xenstored + newinitd "${FILESDIR}"/xenconsoled.initd xenconsoled + newinitd "${FILESDIR}"/xencommons.initd xencommons + newconfd "${FILESDIR}"/xencommons.confd xencommons + newinitd "${FILESDIR}"/xenqemudev.initd xenqemudev + newconfd "${FILESDIR}"/xenqemudev.confd xenqemudev + + if use screen; then + cat "${FILESDIR}"/xendomains-screen.confd >> "${D}"/etc/conf.d/xendomains || die + cp "${FILESDIR}"/xen-consoles.logrotate "${D}"/etc/xen/ || die + keepdir /var/log/xen-consoles + fi + + # For -static-libs wrt Bug 384355 + if ! use static-libs; then + rm -f "${D}"usr/$(get_libdir)/*.a "${D}"usr/$(get_libdir)/ocaml/*/*.a + fi + + # for xendomains + keepdir /etc/xen/auto + + # Remove files failing QA AFTER emake installs them, avoiding seeking absent files + find "${D}" \( -name openbios-sparc32 -o -name openbios-sparc64 \ + -o -name openbios-ppc -o -name palcode-clipper \) -delete || die +} + +pkg_postinst() { + elog "Official Xen Guide and the offical wiki page:" + elog "https://wiki.gentoo.org/wiki/Xen" + elog "http://wiki.xen.org/wiki/Main_Page" + elog "" + elog "Recommended to utilise the xencommons script to config sytem At boot" + elog "Add by use of rc-update on completion of the install" + + if ! use hvm; then + echo + elog "HVM (VT-x and AMD-V) support has been disabled. If you need hvm" + elog "support enable the hvm use flag." + elog "An x86 or amd64 system is required to build HVM support." + fi + + if use qemu; then + elog "The qemu-bridge-helper is renamed to the xen-bridge-helper in the in source" + elog "build of qemu. This allows for app-emulation/qemu to be emerged concurrently" + elog "with the qemu capable xen. It is up to the user to distinguish between and utilise" + elog "the qemu-bridge-helper and the xen-bridge-helper. File bugs of any issues that arise" + fi +} diff --git a/app-emulation/xen/Manifest b/app-emulation/xen/Manifest index 09ead71c99c3..645c1026d4db 100644 --- a/app-emulation/xen/Manifest +++ b/app-emulation/xen/Manifest @@ -5,4 +5,6 @@ DIST xen-4.6.1.tar.gz 19693042 SHA256 44cc2fccba1e147ef4c8da0584ce0f24189c8743de DIST xen-security-patches-0.tar.xz 5944 SHA256 c0456793064185f0781668264a09a2412a25e2ff8c4ce0d332204e37b94d7e96 SHA512 de812e66563e608548b220aa00c8fd71973af748a00cea79959f46a5b6893a38248d2ea455026af43f47e3f5e566d08b5a6f3d18f22e940d75d2a2ca76cec3d3 WHIRLPOOL 3e18d32798bdfe584ee8d102963090b569ec3660fd5723d8c608091e5c7d935c1edced5e258d92bf51fe06975455a3ae33dfedd01702c6076aedf97ea61f2d1b DIST xen-security-patches-5.tar.gz 8716 SHA256 afd114f2cb1b623ac1709d75c771006f91b5b2a0a0695f4da3d6aa6f6b340d9f SHA512 f2276759cb418e252052701f5e41e626e1d232098bd7e393e7e58286d356ef33f249c2f9d7b5b1219279de7c4c66832f0d4f761d36bc51e7c10cea973dd9882e WHIRLPOOL 18cb29a0fde10f1bac698c577713db1307c02408778b5d128a4f017ae8be6fba893feb9b8f09fe2d8164dc761d136190d1dbee8a3eb4caa35d8bf976a498d405 DIST xen-security-patches-6.tar.gz 8308 SHA256 b0dc1df6b27073a83b12a17a04a01e74af8c19a1c96d9dda580bb738eaab25f3 SHA512 b9155eef3f18e47288a6a6bb570a073d4c84449fe11fbac4c35cceaa4f7c06624597f63a8768bddd735c345b8c430aeee18b71f43e9b188de3cfa0cbf608dc0a WHIRLPOOL 9933ed07a2419170070a9eedfda200ec5ebef67b6b98c1b435793008c126347cdc8c0ef9ff2cb4fe0b7333ff51211545a3fe2ff726ca7c22d46f231d6d1e82aa +DIST xen-security-patches-8.tar.gz 9416 SHA256 3c0e6e8428f1890c8dda72ac94244fa3d6611b3612ef59ffed29b59481806a12 SHA512 f5ee325a8b25079ea256cb5a2e039e6738dee999be6d9d91ade875663c36f72a086bcb0bd1bb243483afb921da401c5d7453fea7405323fdaf8cf6e06a221049 WHIRLPOOL c30f14bb8a1a3ad22a962d4050027fa89a373f742c3eb7a161e1490beb186c6221f24247cd84b07e7f266c38aae6ef386f2e4db29a4b43cceaaaa54b644bb4f1 +DIST xen-security-patches-9.tar.gz 9793 SHA256 2167d7bc2a631cf13d5b49c9577dbc8d128517e8ecbf90ef85c38f52ab3187aa SHA512 42f4997f35cc06333584a9a3c65366493094b60a6c67928b6165f3fb7d35d3a8f9dc0c3eadd4522de0d99bcc8511afba1d5e543396399b37983eb547abedca44 WHIRLPOOL 8abb68b4ac10fbc2b590c8a29cd2474d5392d3958542dad7f21ba4ad51c7541bb1686ed2629323e214c3e72b0de7212f25a4681f653d4179404c9f4c53e3d83a DIST xen-upstream-patches-0.tar.gz 2297 SHA256 bf21272ad029391d30bf31896efcadc75267538f6c7de5d239453f19659d58ee SHA512 3f5d60aaebd181bddab4dd02e0064de2f75672f44a687a7331fa40e81d56763fea84504081a449d11403b21ad0ba2dac075f0b1796809ef8d16e244f6be99e3d WHIRLPOOL 4ebe79c8f2ea1c45e88e59941e477ed5639dbca3fe95c9a67e07afb0f4b6fb8b7fea8e58422d7c8f906299e4f37c14b4db15200997e5a92b647df98fa93e10c7 diff --git a/app-emulation/xen/xen-4.5.2-r5.ebuild b/app-emulation/xen/xen-4.5.2-r5.ebuild new file mode 100644 index 000000000000..7e17547a02eb --- /dev/null +++ b/app-emulation/xen/xen-4.5.2-r5.ebuild @@ -0,0 +1,192 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit eutils multilib mount-boot flag-o-matic python-any-r1 toolchain-funcs + +MY_PV=${PV/_/-} +MY_P=${PN}-${PV/_/-} + +if [[ $PV == *9999 ]]; then + inherit git-r3 + KEYWORDS="" + EGIT_REPO_URI="git://xenbits.xen.org/${PN}.git" + SRC_URI="" +else + KEYWORDS="~amd64 ~arm ~arm64 -x86" + UPSTREAM_VER= + SECURITY_VER=0 + # var set to reflect https://dev.gentoo.org/~idella4/ + SEC_VER=8 + GENTOO_VER= + + [[ -n ${UPSTREAM_VER} ]] && \ + UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz" + [[ -n ${SECURITY_VER} ]] && \ + SECURITY_PATCHSET_URI="https://dev.gentoo.org/~idella4/distfiles/${PN/-tools}-security-patches-${SECURITY_VER}.tar.xz + https://dev.gentoo.org/~idella4/distfiles/${PN/-tools}-security-patches-${SEC_VER}.tar.gz" + [[ -n ${GENTOO_VER} ]] && \ + GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-gentoo-patches-${GENTOO_VER}.tar.xz" + SRC_URI="http://bits.xensource.com/oss-xen/release/${MY_PV}/${MY_P}.tar.gz + ${UPSTREAM_PATCHSET_URI} + ${SECURITY_PATCHSET_URI} + ${GENTOO_PATCHSET_URI}" + +fi + +DESCRIPTION="The Xen virtual machine monitor" +HOMEPAGE="http://xen.org/" +LICENSE="GPL-2" +SLOT="0" +IUSE="custom-cflags debug efi flask xsm" + +DEPEND="${PYTHON_DEPS} + efi? ( >=sys-devel/binutils-2.22[multitarget] ) + !efi? ( >=sys-devel/binutils-2.22[-multitarget] )" +RDEPEND="" +PDEPEND="~app-emulation/xen-tools-${PV}" + +RESTRICT="test" + +# Approved by QA team in bug #144032 +QA_WX_LOAD="boot/xen-syms-${PV}" + +REQUIRED_USE="flask? ( xsm ) + arm? ( debug )" + +S="${WORKDIR}/${MY_P}" + +pkg_setup() { + python-any-r1_pkg_setup + if [[ -z ${XEN_TARGET_ARCH} ]]; then + if use x86 && use amd64; then + die "Confusion! Both x86 and amd64 are set in your use flags!" + elif use x86; then + export XEN_TARGET_ARCH="x86_32" + elif use amd64; then + export XEN_TARGET_ARCH="x86_64" + elif use arm; then + export XEN_TARGET_ARCH="arm32" + elif use arm64; then + export XEN_TARGET_ARCH="arm64" + else + die "Unsupported architecture!" + fi + fi + + if use flask ; then + export "XSM_ENABLE=y" + export "FLASK_ENABLE=y" + elif use xsm ; then + export "XSM_ENABLE=y" + fi +} + +src_prepare() { + # Upstream's patchset + if [[ -n ${UPSTREAM_VER} ]]; then + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + EPATCH_OPTS="-p1" \ + epatch "${WORKDIR}"/patches-upstream + fi + + if [[ -n ${SECURITY_VER} ]]; then + einfo "Try to apply Xen Security patcheset" + # apply main xen patches + # Two parallel systems, both work side by side + # Over time they may concdense into one. This will suffice for now + EPATCH_SUFFIX="patch" + EPATCH_FORCE="yes" + for i in ${XEN_SECURITY_MAIN}; do + epatch "${WORKDIR}"/patches-security/xen/$i + done + + for i in "${WORKDIR}"/xen-sec/xsa*.patch; do + epatch $i + done + fi + + # Gentoo's patchset + if [[ -n ${GENTOO_VER} ]]; then + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + epatch "${WORKDIR}"/patches-gentoo + fi + + # Drop .config + sed -e '/-include $(XEN_ROOT)\/.config/d' -i Config.mk || die "Couldn't drop" + + if use efi; then + epatch "${FILESDIR}"/${PN}-4.5-efi.patch + export EFI_VENDOR="gentoo" + export EFI_MOUNTPOINT="boot" + fi + + # if the user *really* wants to use their own custom-cflags, let them + if use custom-cflags; then + einfo "User wants their own CFLAGS - removing defaults" + # try and remove all the default custom-cflags + find "${S}" -name Makefile -o -name Rules.mk -o -name Config.mk -exec sed \ + -e 's/CFLAGS\(.*\)=\(.*\)-O3\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-march=i686\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-fomit-frame-pointer\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-g3*\s\(.*\)/CFLAGS\1=\2 \3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-O2\(.*\)/CFLAGS\1=\2\3/' \ + -i {} \; || die "failed to re-set custom-cflags" + fi + + # remove -Werror for gcc-4.6's sake + find "${S}" -name 'Makefile*' -o -name '*.mk' -o -name 'common.make' | \ + xargs sed -i 's/ *-Werror */ /' + # not strictly necessary to fix this + sed -i 's/, "-Werror"//' "${S}/tools/python/setup.py" || die "failed to re-set setup.py" + + epatch_user +} + +src_configure() { + use arm && myopt="${myopt} CONFIG_EARLY_PRINTK=sun7i" + + use debug && myopt="${myopt} debug=y" + + if use custom-cflags; then + filter-flags -fPIE -fstack-protector + replace-flags -O3 -O2 + else + unset CFLAGS + fi +} + +src_compile() { + # Send raw LDFLAGS so that --as-needed works + emake V=1 CC="$(tc-getCC)" LDFLAGS="$(raw-ldflags)" LD="$(tc-getLD)" -C xen ${myopt} +} + +src_install() { + local myopt + use debug && myopt="${myopt} debug=y" + + # The 'make install' doesn't 'mkdir -p' the subdirs + if use efi; then + mkdir -p "${D}"${EFI_MOUNTPOINT}/efi/${EFI_VENDOR} || die + fi + + emake LDFLAGS="$(raw-ldflags)" DESTDIR="${D}" -C xen ${myopt} install +} + +pkg_postinst() { + elog "Official Xen Guide and the unoffical wiki page:" + elog " https://wiki.gentoo.org/wiki/Xen" + elog " http://en.gentoo-wiki.com/wiki/Xen/" + + use efi && einfo "The efi executable is installed in boot/efi/gentoo" + + elog "You can optionally block the installation of /boot/xen-syms by an entry" + elog "in folder /etc/portage/env using the portage's feature INSTALL_MASK" + elog "e.g. echo ${msg} > /etc/portage/env/xen.conf" +} diff --git a/app-emulation/xen/xen-4.6.0-r9.ebuild b/app-emulation/xen/xen-4.6.0-r9.ebuild new file mode 100644 index 000000000000..b0eaa007988d --- /dev/null +++ b/app-emulation/xen/xen-4.6.0-r9.ebuild @@ -0,0 +1,197 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit eutils multilib mount-boot flag-o-matic python-any-r1 toolchain-funcs + +MY_PV=${PV/_/-} +MY_P=${PN}-${PV/_/-} + +if [[ $PV == *9999 ]]; then + inherit git-r3 + KEYWORDS="" + EGIT_REPO_URI="git://xenbits.xen.org/xen.git" + SRC_URI="" +else + KEYWORDS="~amd64 ~arm ~arm64 -x86" + UPSTREAM_VER=0 + SECURITY_VER=0 + # var set to reflect https://dev.gentoo.org/~idella4/ + # first instance of UPS_VER (usptream ver) + UPS_VER=0 + SEC_VER=9 + GENTOO_VER= + + [[ -n ${UPSTREAM_VER} ]] && \ + UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz + https://dev.gentoo.org/~idella4/distfiles/${PN}-upstream-patches-${UPS_VER}.tar.gz" + [[ -n ${SECURITY_VER} ]] && \ + SECURITY_PATCHSET_URI="https://dev.gentoo.org/~idella4/distfiles/${PN/-tools}-security-patches-${SECURITY_VER}.tar.xz + https://dev.gentoo.org/~idella4/distfiles/${PN}-security-patches-${SEC_VER}.tar.gz" + [[ -n ${GENTOO_VER} ]] && \ + GENTOO_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}-gentoo-patches-${GENTOO_VER}.tar.xz" + SRC_URI="http://bits.xensource.com/oss-xen/release/${MY_PV}/${MY_P}.tar.gz + ${UPSTREAM_PATCHSET_URI} + ${SECURITY_PATCHSET_URI} + ${GENTOO_PATCHSET_URI}" +fi + +DESCRIPTION="The Xen virtual machine monitor" +HOMEPAGE="http://xen.org/" +LICENSE="GPL-2" +SLOT="0" +IUSE="custom-cflags debug efi flask" + +DEPEND="${PYTHON_DEPS} + efi? ( >=sys-devel/binutils-2.22[multitarget] ) + !efi? ( >=sys-devel/binutils-2.22 )" +RDEPEND="" +PDEPEND="~app-emulation/xen-tools-${PV}" + +# no tests are available for the hypervisor +# prevent the silliness of /usr/lib/debug/usr/lib/debug files +# prevent stripping of the debug info from the /usr/lib/debug/xen-syms +RESTRICT="test splitdebug strip" + +# Approved by QA team in bug #144032 +QA_WX_LOAD="boot/xen-syms-${PV}" + +REQUIRED_USE="arm? ( debug )" + +S="${WORKDIR}/${MY_P}" + +pkg_setup() { + python-any-r1_pkg_setup + if [[ -z ${XEN_TARGET_ARCH} ]]; then + if use amd64; then + export XEN_TARGET_ARCH="x86_64" + elif use arm; then + export XEN_TARGET_ARCH="arm32" + elif use arm64; then + export XEN_TARGET_ARCH="arm64" + else + die "Unsupported architecture!" + fi + fi + + if use flask ; then + export "XSM_ENABLE=y" + export "FLASK_ENABLE=y" + fi +} + +src_prepare() { + # Upstream's patchset + if [[ -n ${UPSTREAM_VER} ]]; then + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + EPATCH_OPTS="-p1" \ + epatch "${WORKDIR}"/patches-upstream \ + "${WORKDIR}"/libexec.patch + fi + + if [[ -n ${SECURITY_VER} ]]; then + einfo "Try to apply Xen Security patcheset" + # apply main xen patches + # Two parallel systems, both work side by side + # Over time they may concdense into one. This will suffice for now + EPATCH_SUFFIX="patch" + EPATCH_FORCE="yes" + for i in ${XEN_SECURITY_MAIN}; do + epatch "${WORKDIR}"/patches-security/xen/$i + done + + for i in "${WORKDIR}"/xen-sec/xsa*.patch; do + epatch $i + done + fi + + # Gentoo's patchset + if [[ -n ${GENTOO_VER} ]]; then + EPATCH_SUFFIX="patch" \ + EPATCH_FORCE="yes" \ + epatch "${WORKDIR}"/patches-gentoo + fi + + epatch "${FILESDIR}"/${PN}-4.6-efi.patch + + # Drop .config + sed -e '/-include $(XEN_ROOT)\/.config/d' -i Config.mk || die "Couldn't drop" + + if use efi; then + export EFI_VENDOR="gentoo" + export EFI_MOUNTPOINT="boot" + fi + + # if the user *really* wants to use their own custom-cflags, let them + if use custom-cflags; then + einfo "User wants their own CFLAGS - removing defaults" + # try and remove all the default custom-cflags + find "${S}" -name Makefile -o -name Rules.mk -o -name Config.mk -exec sed \ + -e 's/CFLAGS\(.*\)=\(.*\)-O3\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-march=i686\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-fomit-frame-pointer\(.*\)/CFLAGS\1=\2\3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-g3*\s\(.*\)/CFLAGS\1=\2 \3/' \ + -e 's/CFLAGS\(.*\)=\(.*\)-O2\(.*\)/CFLAGS\1=\2\3/' \ + -i {} \; || die "failed to re-set custom-cflags" + fi + + # remove -Werror for gcc-4.6's sake + find "${S}" -name 'Makefile*' -o -name '*.mk' -o -name 'common.make' | \ + xargs sed -i 's/ *-Werror */ /' + # not strictly necessary to fix this + sed -i 's/, "-Werror"//' "${S}/tools/python/setup.py" || die "failed to re-set setup.py" + + epatch_user +} + +src_configure() { + use arm && myopt="${myopt} CONFIG_EARLY_PRINTK=sun7i" + + use debug && myopt="${myopt} debug=y" + + if use custom-cflags; then + filter-flags -fPIE -fstack-protector + replace-flags -O3 -O2 + else + unset CFLAGS + unset LDFLAGS + unset ASFLAGS + fi +} + +src_compile() { + # Send raw LDFLAGS so that --as-needed works + emake V=1 CC="$(tc-getCC)" LDFLAGS="$(raw-ldflags)" LD="$(tc-getLD)" -C xen ${myopt} +} + +src_install() { + local myopt + use debug && myopt="${myopt} debug=y" + + # The 'make install' doesn't 'mkdir -p' the subdirs + if use efi; then + mkdir -p "${D}"${EFI_MOUNTPOINT}/efi/${EFI_VENDOR} || die + fi + + emake LDFLAGS="$(raw-ldflags)" DESTDIR="${D}" -C xen ${myopt} install + + # make install likes to throw in some extra EFI bits if it built + use efi || rm -rf "${D}/usr/$(get_libdir)/efi" +} + +pkg_postinst() { + elog "Official Xen Guide and the unoffical wiki page:" + elog " https://wiki.gentoo.org/wiki/Xen" + elog " http://en.gentoo-wiki.com/wiki/Xen/" + + use efi && einfo "The efi executable is installed in boot/efi/gentoo" + + elog "You can optionally block the installation of /boot/xen-syms by an entry" + elog "in folder /etc/portage/env using the portage's feature INSTALL_MASK" + elog "e.g. echo ${msg} > /etc/portage/env/xen.conf" +} diff --git a/app-office/libreoffice-l10n/Manifest b/app-office/libreoffice-l10n/Manifest index 56dec9636c69..dc9cc6f6845d 100644 --- a/app-office/libreoffice-l10n/Manifest +++ b/app-office/libreoffice-l10n/Manifest @@ -501,3 +501,171 @@ DIST LibreOffice_5.0.4.2_Linux_x86_rpm_langpack_xh.tar.gz 502409 SHA256 11968253 DIST LibreOffice_5.0.4.2_Linux_x86_rpm_langpack_zh-CN.tar.gz 571609 SHA256 34a0343515cc396f56f3e6dbf8b4dea0200126ce106f6b9e01472c0e4a89c188 SHA512 ede27aa80b3659d0b5fb155961e50d49b17d81b551019f5e4bcb51e9fe816efb9fda3208d01e7adf139af86fcb87effef5c9f70d1e0dc495a908b7fc1ead1c3d WHIRLPOOL 699ac9b6ee464c04f3cd0ff9a00949637e32a0d614f3a974dd5023253c7ac4fc9cf3e20a5ecbf8a08b38aa7377062bb7e396c06a4d815552af78e9a96e99de59 DIST LibreOffice_5.0.4.2_Linux_x86_rpm_langpack_zh-TW.tar.gz 569740 SHA256 e89954fb79630a21ec33a771de4c1877b77322bc047b27f51b08fced91274dd0 SHA512 bac729c00b1b7a1e4c56aa1e3d53a3251494e6cace784cb4ce639dc8e4e3bb6d981760e3d4c410d35e43dc0024a2590de6ef83e5613c87c957a8056f8a365ee7 WHIRLPOOL 09477df7df52ca305089b8c00a335956729a97f0d99b97b3c6fc31630e631df6113abb8e891570ef6180401b04471bd830a09be394e3809ba24da220e1cc00fb DIST LibreOffice_5.0.4.2_Linux_x86_rpm_langpack_zu.tar.gz 503184 SHA256 460344311024d9a57d14d9f279adeb31d36f4c1a31aac63ce4ca11296173f79e SHA512 f592d1a89215eddb934a7fcf9c4b6c2518728d7eb9055fa6d777f39775f9ac5e7d1318aef5e9d1c038f0332df3e84f6c892c853d444d308ecac8cc38ccc01758 WHIRLPOOL 96ac82e9b72082924a3713aa380dba3a7f17340daf969461db8f976b1f08c591437a28372086596ee3d33205eaad72584db39d6cede8c6e075e93440c6d8c73b +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_am.tar.gz 7197123 SHA256 27fb614d05bdb0dfc27a4cc0fa66852545bc2ab1c1cbda26cedf9ba9345357bf SHA512 d5936abc1c2255281a91cdf0084cc49fa866c925abe635005550db11a2ff438732937014f8531092c1dd6c9fb6ccaea5cb03242fb568bb3f061a169628b2d774 WHIRLPOOL 07e29554c49e73a7a28a20244668bf2b956a1c6c53c34ccb78565396f662010eef370d71349b07ee58a150099c05d8f67569ba45fec07d4ed6ca90d84ca87882 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ast.tar.gz 8014058 SHA256 6e44225485d170ffd9a582bca2b9d488d9ed616bf7aa20424190c2c782260929 SHA512 5de9a5450029b62009a73af91deaa110458ffc566bf35700b1ac9b9d16ee019dd1c9f88d359031f6855d2d3224933dc8899d626d0efbcf9eabd693c87aabe727 WHIRLPOOL 0af8b6bfbc77ce65103b73fc17a412cc96c3c132de09cba970b3760be0fdfa5886db51b72e399fd444353c18ec08023eb65a3dfbfada96cfb088fc0429c55176 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_bg.tar.gz 8240090 SHA256 b2f3d18a432e04af2e0614843a720c4e5eed5612c00abbc88d98d0c78454ce04 SHA512 d0606cb082743aa47e55ae94bf1ad20e8490491e6626d8f5522d0e1a49377a3ded6b097399a0b2d5f96ff82b4ad722a99c5935c87566b9e8d911d825cdcafa05 WHIRLPOOL 017ec4f69c8a897df056147a313efbcd98c307ba41ae9b883057354c0262b362f7bac80c451ac97292ee6d3489ad70df89bd5b869ab4dbc9650aab039bab0fcc +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_bn-IN.tar.gz 9794089 SHA256 8b4bac86138c22c7612496b5963a9d17fad2a0ae0d0561e129c91a7b16c2c61f SHA512 ba4b4c547961b02c6e65c900070de2790937616a62c9e9550a377e8c4b74ae2765cdd27f4f801385718f3c95df1fe5a27a8dc0e6095b8c85b8e8fd370c0546cd WHIRLPOOL 7563f8178410392177e682aa59a5cb19b569f9a5b6b0eb644755e1242c35f85ab1b1bbfe43170cd35a6679069254048843308448c56e46739ffb18d93e7f5368 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_bn.tar.gz 9794204 SHA256 73f47a8043bec07305051f1e24fd8db4a235a8ef7a95dbcfb91b68cb9cadad06 SHA512 ce2216f58fc10894ab0c960931337e9c31143017d458931065c781834b48ecaeae9c5a56d28d4889282226129b18401eaf76660de8540169f41b24580f583b4b WHIRLPOOL 5eb6c4b52d4427550237b8c47d178ec17b1011ab89439f9d5e48884e7b016151672e2f453c47b3713c3d6284d05a04003c0f74d08e2bacd9cf1e692c3c958333 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_bo.tar.gz 9461793 SHA256 d0e3964ab0aa683bfff1dd9e50e0cc8a8e0b1b38a6e025d45aa0692a49f1bdc3 SHA512 60be90cf71e9375c73ee5bf50963012aa4c423141ea1d10681d30dff69431e14e1d4605520437362a52bdf8b089df384f910e4b50a649335966bd76091103899 WHIRLPOOL 10a5faa445a1d756842076fefab41a16c8ca1aadcb622e7ffcbd7bc1ed00e4ff12b731bd03e02da046c508a0aae25797efa8b42bd6c03472125c228516c7282f +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_bs.tar.gz 7075596 SHA256 ea6db5228bb8f30279f101e45b81d95630277c9ed5e373ddb10c6a434e7c9cdf SHA512 7b62ea4e909ded77659103de684df240a4ddbc4e9985b973c96bda2a5b907aaf171fbff02e773bd9b720ee356c8321e9e972358236b81c0ff3977522f63d6743 WHIRLPOOL 01e3c6220191e404649181f18d8b7488c54c33e0b3dc65518acd90d5c134bc4cae0afab0c6498d6048e2828c7d730a7826adc59884e8ba2d5fd98e74162c1d20 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ca-valencia.tar.gz 7886522 SHA256 21d3b8d9e8fd8080db8f6a381cfbc676bb39925e8c8bd5ec4e456c0a8cbda737 SHA512 f70ab30ba52ae0c64e4399811683d397f09249fc5bb26fcfaa4b11db43640d68f631a7c3099bc377f6b5281d0e5ef8fd0bb13d8241edeed2a4518c2f8910a0cf WHIRLPOOL 1e94ad4d24c03ad180158145ec7984bca4551319f21ae124b505af5d001d38c98c5c2296146271e85f2cc7e69b5671b83250d7758ba57209b1da54773105f4e1 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ca.tar.gz 7880451 SHA256 e78e2895c4c2ff7673e4b776d8d33531f4aa4ac2cbe8151856e45543bdcc5656 SHA512 c4edd7c8678a96832a5de7c38f07a8881db25fd77c9126fa7fbbbd616a952e696991be5b3bbea87e27b26e0fd05d0f2b462b36d40635ef4f05f589082788a149 WHIRLPOOL ae7c572516908c8ab66b084259fd59bcfe9574a1fc202963e92f3f311c96e6824b971c036966bbefe3c772b5758eb87aee3a04cb02090f8bd8ed40cde92ab794 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_cs.tar.gz 7497508 SHA256 a13518c60bb8f5546fa8c86c4e08c8e062590a38e80b14e34c00c8d02257e354 SHA512 8e49d1be4113f4d62c04a22937084a5f8e6ffc035b5b8057a5da1fa1da75ce5b0000c2f20224ed2b85ee7e7a699fb6aebc9cf00f1df6912f3daab84af0f99b41 WHIRLPOOL 6708d66e9c2ba8d40bc4f1742ee09c0a391825e86a5743c8d2670e972be523c45cbb44fd0976012d664168c61dd6a7956060ce4af7ab6e94790394f69771a5da +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_da.tar.gz 7505433 SHA256 cfddd6d982c8c2af7962b40e4c9e4f1d833b58b1b759041e0d5ee3ff116c47f6 SHA512 ef4bf81cf6c9d56d33c84880eb4fb08b6dcb3d51ce65bf20a1489def6c738815dd3226aa89b4841110c97ad71c4314a9c325aa3cddea656742501a189a566307 WHIRLPOOL 62f337977875bb4616461910c9279ccd12c45d78092e32d49b9155b572f96043ee5d2057037f57e1e834ec478c87381a2e9d449c213dc5a78b0a90789479496e +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_de.tar.gz 8063083 SHA256 7dfe443359c48573d5148d9040f5f7be1bfc073cf279766d4b4a93f62fd379d0 SHA512 ffcbf13d58f71e7e0562c21419bc6f1d03882d944ab5ca824d3e4b0a7450e2f6690b8f6bd95309e63462c079a1a4626ce9d98508438dc242aea2e4544f8ee4ef WHIRLPOOL 746e61b3ad90fe40e70112dab2ca57e51b87942208ccbc1503386ad42c6e5d95c62ee5184f7961bafa067f215cb5cbc8aeba3142b2bd08d0178d9818e15be9d7 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_dz.tar.gz 10364756 SHA256 b260e04517ba0951d3b07ac1d21c1e5c6a8564c0b95a3396b0dcd99bbe87fd91 SHA512 fcfb7d4bcb3bd09c563592a38dd1afd23abf0066de1eedb131f8ca0d3b40a530fc8b34d413f8fd12956f0b9f6cc56f262186e6871bab7e1d0987ef9f08f044c1 WHIRLPOOL 4b66b1acd457446ac1c917621bcba9d2835a79549668abb81e14d05da36f95d1ee0716bf6fbc8241252d44988fe36b8e6276f49b17f49b7f3bdc08a028118c5c +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_el.tar.gz 8876997 SHA256 c1d2431584c773d096416696bb184f2bd9d974369edf7627f61a82ddd5ae5013 SHA512 db938673166771e7260d243789ca014832541f034a647bcf8289d99502fe5ffe85af1fa26c3683d399ba33a77cdc77cfd6be7d68206cba59f47bbc9423affa7c WHIRLPOOL b69cfa58234852b86d2235738e6c8345fc24717f7edf4e7a7f39f97fae8b2c990d675528a67b0e1f4711ed19084ca819cebf84016c8e5884e48e9934172ba743 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_en-GB.tar.gz 6374726 SHA256 8c2cf6f289c8b0bdcffc78e13045fe943d7ae63347f36f8e65d31cdf33e01ce4 SHA512 429e0591a4da00e50a065cc6d25bba03b148cd36dcd41da1fde4aa85ac46a3cc83805d54cc487ea7284d4504e3adde92f53bdd5227aa9179b93a035e31f6805d WHIRLPOOL 3d0c545d5f19f9721c3410de8754284f65a9e9a6f2cbe6a0b51917590375de9ff49b1893440ccb28b496fe49ae3c2a32bb7f54918bf3e0fd869045f4f6eb3cb6 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_en-US.tar.gz 6414877 SHA256 8768715dcc7a9cf32b96a955f35cf9d7bba0939afaa5073ff59624313898f005 SHA512 3035d41dbd2e4a1da481a08083fafba210d42461b8c207c941bc45146854eaf14ec1c1322f9d99e43644b371faa45f54222408970a11ea449b464bdf508ae1b6 WHIRLPOOL af69e9e6cf8b617de64ef0a5c46943f917f56c31cf3cfd08d615152c36d2364f4a9b4ca853b971097fbdd92216a671e48c38d0214b4a7cf8fe07d306185a9b98 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_en-ZA.tar.gz 6360552 SHA256 c9b693c3cf3e6d3e0a2861327b63c9235fa6ddcdb7795cbb1d49f123eeb62d75 SHA512 756ba9de59ea6a0982002a8681281e1fa1ea4a4bdc6d0c930505b57422ccd2968ea6fc381db939e98af2b29267d1bfc129a6cfac5e2c2e006e3884d2ed196f6e WHIRLPOOL fcecdd766bacbb53549f1140c12e646d270cbcd3d8bd71a0b8274056c0c849b4f2501aa92b77e10ce3df636fcc2efcaf56430ed23a80632d2b28be696fa20d04 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_eo.tar.gz 6943840 SHA256 92f6becc32ce20c23fdc0f975431e5f2a0f437ecd750d205b536a498bc31ef53 SHA512 2473d1ae9bf9a939bd96a6e717ba18a4dbab0059f899ec27342585d5c9624b695b7e595808510b5ab978487c456e1cdeb3384fd8b2d2f43c9b2b9a5b7bf8cd7c WHIRLPOOL 75fb34a579fbed3ee61029c65b19bef7c2ec1e2581fe9ca09c3f2fdf180c9a2c39dbd29e502d857c6b9b3645f182ea01cd4dffada6316f5a18ea0d5b524f1b9a +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_es.tar.gz 7919204 SHA256 3a597a4710299bcf59df59c7be278454ae1e23568505ed837f2bb5e6edf87233 SHA512 011ef8d1cb0ce542a924b5204299d42f6d8a2c6fef6b28d897557442229a974153d8fc177f1344bf1de82ef69d79f9d6dc7d4b423de8d6139a053d6f4ca558f1 WHIRLPOOL 62a1e5fe92bf64cb4c92231836e8eb7f02569f024ed89889097664fa1aea3c63236fdd92d40fbeab7fe7e1eaff00defcafe1accc3c5a640d64c4ae9f71000189 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_et.tar.gz 7428188 SHA256 98a1409784c7d60e6a864e0f95e383426df9ec8afe37c055cc136e04eacd1833 SHA512 e7cde906d929fa4429bdf24282dbfb3644d05631e631c2807cd6d1a58c559e2b9b1640f01979feb0c7e929a969e2ac5ae7129da42d571ddc87dbb73d17037db6 WHIRLPOOL 8df7a809185823964389758610505b04ed0a6f388afb73ccd7694de53da0b6b200040d410d3eda8c3507b2e90483f9b745aab0b82643171fb64e6ff8fa3b335d +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_eu.tar.gz 7567895 SHA256 fc7358759639437c91593c4bb8400a10f05c91828ad597564360cdfd91270d46 SHA512 158a0acc5d948cb28b16588d5d43bef10099c6902d4dc1c69745c18dead5c80e7ce35c48e5def6f13e39788d7c18062dc42412cc31519ed3c10ed7f5d1399049 WHIRLPOOL ecd25d9187b145532e08775c972fc42a1dfbaa4f3c0cfa7a97e200d3c9c0b8c48432efa4f8a96c3455939f87d8129b9c9a2027908574536bf121bfd9ea70749a +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_fi.tar.gz 7678294 SHA256 89c1d3725330e9dbecf87c976ec42b99a0a9a309b1ae9d64d803e662d6223113 SHA512 262779bdf298244774d675ff056a0e6a2ebd50ed1696f57c5c0d94912f9b23f42177527811acee6b58e311175b6733a8e43826a4e82a01c2641abd928b0a6ad2 WHIRLPOOL df0181f77a9dbfe43b793a83c7e9c8ed44084ee75450c05826f89033c2afd4d0087590c8c2531945b293ea9ba71dfb0f188cec867f207244a2779bb3cc064724 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_fr.tar.gz 8095357 SHA256 5ed284794ab173828ef307df182491111e86d891c7693ff520afb0b59dd0f1a4 SHA512 e306d6977f2a703d37b138f34d6478d5108b6d31f6510a95da2b0c84d4866a22b11e59b299b98e631dce6cf3773497c73a6fb7bc95bf704a27d6c8c9332203d3 WHIRLPOOL afa27c16c28a0173cc27f6f55ead396004c90c5eb44f530ab1123d0510c4b1f55d93a895ddca062d90cc481698a76a3d722775732687f553cd8122cc257051b1 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_gl.tar.gz 7663448 SHA256 4d18546dad6320ca41d5be54e36c392c4ef2056645fc3768307388c63ed5c7a8 SHA512 32d514542fe58e4024b1505742ec11c33ea85dd9e8892f49faef14a0598e3ca64f697df60c2c09030809d243a69a7ecf98c08fccd624bb82a2d7c56d26da3e2b WHIRLPOOL 3875fbb5a4e6360b89791adb8d352921235c4e67ffd4ca391eec845121a435cbe5c3d20c1f66edba9534d7163e5099b3d0ae56fe5677cb548a9719d1f4bb25c9 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_gu.tar.gz 6583516 SHA256 fff9d488baf02254c276b1291d019a644efcabe0c0c858b1407591baf3e9c139 SHA512 d9e2f28b68591fcc071b2a0d09ac28c998c0c00db57e6820a731578648e76349704f71d76a51dc8f9d9b147a52a9a3c15d16b60e419b99ed997af6e4fb253634 WHIRLPOOL 898beedac807e74186fe8da37ef8fb9324594a8f681c0351d035955c883c6b37441f50952caa439bf3d4b3e0228298be30d3a05efa3f252629e320009679486f +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_he.tar.gz 6200891 SHA256 a55c26df9707af39bd67363bd450156f2395db010d6d8e81a81fa10b94a6931a SHA512 b4e489f8fc186e23d9d6c7f1b57972a25a2c439b09f3068fc0cf26cebe03f6c940abeb8cec71fe247b4b6f6ecbf9532941c4c76ab2b15bb1eb1b8436bff47e7e WHIRLPOOL 837afe9d8a107be3ed4968ab8936c9200b62409f1d939f79c7793a0fdf5c21f25d93eefea35b569c5c9898b09a827eaa4828a1e6a92173c43e058fc2d10aa767 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_hi.tar.gz 7273499 SHA256 b21506986f9373d4ff94d04de29945220dc525934ca4e58e9dad9573bf200de7 SHA512 42bcb78f06c4a96c1a7487c602535a8ac0a0a73942fb2d43974516845643b8c24e77bf1a006fa05f1417093bbd5c01a7e9d92dffcec80cd70860f83072842843 WHIRLPOOL 54aad646d7a4088b8e8b66fa263bc896dd521092c5546ea27e767a4849f79ecf54410a704dc3355724d399cc595be04a305a94e14ef2d574f4f7c7f5a9441ee8 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_hr.tar.gz 6754188 SHA256 4e61f0f26ea12bd835e56e769f0e3b0c41da6c726db6e21be0bcf2aa563fcf57 SHA512 e4f458d41aa9c49be6339039039d6fbf92a4ed94b89014e01a5326865e47c3b75cf260f146bda680ccafdb712a1d4fe00849184d9240120c0d50683649ecb48a WHIRLPOOL e2e5cf822dad393ac4e638779e17bbe55fcde349fba6f22a87d48082dc88660af823c14075e66aab00bfe11589b4532b3a3360894b1d932e6615dab82b1fd979 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_hu.tar.gz 7926893 SHA256 37398a462005a9a0597292310f8ee41fd42a8af7cadc9c4df84478fef04f79c4 SHA512 b3f12e243b7c4202d57897847bd336170d7a7573abf3e5bf383994a11b9560f3a42ae67630ece32249c752bb399112cd540a0f97ca0173e08b0876df6b5e34db WHIRLPOOL cd1121a7c85162b54e4ad90e7cc17b05dfee4f085dbfe62f186bf80dc5d4c6cb3372aabc63281456763c4cd18e1025ccd350827bb75deac1643ffb2d347b51ae +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_id.tar.gz 6742356 SHA256 8b011d6eea0ac1995cd1e8583c9ecb55af4928b6234858909ae4eb746bac6359 SHA512 7636e0d1c8baec81efd229dce8aa7400436651893294ecee272d8f4c98eed89a3a33fcc06bc0f7de7d754b9640864344a0b81e8f3b1cc1029815d1b96d306167 WHIRLPOOL b9faeea0ce4ca462699b5c69021082269494dbbcb0509a391f421c58fe60acefcfc4e4bbe80bd10b560b418d1a9bb5342a7af2baa5ab4e28358731025c106658 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_is.tar.gz 6863067 SHA256 ddd053bed8dac2aa6344d9a73d68fc759128d52081e93d8f1eefde5d20a031e3 SHA512 8254104ddb5e72671cc4c9fe931cfaf4247f416dafa27ffdc81732333e2a7241c184e47749bef1e4891fbb1d1a5348773c122e7a7140b108de8407803430f099 WHIRLPOOL 2d2b4bd01496b181f2fd13931cb7fb45e085a2694aac9ce5e3c1f977ec37473a895a2311a7180e3ba44efe1d0723469a0a936773b25eb5b0641c0852d66bb330 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_it.tar.gz 7846078 SHA256 08ccd6214b2b56a2653faa8b1a87098f72d2ce8959a75d64d934ebae8f7fedf1 SHA512 88bebbbea85ca39b893cdc3c47b45bb6ed8d33978b2c62f07569879decda13b795161fe2f78f46aaf2b7e5147484b48a1cc9897ef3150ba51df59f57ada8b96f WHIRLPOOL 57e560aa4295d46ed03a8e094678e97a62fd2c4b60ff8047c16eb8e3b87c501d616fb04c246c8c9e77e629d1caefd11d69875b331f94cd1f0249a62962160cac +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ja.tar.gz 13422013 SHA256 dab769b2b1e4a3b3209be878d7ec54160fffc5eacb4f30e191b7a79053af211b SHA512 2059c892cc6fe6d9809c5018c9fc0baa8119e7e6f2f715ef1451628e8a8fe4da015b3309441d668f1e68921f19d23bf5e229a909589e5ea3290e34429e2eb9cd WHIRLPOOL 3035840d80c5578f764560ea7afa306bad1347af50a2b29795dc2123590c83b09012dcf3c842708c65b5f5021f0ee48de524f657da3ee437f99bf3b0bed850c3 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ka.tar.gz 7059280 SHA256 15adbecd4630578b1a53697e84c6456c192424b7f4f71f9ede93040d31275069 SHA512 31076fcd104e9c20a20f2588c6dbf4af97afb46d43f0a85c8297ed52d75c444bc63e2f97453555fbdc9760c6419956ac1bf3a742b22e4883292f9fff80941e42 WHIRLPOOL cc2ed3ee47d1a2ffebcb024af0d4dbd85729fc1c44033e7a08edc92ce783324d39588978b2af18514d64dd2b70ff837ae9e4d0deccb14ba91849deb0bcc599d0 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_km.tar.gz 10320573 SHA256 86143e2edcc3993fa9c20f66a4dbd9d18ba9e4e23b9d4833ff49a2e3492fff64 SHA512 c4ca7a46a3a64231ee5cade4fc6079b3f66b0e94a140f22dc214c9f3a2b87cfdf859e3f736d8edfcfd58dd8399ef88e0c821e0e03059e6958b504f47792350cd WHIRLPOOL 6d99b7546ffe8afd846917fafd70481d25ec617c4317a989e8f53d9446ee9f739ceca6704b5b5b196f627ec9b144d3f35b3fc0b2f69a8e8af0ad00367e2775bc +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ko.tar.gz 9297024 SHA256 8f7a8f022c64f14daa087e882c6c5de8f86f88005ff6ead8ab6f66bb464eb9fe SHA512 fb73ff5594f563caf17dee8307edf98de63f33a204a46719783af67513555b4f6bcdc6cdcce915ddc9beb0335b645eeceb32e9111e30e26f02501ed04fb65e20 WHIRLPOOL 9b587e325a579c281035493bf6c15c89518760f83431424f92bd9a5737d36bfc8c4f05a54a9def4bb7e0404b6326c4723e7b6ace1e56e85405a84201ded7fd9e +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_mk.tar.gz 7295715 SHA256 c10207f847c4f6ca2736a66f1a0ca6fd3089f1fbf67b21322435974faa885909 SHA512 2da164c9d6724321b3142ff9b9a4c9f791890e3bf29e56ade948893d7627eb02a9c0bedb7058340f1d02027bcf38ac9ca66eef75b1f6955e120181eacfe2f8d7 WHIRLPOOL 20e43276c1b531f6c9629855a8c1276ff4bc93876d30f571fcff912873f1e343f107b776b73d3520c7079eb06290610395312f0bccf7b54f736e651e30646d64 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_nb.tar.gz 7596131 SHA256 8a710bf40a508c86eb8395aad61efe2d9c4c7793e8d91bdb2faf110cfafc7761 SHA512 a0762b13a02a66101f30d7bc6864ab5d2f9cacedc3b25cdfe08481661c9e7d9f191d944842abea3ffb7870271418b586b1775cc5b930e1490cc8d7cc906da3d5 WHIRLPOOL cb1858cdc8ad91631f04d79bc734f720293c0692196d88647af90d215f9303ec1dc8cb0cf1a878a284852f2fc00c1b4e9853ab126a65440d788df3bbd9c82f1a +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ne.tar.gz 9832366 SHA256 1aff9bf46820f94c248ae4b8532cd2e03241b4cc096a0433f4ecc0b12de1e4d8 SHA512 61cfe1f0de948a7d7ddfcac9831140ad6a24802b0ab95ea064d0e784db59245922d7a0f50145c9308f9de54184e96da04d3788e7b3ff918ce79da57edc722dba WHIRLPOOL cd09c0afb5d4b5518917ad8dc27171185d6299b752dee22749e3fac0d4a3f4cdb2cf6a24aefcf82ab009b3904a16ba3d1a843772dcd7df9f6d08f4629340c0e3 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_nl.tar.gz 7670203 SHA256 62b9340e699fe7365abf4ffff2b025145f364cd759599caa15ccf4d76076bf90 SHA512 efb1089ff24de06f86d3ed56d90ac0cff30026442212be45d073f6dd663234538a3e5ddad8b9921a2d0b191f1208646bdf26aba53b1ef2dc1ee60600bf8ef627 WHIRLPOOL e92032324c8bf3c3bbe9c067780564965e6318ce158e7d3973015dd161ce83ac430756251d5a8251cb5ce5ffd2d6e74ad01a74f48ed0eb61b1c1d9a3ea547c65 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_nn.tar.gz 7550856 SHA256 3f0d2c7ae9c8ad9f4ff53946eaee43592058cc305b5e046ceae094d5213255ca SHA512 ca41ef863b62f3acc12e663634110fd16cfb2f3997a62afc9228e475c4e34f25b70490d6e998973dfcec25d85738e7d8dbdbc5edb10340a6839ca9706b226620 WHIRLPOOL 39e4890a90c05c5bca8e1c3396c27a0f062a6153b6fc0a373e75fdd0a68e438c3a905e962d0725a8e5ab806858e1eb143d5116f242a534ec2b6831ca2e77daf8 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_om.tar.gz 7934810 SHA256 6234d6f6af7177e59fea5bde2fc73af4ade17502c387de8df64a4c77d3741fcf SHA512 ecd039e5cc7d3c9fbb05ef59d0c2eecf1c4bc42cd16d00d6ca2f840bdc3d895820a4415187933b6b55dab0703eb4b864b8cfd7f498b36334262a577c361cf07d WHIRLPOOL a4261cb242e0aba0ae707de74ffb84bee8186487885203762adce592097e2853c65c620009d7ec3504f0d4edafdbf9749edd7661ddbb8e28f8ee8f24018756fd +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_pl.tar.gz 7934381 SHA256 83626a685c3b414c00a9ae6444916cbe0b76103b79c843a0047bd8d476fb9006 SHA512 1648511bca36d95459256a0c61e35698998078d94e9c06963cd9beda7f658c826e0b7bf6f1136318c07bc3a9927a94a5d5929d72a806fc15ca504ccd2479596e WHIRLPOOL 1a2eb5cf472b0dd87ce14b06573617254e7c7d798d43aa486300205d952987ac74afb9f782f72b04d4762fff0f7c2bf0a04a1b0af8a10e60b7654ccc21da4c9a +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_pt-BR.tar.gz 7681711 SHA256 f9733483dfa0c591af9cf12140e36feafeeb6928d2a186f541189f546751c44e SHA512 cae62a3fbb5a64f579301a7bf2e865caee905fe43de7361b09a41fa09758787e5564823e664c58e808ef8fdc73e78b7011286df65cd803f68cb5552bf189a4d5 WHIRLPOOL a6124ea69780b08ad1c5a73c837d09967b4efdf75a2bf1d8e1479b7a79d6d0f3e38966a67e7edce6db0b16ffb97b22768a3d0836ff3dfbae66337b9016e8873f +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_pt.tar.gz 7613408 SHA256 c85c120b5b047f304e30b5f9269aa11a0a1485b074e17bac33586ab3af26967f SHA512 46f66fc8986b69a891fcbf52b46387d0fd113b8d290a79ad0022a3060630f5daa96248edaa9cc90c111d145ad9cad5e919d6d46c6544048ac10a011935d0d98a WHIRLPOOL e4f6f308a1067ef80e5cb70efc9e41eb7b0a589314d8b655ac708c498ee632c2b600b5d6f17c8fed47d58822c823eaf7a0e6b6e53a3a317af80be128431d5e5a +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ru.tar.gz 8348114 SHA256 0ecf48a614beb43f4ee12487defb196dfdc582c4f2e88dd9d8b5b500d78a0a7c SHA512 ed8df42255d3409f0b5c8de76f561f118f50839ebaf50fead03b4f2d0df129ade39457104fa157bb0d12c9f128282375566baa8df3fed4e413affc0d028cf818 WHIRLPOOL 04bef34ddb2a53cda1a5938adfa88d32eb2a8f10d0d1b180658175835583887fe35b55d023ef9141b05f1b3e91e47580ef0e4ccd2aa12b606ad1e6b4539786b7 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_si.tar.gz 7160527 SHA256 2d9cbda3f100180b8a9eb6e01a540eb4ba2e515ec7a5c1516ff77185de439107 SHA512 68263f50c18fc1cf00784076252b68d1bb7882955a34ccc1381afbedc0881cd99d3342170427cb502ad9b653d1f5e164462aa90642e5d7c431de74b5cea7266e WHIRLPOOL 01c35fd963615875673029bc3bddb4f9a8fc54e21d496ab5a1b7c7ccee7211a7285c4e0263c9c2a72750627dae18889f8e5ea1a448925ceade596c2e274daf99 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_sk.tar.gz 7437062 SHA256 2ca6fc26f8550cd1077f4300d50999d9c930732cb3feeaeb42ccd5b9cfdbea0b SHA512 6bfadf7b6967cee2141d9d7d50f00e04ec15384347d9819f5d7d23a244911f05e50574e84d8a59689662e507049db2f491073f65d647033f1f4195d5a98a20bf WHIRLPOOL d256027c9019f45cdeadcfa33d669afbd6c4d74af7418b04bf8b8c36186ab0d545fb6ed85acbe1f63420938d011c622dac307023b6e58593095e5b3adcbd19f2 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_sl.tar.gz 7675202 SHA256 84b5f2f3cc6b248a9d83b6eb407467297f3cdd1de57761bcfa02ed21e891fd15 SHA512 bfc2d18d2f8bfbb7dbace97fe102477f82148e562075f0e25c3aa548589729f03b4f9f5c2050933a1a2c4df2fc5ae566f9b66c4850d1c3ae4d33e6c04e6e8593 WHIRLPOOL e004191c4c427ca4376ff6ae8a3c206d9231be90c9b88781ba5a2c7ca2b171e96096b95a6bc32d2e3d0c110129cd32457475b0737ac8b51f38d684441f57f5e2 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_sq.tar.gz 6792560 SHA256 5a321fe62f216b37b1ab83358f49872de95958377017f9f817c89e4e8dec3e90 SHA512 dcf86142f9a8143e545e93cc881dea11c8d7ad5e7b1b192f82f892ee164a8b1bc2472f045d7027ec58b22f74affa83f95b0bac180b3510d1e2d5a5cc049c4090 WHIRLPOOL d4c58b7544aa943db7b509d2bba06548b02d36cfa1916cedaa32c1f1178bece47e87f54c61892eba59b2f6258b93811648bbbbc9cc4bce09ff5b88062ba823f2 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_sv.tar.gz 7594685 SHA256 f3e9afeba97becb40abed103a3fc848a253d2b3bbc5bb18d27c1ddea84811499 SHA512 b969562f2e8589cdd9f24fc07424bb7228ca8d13c1cc1e20beeaa94a802613b0c27214b22607a8b1c9edcbfbac342877ed0ffaa405d721e4c044ac8d40029d08 WHIRLPOOL 284d28c874dc20e18aef9736967b18ebed06214594a10d98fcd7942cfbf3710f5d1335420d1c3f613d6c1aa916cb67828c44e0821f21638756fef7653f034882 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_tg.tar.gz 7121829 SHA256 b729168d21ec72d41aa702ad708a786c9a3bd95781d0acc2100eb4ee8553f785 SHA512 ea8a7949bb2b3e48cc84edcb92473d721cc8cb5112af7bd5caea72c10482ce6fe4177fc47b1974b8accf146ed7fe5c7ea56ed6eecfa74b8b402483c9ea10bbb3 WHIRLPOOL 30f458efd61cddf228c46c09d944eeea6c8db9310f4e01fe9d1e3155f0c412fd8e269326fb94ce161ca39ccb6e1bdea64bddc3de405eb3349c50198cbca0ce2b +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_tr.tar.gz 7831978 SHA256 1f840a634d5046297e5e3d88a6374fc372674e7033fa70bcd9b8d32a2d456a2e SHA512 a4f66033aceaef41405a1a633fc3d418ce5978ef6d254bdeda05b3d2bc003c0ed1f4e19caed54faa7ee71800462816c5d821193b5f43eb81574b8f827a21829d WHIRLPOOL 9a41191400def650a9b00ae45259d74e45699fecd05a68ec9f7829dcbc5dd4ff14cc4935a792c45084677ccf18cb66b7bbae1c3aac967069cbc17596c0a6cd5e +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ug.tar.gz 6782233 SHA256 8bf4e70f09ee18adcc52d43b0ded553b128841b64941774b80e507dd5296ed52 SHA512 9a37b80030ea0cab8fb1ba28f2e52e407b8a7f58339766b1ca4dabd6c51d2d6d67ec6316a82f45447d78d0988ea932ea45dfe238cd5a1e84bb6de4eb8862c1ed WHIRLPOOL b9a8c1a4e566cac71ee1d6077ada6684512c37ad5c10c3df66e0c73e43835c4a614a24e589a971bd9e55828d97584dce7d460b71a3e0a977fc3428bc8420bb15 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_uk.tar.gz 7233239 SHA256 e57feabd64ff27b706e4ab979eb705f36787888a32313f8efc8919d19c80f2ec SHA512 c86324c530c6039c8c1ae2027f837398c497a860bddd70de5497a2889b5c416b2c170388bd6defb1d4b967c73def684de3ffac359dc76618884c09e9981b8fd8 WHIRLPOOL 976ed6fcca67dfa91f2a4c287452b0a39b3a25ea0e60538942b28a62978d199cd3499dfef66692d5c93dbefd2bbb0e10a55c08b06a0282937bbe3dd83dd0ac59 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_vi.tar.gz 8098253 SHA256 3abf0e68804997814bcf155e2d187608b6af2e359af616e8c373151cf14b1d05 SHA512 363eaef324097f12d056c93fa437af1ca068831d40f1117b849fab2eb3045d7f3ddd70210aaab36c7760a1896706883bfdce378270bf0dadd528a4fea7247cc0 WHIRLPOOL 82cfe35b88a3c38669b329fbc9e245ca10eda601bf7d26abaacf5f2e5cb6682ac44a4f92a61e744f28a71e675fa1f32b45976c37160292ca5176a2f1f88f9583 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_zh-CN.tar.gz 10642404 SHA256 037bd67ebe0ebbca53a67b5102d3d7afa80c8b8ab29aa6b5c6a26bd8de7c5e0d SHA512 becd14f3ecd02d7957577cb466d1725fc161ad1af25f158f4fbd48b2246f7c64550c77b482e26c951e649ed8175fde4df4403aae07514529ca1670b241051c36 WHIRLPOOL fe3f1f406dc0772999eafce81c0c3452e14c1d7afb6ff8a2067f0ae767997875ddaf6d681936bbe5d1a8eae73e5c97ceee88a92942cd61b642bb5892ba892b0f +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_zh-TW.tar.gz 10698966 SHA256 fac8b61ef1017399b9ed3d0facc1511dcd0ee599f06790c6a2f55f22efa0b62a SHA512 df066f7a0dc73bc4d84ea24518ac2b17f99b182a211f310cfebc9d55de9d418134a4343a998a07d484b94fd6821315e2f3abd23c348489ba4d519905d61c21fd WHIRLPOOL d7f098b478c1336cddec7caadc2a94007f6368ffb3c2d1164ab38205934036001acc44bc0272478d18ec15649d648746f249ead77a06e38b2400740ddd41d0d2 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_af.tar.gz 1113686 SHA256 bf522c942c1010ba03b93b3b120454e2520281e51e2dcea300a48f958323f5be SHA512 360f6ba3b64cdccd40ab38b19b17c1b7df8a815e97ad37057bee0e8809046e9a890b389698460ff4a03b48ef0b462b1e30af989fd202fe45a76363b562609f5e WHIRLPOOL 3f475f0c4bb4c9476df337a6486af411c5fa898e8e0282f2a4fe5c29b494088ccad231d9a1530403a4c1967041d41fa57b0a384441c8059b0d2837855a117608 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_am.tar.gz 519662 SHA256 1a4370e8b6d90b4a57e2c6632a16d86afa4319a286389cc1d74bdf73c4f4a049 SHA512 a0bc62d78e6bfb80df2af176389a7ee2092ad078331274d44eb5d5559db0a1d5976af9b7893f537bcb02f171fe26af04532cf9d2f99b2f8244d880e01eab2061 WHIRLPOOL 17db48d38a8e2964d705ef280ce15d8a016de80f5ce422fe718d39e3d1f6d9bcafcec8bf8bf733ea499e97ade7b4ae5885d9cb30dc9a5a9a9788ad6bd8043f98 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ar.tar.gz 2261055 SHA256 82f9d8bcf8c92d60bcb7bd6821b8ca95a785414994fc4c967c79f7a9202234ad SHA512 3fb62757023831c15645c856456bbc71b41d56656aaa91043581e781d4d22bdf8af613bde44f279ee80e579ad880111151dbad79b307bde2db861fe4c57bc737 WHIRLPOOL 56f301cd202eb5447d90d3aaf96aa90e35b1032b804ef31c7bb787f847f37a34368323d7e86089745ad002f86a8e9cdd7beccb2d41975f302551f5dd42858ab3 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_as.tar.gz 546363 SHA256 2eced7d3d6e4dd193744d1fd9058d4cd21d994423388903cb5b8704594b5cf56 SHA512 4cb4f70d2493af2b5e38a5301b657f6866c23226f83107d259e00c16838f92726bb8c5c43ee54f034f85519bba5277fccfe34d4b7fed279a1ac0e5ecf3052375 WHIRLPOOL 9cb28c3ee8f1ec1c6960125b68a7f6c9d288a6c42aabd755f39f516a03c9e767b01ba23825e7456964345aa5ffdc6a8945550afd007d656266cb201ab084d7f5 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ast.tar.gz 502026 SHA256 3bc63a18cb5a522ffdb07f25414ff27c0eb32dd62f4ef7714027d25b8a24939a SHA512 796a03be71b5fe71bb66fe80c2af957f37355ab386f1defbefc7e3d0cb7f157cba0bfd8e3c27406592191f60051f7b4d61ce6a60a44eb55180af5fd40b61c452 WHIRLPOOL dbb7f701b85f38f1bb9aee5ccd74995cd4e21a6fa957076b7c36bfb7c4165e00485c1b641caa1fe5d26095c278521f31bc6defbbc9cd9986ae07cae822557075 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_be.tar.gz 883046 SHA256 362708d2e4c403b05f5170cd0cc592eb6ba97a80efe42394cc4d68c310075717 SHA512 ff11bdeb4f608697039f5466d7dad6fb2e33bdf493954b38e8e9493e8a33e20c99f05d37bd45d60e33ec69ed55bbde5d38d32405246009373318d274a28ea978 WHIRLPOOL 02f7bb364b926ab7066d67dce34e6c6fa95c230e9dc030596798eef40d755139088664250cb3a017168d36b4c60c5dfdfd7f4c6b5c8bac4a2cceef9b28fdf32e +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_bg.tar.gz 1962429 SHA256 e998049013b45bf6d0cfbbae38d04f218c16cf5de10b967b7f27fceb85bcffc7 SHA512 1a8165335b3971d9f53590f9304cd5c2623fbbcb70bdce33a40773031065fda7d8f28737cc470f1e98e14d1b4e6ce64d7e002c26546b74a25afb8307483eb54f WHIRLPOOL f2e7a58fcb2435aa85d5e4a305e28b12a5a62ca2740169e6e5811877dffc7224054dc860fa0b4b46916cfbc28ba3316928dd04cc38b790ce4a77ef47f6cf0c7a +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_bn-IN.tar.gz 552570 SHA256 f240a0959e20db66f0b691f80a14e433b872ddd1988e6dc303275d3b00da2368 SHA512 d092b1d0e0f1fd91a2b7e3e63e2b63db297737eebb93e4efedaedda374f8286a26cdad1372c3612174c37bbbde14564a275b38131fa10bf9647efd5b904fd415 WHIRLPOOL c3d45f5b22f96981ff4e387f28d3ee97a5bd96b84e4c556a7e48130d7f387eb93ac16a166851fb2ea17b0b16cfc34a797201e0bc87331f8bb252ae93b54193ff +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_bn.tar.gz 901004 SHA256 5f86752a1137972df5fc8875d88b4393eda6689673201f0eee496fbe7634d60d SHA512 a880d28f85987b4eee315a9a46c27deb54a0e9d0ab62d249570f3a88f96537bb1dc13aa60e0727e0a10c1ffec57d90fb0d5ae2f9fde140d01328764c568c66f2 WHIRLPOOL e4638683239c12c5fa6915bf398dc6b68d1c52e6c2d32812d0871736b29aecd3a39900fb4af9e8c1f3e1b694c89f954653b715d34874b1a369d8e26140573b7b +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_bo.tar.gz 536411 SHA256 22302764d59557c83424fdfd79bef8076bff0021665d58210e19f6f510eccceb SHA512 a03924f4c1b73c1ea4ceca1dc1e9854fae4d76f7905e014f21f9b73249e95bcd9c9f467354ac9f8169b46d3ec10dfe22a40a1900bdd2c297f8fd4722f14ddcc9 WHIRLPOOL ecc6fbe369cee3b87bd3aac2977ff5353688303aa385b9f30fd99506023f21d41b3e05aa37de15951621d18efbbe09e0ee83619ad1ea0249e6e6743e694c2ba9 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_br.tar.gz 1717949 SHA256 0e4be6de5cc0521b33888da48eb413a4bf5ae8faf0c8e710367d622e59a8b23e SHA512 c81b5d5f4a7ef4e157b93361e295ee3a04039ec7e3c183e91c05146b1e132fe8a21882b25639362ef1c0890948d4af6c8161c85189e3a0febc820f4b5544fc28 WHIRLPOOL a258644b32b8eef08708446dfdd4defe354275f6f4e2dbecf76db5ce0d32f6af97feb43c95b15aa9c77b940ff13ce5f7e8a6ea714b8c954329aff5043d9c08ae +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_brx.tar.gz 516318 SHA256 fbe09d609859a51eaaf25c55dfeafb2e173449c8a798431a3e71d2418a26f32c SHA512 b5cb6558abcefed1b0aee3d559e5ecb5eeb3fd46e37328d6d639cbfd607e53d6ad4bb21e7d66f7709f213fa159e4fb569b81eb993bf177c837406ed808b3d4fc WHIRLPOOL 6c65a658b77635c2153b33c162e17643ff66f11a0093299f47c95b9a21a8c53d6d0870634d6c8d3f8ee22a881cf26ffc7848e5b07d0b64755c32503e0d4a6fff +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_bs.tar.gz 616053 SHA256 1a712ebf176963cb702a910d67caf4ba54d1d3959b8d026c0f60b1177bba4285 SHA512 8b765ef8fa944b0b0f2bb3375ae7bd5d12609cfb655029e5363440e54ebc8a1b7d68dbb261d0c7007cb0ae59b0f01719275ca01c240dcd85f696bee1e2f6f571 WHIRLPOOL 59f999238000086545baeb4d0b19bf995040b782a4ffb6bdc7e228b9f7a3c0cf8b5e640533d20b9fc84a31eb05c531ac7ef49f97f0d90b868a3761b15f371624 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ca-valencia.tar.gz 1771321 SHA256 4557d543d292b352c7de24496f8342663b650adaed36db00a290d4438dd8ee06 SHA512 a334f1fcafba399545090c8778b02489002ff2a3c279ca78fe60015b4acce5a65ad7bf7d5d22cfaa4deffa8b89fb01a835b190b6a6c827220f9f110a0a4c10c2 WHIRLPOOL a9e1b7a65e93df77463e3a7ed0a8e051f200097e1a96fed7e095afc7e17f0daa3461b19f9ea7f737ab9c49abbb023326e9ebc8ff38eecafa154f13a2c8dd805a +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ca.tar.gz 1773390 SHA256 d78bba60fababa6c076fb3254892d2dae760fe61281b04c15e0f6fd9b94cc267 SHA512 58ae7f03f4289a371510eda565ed42f1e2ba4588aefd264cd93875a155f1bbcac8874e588896c35167dd747b51511ec6d4210a5d9186921ad3d25e550be902df WHIRLPOOL ffae5ed9508dba901b0fd578c6859223604d7317b395e9b76ee829ce4ef4e461bca91811a44b567e06888dc0fbbea02f203fa532df91fb2e41b8694f91280ea8 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_cs.tar.gz 1234268 SHA256 eaa3ffc7142f3031d6277a301c1a1dbd9eac72ee4258c4524ff2dca2c43b9535 SHA512 f61c454d94c170f8ad44e8dfac8116588b5425c2dcea7fb7289d4cacee3ec8f1389f941df3bbeb5e60c0edad95c6ee8c51035820a616dbe67dcc0fd0ae61bc8c WHIRLPOOL 45aa62424e210ab87e22dd485478bd791d1f32581a42c075195501dab6794cb8c1687a35202b2526ca17fc0e5200c91fde4750aafa87acbbfddcbac1776d8f2a +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_cy.tar.gz 482117 SHA256 796cecc717e55ead621a63fe57cdcdfa8200e7d54a29c6e9117d75dc560a8b85 SHA512 9e5ccc61b09d1e59db1d42357b62c3dbe8af15d2ff0010132c1cf3a951db32293f3a2bd060522b0b9b3dfd0021dea7e23087cf32b31977881717ca6db1238e65 WHIRLPOOL 47c756e4602d93a61eab1b07473a2fc7c9057ec3a705e2b66e321e5b435f0d70ed2c976787eff3b4dbe45d55efccea2055764f3293282fcbfcf0b71a568350ad +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_da.tar.gz 2385861 SHA256 caa459e335bb3beef128dcb7db038b74322d7cfce1a1f5bc27a51151a52a5961 SHA512 952f677c497d8c88937feec865cd9d7431c877a39824bd7ebb35de925c4c97d523b27a061e7972d6ab06bd7b49fe6c82e5280e1a2c269c20228562795204c696 WHIRLPOOL 2e16f1fe542a106969fcb570ab03d6b03a924db15a875f30fe41f1c57fef1754183455de481dfd777273f79b8f96c499616805fd0dafcf502aaddf6cb88e7ad4 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_de.tar.gz 18839795 SHA256 3f42669196a6ef042894bf8774e4f3cc76e62e94cb51c9f33cb151b2eab2af02 SHA512 fce3ed64254dc7b9b4755dfd08ab7a74ce42365ca55f4ed721a34a2c6d9a5dc736db53163058d04ed9976d62845d041ffddbe1efad9492085e61cdba61b11ad8 WHIRLPOOL 3d1a9d1edf3c678c3512b985807f7934938e8bf959774684677eb66a2036ca3fdfad8acd8c005796c602804588634d7edaa4a780233c6cf9a7cfc0bd47b97912 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_dgo.tar.gz 547318 SHA256 fb07d3f94006662c0a1f8730db3ba4f3b6c9e88d4fc45d818959bad980af05fd SHA512 abf32a229326f6868423abb7237995c1f349e90190bff63b68a5294a2b2a5d8289b1e68e7a3d01e926718f012caddd53251be44470ed77d824c054c85be97b46 WHIRLPOOL a98518bfc0526fddf84bbdc6937d2471e2af4f83a5b6bf985f5dba0bdce6dc432781112739a77d9f59744b6cca0d14dff212447df2f2c7db8876f18750cdbfca +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_dz.tar.gz 541643 SHA256 b07bb0cd9211e4155a69c71a5b8c89360aab19e108499e02083b809ec26f172f SHA512 799e2c1c2c276245864fbaeac3b59bc5d4e492dd7bfa0251435e19b8af50a55911088042267c058c8948293e24ae442732336a421ca3b2495571c1337505b9a7 WHIRLPOOL 11d259b5ad954bdb2c0b5a21d8ab99365424c23790092b37cf9a0c0570d892493a292133ff32169d4025bd6c1f1e400cd4edf4d2e53d78fbbeb0bc5ec26907b6 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_el.tar.gz 2578209 SHA256 bce78817f14047c0684a8722df07fc662dbf31dcce58d0501a390aade31a2f2f SHA512 bfc2bd6e938bd27928108f3448545857083628ddd25496976afd82bc6b2f080cd058c56e2a3ceb6150aa61b280be5605a8a25c42fba528184e37f25234e803db WHIRLPOOL 389513845dabc26fef81fcf8bb39c9ee292927b7947744e2185b1484d71b93972c28cab56553a739a08a6350a7b3821f686e53ca218fca7f98f9ca9f0129aa2b +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_en-GB.tar.gz 7117255 SHA256 77cf1f0acb9556f45363fe95554adfa1c263b24f8f95e3840f73644225955ba8 SHA512 2733aedabdebc66158dfb49664d44374b6a9260a9c4b0fc549a8f21ae6c02c47d3a0475855970da6adb9c40844e44f360ce009af869fa55ac10cabbe4e95a1ff WHIRLPOOL f7b6026052219d468d758e2b3ee7de148476f1ec33bb9f14d0fc8e15803218974112fff6aac4a612a339996ad09c1330411ca57f77eac50db2395f84b65558a5 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_en-ZA.tar.gz 7035083 SHA256 1e7373c180a37341ab659fd6064f9a8be582ad57b9ca17a79d910164ea17204e SHA512 e7f76513daedbf24c8920718dacf010a272cbdec1a05b0a7b5bb7c76263252372d199ff3af24b8e7a1a62864526030eaa1fd7c2e42d956dc677fbd4fba34bfd5 WHIRLPOOL d8ae2d359e5e7cbdbc0fd3d90598cec71e77233bc5f4bdef28e7cc6dcac416835333c0f48f03817565f1f8754fcc9db494f2e0f1c0ae534fa5a4ca2f86309e34 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_eo.tar.gz 478835 SHA256 667fd3a024f75f0e3ec16866c57f20c2f6232c573d0f230dd895d67d59554990 SHA512 9c79e039cb0f9de00dc7583456e1d5a1062d7916d9a44ea5e5c4721ee5f7a5fe66cc6e461ed5bc0b374cd6bd224ee8c092c2ed196c5e0e85a78cf1d360a25bb4 WHIRLPOOL b8792c402f7d15a6d11d07be9840d3a9799fac621e5db9eab022d9f0655a5d90069f779f057c0a6551a43d35d3a190c28044445ec381515f655f3ad84b82e5c4 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_es.tar.gz 2023785 SHA256 b18d2cea2b82d7db1423c9b905fdf50c07a9d480dad8beea117ff4c070a9eadc SHA512 4f66b7a9a0cde35b3d67b578adbf544d6dc382fb2b588f84739db408e9aad09eb74c5db5ed9fb37b4761872d4e656485c90fceb5a8e7c5f0c2ebde8623cddf9f WHIRLPOOL d9d9f5a8f01a995dd9c55ea286d7104fdb719ed9c7570304911678fd73af091fb7b31008422c321908263e3858fa70caa5deaa9bb124b3a9c4b030e1c709cfd6 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_et.tar.gz 1388054 SHA256 5a379197232ae7362ec2189014435888ab096de43708a2d40b97855366ca514b SHA512 1a905a9cf0f38e9fa5f380876eb13db3ec9a358eca8927d30bacdc77b744fcde944d6a4b1867944997e22dcff9c41eb3a97f29513d8f475682f4f3df3772c627 WHIRLPOOL 303727e5131516aa9ee5193cd8281424f5b3f1f75194581b7bb7e1ca6e419c22835d473a8196555aeb81f8da5da953e184eea5d0ccff1278db17028b289b6f08 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_eu.tar.gz 486834 SHA256 ca84a68b3e18f8e050597b585b0e7c665158d5df4d5f5e3dc7ca39643fd56750 SHA512 ba11413c572bf98400d97d7a800151959b6957a0b90ba71c8f0b8d2dd2059cdb968b561bf0dc198d0ec03342dc472ca35252a458eb07119bb8d854ad72f7a948 WHIRLPOOL 2a35339be2383bc6c4bf9f711bb0af6eaf85649a0f947b315075ba460202f2b21f3030d7d1d85dbe683089e7291f9de88654ab5fabc3322ff770f9ec08570982 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_fa.tar.gz 510132 SHA256 8080ecc44eb903f75435efe1b9cb802b7a68e73e4af9708d1cf165a347f3e0d0 SHA512 a1428a0f3490967b23c2381b22504a4b3fa6b5990c3ee40476d687a7ab43a46be5a5242829ddd084bb9b98fe9e6718ae9da115dd6945147f7abfff96fb6124c2 WHIRLPOOL fba7541fc7e257ad708871d66f16ad0eb4a8e1e5a941d214a22897646ae2e4bd81d74c43500e864b76094ba39545798ff16457d02fd65bd84679b9626fd4dbdb +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_fi.tar.gz 493668 SHA256 dd0e55b9c231b1c792a88b35c00242385a2e05f06e6b3a31c92dd3dcdfb977a6 SHA512 407fae87bd5edbfa61d9ac47d8f1b5cd34bd09428828addb5b6be4110102ee5004c53332d04ff85e6d677033d4f78fd489e2f6558da33a39c1943fe94f312976 WHIRLPOOL 621f030ec9a5eec559d28cce058e42666ab5be19bd0e5834c1dedddda20bd95cb25dace59ca4c97c843790d45d390593054d398e938a0711852ea9d9a44f25de +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_fr.tar.gz 2815404 SHA256 d243c393a5a7816d506d392a739fdd7b50d87adab09785ad25565285be28c7d4 SHA512 9469ddb2340c20cb9aa17ca4b8d30985d569395da6d0fbd32c8ebde34870d52d1f7a2502f4e62e193cba510faf6d724017fad1581d04b1607eed844263f869ea WHIRLPOOL 01925a2a00daabf88aaa0c99d66fb003627e76d86399b6bce3d49bc05404462dc1788f347a67ebd94a113bf69dfeebe457bd2acdf3c00ed34f6012ef9828d744 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ga.tar.gz 503230 SHA256 b74b44116168d9ff13fe2f44ddafb2a3224fedf65ad03c7c2c329d84a65b1bfd SHA512 c3a945007c37c89568b22d6d779f3764f0b668f11e2c6147093022021398d40ad8ca88fe0fd1fa7691fcf08ca33bf83231e75576e22cc17b4c03c82c7395dd1d WHIRLPOOL e09b289053a10f75f564fc046a24ada10084cbeb08e9ab046fa0b75009280d56a9df3deb765efd82fb43089b1892d3da318b1eb76aeb3be4970ace27aa4023a6 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_gd.tar.gz 1083502 SHA256 f2afae0b9d1ea8f9536f8cca0062ee31168e32a774c6094ec5a71220367ee55a SHA512 deb365b11ea8c3e111c6ef2d79310019590cc6b749138dc6e3efedfb7ff3eac8024b9f7378916d582953b0f7ea5620b49317722fa1b800e16baddc28a0b1d23d WHIRLPOOL 6891e3c856a30208444fec5f796a8975c5de48276144b9c1f7a8e36ea372f600e4fab1c7c8731e6a9e28e8c520f39b007d4984631f1f1ec623f335ef25a87273 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_gl.tar.gz 1052826 SHA256 737868a40095d67123f15f03d025cfd18f1bc0d78aa3158ee57507f19767fd55 SHA512 a7eba67f9d4228761394ba0aad8966877de4ff5dd83c08234582038c546cccb296d0d6386d5d5957c11512a6707dab18928a26d2d9a51fb30d8c7a6bd985ab27 WHIRLPOOL 5128416bf4c07b56aac8b9cc736cacc46fcd085bf3cf9de6b8ff89adcb346b84632203998e2081ccc5150362bfc4fcaa779f2da49dc7c78eec68ab19fdd36d9b +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_gu.tar.gz 1190056 SHA256 0d038732b79f39f587297797093dd7875d1d577aade2589be5fd1aae70cbf6df SHA512 92e9f60f58308d52a2dd352ebb74dbef8959f87e7a75dd3276e88149a2db0d28c6f399b9a6b7dc3c4427b0301026922e67d8ab053167d8862ce0aeed1b2b2f97 WHIRLPOOL eb84da20164282ce0f1f3e15a77b1b96c7126366786e59a96058a6255dba3bd8c7b84ea037b88389fc5e034f08019b2f78563854d569443b1e3f278dadb580bb +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_gug.tar.gz 501266 SHA256 741e1cb82718e5c1983701ba0103f9a43fc53e5c19484e4de1e8d617cb46d2a5 SHA512 b799914f98f350580e7ccc8db120e69590eca5856d06a940ed23003603bc1f98cf827f9c0130abaf6895e49eb9f36f436b06a22212c4dd805c75784fc4ac1f10 WHIRLPOOL 1e289ad0d2ae7c7a80ba100cabd7c5cc4343934c5142234241215978860edb3550751fe709c33e26e82d93bc4368d864d435dcf1d04645f4dd4293bf2370c7f1 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_he.tar.gz 1581399 SHA256 2955f2497e5887c76164d5f66941132eca5b17bad8f35fa2b972faeb1ff46646 SHA512 023ba5d21bc9c5c7ba6c75e7b09455c1b0038c8c0f0ebc1a8c3e09594dd42296c228bfa28af15a97cb03256e5575af337a9eadd9345dc8b22d84905e047012c2 WHIRLPOOL de9e20ce9f1e1bbeba0432c0db6ae63938c020abb6455b4de8638fbb858057f7c935924ec140d96c3b5492fcb87663069d777b79086a3db3a5d0e1f93c1859c7 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_hi.tar.gz 611145 SHA256 2aa4577b19f2ac6ce9f6d956bca2e4cd51d1baa97df11f1ff668aa0dbd9366d7 SHA512 77412c1b44fc030e3e1f297a49eb636292231b56c851fcb1971f6f84b131c2323bb8f0ecec6a5202d93ef49553a184a68bd4d8acec8aceb8a109fea6d7efba36 WHIRLPOOL 7469fc2bd8d0fee208ed346dcbc0b58f4f79ba8947a47bd74e23f21000f6769efe26411d863281cb3ebdbae576b97f5066263ba960c61247f904656810caee36 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_hr.tar.gz 1256176 SHA256 f80ed2e6c04de399d6fe4dfed962bab1430f575dd00b9286b312e37bc99d9b30 SHA512 91f0abc99e4445b149e0e8bb27cc1200bf2226bef347947772c21f25fb8a78967e492dba5f715b7e415d2d34ff801840b115cf8c34c2409adac24eb63f45900f WHIRLPOOL 11d52be77d70995552011496e6de3a124ec9834b4469536605eeb6a62e54bb60fc06e0c125d55b6b58d4726f91e9cfd409511d260563503d934d39896e471f58 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_hu.tar.gz 2715081 SHA256 54216ae79ee8fbd3d25e544600aaeabb6b48f899f7573f79fff186d8048e792e SHA512 26dbd15c164bd5fae4411951460ff5e32f8d151b7edb61419c4b6bcc9479f0a11b14d9c4e0033b08c45a4f8a18b69ba4244560a569976f0967018460aa9a6f50 WHIRLPOOL f81a0973812164cd55a8b2e775898b7d779ceb659b91de4df47250b9fec27389ad37aa63b46c5522d13649263f3ad4c3b0232673e055a66faa7a97424c7c01bd +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_id.tar.gz 478537 SHA256 877257271093eca91934af2a91a159d1d5f2af856ca9b0b6ab638b154fa000e2 SHA512 29cbdaf659419e040997558e676afd5509e3c0d9af42510dafac0c22d0e5486bfeb5d388499e735704c8c8d12f843f19931413813a4d33c06b62f768d8a7e47f WHIRLPOOL 895f33631f6234e30b02d70e5f972eda636b1b8990a98309d8a9a697d7cb31095dbcd832c4972eb463010a7fb167c1617b85e7f015b612743b4aa085e1984c87 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_is.tar.gz 1193410 SHA256 2c18bbd3da89a8ac28a077191d8331b66285ffd29effb916e1b0988f7c138073 SHA512 4bb5d53c75c231d17531e3ebd93cb4aba1a3895e45bdb3853d6e9ab5c2c2e62e21fd9b3d101ca174bd567dfab8329259379b821417181e958dea9a2e726dba65 WHIRLPOOL e579004926eb01e024b3d7c5de9f734fab382dc6f131f3b9644fa552a0a7a20acea7169c0a505bfdb38573505605219be053bd0f1689663588b86e7177ba0dd3 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_it.tar.gz 1824603 SHA256 3ecf815403eb7a76a04d1e8d2a077fd03d3d2de0f6c29fb6762796180addb8ef SHA512 faa58290eb2fb66340dfbd7330c348f8d319c0ccdcfd584beb36199001955d459b0d76a46cd450ce4878d825c3d22a4ca0ea40ddab7de54d882268bc59070da6 WHIRLPOOL 85e0edeaefb7e0b59746ec1642456df5c7682fba071924a48e098ad0690d7355890490df0d2db017459283103800aceb3fe5808cf30a2f21a99a98d01572c44a +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ja.tar.gz 588524 SHA256 7a284fece790108e13cc1bf7251f54ab4eebbc39abca2a05d70d5d031d89f43b SHA512 e5eafe66d0667a2a7682acfb6f1909236556b04889b205fd523bca3564da0d0415dfe38ff7642f81e33966181489b1eaac3318e450228beefe38e2956e9dcc0a WHIRLPOOL ac3f6f97a5070e8b9060198c6950e3c2ad57807a8cc877a102f84fcbb784e4953bbafdec7c7b3371860bb120ef14cb8fa8cf8dbcbbe1311b5e1161db5ce1f06f +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ka.tar.gz 524412 SHA256 6ba48c4e59b657bf1ea3a792b8555695902173a38f36f5c198631290a3d0ddf4 SHA512 f034db095c4cadb61d698fb72a67c6a9300dff6b7319e4abe5cb8756c5dba6ca3ba7012827e8b43358a657e56ccec8c74df9dbfc279a2c4c2759c286f0b0454e WHIRLPOOL 9da08c1e9198d9235e7e8b4dc02489536d1e98a976ca4c36bd7b2d9444bb64da05b961ec1f157bf49845d471ce64a8616ace195f5dcaf6a58b8ddd4a33364246 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_kk.tar.gz 535118 SHA256 4e5cc3fe1289d31664a4c94abb48ab74636d837c2b1b32ee3d86a12a9ae3587d SHA512 76fc67cc8d7b0b2a8406df843602479c373ed4ba9e709fdfdf4ba27598d2f5c89d83f1a500c2bf5f055595a182a9041d2afd56872e9b13ced5235b2548c50be0 WHIRLPOOL b6d0193a0798a06543af5c3369b37ef1d9d4167dd1b098894aab1a0a719e684539c5f5a203719f576c87d4bc840f6efe3f29f3fcf756910451cfa664924866a0 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_km.tar.gz 641461 SHA256 34bb578720ae918940efc594d84d8d1e51a1f250dc806355f30fa9af501d7f3b SHA512 3a7b56eeb5977be96c99f5362603834027344fab42c3ce6f4daa360e4dec4a7967f1047d5527fd80868d7f77e3de1e66ccb14fd308dfcb18451a017eca970a92 WHIRLPOOL a385d5dd8efb3ba1c0f326f9fd9f4ec1912c48b7053dae573f25dac8cbd4816bc88e420fbb0b8719da74df86fe658250c979e5014095c7b3cd78abd2ae8dce54 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_kmr-Latn.tar.gz 496565 SHA256 11b9f1a6532c1f937ab1efecda7eacd5f1ecdc3f16dc078059de63a38690b92a SHA512 6a9312bc202269c81aa4eb5edd2af5cc4c9d415fd367ec9f1b7d8674d5e08cc7b4ac8f6d55f25a9da3100cc3f742f8e45633f0a97a358f862749acf6d0615079 WHIRLPOOL f552455935c95373074da328e75fda2794e5ac3d9c5228b2897d682022652e7fb8c49001f10cca39b8d029275f53be33f84c292b2685f9f08a216fd678473208 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_kn.tar.gz 553058 SHA256 08061ab8d074928e35b91f6e58eccf3f6d8dee4a99b6cfcdbc70f596935c3410 SHA512 1d2fba04559d043a024bf5e05396dbfeb6d75cb5679de3fd3514f03a86e8a9bc99051260a282f3cfcdb183912ea53e9055dd252dfe299ecb7a919ca183269e33 WHIRLPOOL 5f4370f1b7f6699379f529a7bb8beb03b6803ffd33c5e798078389af403de46618d683d5a6cd746e3b657671479e4073f67c923519c80b427fedc4a0f74e9f86 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ko.tar.gz 582319 SHA256 f1dac00b2b5c876d24030bac756614b666ae1013dc2f4c49f5b58d2a43a59122 SHA512 92e1bb3a09eaf8450a7586ff39538fda66bb46a735429c659963980ddb2cd4a9f5c096510d2f4dc7a655dd508df16b8ade873954a60526401d5e37cce2c61eb3 WHIRLPOOL 5e0249e69a0e2b46d3540cd527193818946ca421d45982cee1ffc3a2ffe6700df1bdc0c1a864a505a04dfb1d2c94e36f17f46524f686a7f2a6f708fa7c0c13fc +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_kok.tar.gz 538156 SHA256 6824b2e64ebad798229e2f3212d89befabca9463cb59f32011507b90f30740b1 SHA512 8d7fe66212bd64ebee0d41f43a9c9f8648c5f8155e0212ce93ba03b990cb0d34a1b8f637035d280ced2b12aa34a4a9d339470554e6d4e2d7fb8d77d435a2aa17 WHIRLPOOL 82edb003c78a1135238a84c57ed4a9e8bc8b4908d4d348e1bc64ba34c5ea86d8f511f384291a1dfe8f41c01f06152f71bb740570a0c63f6c0eaac4d8f98bfd15 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ks.tar.gz 517490 SHA256 26b1f65c72379f7d98ed8f5165491618eba3661188c4d20ddc115f535232f8c0 SHA512 e3a76e2f4a42b4575f466723642e39f22beba1f48d41b5d41cd9367e4304fc264dc1ac1dfe90486b3b6c930a497b4966e197c02e505d075ea074fe25068f6cf3 WHIRLPOOL 1df7ef5772f189f42ae20401f4196fcb1a77bb690591cd3bc43dfa098efe3f34f9daca3e4c0c4bd067c0e1d5a858dd74386e8b486bb6b5bc3c13b9b1122b27b7 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_lb.tar.gz 470344 SHA256 062ea897bd22f28042f32e8c8e24a9cfabc11eab144d013bd64ff946420bc2de SHA512 ebb363179dd97402dcb1453fca485e4a31cce15a4e09ab503c6f943af6b321549a00f04226f1608bb9d7025dfb6d5f2aaa95426b025ccbccbde773795bff9176 WHIRLPOOL 5e577df2172bd2e0d20fc1088e3816516fd5abd2097e41283c4cd40b885d887cb4b5a36a3f8d8b6747d0509ed2c4f6370e3295ddf5dcc74029b6c59bd8c5efd4 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_lo.tar.gz 559912 SHA256 6edc28b73ecd3ae4a8d36d73637d7b81eb31b853e12874a4c1f5355ed56173d6 SHA512 b3c08e61a9925939abbedb3fc201a69a099a8548bc906ed5a44418ed6ba823de88507b2c1eaa4c28b79351b12fbdc3f6cacba3be197c2ebc6ae1ecb59509d4e7 WHIRLPOOL 702b1c868405d392eaa97c96028fcf9a06ac0e4e329e167ecef5140fbdec4851ecdd6db961c0ac123eec66ade5ee383d92803af12982ca5d17a9c40baec2ed55 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_lt.tar.gz 833939 SHA256 ad5a56ef5929f5415f70612a35afc68f253231adfe5470363de77fd6ec3974d7 SHA512 dc693ec910c521b33c02d9e865932db953cbf23041f956abb263f903f2d88bcc649c223fb1f09d094a6d78baa730bef49221a7313a178d7102c6d7cb3d39cdb4 WHIRLPOOL 8997bab139b9822ae78700d219d4c8283f99dcf2543c83d3f9dc26fdab9c0ffad98addbcf5a1df8d715fb5c4870f29f4e623e0bb43795a26704d69d82cf47335 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_lv.tar.gz 1250600 SHA256 ae0bbe2ce482f5cb054ca2d7cbf13dc14d7c6b2571d04d8f07e702d5cd790086 SHA512 b827fdc2889de5df4f8d327b2c2bf31b126e777fa56c40d006eeb1b097d718cd46ff348bf19dca9e7ac0af74219d2a91d332095b4db927dcb06c2e928c851610 WHIRLPOOL bd5d1b1ca3a0966037bf35faf4fff8e5825880b4396b28a0e5edbdad43feeb5d365cd778e5570edbb681d51cad199914ee86ef232f269cc588ebe6580a189d73 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_mai.tar.gz 520034 SHA256 0a9ef167d16420367854b335cc5fa11c40de8e306475fb5a0379970cfc8aeec7 SHA512 9c35f3c46a1bef44f931dc21ae716022208147b3fa519982f2aa6de58b93a2520d9a28b9c9144915fc0a800e9bd5f32e3cf5f3383b9dfa131d598cc75876d840 WHIRLPOOL 1f5e076ddb16939bc03767068af52399ea3ce7f19fbb457f8e01b63aeae2ecfa25a875183833aeb8716f47df11a2875448550cdb80435f61f5f1a835e206923e +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_mk.tar.gz 519776 SHA256 00b331298199e63a62402f999cb22ed961ec5942d99588de6caf97fd383b13be SHA512 1048183b7c4c3e0cd6427220134091684caf352f4742b9795719c2d2b311ce993648c8d1069e511d2b500348694493f35908c0676d2271f7891db22518812dda WHIRLPOOL 99e3249a0efe2993793bc20cf0a6461e992485de843c8f00673a95ce5584fc78b7abefb392ebbdb915c043420963099a288740d35ebc005b11dbe1211de16505 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ml.tar.gz 558567 SHA256 6d9eb0d894b2dc7a67ed3ba891948b358b7370f20ab89ebf1c6a1113e09748cb SHA512 5963804e4944bb0a7e36b672108818b3dab8524d2e3d26e30a7408a747884609b010558b5d8c8c8efa6d3c045c17326f95a24f113fc72bb3be4ae65c3d42547b WHIRLPOOL 1e3263739ae88a494ea3292e39abb2cf3466a60934adeeb8cea36e6b17c8ee4e7e098ac80b5a097f0ae8f32e0393b0c09cb6dcf2cb71d61adc73f16ffbd89d0a +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_mn.tar.gz 603386 SHA256 d04f881074aa7e0d5e3a0e04e665edc582c077273ed744f8e185cd4932e086ee SHA512 5a0c5b4351fb635b2bf11570a96e84dcd51e252dab878280a17aa5997d3c247cc8ec1b99588806e0aa68f0359822691a293ec93e4875c3cbd8a9dae8c460835f WHIRLPOOL 29813587af5c3df469efdf2ed0004e423b9318f64f6965e2f039d38b05013bf2eb751af8c65e02cc06634e93e75d9498387f0680d1cc17f7968007bad15880dd +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_mni.tar.gz 531797 SHA256 8b6ea8fdfeca04565bb4c85b15cacc95bc0e56d70e39b4ec6a47b11a003dc835 SHA512 d11ecaa2a666cbd5b586479cd72575f317f42938525ae25fb7b989899b7a22b2800ea30a33626a7773cb6ca52d98e63ddc1babb5a847327142e3e6f93b441c99 WHIRLPOOL 0d7b5a4b385ca08f7e08199f5f6bade55b4bae9eb9198147a22b97cccc6e57c418adcf7c0cbf8672c5dbe0837b902a597610a610bd045bdf5d944813e6173011 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_mr.tar.gz 553571 SHA256 f6897ca59d4060460fc8981a5a98017cc8797f35957d51708c01e82ffbffca80 SHA512 9320bf7b17bdb6914f2ea779dfe88690da204928d5fb69905771b85e2d263ac75d060780a26962c3afce354f3d2b5048234ddd3fb94d641ae453ddec61399d6a WHIRLPOOL 30695a0ecdf4d7bc5425748bc7909e9ada56eb6271d65c72fb164811893777d621a831ca1435d66e4d76b851655c7d5178688868c05bea1a6e46d61fc666edc6 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_my.tar.gz 552727 SHA256 308440b06eb343e26476599f24980529a75dd9855344983a52d75efa7efb1be3 SHA512 be68ec06317c93c58d5f8c3b8c947c82ca9363a2d10fec6c4ec33edaf3b0a240c4e3964fc0c82cb755fe655b77eea8878e0fdb25acefe369ed2706ca59af4b40 WHIRLPOOL 8e0e312b798bfcf1138536a5d4d9cbe7dcfeae885160f27f7920f49ae9a859f7e7e5ec83759516b01c61cb3506826649f99e87237db9b3eb36440235cfb62c29 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_nb.tar.gz 3483370 SHA256 37a5ad210e22cc1f8ae4ab72566d3b49136d948496963087e3a8620eef173af1 SHA512 26ef1ad92a8713927c1d7cbcc534f02eeba27a28f9acadadb582e554e0a92dd593e64900688825af8e9bda7273d3d5df6b6cb9676b2a998e1fa425b67a4daffc WHIRLPOOL 16800838403e9b6d1b5b46a94e06ea30e69f1825843fe37d270d5c649610b2c6b97a34076d64e92f955a85038d68030e1094baf16df44237d16ea25c39578ed0 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ne.tar.gz 921171 SHA256 cce62b2c833acac9a8cc4697c5d32ce1931467a733fc6bfdbe6ac15e9875595c SHA512 f564447ea481930fabfcdc24c8ced2cffe8c166a80969e270c993797c9e31b3238ba7516eb8ac20d0009b7850b31917bf247ad0cff4152c0b74c631a4dd78744 WHIRLPOOL 96cfee910e984d7c4ef902141cc8328b6437664f4b89a9c17370a01dd2df797b7a58b705f4cc70db52fba414e707db5fc3d5ae142920cdd6d7b55a6a09f79f0e +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_nl.tar.gz 1283111 SHA256 f147fa254c9a22bcb604238d26219af8a13b4b91b8b2d89023d4a1b7a6026612 SHA512 93727e315000b1359a64710e382f6340cd041c56471ba9823d1efb37aedb4bcdec4ba5d3b32f3f955589ebcc4595bc5cd463404acd81a5e7042b790d10399cdf WHIRLPOOL dc25f0380d7acc6e9d79bbdc04836e91eb722f5cb1241d0753749fb116424757029c88d883d1f4d1318e54d8de551acc4194c8f4180027fe787836cfefee1ed3 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_nn.tar.gz 3481669 SHA256 ad1eb859211fe7c79f2e9848682b9e8b3b1de2e4550e7e8ee0ee8f0876ed4ce9 SHA512 9239d61590f7f87f05251ac01dcf5d918c28b176344bb627c21e7990a2423e83fe3ee02ff8bb47d2dce9d5d9347b7dc55a9992a2a6c7a048eb2f7e6b7b0e29cb WHIRLPOOL 73507cbad3038de2fd7d1f101343ab0f192f50040b46e773e6bd8aae8a7fb50ad76ffe8d41cbc68dc69efdebaa282b093a65757eeccad9a8e2bb692a5f93850b +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_nr.tar.gz 496304 SHA256 24ada9b24377eece8ae419c6a6a8e7d31cd63f2b4362e46ce356b20497981a27 SHA512 fda48039b67b1373fac9bff91eea5c37cd465bd8ff0182ef1b73dadf88b6547ff437623024846bd3534af59f3000a9f3fb23b361468b9f16f6a2ebadd2475572 WHIRLPOOL 30e5e680ed5391cc1d7a3f61dac1bba6af84da23ecb4f1bcefac497f6a1c5498a06bb96bea059d04472ae31236675575133e96744ae14a84cf7a80c5d97e55fa +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_nso.tar.gz 493082 SHA256 d7568ce49896022846a8660d6a32f578daef8f766e6ec7859a83f9efcb91ebf6 SHA512 6fa35a795d1ae585bbbcb7ffd7b5f722a7aeeb555db200218f925d31d73e01d8ed5f99c59e7f797c235fee3978b2887d5104864de3aee8537358c27e8da66f30 WHIRLPOOL 176a797f3c953041626476e6d3456f8449284df899087efece1f0b834e0489c847d9b3bd3f6479bb8ff820b1bd3e707cc24346f76fb4c55febc10859b6a244e9 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_oc.tar.gz 695214 SHA256 8048df1f3e0ac09a223165717f6b3ee0bcd4d795c574d5093cbde3971cb86883 SHA512 bbf23d8288f2097adad5e487f75c4348a91a7529f54ede017708a69fb62c68bcbc3514efefcb23d447e4cae1cd9ea65e4ddf4bd4df596305c1a90db252799f7f WHIRLPOOL dfbf557b3e9355f153631d86a3efde4a25d651a55e2f26f676f66e51a1db7f9e10ecbfc4fe95a6ad29404b779e7ce8af82bf760016604881b9e26de0a11369c2 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_om.tar.gz 484861 SHA256 9c8a39ee07f0da8c2b157eb4f32057f1327d3bc3fd6448e64deb8eb00e368a8a SHA512 4c6aa04cec96f7c6109d3309c6c23971664a2e446d4b4343835b5d03a02c1ede41703b412e97cbb010743028fa96ed252c67e4dedd2943a3c765842ff2b46472 WHIRLPOOL 093ccf56a70bd2e66dd9def88f8e83f83786f5350d82a65e5c8e5ff57412ad2d418663306828b2ef62e6d597d0e6f6eb01784594f0de38d46dc1ba17b8ebb3ae +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_or.tar.gz 550693 SHA256 b5ef64fdc6705703d011851c330a730fa8ebb89c0bd3c720ac1cc2b8116967d0 SHA512 ac153b6e42a2c7e793268b69b2bbc539cd62aaf598b56c2be7af8c527149ba4f5c3d9c10decc088f1e8712afe647d6a91e336deb4984efd50f29f9de04bb7fae WHIRLPOOL b037ac25327b0352d25e632fda9ac1ae7d3e42502fff0f739ce17fbeaecfca985ed5b1e95f7f2c8c809474d2e965717c783b3efadb6c3687bdc6a82390d59005 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_pa-IN.tar.gz 523847 SHA256 5a05861b900c8032a73b4ba022587210dcd5bea632073ab6a8a333a8f93e2b42 SHA512 47823e3dbafccf80ae429565c9063158d468c58e2e9cda32103128b0a1959f111a46f2d8d35cab38298833e1305580c577e31f8f4ecdc492a6dcb9a199acd543 WHIRLPOOL 3fef784f0b30f1df4d535d16fbbd1e7b52e91b4fef20bdbf69c31b718821b5f24a260fb253bcd15634efbe703eb5bd8a10381af64777c3896d6ecda2e36f57ee +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_pl.tar.gz 3277468 SHA256 1302e1dfb491964fc757d209905cd3eef8941110156d28abb3a2829ecca1b48b SHA512 f6ce4d8a1434732115e8233ebaaab00efe92f00e7cd54b0fd4801c97091b91d624a05d00f882330b6b612da77ed563eecb65c26fcb6c415c793b642420c04104 WHIRLPOOL 55751649522cd686ebf9fda35896a342b79ad1efebbed38ea75c72a9de4271f31af2b6b72d52e983b73134cbd2a8e88aea57b89d33a50ad224bb0c004cdd2330 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_pt-BR.tar.gz 2574389 SHA256 50a73f9cf558363af3184f5d17488161ea91ed63583f228cb621d4648bdd2b48 SHA512 1fcee18a265dee1b14ef9b92ebf40fce04bdce3e225aba93e09357e3c3e8c9db316ae6ea87c4b7002b3d90313a0f9a56ca7d9b2b4734b2f1ac6cbfa7a619382b WHIRLPOOL 40c27e68182d67c9ec48b0cf844cb59076d267f0d59aba79040850571a0d3d287235752dc74eefc3d6e58dafa3a88984eed4fa4a15e65ac05bff642991679699 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_pt.tar.gz 1127759 SHA256 36805a4ae7ca58e422d5abf6a1cbb1132ef2d3b5a012f178dd4eb855cd8a6210 SHA512 b2b14c42d9aeb448febc0f02de81dfe5f8be11d1060548079d75cd2e2bfc222051bcc8d0e08ce2abf2d4e4779c3793a419f4a31f1e56f91a88c19d01dd318b2a WHIRLPOOL e0e73f43f32e29f363b8ac933a962bf86874748dc42f839d3de20b3a849c342d3ebb981f5c61d198087965601eed2fbfa05e413ed09776972bad9123ca5fadfb +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ro.tar.gz 2361172 SHA256 8fe65db16c9ba72998357d4b3bc411efa3c179c879c04130ed43175717789350 SHA512 7922fab63585a7cd7740e7864d77a6769bdf77e045c1e16cb9635a53a1ac84e2a77c390ec1db9563d91490e9dc205d9625687835d37c9b3be029e75582afc5bd WHIRLPOOL 9db7d27b99d57bfeac75fd0403555afc0003b9917541d5326d17f93e5ea14e750c7dd72c646eb4419da7ce5a98954ce553053bf548c823d872713b8e0646dfd3 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ru.tar.gz 1648407 SHA256 eece68d4c88e9d373758e754bdec6c04fcaeedfde965fd02ebd19b2570e91dcc SHA512 0b9651691398a0ed5b2967edeb8b0c6481cdcd33c65dfab04367e08adcceeda43a2bdba05eee06b6f18b975001cadb9fc2a31004fa73f4e9e37a4d1bbc0c53cf WHIRLPOOL 57ba8e1cd89a5d54bc40f80bf866b9284960947b26b45df9a6be678b94a586923d6ec3399c31670f5eb56c2cad992dae6c093086267741da3f780dea14261f6f +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_rw.tar.gz 488626 SHA256 030a571ceda10f90356c1febfed87ef587ec2e750bac4804f10e633c84ddc424 SHA512 dc4e6e7ef6f6b6cfdefd17bc08655534255400e3a032dec1016fd9c7730da38c4bee82683375c298f46d35ffc868e46f35e6bb7192463f7f02c6bda2bfb6ed7a WHIRLPOOL ad09355e4738dc628cab2d77eac43d32caf2e433496e8dc9eeaa83de8ee939e41284d4951a5567bad19cec7f947afb35b4f6d42e734be01121ffc4a51b5c2377 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sa-IN.tar.gz 540622 SHA256 7c93fcfe319b641808e7dd24029775522d79d16e5f216428f0c8053416ddd4d1 SHA512 957ef94c6b2b2bc89730030af157f8934506bacb1d98c0b4db13058aafcf69144b8804db3abcb723623402a019845b2095d3ea72f69d1d74c4e82b3ff72f1eba WHIRLPOOL 1d38f3f5a73f05950f48d2143dcdf0f8fe6f306298e2dc87fcd9c1964c2c9e628481471e53acd7545bb4a646fb4957070d3ff01a3a092cdc722d3ba66f6a37ee +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sat.tar.gz 581182 SHA256 c6bb7f5fff6a8b2057c017196152ce2a99b09bc0d123ed46b4eef402d68a6f21 SHA512 1a034a46b2af6d9cad72cff93c88d074705ea1be3aebad8df566041c542a79233d6a7f1dd9365a95aaa291ba0a63d4dd1dabc8d91ef3fadddd22394e8b47b177 WHIRLPOOL 953fe70f8351c39efd6454a3dbf9a7110b8a85d800cbd7b9ec2bc7f1bc0217da4309c5f6c44aa861205d09ef5873383ce12860a6bb57c1c1ef8a8a6328d66b5b +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sd.tar.gz 531695 SHA256 8f50e5a8b623fb85fd3af3f8d76d480f079dbad41805f33a888a4e1f765469a3 SHA512 1832fb4ca90b972123183efb1d6910574d7ff81eeac89de9e47c7dedbfc4f29692719d226153049bec12ca6442d52f0711608cc6d5675958b8bbe4146e372634 WHIRLPOOL bca5f7a10ea32b7fde65ef67f90d6a7d681b90ded1f2e736c14092c07bd7c9dd48036f2f1e9771b33c2752a072d1992e2105b26e53678b42b631724e79588527 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_si.tar.gz 822049 SHA256 23b174a4642b2f5fc61d16ae5fee8e54fe751df9d34fedd6e9ac8caac82743a9 SHA512 7f5ad27aada43d8025bca244a15911ea3ef7cb78738d3f2a10e0338b5bf9131e10771a34ad94cab64766bac3a5a67140386388da96ce303a57d926cda021cbd1 WHIRLPOOL 29ffc6687329e443069afccd6cae08fe2f4dc0c0ccbf0d65ba73d3471096c7a272e49c3386bdfe4ed1d7a50b2396d40199fcf6709eddad57c83c6eba692d8401 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sid.tar.gz 492416 SHA256 f84f1b7444ceb62d7ff96b94c021e7ef5e5c5ccc419f61d7b2f269ee1ef7076d SHA512 582f0eed698cab105b55aca2c1b92d31b4e916eba73dc6e33acc8619b664a49005987b9d845b92958fa752abb85d8aecf1ed282c2c8359c5ea56482fee578158 WHIRLPOOL 6fa1e673e1fbbcebb4a88df367af69f0d20d17b6e6b4784d69326338b7d266658e21e0cf825984f5d23185425e5e5db363dcf726a5c7419be3971b7adf4bcd5b +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sk.tar.gz 1781797 SHA256 1f340733f019f46ab818816b10d1e8b8489efcf12beff2ba8e864d6e59c2655f SHA512 6ba3642703cb51777f18e9537ef2e8742690558505d87247bb5c73c4f135ad81f3f661e16b14d71cff80a7e22df44ab92ab36f7a13b28c499467aa24a794705e WHIRLPOOL a998eaaea1dd907ba4b7cd994b23e72e95f1d3758b7c11e3414ad2fae8cc4dfe774bdbb31c0cb8ce93df3247255eafe2f84f66fec20c3eb3385b4fb2b48a44f5 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sl.tar.gz 2160330 SHA256 6faf19f6508313e1eff7bd1285659e207912465b3ee378f3867dbd6ab9d1341f SHA512 7e89ff5699515872e62b519e2fc7eb679b08f6541fd625d05757320fc33548518348be0746c5d805ddf19a6b7dac884ba2955b6350bade3c3b34ff7032a536a7 WHIRLPOOL a85cfc94412e6f4a1d336effa02616db911c574d1e5459295f78f1cc901a420148ed759e43ef1a8d7495a3c27fce28c52fb6347ba019e6dd9fe79c9d87a7ef17 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sq.tar.gz 507918 SHA256 12c822c6d1c9cc2b879f9c78ca556317be8b557fa05cdfc92275db24b68f2654 SHA512 e1605e40c73c1594b79a21609ba8d6f76ddf0ffff11a5d4eb619a772eed3ff0dc961a5caeb3a756c8ef0dc9135d4bacc555e7bd1074129bc8eb2cc04aed31e6e WHIRLPOOL d6ef830d86e7b5909154f76debf6cec4d1c1927a8aae221377720ad882c4ed2d360df9940b1789773529bbeaa67107ad70cadb01af44bc7d319b088ae510dbed +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sr-Latn.tar.gz 1686743 SHA256 0a84ff058ce158e6d3c23008fb98fa673015bd9881609867f56edf73e711b141 SHA512 6effe427aa4bb0b0e4e7292e87097b2dbce1fe4cef55c690511ac352af4e195e66febcd9ee59c0f6344e74cd84a37d12186dfb6f12691c9666a2d5daabf09e89 WHIRLPOOL 5a1e286209702c05c6187409f2036ad4a7065478c0be76bead2983c66d91fd3d97ce822173b8a472bf0e39af73f855dddaec4b9f7ae8e2ca6b17687ec99c8b4d +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sr.tar.gz 1716850 SHA256 8ea971813e00d001357d23b2711165e38a615c162053a4212e82635b72bca4f7 SHA512 8127829ff8d77d8615562e09873807588bd8757229ab13e6c7615a96041291ccebc1fd4ffae196de5add6eea1eb0fd707639f363331d5fcdcc4edb984e24e53c WHIRLPOOL d9c8f5fa0be9aabe7facfe256757c68b4bb68858cc62a38c915c5a77f7701105039e85d7ab68fdbce4f14e6257d4d766ed89b5c66f5fda33e75a88f2f381a5b6 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ss.tar.gz 493415 SHA256 27811440bb18c2e5127085853252dfad42b27428c65322c06d88fe07a13f625c SHA512 80b0496f00ba502af8ae522e96e38067f0813ab09661248b9e2e10705647b03ff3f9aee14e94622253fd19a2ee0b0033c0de413c5cd07a65c3ec53a4cef23c67 WHIRLPOOL 6480657af5bf3a9bc0e90ed726e8d7e4ca373a4f6ae3e4394a14f2c48017b76672f2dabb646a381bd997dc1733649b9a37f1fc171d72844338d5c7fe5bf05b55 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_st.tar.gz 492290 SHA256 7d42e50cf3e0035878f7b18ed3a36e58b42493c10801992058b9a810d4e6ea2f SHA512 6c436fc9030ea5fc7cf17166650d41b15df3b8698204d1e27d3c28a75009bfcb3585c48006372e3e7e5fb8a8e470758b51c1360c0701e5fc212650cf434f3573 WHIRLPOOL 26a4d1833df9666b2983170e7ccffe8f4226e436bbc85274a2e8cdc812f9e7bb9e4e8ec7e597dbe39b4e34ff6f664f03bef3fd15d099628719263595a3b41208 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sv.tar.gz 2363561 SHA256 d84101a66ff5e1c50bf0e7617fb205ec4e67656e7c621db270226141d911d2ac SHA512 296afec39e14c6b41300b58b1923278ffb2d4893fd72709acc3aac86383c977217631b53308d6763921410fc57b88519c8494c2820505fa4e53253405cae4b85 WHIRLPOOL 6bf529af85d77e2b23190fd18ef5a915e8a23a107748ae35d3807f7160cb4a9d47e3592410acfb328d718cd84b6692a8500ad49a0ad0a1a1184d282052f81b90 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sw-TZ.tar.gz 479462 SHA256 ffda909a3e4e09f3ab708b59f139b8a854da1a6eeeda6e57a69f817c5b002651 SHA512 a4f7fbd5fc65f35384bf1cdffaf10d4aa501a43818b7e317c31ce30ea58ff4529ad7239e0177de725f12fb58fb76b38f7df3f5cd26a257b304d316124b3e404e WHIRLPOOL 290819f3761f27e647ee34350fea9538b102efa0d0da8fafe53af124b511482ca20db1712171bf2f2347393f3b37c0d9d4f883f0c71accb69326683f18deb351 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ta.tar.gz 547842 SHA256 11ca24bfbcd4e324e498a2c699fd6f67005a1ea99568301e9736af92c97463e4 SHA512 147252d137a6a368714d6ccada74c58f101ac9e561380e33411a0ca7cb33aa279a95510262db5f34391f70a5d88a1fc79dfa20d610b34481deae38959a11ff6c WHIRLPOOL 5315abc4d353359d9c5a81821defdcaab8757c6e1ff48661a182beaef89dd115dc8f2bef9f68839be7672fe5987ccfbbfe756d036b9b8bb0520ae6fbeb047bbc +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_te.tar.gz 1105063 SHA256 9b046e0bdea03defc267ac3317a03a0f9d01af0976d489231c6e956cc9c1d81e SHA512 2de2e5d7b32e204b1eb160a5be81aad8d7cbfc778b8113e7e060e2321c37ee9e343b97825b6e7441ead08e7d3f9f9c68caa1cd3583f3e6bf237dbb817b79d36f WHIRLPOOL 632724314fc9799b9fd78b256bff134f30871d7b021490c3fe710e00cc2b6b9c83e180f0ce4b3248ee004aa01c1dbd52cf6e4af6ff1fbf888d3913cbe3409fd5 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_tg.tar.gz 510038 SHA256 6ffc04c8ec4c22ee061ae23acfb1fa64f7a72b1a8e9c75fda105adf128b64f82 SHA512 8c365a96f10496f1ef959406654f2670ceff9b0982c217c886eb1618b84b27c04e0384da351a87f8bf45a6c05029c2a34fe4a5822e7f9d18d7d3848be928960b WHIRLPOOL 14a41f9f490d556d217cf0e63255ecaa2e718b4c669b6424189fed1f3c7015ab5c1ca6febd941a3c13af62f8bae8bccf145981e2a1438b75d03585b5f4b6793c +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_th.tar.gz 691202 SHA256 84a5be14ed4461501ff3ee1e3f93d7bbf634b49dfa47cca14702424ca6bfaf52 SHA512 fca3594b16d31d5a5e823630c7c580a37dca343b8c79179472328fa42efb3caddf58f741de7ba22412dea65a0ab7f7b80e7f2f901fe8b851568f0eab6da6df51 WHIRLPOOL 9874edf8e72acd3f20b31891e0a749495ae504409a7d0bd0ee8589d197936c2f025ced452a977dcf0627f0c055f6693cd5451bc242e3ed4f4cd5bce3ff9952d0 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_tn.tar.gz 485504 SHA256 81e03a209ca55b6900e482a0da2021c69d37016af4459e5bb4a70d810e8154db SHA512 5cefcf689ac8fc5278d96864871f926418cbb9f9e31899d6a15f6c9e7db957542b2f57c6cac1491ab934c6a07a7cc60def01caec99e4879a660597f8dd282aa5 WHIRLPOOL d92bef8cbc5e4f352a1cedf3f3a526a112032e6101c4a799d11290acb4bc679360972a26f0b86b14e6d2bc69c71bc76ea8e57e9aad129f0f2c599a29934123f5 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_tr.tar.gz 532379 SHA256 a985687930f5abd9ad6c7c37be9a52e92b515fc526e1f3b79a2fa7620e49ecd6 SHA512 3f0709e8c12c66a35aa403b2fe9e3dfe6d96dd9ade7a6bab3178b702a89bea01155916e9db4485a250fb6cf4eebeaa4bee076faf5d46af21ac811f95150a0f98 WHIRLPOOL 8191026ebd76c2d10836380c3c946cfe5457ab0c33a444da03071ad8cd66802877d8f7dcb8ef53ccabca9ffe354cbd4cca89e4b775b818970d504d1ad7ca4938 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ts.tar.gz 493818 SHA256 4cee01be4f3a01e16fddfe518b73e55cd76e1bb7bfe9b7bd8cbfb8abad0db98e SHA512 9a94777fb57553a339bc903b2d8f6e3bffc592e7fffd353104393afc6a2cf3c00b5b6ae3083a66eb56a7be10aaf804e5d22827094517cbdd15732597ff810b48 WHIRLPOOL 528383fcc4c1e13dd8688e93b81ca46169aed82a410da10237ac56ef69b8e7084637633858f942cc3d8fb1b70ca089882fb48aef8f534c763f28518776ed43a3 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_tt.tar.gz 490066 SHA256 99c1f18ac7ca505710c4d4adddcc44a4b4b8ab7499f096b59b8791ba9b4a21b9 SHA512 0bd263e8a8b703c671d6f8a108ee05b3aac40e929429128b9872891abf96d327d07ea5db3e774cc8586d969f0058d1b6ebce73a9c02298fba632fff696cdf2e3 WHIRLPOOL 1203519a608cf8c90608edb331c42c3b5a2b9d509bab331c3810c08820f74abf77fa7cfce6015a72ea1616072d8b14d35485577326931b7354313ebdec17490e +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ug.tar.gz 522429 SHA256 ae2a752ab3ccd4977bbd7eaf36da6ddb15147a78cf77ad0cd105dae1bad4c8b0 SHA512 20bc21d7e4dac00a25b9c3497f8beb99bf589ba8b0ad8db535edb7e28fef32fabbc714b000fff5e9e03a5ca3222007262b01a253f35af1823a9501b7acb31d84 WHIRLPOOL 067ac12487220cb39962deaeaeac816bff5826101808272664bc5f957837af87b867638f110a95f020409775ffb40a7dbdabb74933c3947da791d7aebc2b0edc +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_uk.tar.gz 1372035 SHA256 8b17bdfbbfdb5c0390a5cbdec36f3c19589e6d6f55ce1c247c5ca8a35d372d0a SHA512 b77d0ec2decb5060bf0089abb2cf170fa3d02248c9cf26a27dec0818c668f347dc8f4a1cdf88a220f8cb08b98ac13fdf63d96402518df0ee5847674d3c940168 WHIRLPOOL 4388f3ee2046b19dd88a66b46858cb93733823cf383b8b8ceba615e94500cfc818cf31ad74e5fc37f327d30090d57994a77caef25f865722b24b1a15de149307 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_uz.tar.gz 485044 SHA256 991ef4e852894b7a3d8a6849184e3d98832ca2f29ee99bee5aa5b6ff46589488 SHA512 4b244047a575d98d992a204e3db05fc72073529e32a5a808501cac2e39cbef8851823acfa805f6d0b26ab6ad35c432832887a24f263dfbbf986f4dc6cdab6f32 WHIRLPOOL 90f6b949ae0dd8c9c3827a0a6e08c6c6ec86694228dbb5fde9a2749df9f8032a4dfc23445c3dfe0604d7b867c24274ff783a504f052305eaa6201523968e7b1a +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ve.tar.gz 496836 SHA256 f63f04d3dee5d593745140dd453da7bca92c936699c20e486b8559169166dc8a SHA512 68851643199a2ff210337cce39cb8aeb859f8d0f3c062c86c2d1b61c875e851ac5f059e25d5695b0ee0fdc03956809b59fe1d5acdec19af2ae74291507734e67 WHIRLPOOL 269f2a75f364eed90041ac3b29eb2631248d3d1162652bcd28270a6ac04f557b9c6d353d969a4057200e141b8ffbae5c05cc8a532ceb7a0bbb8ff12dc071e06b +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_vi.tar.gz 523858 SHA256 02f8a6a1f73b34f8d6eba5486248919e2743262c51e8fef834b62235eb420211 SHA512 0105db0bcee4283d2da8915606dc4318eb58776ebbcb71fbdaf2c9f099733a237825d63675f4fa0bca8dc93a37886175fcee2ab5be70e88c44ee4f415bc501c5 WHIRLPOOL 4d381d226b29bd4db4f43720d52045375f56066c9f4f0b56ea57c9c409f90d644b62f352ecbdedd1af2e82489c238fcd787ecf1e4227ecda7797f104e6e2b3b2 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_xh.tar.gz 502351 SHA256 093a5272594ed633b5360966b9fb4d59358955b46940a8c55874842bfd4297ad SHA512 4d992317092042a90f2ab4770302cd594c73a0eb893dc4187e418e8fd48815471759cf390cd71f358325306bc03b617ad697b39a9638805a5063fde9c62c63db WHIRLPOOL 7a2c5030e2585c8a860e32f88a271c766d30179655603e2dfad7792591f68fce58b381658928e3c358b64e62a2609a765ea84e09b1cd2dfcf87ff94b568afa8a +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_zh-CN.tar.gz 571770 SHA256 758d94130b5f13d8dfb17546c249c2342b2df4afc2177c03d66ac3a04c702c4c SHA512 ad1fa0519621a62a53f673da2c1b1fb4be385aad6724b363fba26c6fbe92964c3cfde5e193677279f3e7ff7d847ddddf97c2c9433c37636c927431e72ac9deef WHIRLPOOL e03c9fb3cdcfd3b82696d8009dcb5157489cceca84df1c310b345fd2d4f69e27e9848b03655fd0055066bdf4ffcb17cf7cdaf21c0f0fdbd921cf12840ba8b012 +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_zh-TW.tar.gz 569096 SHA256 2a3fae756c5317b432eb15fe6315c0157bf3c7ae92aa81909bb86f673b86645c SHA512 fa567788ada4e09685ae8ed705b7a72bd311e54e33ecfac6bbb7f34b385c6cac51e3e620accc4a358a2e0a8b9481e251be7d0a0c143384e569bd984846e680ed WHIRLPOOL da781a4f78436b5bc0bc377eb67d12780eda3ad66561dc1680c5319d64c723880e0e85bd46ba65c700ad2733818c59c7dfe63aa82f62066f6557bc6eb967f48f +DIST LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_zu.tar.gz 503477 SHA256 5c1ae218ffdbc87d0853243f47addf6383ed81bd4f4cb3da91aac62e73a0d76b SHA512 ddd230db46f086ef134ddeb71316a9cb7b4db4efc269b2da678340a5b19c355a02522f7ae4375844fa23c168e4548b8f0a9c052fbd22d94db923ba5331253438 WHIRLPOOL a3c4c3a4019bda892f6429ba6c9e20b6d20d01a1b41eadbe6793fd0f95c1af5765d67dd63a898249a66a0614eb6246f017addc0c6b7ece1194ab260c5d684559 diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-5.0.5.2.ebuild b/app-office/libreoffice-l10n/libreoffice-l10n-5.0.5.2.ebuild new file mode 100644 index 000000000000..3b3c41d7c6d0 --- /dev/null +++ b/app-office/libreoffice-l10n/libreoffice-l10n-5.0.5.2.ebuild @@ -0,0 +1,89 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit rpm eutils multilib versionator + +MY_PV=$(get_version_component_range 1-3) + +DESCRIPTION="Translations for the Libreoffice suite" +HOMEPAGE="http://www.libreoffice.org" +BASE_SRC_URI_TESTING="http://download.documentfoundation.org/${PN/-l10n/}/testing/${MY_PV}/rpm" +BASE_SRC_URI_STABLE="http://download.documentfoundation.org/${PN/-l10n/}/stable/${MY_PV}/rpm" + +LICENSE="|| ( LGPL-3 MPL-1.1 )" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +IUSE="offlinehelp" + +# +# when changing the language lists, please be careful to preserve the spaces (bug 491728) +# +LANGUAGES_HELP=" am ast bg bn_IN bn bo bs ca_valencia ca cs da de dz el en_GB en en_ZA eo es et eu fi fr gl gu he hi hr hu id is it ja ka km ko mk nb ne nl nn om pl pt_BR pt ru si sk sl sq sv tg tr ug uk vi zh_CN zh_TW " +LANGUAGES="${LANGUAGES_HELP}af ar as be br brx cy dgo fa ga gd gug kk kmr_Latn kn kok ks lb lo lt lv mai ml mn mni mr my nr nso oc or pa_IN ro rw sa_IN sat sd sid sr_Latn sr ss st sw_TZ ta te th tn ts tt uz ve xh zu " + +for lang in ${LANGUAGES_HELP}; do + helppack="" + [[ ${lang} == en ]] && lang2=${lang/en/en_US} || lang2=${lang} + helppack="offlinehelp? ( ${BASE_SRC_URI_STABLE}/x86/LibreOffice_${MY_PV}_Linux_x86_rpm_helppack_${lang2/_/-}.tar.gz -> LibreOffice_${PV}_Linux_x86_rpm_helppack_${lang2/_/-}.tar.gz ${BASE_SRC_URI_TESTING}/x86/LibreOffice_${PV}_Linux_x86_rpm_helppack_${lang2/_/-}.tar.gz )" + SRC_URI+=" linguas_${lang}? ( ${helppack} )" +done +for lang in ${LANGUAGES}; do + langpack="" + [[ ${lang} == en ]] \ + || langpack="${BASE_SRC_URI_STABLE}/x86/LibreOffice_${MY_PV}_Linux_x86_rpm_langpack_${lang/_/-}.tar.gz -> LibreOffice_${PV}_Linux_x86_rpm_langpack_${lang/_/-}.tar.gz ${BASE_SRC_URI_TESTING}/x86/LibreOffice_${PV}_Linux_x86_rpm_langpack_${lang/_/-}.tar.gz" + [[ -z ${langpack} ]] || SRC_URI+=" linguas_${lang}? ( ${langpack} )" + IUSE+=" linguas_${lang}" +done +unset lang helppack langpack lang2 + +RDEPEND+="app-text/hunspell" + +RESTRICT="strip" + +S="${WORKDIR}" + +src_prepare() { + local lang dir rpmdir + + # First remove dictionaries, we want to use system ones. + find "${S}" -name *dict*.rpm -delete || die "Failed to remove dictionaries" + + for lang in ${LANGUAGES}; do + # break away if not enabled; paludis support + use_if_iuse linguas_${lang} || continue + + dir=${lang/_/-} + + # for english we provide just helppack, as translation is always there + if [[ ${lang} != en ]]; then + rpmdir="LibreOffice_${PV}_Linux_x86_rpm_langpack_${dir}/RPMS/" + [[ -d ${rpmdir} ]] || die "Missing directory: ${rpmdir}" + rpm_unpack ./${rpmdir}/*.rpm + fi + if [[ "${LANGUAGES_HELP}" =~ " ${lang} " ]] && use offlinehelp; then + [[ ${lang} == en ]] && dir="en-US" + rpmdir="LibreOffice_${PV}_Linux_x86_rpm_helppack_${dir}/RPMS/" + [[ -d ${rpmdir} ]] || die "Missing directory: ${rpmdir}" + rpm_unpack ./${rpmdir}/*.rpm + fi + done +} + +src_configure() { :; } +src_compile() { :; } + +src_install() { + local dir="${S}"/opt/${PN/-l10n/}$(get_version_component_range 1-2)/ + # Condition required for people that do not install anything eg no linguas + # or just english with no offlinehelp. + if [[ -d "${dir}" ]] ; then + insinto /usr/$(get_libdir)/${PN/-l10n/}/ + doins -r "${dir}"/* + fi + # remove extensions that are in the l10n for some weird reason + rm -rf "${ED}"usr/$(get_libdir)/${PN/-l10n/}/share/extensions/ || \ + die "Failed to remove extensions" +} diff --git a/app-office/libreoffice/Manifest b/app-office/libreoffice/Manifest index 8788035bad7c..0d52bf308e9c 100644 --- a/app-office/libreoffice/Manifest +++ b/app-office/libreoffice/Manifest @@ -9,7 +9,9 @@ DIST d62650a6f908e85643e557a236ea989c-vigra1.6.0.tar.gz 16525605 SHA256 1f188ac0 DIST libreoffice-4.4.6.3.tar.xz 164742068 SHA256 3f1bd66fedc34d60448f74e864c1cb79c3e44aeadbd1d0bb9544011d29f422ac SHA512 ffdbe9b46622d30b176f3120e84cd9bd3d0ea35b2759e1886bc3038455bf63a09305cc9c6ceba9e02a6279e12859c78e689ddfe02d60585115ebb0d3787db8bd WHIRLPOOL 9ce888415d9366e0402ac9d6bbb189d41a9bf42aa49bd8b1c90ef9071fbdb5ce4da7bd7029efcf538fd6cf4ec412d246e943b29cffbbd53499d50065103e2566 DIST libreoffice-5.0.3.2.tar.xz 167009360 SHA256 77f9c9569c1199d914f38afa01547c1874535c56ad74b19614a0afc3ad66d4bd SHA512 fe49577d26c2241a2e7d6f2e8faa25cacf77dc94dbe76f7dbbf1b208295695298d24842c73444b284e9af2a323b7536cce6727ffab0431ac22d80691a9902e62 WHIRLPOOL 2a907729d9f2b436a0206f558022d9ace69d494106e3c76f9c141d1202438ca7c662eca102595e8143cb4c70cece44447f99b1093e813249433684725f3287d0 DIST libreoffice-5.0.4.2.tar.xz 167305516 SHA256 647440b70fc190a43a3373cfe5b06a87558ee07711e3d74cab8fb9d8cbac6dc8 SHA512 729403edaec752bbb933548e15bf1d417a307e58e0cc6db045bfb97eb99c65b29ae785d207a2611c25b2a55a1fa25e3f0905adbb6500f571fb2f345ccfa53be8 WHIRLPOOL e903d2a218416051002103a7670febca384db8e1e3d6d3e25bbe116629b24534e99d5571ecf4663a8aefe81d3d7211b9f2ec0604fa9c2b861487ed615fc5afc2 +DIST libreoffice-5.0.5.2.tar.xz 167135308 SHA256 1ee729db840cf98bb00fed8c65550ccd6ced03123e3befcc511fe8df6f671b88 SHA512 f469d2faccd3e445324b0e8219a8a31b4dc8314a9b0559bfff06dd422eb6e6a9194dd4777391e71daa9bddf362cccca958defe165805f91e8334f95f36a011d2 WHIRLPOOL df4d74171c95f57a1a0fc7d25b7668abde5bb4eb8b326fd2179b4f311f5e63408919ca69bf2efe7effb2700488e11a0b4dc2059a5ce9c6a2de81d8f80314f598 DIST libreoffice-branding-gentoo-0.8.tar.xz 151568 SHA256 22722121be062742624e0634beae92289c75e6a99ed507d3bf0a05c5164e3c69 SHA512 785031a699b1d1895ce4b50ffc3ddf645f3a0ef9acdf37facfd18cf75db9484cb8f53a50abb63d6006ead76a80b6ff5aa99661063245ebb84bd64013d713de7f WHIRLPOOL 1f36652a52d501d6548cfa9aa013b3e3a1867aa2b0693d2274cf7816d4aa4e0cde3c7096cc71ed47cf74e5f96da2757bf537f553021f8fd86939accb227bf538 DIST libreoffice-help-4.4.6.3.tar.xz 1875828 SHA256 d3b18c7dc4c68d152c298498f014e82183ade008d9d64a74353df306b286818b SHA512 6871252079738c7c1a44a17dba6aa842411c1c0a7e92a92dcfa3afe0e314edf9ba4d277bacbc558cf26362e94ff1e8370c91a00f81aee697528ba359f5559a3c WHIRLPOOL 2383ce2bf9a52529d7a4d34e8eeb3ea3d74ec547375ab8cb5556e694519976121528019f53ebd287d07ef40dd19a946acdf469ce0b75301c4ed51fc0add6f6f0 DIST libreoffice-help-5.0.3.2.tar.xz 1882292 SHA256 7e5535b8bd9be88170abdef187d3cf16d2cccdb1fdbd4404a22f1cff55bd953e SHA512 73de5507b0e7994a189d5580ad7bfdf842e9a3a10cc0a9bbe39eb11f20e47fa7016f6cf6748ad7c35260587cfc7078eaac6055b439292068a9d9783509bd715d WHIRLPOOL 1e7c79250a407c0eac5f1538290dfe1f04b22799bc04a295cd6dfbf0405dc4478283dea09ede52adf25077729852c11f9f74e98f257c47a8a30b350d83d532ac DIST libreoffice-help-5.0.4.2.tar.xz 1882964 SHA256 5d3c20037a8c2abc04aa3d5991a956538a8dad6669ce0ee0de56d78ebce5b200 SHA512 42c6c8361ec2c8b7d1652110818dcf162ad2508e17f8152713fe4a28439a103346144500a569c9b993ad7edab18637006c8787984756931ab8953868fc97cb44 WHIRLPOOL 238511d7a0ef16c22a774bbcb732da180e8d5d56a3d952a30c0da1cb1cf2154ece7efbe993409a9e6bcae8c2e5ebba049dcf68058a8c151a967f0d6df1dce93b +DIST libreoffice-help-5.0.5.2.tar.xz 1882884 SHA256 6664496d23d3e7e56dbca22b7cd9a2cf66e0e91609a20976870e0e235540c02a SHA512 63a27a160a98360d04f062c4a9b123ed0e89a4e081aaa03e50b0df7ef04c4396977401f909541a5f3510a3c2d7dbfc4c52839a1a4adc1a29bae8dd6a8056a170 WHIRLPOOL b9aae3d2f622ebb27bd9943d8111ec9c3fcfc77b35b1b93f294ed8fe7106ab001a10260c7f9ed45b5f9ca65229d15f25a3a92f6000682b6ae651c0cf16e81fed diff --git a/app-office/libreoffice/libreoffice-5.0.5.2.ebuild b/app-office/libreoffice/libreoffice-5.0.5.2.ebuild new file mode 100644 index 000000000000..4cc1a495d37e --- /dev/null +++ b/app-office/libreoffice/libreoffice-5.0.5.2.ebuild @@ -0,0 +1,608 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_REQUIRED="optional" +QT_MINIMAL="4.7.4" +KDE_SCM="git" +CMAKE_REQUIRED="never" + +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_REQ_USE="threads,xml" + +# experimental ; release ; old +# Usually the tarballs are moved a lot so this should make +# everyone happy. +DEV_URI=" + http://dev-builds.libreoffice.org/pre-releases/src + http://download.documentfoundation.org/libreoffice/src/${PV:0:5}/ + http://download.documentfoundation.org/libreoffice/old/${PV}/ +" +EXT_URI="http://ooo.itc.hu/oxygenoffice/download/libreoffice" +ADDONS_URI="http://dev-www.libreoffice.org/src/" + +BRANDING="${PN}-branding-gentoo-0.8.tar.xz" +# PATCHSET="${P}-patchset-01.tar.xz" + +[[ ${PV} == *9999* ]] && SCM_ECLASS="git-r3" +inherit multiprocessing autotools bash-completion-r1 check-reqs eutils java-pkg-opt-2 kde4-base pax-utils python-single-r1 multilib toolchain-funcs flag-o-matic versionator ${SCM_ECLASS} +unset SCM_ECLASS + +DESCRIPTION="A full office productivity suite" +HOMEPAGE="http://www.libreoffice.org" +SRC_URI="branding? ( http://dev.gentoo.org/~dilfridge/distfiles/${BRANDING} )" +[[ -n ${PATCHSET} ]] && SRC_URI+=" http://dev.gentooexperimental.org/~scarabeus/${PATCHSET}" + +# Split modules following git/tarballs +# Core MUST be first! +# Help is used for the image generator +MODULES="core help" +# Only release has the tarballs +if [[ ${PV} != *9999* ]]; then + for i in ${DEV_URI}; do + for mod in ${MODULES}; do + if [[ ${mod} == core ]]; then + SRC_URI+=" ${i}/${P}.tar.xz" + else + SRC_URI+=" ${i}/${PN}-${mod}-${PV}.tar.xz" + fi + done + unset mod + done + unset i +fi +unset DEV_URI + +# Really required addons +# These are bundles that can't be removed for now due to huge patchsets. +# If you want them gone, patches are welcome. +ADDONS_SRC=( + "${ADDONS_URI}/d62650a6f908e85643e557a236ea989c-vigra1.6.0.tar.gz" + "${ADDONS_URI}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz" # modifies source code + "collada? ( ${ADDONS_URI}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2 )" + "java? ( ${ADDONS_URI}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip )" + # no release for 8 years, should we package it? + "libreoffice_extensions_wiki-publisher? ( ${ADDONS_URI}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip )" + # Does not build with 1.6 rhino at all + "libreoffice_extensions_scripting-javascript? ( ${ADDONS_URI}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip )" + # requirement of rhino + "libreoffice_extensions_scripting-javascript? ( ${ADDONS_URI}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip )" + # not packageable + "odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll )" +) +SRC_URI+=" ${ADDONS_SRC[*]}" + +unset ADDONS_URI +unset EXT_URI +unset ADDONS_SRC + +IUSE="bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf gnome gstreamer ++gtk gtk3 jemalloc kde libressl mysql odk postgres telepathy test vlc" + +LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher" +# Unpackaged separate extensions: +# diagram: lo has 0.9.5 upstream is weirdly patched 0.9.4 -> wtf? +# hunart: only on ooo extensions -> fubared download path somewhere on sf +# numbertext, typo, validator, watch-window: ^^ +# oooblogger: no homepage or anything +# Extensions that need extra work: +for lo_xt in ${LO_EXTS}; do + IUSE+=" libreoffice_extensions_${lo_xt}" +done +unset lo_xt + +LICENSE="|| ( LGPL-3 MPL-1.1 )" +SLOT="0" +[[ ${PV} == *9999* ]] || \ +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" + +COMMON_DEPEND=" + ${PYTHON_DEPS} + app-arch/zip + app-arch/unzip + >=app-text/hunspell-1.3.2-r3 + app-text/mythes + >=app-text/libabw-0.1.0 + >=app-text/libexttextcat-3.2 + >=app-text/libebook-0.1.1 + >=app-text/libetonyek-0.1.2 + app-text/liblangtag + >=app-text/libmspub-0.1.0 + >=app-text/libmwaw-0.3.5 + >=app-text/libodfgen-0.1.0 + app-text/libwpd:0.10[tools] + app-text/libwpg:0.3 + =app-text/libwps-0.4* + >=app-text/poppler-0.16:=[cxx] + >=dev-cpp/clucene-2.3.3.4-r2 + =dev-cpp/libcmis-0.5* + dev-db/unixODBC + >=dev-libs/boost-1.55:= + dev-libs/expat + >=dev-libs/hyphen-2.7.1 + >=dev-libs/icu-4.8.1.1:= + =dev-libs/liborcus-0.7* + >=dev-libs/librevenge-0.0.1 + >=dev-libs/nspr-4.8.8 + >=dev-libs/nss-3.12.9 + >=dev-lang/perl-5.0 + !libressl? ( >=dev-libs/openssl-1.0.0d:0 ) + libressl? ( dev-libs/libressl ) + >=dev-libs/redland-1.0.16 + media-gfx/graphite2 + >=media-libs/fontconfig-2.8.0 + media-libs/freetype:2 + >=media-libs/glew-1.10 + >=media-libs/harfbuzz-0.9.18:=[icu(+)] + media-libs/lcms:2 + >=media-libs/libpng-1.4:0= + >=media-libs/libcdr-0.1.0 + >=media-libs/libfreehand-0.1.0 + media-libs/libpagemaker + >=media-libs/libvisio-0.1.0 + >=net-misc/curl-7.21.4 + net-libs/neon + net-nds/openldap + sci-mathematics/lpsolve + virtual/jpeg:0 + >=x11-libs/cairo-1.10.0[X] + x11-libs/libXinerama + x11-libs/libXrandr + x11-libs/libXrender + virtual/glu + virtual/opengl + bluetooth? ( net-wireless/bluez ) + coinmp? ( sci-libs/coinor-mp ) + collada? ( >=media-libs/opencollada-1.2.2_p20150207 ) + cups? ( net-print/cups ) + dbus? ( >=dev-libs/dbus-glib-0.92 ) + eds? ( gnome-extra/evolution-data-server ) + firebird? ( >=dev-db/firebird-2.5 ) + gltf? ( media-libs/libgltf ) + gnome? ( gnome-base/gconf:2 ) + gtk? ( + x11-libs/gdk-pixbuf[X] + >=x11-libs/gtk+-2.24:2 + ) + gtk3? ( >=x11-libs/gtk+-3.8:3 ) + gstreamer? ( + media-libs/gstreamer:1.0 + media-libs/gst-plugins-base:1.0 + ) + jemalloc? ( dev-libs/jemalloc ) + libreoffice_extensions_scripting-beanshell? ( >=dev-java/bsh-2.0_beta4 ) + libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 ) + libreoffice_extensions_wiki-publisher? ( + dev-java/commons-codec:0 + dev-java/commons-httpclient:3 + dev-java/commons-lang:2.1 + dev-java/commons-logging:0 + ) + mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) + postgres? ( >=dev-db/postgresql-9.0:*[kerberos] ) + telepathy? ( + dev-libs/glib:2 + >=net-libs/telepathy-glib-0.18.0 + >=x11-libs/gtk+-2.24:2 + ) +" + +RDEPEND="${COMMON_DEPEND} + !app-office/libreoffice-bin + !app-office/libreoffice-bin-debug + !=virtual/jre-1.6 ) + kde? ( $(add_kdeapps_dep kioclient) ) + vlc? ( media-video/vlc ) +" + +if [[ ${PV} != *9999* ]]; then + PDEPEND="=app-office/libreoffice-l10n-$(get_version_component_range 1-2)*" +else + # Translations are not reliable on live ebuilds + # rather force people to use english only. + PDEPEND="!app-office/libreoffice-l10n" +fi + +# FIXME: cppunit should be moved to test conditional +# after everything upstream is under gbuild +# as dmake execute tests right away +DEPEND="${COMMON_DEPEND} + >=dev-libs/libatomic_ops-7.2d + >=dev-libs/libxml2-2.7.8 + dev-libs/libxslt + dev-perl/Archive-Zip + dev-util/cppunit + >=dev-util/gperf-3 + dev-util/intltool + >=dev-util/mdds-0.12.0:= + media-libs/glm + net-misc/npapi-sdk + >=sys-apps/findutils-4.4.2 + sys-devel/bison + sys-apps/coreutils + sys-devel/flex + sys-devel/gettext + >=sys-devel/make-3.82 + sys-devel/ucpp + sys-libs/zlib + virtual/pkgconfig + x11-libs/libXt + x11-libs/libXtst + x11-proto/randrproto + x11-proto/xextproto + x11-proto/xineramaproto + x11-proto/xproto + java? ( + >=virtual/jdk-1.6 + >=dev-java/ant-core-1.7 + ) + odk? ( >=app-doc/doxygen-1.8.4 ) + test? ( dev-util/cppunit ) +" + +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + bluetooth? ( dbus ) + collada? ( gltf ) + gnome? ( gtk ) + eds? ( gnome ) + telepathy? ( gtk ) + libreoffice_extensions_nlpsolver? ( java ) + libreoffice_extensions_scripting-beanshell? ( java ) + libreoffice_extensions_scripting-javascript? ( java ) + libreoffice_extensions_wiki-publisher? ( java ) +" + +PATCHES=( + # not upstreamable stuff + "${FILESDIR}/${PN}-4.4-system-pyuno.patch" +) + +CHECKREQS_MEMORY="512M" +if [[ ${MERGE_TYPE} != binary ]] ; then CHECKREQS_DISK_BUILD="6G" ; fi + +pkg_pretend() { + local pgslot + + use java || \ + ewarn "If you plan to use lbase application you should enable java or you will get various crashes." + + if [[ ${MERGE_TYPE} != binary ]]; then + check-reqs_pkg_pretend + + if [[ $(gcc-major-version) -lt 4 ]] || { + [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 6 ]]; } + then + eerror "Compilation with gcc older than 4.6 is not supported" + die "Too old gcc found." + fi + fi + + # Ensure pg version but we have to be sure the pg is installed (first + # install on clean system) + if use postgres && has_version dev-db/postgresql; then + pgslot=$(postgresql-config show) + if [[ ${pgslot//.} -lt 90 ]] ; then + eerror "PostgreSQL slot must be set to 9.0 or higher." + eerror " postgresql-config set 9.0" + die "PostgreSQL slot is not set to 9.0 or higher." + fi + fi +} + +pkg_setup() { + java-pkg-opt-2_pkg_setup + kde4-base_pkg_setup + python-single-r1_pkg_setup + + [[ ${MERGE_TYPE} != binary ]] && check-reqs_pkg_setup +} + +src_unpack() { + local mod + + [[ -n ${PATCHSET} ]] && unpack ${PATCHSET} + use branding && unpack "${BRANDING}" + + if [[ ${PV} != *9999* ]]; then + unpack "${P}.tar.xz" + for mod in ${MODULES}; do + [[ ${mod} == core ]] && continue + unpack "${PN}-${mod}-${PV}.tar.xz" + done + else + local base_uri branch checkout mypv + base_uri="git://anongit.freedesktop.org" + for mod in ${MODULES}; do + branch="master" + mypv=${PV/.9999} + [[ ${mypv} != ${PV} ]] && branch="${PN}-${mypv/./-}" + git-r3_fetch "${base_uri}/${PN}/${mod}" "refs/heads/${branch}" + [[ ${mod} != core ]] && checkout="${S}/${mod}" + [[ ${mod} == help ]] && checkout="helpcontent2" # doesn't match on help + git-r3_checkout "${base_uri}/${PN}/${mod}" ${checkout} + done + fi +} + +src_prepare() { + # patchset + if [[ -n ${PATCHSET} ]]; then + EPATCH_FORCE="yes" \ + EPATCH_SOURCE="${WORKDIR}/${PATCHSET/.tar.xz/}" \ + EPATCH_SUFFIX="patch" \ + epatch + fi + + epatch "${PATCHES[@]}" + epatch_user + + AT_M4DIR="m4" eautoreconf + # hack in the autogen.sh + touch autogen.lastrun + + # system pyuno mess + sed -i \ + -e "s:%eprefix%:${EPREFIX}:g" \ + -e "s:%libdir%:$(get_libdir):g" \ + pyuno/source/module/uno.py \ + pyuno/source/officehelper.py || die + # sed in the tests + sed -i \ + -e "s#all : build unitcheck#all : build#g" \ + solenv/gbuild/Module.mk || die + sed -i \ + -e "s#check: dev-install subsequentcheck#check: unitcheck slowcheck dev-install subsequentcheck#g" \ + -e "s#Makefile.gbuild all slowcheck#Makefile.gbuild all#g" \ + Makefile.in || die + + if use branding; then + # hack... + mv -v "${WORKDIR}/branding-intro.png" "${S}/icon-themes/galaxy/brand/intro.png" || die + fi +} + +src_configure() { + local java_opts + local internal_libs + local lo_ext + local ext_opts + + # optimization flags + export GMAKE_OPTIONS="${MAKEOPTS}" + # System python 2.7 enablement: + export PYTHON_CFLAGS=$(python_get_CFLAGS) + export PYTHON_LIBS=$(python_get_LIBS) + + if use collada; then + export OPENCOLLADA_CFLAGS="-I/usr/include/opencollada/COLLADABaseUtils -I/usr/include/opencollada/COLLADAFramework -I/usr/include/opencollada/COLLADASaxFrameworkLoader -I/usr/include/opencollada/GeneratedSaxParser" + export OPENCOLLADA_LIBS="-L /usr/$(get_libdir)/opencollada -lOpenCOLLADABaseUtils -lOpenCOLLADAFramework -lOpenCOLLADASaxFrameworkLoader -lGeneratedSaxParser" + fi + + # sane: just sane.h header that is used for scan in writer, not + # linked or anything else, worthless to depend on + # vigra: just uses templates from there + # it is serious pain in the ass for packaging + # should be replaced by boost::gil if someone interested + internal_libs+=" + --without-system-sane + --without-system-vigra + " + + # libreoffice extensions handling + for lo_xt in ${LO_EXTS}; do + if [[ "${lo_xt}" == "scripting-beanshell" || "${lo_xt}" == "scripting-javascript" ]]; then + ext_opts+=" $(use_enable libreoffice_extensions_${lo_xt} ${lo_xt})" + else + ext_opts+=" $(use_enable libreoffice_extensions_${lo_xt} ext-${lo_xt})" + fi + done + + if use java; then + # hsqldb: system one is too new + java_opts=" + --without-junit + --without-system-hsqldb + --with-ant-home="${ANT_HOME}" + --with-jdk-home=$(java-config --jdk-home 2>/dev/null) + --with-jvm-path="${EPREFIX}/usr/lib/" + " + + use libreoffice_extensions_scripting-beanshell && \ + java_opts+=" --with-beanshell-jar=$(java-pkg_getjar bsh bsh.jar)" + + use libreoffice_extensions_scripting-javascript && \ + java_opts+=" --with-rhino-jar=$(java-pkg_getjar rhino-1.6 js.jar)" + + if use libreoffice_extensions_wiki-publisher; then + java_opts+=" + --with-commons-codec-jar=$(java-pkg_getjar commons-codec commons-codec.jar) + --with-commons-httpclient-jar=$(java-pkg_getjar commons-httpclient-3 commons-httpclient.jar) + --with-commons-lang-jar=$(java-pkg_getjar commons-lang-2.1 commons-lang.jar) + --with-commons-logging-jar=$(java-pkg_getjar commons-logging commons-logging.jar) + " + fi + fi + + # system headers/libs/...: enforce using system packages + # --enable-cairo: ensure that cairo is always required + # --enable-graphite: disabling causes build breakages + # --enable-*-link: link to the library rather than just dlopen on runtime + # --enable-release-build: build the libreoffice as release + # --disable-fetch-external: prevent dowloading during compile phase + # --disable-gnome-vfs: old gnome virtual fs support + # --disable-kdeab: kde3 adressbook + # --disable-kde: kde3 support + # --disable-systray: quickstarter does not actually work at all so do not + # promote it + # --enable-extension-integration: enable any extension integration support + # --without-{fonts,myspell-dicts,ppsd}: prevent install of sys pkgs + # --disable-report-builder: too much java packages pulled in without pkgs + econf \ + --docdir="${EPREFIX}/usr/share/doc/${PF}/" \ + --with-system-headers \ + --with-system-libs \ + --with-system-jars \ + --with-system-dicts \ + --enable-cairo-canvas \ + --enable-graphite \ + --enable-largefile \ + --enable-mergelibs \ + --enable-neon \ + --enable-python=system \ + --enable-randr \ + --enable-randr-link \ + --enable-release-build \ + --disable-hardlink-deliver \ + --disable-ccache \ + --disable-crashdump \ + --disable-dependency-tracking \ + --disable-epm \ + --disable-fetch-external \ + --disable-gnome-vfs \ + --disable-gstreamer-0-10 \ + --disable-report-builder \ + --disable-kdeab \ + --disable-kde \ + --disable-online-update \ + --disable-systray \ + --with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") \ + --with-build-version="Gentoo official package" \ + --enable-extension-integration \ + --with-external-dict-dir="${EPREFIX}/usr/share/myspell" \ + --with-external-hyph-dir="${EPREFIX}/usr/share/myspell" \ + --with-external-thes-dir="${EPREFIX}/usr/share/myspell" \ + --with-external-tar="${DISTDIR}" \ + --with-lang="" \ + --with-parallelism=$(makeopts_jobs) \ + --with-system-ucpp \ + --with-vendor="Gentoo Foundation" \ + --with-x \ + --without-fonts \ + --without-myspell-dicts \ + --without-help \ + --with-helppack-integration \ + --without-sun-templates \ + $(use_enable bluetooth sdremote-bluetooth) \ + $(use_enable coinmp) \ + $(use_enable collada) \ + $(use_enable cups) \ + $(use_enable debug) \ + $(use_enable dbus) \ + $(use_enable eds evolution2) \ + $(use_enable firebird firebird-sdbc) \ + $(use_enable gltf) \ + $(use_enable gnome gconf) \ + $(use_enable gnome gio) \ + $(use_enable gnome lockdown) \ + $(use_enable gstreamer gstreamer-1-0) \ + $(use_enable gtk) \ + $(use_enable gtk3) \ + $(use_enable kde kde4) \ + $(use_enable mysql ext-mariadb-connector) \ + $(use_enable odk) \ + $(use_enable postgres postgresql-sdbc) \ + $(use_enable telepathy) \ + $(use_enable vlc) \ + $(use_with coinmp system-coinmp) \ + $(use_with collada system-opencollada) \ + $(use_with gltf system-libgltf) \ + $(use_with java) \ + $(use_with mysql system-mysql-cppconn) \ + $(use_with odk doxygen) \ + ${internal_libs} \ + ${java_opts} \ + ${ext_opts} +} + +src_compile() { + # more and more LO stuff tries to use OpenGL, including tests during build + # bug 501508, bug 540624, bug 545974 and probably more + addpredict /dev/dri + addpredict /dev/ati + addpredict /dev/nvidiactl + + # hack for offlinehelp, this needs fixing upstream at some point + # it is broken because we send --without-help + # https://bugs.freedesktop.org/show_bug.cgi?id=46506 + ( + grep "^export" "${S}/config_host.mk" > "${T}/config_host.mk" || die + source "${T}/config_host.mk" 2&> /dev/null + + local path="${WORKDIR}/helpcontent2/source/auxiliary/" + mkdir -p "${path}" || die + + echo "perl \"${S}/helpcontent2/helpers/create_ilst.pl\" -dir=icon-themes/galaxy/res/helpimg > \"${path}/helpimg.ilst\"" + perl "${S}/helpcontent2/helpers/create_ilst.pl" \ + -dir=icon-themes/galaxy/res/helpimg \ + > "${path}/helpimg.ilst" + [[ -s "${path}/helpimg.ilst" ]] || \ + ewarn "The help images list is empty, something is fishy, report a bug." + ) + + local target + use test && target="build" || target="build-nocheck" + + # this is not a proper make script + make ${target} || die +} + +src_test() { + make unitcheck || die + make slowcheck || die +} + +src_install() { + # This is not Makefile so no buildserver + make DESTDIR="${D}" distro-pack-install -o build -o check || die + + # Fix bash completion placement + newbashcomp "${ED}"etc/bash_completion.d/libreoffice.sh ${PN} + bashcomp_alias \ + libreoffice \ + unopkg loimpress lobase localc lodraw lomath lowriter lofromtemplate loweb loffice + rm -rf "${ED}"etc/ || die + + if use branding; then + insinto /usr/$(get_libdir)/${PN}/program + newins "${WORKDIR}/branding-sofficerc" sofficerc + dodir /etc/env.d + echo "CONFIG_PROTECT=/usr/$(get_libdir)/${PN}/program/sofficerc" > "${ED}"etc/env.d/99${PN} || die + fi + + # Hack for offlinehelp, this needs fixing upstream at some point. + # It is broken because we send --without-help + # https://bugs.freedesktop.org/show_bug.cgi?id=46506 + insinto /usr/$(get_libdir)/libreoffice/help + doins xmlhelp/util/*.xsl + + # Remove desktop files for support to old installs that can't parse mime + rm -r "${ED}"usr/share/mimelnk/ || die + + # FIXME: Hack add missing file + exeinto /usr/$(get_libdir)/${PN}/program + doexe "${S}"/instdir/program/libsaxlo.so + + pax-mark -m "${ED}"usr/$(get_libdir)/libreoffice/program/soffice.bin + pax-mark -m "${ED}"usr/$(get_libdir)/libreoffice/program/unopkg.bin +} + +pkg_preinst() { + # Cache updates - all handled by kde eclass for all environments + kde4-base_pkg_preinst +} + +pkg_postinst() { + kde4-base_pkg_postinst +} + +pkg_postrm() { + kde4-base_pkg_postrm +} diff --git a/app-shells/bash-completion/Manifest b/app-shells/bash-completion/Manifest index 122e9b0264e7..517a2b342068 100644 --- a/app-shells/bash-completion/Manifest +++ b/app-shells/bash-completion/Manifest @@ -2,4 +2,5 @@ DIST bash-completion-1.3.tar.bz2 211899 SHA256 8ebe30579f0f3e1a521013bcdd1831936 DIST bash-completion-2.1.tar.bz2 265329 SHA256 2b606804a7d5f823380a882e0f7b6c8a37b0e768e72c3d4107c51fbe8a46ae4f SHA512 0bc71039ef136b1ccb72527eb40f2ed4068a58dc31b1ac1ee52a40e7c950ea4cfbb4f1bee2f0da6774e56062578fa3653096e6d306eea7f028dd55ff737e92fe WHIRLPOOL 0275d8ac99a0ac5b12637bf2b13561d656b239ba7c166071cb283a481df2fdd904ad1c18608ea35b9af4f0f4db3b034f833f0fd586a0096626d1b268bcd8fc00 DIST bash-completion-2.1_p20141224.tar.xz 257964 SHA256 a76ffdbc9f49f48e290f0e6f3d46060d51c770f91e25b35b014bc16fec76f517 SHA512 94649aad8dbf0f170422605a5f36c5cab61e45ce402a92f89a6eba3bd5d2e976087b35cd0a9b6d4d29ba608cee3bb27b692088c884b766447ee9eafa99c2814a WHIRLPOOL 0ea12dfc8f432ffed598aee65c7080de570ebe9783415c7ebe4bd5d152fc645a132fae3a28986c029d13a4b939e15053204d73ae9b207f4ad62b9c117bf59cba DIST bashcomp-2.0.1.tar.bz2 4078 SHA256 142348b61b32fb3f1580ac90b684b1014d6d177f371baadb503340c507f9a992 SHA512 8ac8982f418a2d71dffcf027ffe0b7eefa3ee49413a726a8ee9e758975d8f86c687a64b55cd94e09b7936d1c6990285ddc90a3c2b1989af44322937c5c4fb8d7 WHIRLPOOL b6daa0a93282e9df73635cbdddde97c473fd22aa3baf035c3ffcb5966152e20b26d85979fe8a5ecf9128157422f3f60dc27c82c843b9a0e6e80b7de7da596250 +DIST bashcomp-2.0.2.tar.gz 3625 SHA256 6ede58bfbe99f0dca1eb9236492aa20a6755e5731526de56e15d1e2b220165c9 SHA512 46bc1bcc32263135f44be68569459a409250dd2c81c18190735f11e13a26508e9d3cb91d24a8fe7b21bdea678347873b7ac1b67d5e8c78c8444011f85dfdcdce WHIRLPOOL 4b6cb989235d5fed8fd9986c1419ab337df38384fe2b307fd78f08f8696f4a2328845ed4f27913a36e9a544e973690bc0dd2af73816e272c3faf27ff2eafa585 DIST bashcomp2-pre1.tar.gz 3732 SHA256 fd201638bae06f134c243887cafe402ef0a21f9e62cca3966f405c249abc9eec SHA512 745801fe20c846cb0cdb044d712caacd75a2902c9dddc2261bdb179dcd826e5d1032d6b1f73340abe74dbb82d29b4386897291ccdf45d9bbd1fdb80a5f79fa45 WHIRLPOOL eb529c7263653b3e3e36c0cf29d44c57ce64bb2144f06ff7f2df569dd2ae66eb135b2ace5542c37cb100da8b3562b32ab61bcd9f5fd3cfbf67febf5e5086e04a diff --git a/app-shells/bash-completion/bash-completion-2.1_p20141224-r2.ebuild b/app-shells/bash-completion/bash-completion-2.1_p20141224-r2.ebuild new file mode 100644 index 000000000000..846afc842d65 --- /dev/null +++ b/app-shells/bash-completion/bash-completion-2.1_p20141224-r2.ebuild @@ -0,0 +1,95 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +BASHCOMP_P=bashcomp-2.0.2 +inherit versionator + +DESCRIPTION="Programmable Completion for bash" +HOMEPAGE="http://bash-completion.alioth.debian.org/" +SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz + https://bitbucket.org/mgorny/bashcomp2/downloads/${BASHCOMP_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris" +IUSE="" + +RDEPEND=">=app-shells/bash-4.3_p30-r1 + sys-apps/miscfiles + !app-eselect/eselect-bashcomp" +DEPEND="app-arch/xz-utils" +PDEPEND=">=app-shells/gentoo-bashcomp-20140911" + +# Remove unwanted completions. +STRIP_COMPLETIONS=( + # Slackware package stuff, quite generic names cause collisions + # (e.g. with sys-apps/pacman) + explodepkg installpkg makepkg pkgtool removepkg upgradepkg + + # Debian/Red Hat network stuff + ifdown ifup ifstatus + + # Installed in app-editors/vim-core + xxd + + # Now-dead symlinks to deprecated completions + hd ncal +) + +src_prepare() { + epatch "${WORKDIR}/${BASHCOMP_P}/${P}"-*.patch + # Bug 543100 + epatch "${FILESDIR}/${PN}-2.1-escape-characters.patch" +} + +src_test() { :; } # Skip testsuite because of interactive shell wrt #477066 + +src_install() { + # work-around race conditions, bug #526996 + mkdir -p "${ED}"/usr/share/bash-completion/{completions,helpers} || die + + emake DESTDIR="${D}" profiledir="${EPREFIX}"/etc/bash/bashrc.d install + + local file + for file in "${STRIP_COMPLETIONS[@]}"; do + rm "${ED}"/usr/share/bash-completion/completions/${file} || die + done + # remove deprecated completions (moved to other packages) + rm "${ED}"/usr/share/bash-completion/completions/_* || die + + dodoc AUTHORS CHANGES README + + # install the eselect module + insinto /usr/share/eselect/modules + doins "${WORKDIR}/${BASHCOMP_P}/bashcomp.eselect" + doman "${WORKDIR}/${BASHCOMP_P}/bashcomp.eselect.5" +} + +pkg_postinst() { + local v + for v in ${REPLACING_VERSIONS}; do + if ! version_is_at_least 2.1-r90 ${v}; then + ewarn "For bash-completion autoloader to work, all completions need to" + ewarn "be installed in /usr/share/bash-completion/completions. You may" + ewarn "need to rebuild packages that installed completions in the old" + ewarn "location. You can do this using:" + ewarn + ewarn "$ find ${EPREFIX}/usr/share/bash-completion -maxdepth 1 -type f '!' -name 'bash_completion' -exec emerge -1v {} +" + ewarn + ewarn "After the rebuild, you should remove the old setup symlinks:" + ewarn + ewarn "$ find ${EPREFIX}/etc/bash_completion.d -type l -delete" + fi + done + + if has_version 'app-shells/zsh'; then + elog + elog "If you are interested in using the provided bash completion functions with" + elog "zsh, valuable tips on the effective use of bashcompinit are available:" + elog " http://www.zsh.org/mla/workers/2003/msg00046.html" + elog + fi +} diff --git a/app-shells/posh/Manifest b/app-shells/posh/Manifest index 3545e9802452..1cd9f2f3ccf5 100644 --- a/app-shells/posh/Manifest +++ b/app-shells/posh/Manifest @@ -1,2 +1,2 @@ -DIST posh_0.12.5.tar.xz 267356 SHA256 adf1b5670b9978c3b6d5ae64356be72d8c31db1750a7600ff981fec3ff920a0a SHA512 03fabb32eb2cd38b90cf4bef641a9ce35e3e79a65b22bf6c8654b0da9d05385efe1fb5c0274deba9c616c7aba443f9a408194a066983edf051be1098be11f21e WHIRLPOOL 7a6275c14818cc24085e9383e9fce51dbb71ebdb001af2a7f5bc061a807e4681f83f57a6a2aa5bac4655d8f24466e9a7f0e573c584d04e660a668995d0144b8f +DIST posh_0.12.6.tar.xz 268872 SHA256 32d00153b448df535fd095d768db2771794bfc54002efd711abc48a40481170d SHA512 2b862264dd13c840facb158f1e2731dd1f11c7a567308feb6bd80fd5a7ea4d8e383cc13a0819f90da5fdad70d0adcc81e5adf2bd69a7a171e2e874f82509123c WHIRLPOOL 201e99e5ba990fa800c3c141872b3a332ff67051abd2f64e8b693b894050780d9cb196804678dd73896585f170b28147092a2bbd85a2028a6a6044ef9a140130 DIST posh_0.12.tar.gz 469680 SHA256 9206b67005cf357404b3f3021c2d7c7bbd50756050512dececb9ed836435b048 SHA512 bb98d2fa009b5ccd666103378dd30da5649baf830d4e3124575f813b98b13275bde46e03bb737c75b37c82f655b3f17e9a5decd29b75d20678e78a4d7e3abf00 WHIRLPOOL ffd03e1537aa8e68545c532fb8c27fc9702ab16157efce7ef5c83b6f70fbe1a807e4759b85525036ae0c26f56b595ccf95d9cffb8a96b4ef8e5a8ec4b50c60e6 diff --git a/app-shells/posh/files/posh-0.12.5-test-perl-fix.patch b/app-shells/posh/files/posh-0.12.5-test-perl-fix.patch deleted file mode 100644 index 4959afe5b971..000000000000 --- a/app-shells/posh/files/posh-0.12.5-test-perl-fix.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 893b644fc8c840d0a29974c90e0a80f7ce8146ba Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= -Date: Sun, 14 Feb 2016 10:21:02 +0100 -Subject: [PATCH] tests/th: Update to work with perl-5.16+ - -The 'getopts.pl' module (dating back to perl4) was finally nuked in -perl-5.16+, therefore making it impossible to run tests in posh. Use -the perl5 Getopt::Std module instead. ---- - tests/th | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/tests/th b/tests/th -index 72eb812..920d54c 100755 ---- a/tests/th -+++ b/tests/th -@@ -130,7 +130,7 @@ - - $os = defined $^O ? $^O : 'unknown'; - --require 'getopts.pl'; -+use Getopt::Std; - - ($prog = $0) =~ s#.*/##; - -@@ -200,7 +200,7 @@ $nxpassed = 0; - - %known_tests = (); - --if (!&Getopts('C:p:Ps:t:ve:')) { -+if (!&getopts('C:p:Ps:t:ve:')) { - print STDERR $Usage; - exit 1; - } --- -2.7.1 - diff --git a/app-shells/posh/posh-0.12.5.ebuild b/app-shells/posh/posh-0.12.6.ebuild similarity index 75% rename from app-shells/posh/posh-0.12.5.ebuild rename to app-shells/posh/posh-0.12.6.ebuild index 925876fe970f..511eff566c91 100644 --- a/app-shells/posh/posh-0.12.5.ebuild +++ b/app-shells/posh/posh-0.12.6.ebuild @@ -4,8 +4,6 @@ EAPI=6 -inherit autotools - DESCRIPTION="Reimplementation of Bourne shell based on pdksh" HOMEPAGE="http://packages.debian.org/posh" SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.xz" @@ -17,14 +15,7 @@ IUSE="" DEPEND="app-arch/xz-utils" -src_prepare() { - eapply "${FILESDIR}/${P}-test-perl-fix.patch" - - default - - # tarball bundles outdated generated files - eautoreconf -} +S=${WORKDIR}/posh src_configure() { local myconf=( diff --git a/app-text/agrep/agrep-2.04-r1.ebuild b/app-text/agrep/agrep-2.04-r1.ebuild index dee0d55744c2..f9d48da3943a 100644 --- a/app-text/agrep/agrep-2.04-r1.ebuild +++ b/app-text/agrep/agrep-2.04-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.cs.arizona.edu/agrep/${P}.tar.Z" LICENSE="AGREP" SLOT="0" -KEYWORDS="amd64 ~mips ppc ppc64 ~sparc x86 ~ppc-macos ~sparc-solaris" +KEYWORDS="amd64 ~arm ~mips ppc ppc64 ~sparc x86 ~ppc-macos ~sparc-solaris" IUSE="" DEPEND="" diff --git a/app-text/sigil/sigil-0.9.3.ebuild b/app-text/sigil/sigil-0.9.3.ebuild index 98abaadb2971..bc82d766dd54 100644 --- a/app-text/sigil/sigil-0.9.3.ebuild +++ b/app-text/sigil/sigil-0.9.3.ebuild @@ -1,12 +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 CMAKE_MIN_VERSION="3.0" -# Sigil supports Python 3.5 already. Include it when our deps support it. -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_4 python3_5 ) inherit eutils cmake-utils python-single-r1 diff --git a/app-text/xapian-omega/files/xapian-omega-1.3.4-fix-lz.patch b/app-text/xapian-omega/files/xapian-omega-1.3.4-fix-lz.patch new file mode 100644 index 000000000000..e8126baf0d51 --- /dev/null +++ b/app-text/xapian-omega/files/xapian-omega-1.3.4-fix-lz.patch @@ -0,0 +1,20 @@ +commit 755169cc3b0991bb783ade963da3a473db147067 +Author: Olly Betts +Date: Tue Jan 12 17:24:11 2016 +1300 + + Need to AC_SUBST probed value of ZLIB_LIBS + + Noted by Paul Wise + +diff --git a/xapian-applications/omega/configure.ac b/xapian-applications/omega/configure.ac +index db56262..36d894e 100644 +--- a/xapian-applications/omega/configure.ac ++++ b/xapian-applications/omega/configure.ac +@@ -120,6 +120,7 @@ AC_SEARCH_LIBS([zlibVersion], [z zlib zdll], [], [ + AC_MSG_ERROR([zlibVersion() not found in -lz, -lzlib, or -lzdll (you may need to install the zlib1g-dev or zlib-devel package)]) + ]) + ZLIB_LIBS=$LIBS ++AC_SUBST([ZLIB_LIBS]) + LIBS=$SAVE_LIBS + + dnl libmagic used to detect MIME types for files we don't detect by extension. diff --git a/app-text/xapian-omega/xapian-omega-1.3.4.ebuild b/app-text/xapian-omega/xapian-omega-1.3.4.ebuild index d38795598d69..a48191a465ce 100644 --- a/app-text/xapian-omega/xapian-omega-1.3.4.ebuild +++ b/app-text/xapian-omega/xapian-omega-1.3.4.ebuild @@ -4,6 +4,8 @@ EAPI="5" +inherit autotools eutils + DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI search frontend" SRC_URI="http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.xz" HOMEPAGE="http://www.xapian.org/" @@ -20,6 +22,12 @@ DEPEND="dev-libs/xapian:0/1.3.5 sys-libs/zlib" RDEPEND="${DEPEND}" +src_prepare() { + # Bug #574666 + epatch "${FILESDIR}"/${P}-fix-lz.patch + eautoreconf +} + src_install () { emake DESTDIR="${D}" install diff --git a/dev-haskell/text/files/text-1.2.2.0-integer-simple.patch b/dev-haskell/text/files/text-1.2.2.0-integer-simple.patch new file mode 100644 index 000000000000..349fd79f8b37 --- /dev/null +++ b/dev-haskell/text/files/text-1.2.2.0-integer-simple.patch @@ -0,0 +1,78 @@ +https://bugs.gentoo.org/575120 +https://github.com/bos/text/issues/138 + +commit 6c69034c81974b3fab9dba2993f22cc0a80f1b9e +Author: Herbert Valerio Riedel +Date: Sat Feb 13 12:44:20 2016 +0100 + + Revert "Rename integer-simple to integer-pure (gh-138)" + + This basically reverts commit b806d9491c740dfcbf172d2936f1eeb3b72d3492. + and therefore resolve #138 + +diff --git a/Data/Text/Lazy/Builder/Int.hs b/Data/Text/Lazy/Builder/Int.hs +index 6d26ecd..1cb0651 100644 +--- a/Data/Text/Lazy/Builder/Int.hs ++++ b/Data/Text/Lazy/Builder/Int.hs +@@ -36,14 +36,14 @@ import Control.Monad.ST + #ifdef __GLASGOW_HASKELL__ + # if defined(INTEGER_GMP) + import GHC.Integer.GMP.Internals (Integer(S#)) +-# elif defined(INTEGER_PURE) ++# elif defined(INTEGER_SIMPLE) + import GHC.Integer + # else +-# error "You need to use either GMP or integer-pure." ++# error "You need to use either GMP or integer-simple." + # endif + #endif + +-#if defined(INTEGER_GMP) || defined(INTEGER_PURE) ++#if defined(INTEGER_GMP) || defined(INTEGER_SIMPLE) + # define PAIR(a,b) (# a,b #) + #else + # define PAIR(a,b) (a,b) +diff --git a/text.cabal b/text.cabal +index ffb92cf..5fa1be0 100644 +--- a/text.cabal ++++ b/text.cabal +@@ -69,10 +69,10 @@ flag developer + default: False + manual: True + +-flag integer-pure +- description: Use the pure-Haskell integer library instead of GMP ++flag integer-simple ++ description: Use the simple integer library instead of GMP + default: False +- manual: True ++ manual: False + + library + c-sources: cbits/cbits.c +@@ -145,9 +145,9 @@ library + ghc-options: -Werror + cpp-options: -DASSERTS + +- if flag(integer-pure) +- cpp-options: -DINTEGER_PURE +- build-depends: integer-pure >= 1.0 ++ if flag(integer-simple) ++ cpp-options: -DINTEGER_SIMPLE ++ build-depends: integer-simple >= 0.1 && < 0.5 + else + cpp-options: -DINTEGER_GMP + build-depends: integer-gmp >= 0.2 +@@ -181,9 +181,9 @@ test-suite tests + test-framework-hunit >= 0.2, + test-framework-quickcheck2 >= 0.2 + +- if flag(integer-pure) +- cpp-options: -DINTEGER_PURE +- build-depends: integer-pure >= 0.1 && < 0.5 ++ if flag(integer-simple) ++ cpp-options: -DINTEGER_SIMPLE ++ build-depends: integer-simple >= 0.1 && < 0.5 + else + cpp-options: -DINTEGER_GMP + build-depends: integer-gmp >= 0.2 diff --git a/dev-haskell/text/text-1.2.2.0.ebuild b/dev-haskell/text/text-1.2.2.0.ebuild index 42ba63d8d714..7a91a4dc06f0 100644 --- a/dev-haskell/text/text-1.2.2.0.ebuild +++ b/dev-haskell/text/text-1.2.2.0.ebuild @@ -35,8 +35,11 @@ DEPEND="${RDEPEND} >=dev-haskell/test-framework-quickcheck2-0.2 ) " +src_prepare() { + epatch "${FILESDIR}"/${P}-integer-simple.patch +} + src_configure() { haskell-cabal_src_configure \ - --flag=-developer \ - --flag=-integer-pure + --flag=-developer } diff --git a/dev-java/ant-eclipse-ecj/Manifest b/dev-java/ant-eclipse-ecj/Manifest index 6255e04232f4..f91eafb19083 100644 --- a/dev-java/ant-eclipse-ecj/Manifest +++ b/dev-java/ant-eclipse-ecj/Manifest @@ -1,4 +1,3 @@ -DIST ecjsrc-3.7.2.jar 1366333 SHA256 755d871c3066f15cfaf5ea84075527eb97c92f9685058c3a326057e797f69e6b SHA512 53b9800a53d494330ef517983c756d622eaab242552586775f85a694142faa43d348131f9b49ec6ba41066c7d19dcb339eab3140302d46ccbcc7a2edd30e9d32 WHIRLPOOL 399d971251b022cea47d6db2ddea6f6b0a325789c5a09661782d7fad2b29840863b406f1c2b5f49b8b34b55ff3283519e63a76aed09305fe92b3a0ec866c6d97 DIST ecjsrc-4.2.1.jar 1417043 SHA256 d261b2158f598640f1923805d2e9bf47eb21d8333f4e1b37f59f847ad00d48f4 SHA512 967b47a722893ea1f9eb17e69d386881dc87516e93c1d7a2a119d6fb2e053faa0d9d6455b6e4b89c3f23a3ec7ae33686f4acc305d7c6e51929ce7837c9c93eaf WHIRLPOOL 3f91bbf654d8ce0621e3ce21b5a1fce5058c86ad1dd24f89269aba6716945bff8686b6e1829c602864c15f62b45c65f5d5fe0430052dd2419da7e0c0225c95d5 DIST ecjsrc-4.4.2.jar 1764959 SHA256 ad3daf77ab710268f88c41fba87218dcdf502b423217a3799b5227ddf03b5858 SHA512 53e850fc64994b104d45f58c22f1302ceb1f23bcf69300940be5689dfa6278bea14b4506746fec7b14db6f48c24ccbee16755943fffcdd7f6ad4fe5d9ddc1f20 WHIRLPOOL 5c4e40e482b8c30143bb7043822935eac9ff6f425a9d4f175ef5968ebe0bf0cf219f0f5d8046bfc9b77e067a6ff62166bdb7f7c51f887e5675064a2ca85fe721 DIST ecjsrc-4.5.1.jar 1809543 SHA256 101a31ee0474282a287b16c46fa6e793ede43ceecaecabbd382f6e0b1b67ef72 SHA512 ee615e6fb7fb4a16ef4aeefdff93bafdbf36c9d0ce15713b81f1d4dce0ae87379fa4a6de34c32a134f78db6ed1a68d6c7b4e2a431b7de57bf8262a718fdd6553 WHIRLPOOL 739746de8dfb3c9b9ad40925e99ed58de1f594d6d4e20fd71ce07394a99f2f3f51984daf27c32a76ae5c4a25abf99c6dfb012b62858806d91a5f584d3a4da9f7 diff --git a/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-3.7.2.ebuild b/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-3.7.2.ebuild deleted file mode 100644 index 752b04a37d6f..000000000000 --- a/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-3.7.2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit java-pkg-2 - -DMF="R-${PV}-201202080800" -S="${WORKDIR}" - -DESCRIPTION="Ant Compiler Adapter for Eclipse Java Compiler" -HOMEPAGE="http://www.eclipse.org/" -SRC_URI="http://download.eclipse.org/eclipse/downloads/drops/${DMF/.0}/ecjsrc-${PV}.jar" - -LICENSE="EPL-1.0" -KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -SLOT="3.7" -IUSE="" - -RDEPEND=">=virtual/jre-1.4 - ~dev-java/eclipse-ecj-${PV} - >=dev-java/ant-core-1.7" -DEPEND="${RDEPEND} - app-arch/unzip - >=virtual/jdk-1.4" - -src_unpack() { - unpack ${A} - mkdir -p src/org/eclipse/jdt/{core,internal} - cp org/eclipse/jdt/core/JDTCompilerAdapter.java \ - src/org/eclipse/jdt/core || die - cp -r org/eclipse/jdt/internal/antadapter \ - src/org/eclipse/jdt/internal || die - rm -fr about* org -} - -src_compile() { - cd src - java-pkg_filter-compiler jikes - ejavac -classpath "$(java-pkg_getjars ant-core,eclipse-ecj-${SLOT})" \ - $(find org/ -name '*.java') || die "ejavac failed!" - find org/ -name '*.class' -o -name '*.properties' | \ - xargs jar cf "${S}/${PN}.jar" || die "jar failed!" -} - -src_install() { - java-pkg_dojar ${PN}.jar - insinto /usr/share/java-config-2/compiler - doins "${FILESDIR}/ecj-${SLOT}" - sed -i "s/^JAVAC=/&${EPREFIX}:" /usr/share/java-config-2/compiler/ecj-${SLOT} -} diff --git a/dev-java/ant-eclipse-ecj/files/ecj-3.7 b/dev-java/ant-eclipse-ecj/files/ecj-3.7 deleted file mode 100644 index 49b17dc92ac9..000000000000 --- a/dev-java/ant-eclipse-ecj/files/ecj-3.7 +++ /dev/null @@ -1,7 +0,0 @@ -JAVAC="/usr/bin/ecj-3.7" -PACKAGE="=dev-java/ant-eclipse-ecj-3.7*" -SUPPORTED_TARGET="1.1 1.2 1.3 1.4 1.5 1.6 1.7" -SUPPORTED_SOURCE="1.3 1.4 1.5 1.6 1.7" -ANT_BUILD_COMPILER="org.eclipse.jdt.core.JDTCompilerAdapter" -ANT_BUILD_COMPILER_DEPS="eclipse-ecj-3.7,ant-eclipse-ecj-3.7" -GENERATION="2" diff --git a/dev-java/asm/asm-5.0.3.ebuild b/dev-java/asm/asm-5.0.3.ebuild index c15bacc2bb20..e9b62a808956 100644 --- a/dev-java/asm/asm-5.0.3.ebuild +++ b/dev-java/asm/asm-5.0.3.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://download.forge.objectweb.org/${PN}/${P}.tar.gz LICENSE="BSD" SLOT="4" IUSE="" -KEYWORDS="amd64 ~arm ~ppc64 x86 ~amd64-fbsd ~x64-macos" +KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x64-macos" DEPEND=">=virtual/jdk-1.5" RDEPEND=">=virtual/jre-1.5" diff --git a/dev-java/cdi-api/Manifest b/dev-java/cdi-api/Manifest index 9a77655db8fa..c08df6a8c20f 100644 --- a/dev-java/cdi-api/Manifest +++ b/dev-java/cdi-api/Manifest @@ -1 +1,2 @@ DIST cdi-api-1.2-sources.jar 139331 SHA256 110dd88693b1745812a3f1c05f78d91aae1efa3cece5a08a5befd9dada51ed8c SHA512 b24a16cc208cd865f561ecdc7590ddcdb08c2e83f8fea75eefa0e52598461cc98c804dfeeacb360278ddfbf5508e72f381b1379e19efe91f3c89b0e255b3cb9a WHIRLPOOL abbf8754528ad7ffe505ae6f25d4920843c2d9bd4c03f7f4424aef35863d8780e6acd7c38e0dc65bad633b8e3f2ec289ba22e417381c1cef90a578a72dd07ef9 +DIST cdi-api-1.2.jar 139331 SHA256 110dd88693b1745812a3f1c05f78d91aae1efa3cece5a08a5befd9dada51ed8c SHA512 b24a16cc208cd865f561ecdc7590ddcdb08c2e83f8fea75eefa0e52598461cc98c804dfeeacb360278ddfbf5508e72f381b1379e19efe91f3c89b0e255b3cb9a WHIRLPOOL abbf8754528ad7ffe505ae6f25d4920843c2d9bd4c03f7f4424aef35863d8780e6acd7c38e0dc65bad633b8e3f2ec289ba22e417381c1cef90a578a72dd07ef9 diff --git a/dev-java/cdi-api/cdi-api-1.2-r1.ebuild b/dev-java/cdi-api/cdi-api-1.2-r1.ebuild new file mode 100644 index 000000000000..de825b1ad47d --- /dev/null +++ b/dev-java/cdi-api/cdi-api-1.2-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Contexts and Dependency Injection for the Java EE platform" +HOMEPAGE="http://www.cdi-spec.org/" +SRC_URI="https://repo1.maven.org/maven2/javax/enterprise/${PN}/${PV}/${P}-sources.jar -> ${P}.jar" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +CDEPEND=" + dev-java/javax-inject:0 + dev-java/tomcat-servlet-api:3.0 + dev-java/glassfish-interceptor-api:0" + +RDEPEND=" + ${CDEPEND} + >=virtual/jre-1.6" + +DEPEND=" + ${CDEPEND} + app-arch/unzip + >=virtual/jdk-1.6" + +JAVA_GENTOO_CLASSPATH="javax-inject,tomcat-servlet-api-3.0,glassfish-interceptor-api" + +JAVA_SRC_DIR="javax" + +src_compile() { + java-pkg-simple_src_compile + java-pkg_addres "${PN}.jar" . -name "*.xsd" +} diff --git a/dev-java/eclipse-ecj/Manifest b/dev-java/eclipse-ecj/Manifest index 6255e04232f4..f91eafb19083 100644 --- a/dev-java/eclipse-ecj/Manifest +++ b/dev-java/eclipse-ecj/Manifest @@ -1,4 +1,3 @@ -DIST ecjsrc-3.7.2.jar 1366333 SHA256 755d871c3066f15cfaf5ea84075527eb97c92f9685058c3a326057e797f69e6b SHA512 53b9800a53d494330ef517983c756d622eaab242552586775f85a694142faa43d348131f9b49ec6ba41066c7d19dcb339eab3140302d46ccbcc7a2edd30e9d32 WHIRLPOOL 399d971251b022cea47d6db2ddea6f6b0a325789c5a09661782d7fad2b29840863b406f1c2b5f49b8b34b55ff3283519e63a76aed09305fe92b3a0ec866c6d97 DIST ecjsrc-4.2.1.jar 1417043 SHA256 d261b2158f598640f1923805d2e9bf47eb21d8333f4e1b37f59f847ad00d48f4 SHA512 967b47a722893ea1f9eb17e69d386881dc87516e93c1d7a2a119d6fb2e053faa0d9d6455b6e4b89c3f23a3ec7ae33686f4acc305d7c6e51929ce7837c9c93eaf WHIRLPOOL 3f91bbf654d8ce0621e3ce21b5a1fce5058c86ad1dd24f89269aba6716945bff8686b6e1829c602864c15f62b45c65f5d5fe0430052dd2419da7e0c0225c95d5 DIST ecjsrc-4.4.2.jar 1764959 SHA256 ad3daf77ab710268f88c41fba87218dcdf502b423217a3799b5227ddf03b5858 SHA512 53e850fc64994b104d45f58c22f1302ceb1f23bcf69300940be5689dfa6278bea14b4506746fec7b14db6f48c24ccbee16755943fffcdd7f6ad4fe5d9ddc1f20 WHIRLPOOL 5c4e40e482b8c30143bb7043822935eac9ff6f425a9d4f175ef5968ebe0bf0cf219f0f5d8046bfc9b77e067a6ff62166bdb7f7c51f887e5675064a2ca85fe721 DIST ecjsrc-4.5.1.jar 1809543 SHA256 101a31ee0474282a287b16c46fa6e793ede43ceecaecabbd382f6e0b1b67ef72 SHA512 ee615e6fb7fb4a16ef4aeefdff93bafdbf36c9d0ce15713b81f1d4dce0ae87379fa4a6de34c32a134f78db6ed1a68d6c7b4e2a431b7de57bf8262a718fdd6553 WHIRLPOOL 739746de8dfb3c9b9ad40925e99ed58de1f594d6d4e20fd71ce07394a99f2f3f51984daf27c32a76ae5c4a25abf99c6dfb012b62858806d91a5f584d3a4da9f7 diff --git a/dev-java/eclipse-ecj/eclipse-ecj-3.7.2-r1.ebuild b/dev-java/eclipse-ecj/eclipse-ecj-3.7.2-r1.ebuild deleted file mode 100644 index 3d6a3fcff8c0..000000000000 --- a/dev-java/eclipse-ecj/eclipse-ecj-3.7.2-r1.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit java-pkg-2 - -MY_PN="ecj" -DMF="R-${PV}-201202080800" - -DESCRIPTION="Eclipse Compiler for Java" -HOMEPAGE="http://www.eclipse.org/" -SRC_URI="http://download.eclipse.org/eclipse/downloads/drops/${DMF}/${MY_PN}src-${PV}.jar" - -LICENSE="EPL-1.0" -KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" -SLOT="3.7" -IUSE="+ant userland_GNU" - -COMMON_DEP=" - app-eselect/eselect-java" -RDEPEND="${COMMON_DEP} - >=virtual/jre-1.4" -DEPEND="${COMMON_DEP} - || ( virtual/jdk:1.7 virtual/jdk:1.6 ) - app-arch/unzip - userland_GNU? ( sys-apps/findutils )" -PDEPEND=" - ant? ( ~dev-java/ant-eclipse-ecj-${PV} )" - -S="${WORKDIR}" - -JAVA_PKG_WANT_SOURCE=1.4 -JAVA_PKG_WANT_TARGET=1.4 - -java_prepare() { - # These have their own package. - rm -f org/eclipse/jdt/core/JDTCompilerAdapter.java || die - rm -fr org/eclipse/jdt/internal/antadapter || die - - # upstream build.xml excludes this - rm META-INF/eclipse.inf -} - -src_compile() { - local javac_opts javac java jar - - javac_opts="$(java-pkg_javac-args) -encoding ISO-8859-1" - javac="$(java-config -c)" - java="$(java-config -J)" - jar="$(java-config -j)" - - find org/ -path org/eclipse/jdt/internal/compiler/apt -prune -o \ - -path org/eclipse/jdt/internal/compiler/tool -prune -o -name '*.java' \ - -print > sources-1.4 - find org/eclipse/jdt/internal/compiler/{apt,tool} -name '*.java' > sources-1.6 - - mkdir -p bootstrap || die - cp -pPR org bootstrap || die - cd "${S}/bootstrap" || die - - einfo "bootstrapping ${MY_PN} with ${javac} ..." - ${javac} ${javac_opts} @../sources-1.4 || die - ${javac} -encoding ISO-8859-1 -source 1.6 -target 1.6 @../sources-1.6 || die - - find org/ \( -name '*.class' -o -name '*.properties' -o -name '*.rsc' \) \ - -exec ${jar} cf ${MY_PN}.jar {} + || die - - cd "${S}" || die - einfo "building ${MY_PN} with bootstrapped ${MY_PN} ..." - ${java} -classpath bootstrap/${MY_PN}.jar \ - org.eclipse.jdt.internal.compiler.batch.Main \ - ${javac_opts} -nowarn @sources-1.4 || die - ${java} -classpath bootstrap/${MY_PN}.jar \ - org.eclipse.jdt.internal.compiler.batch.Main \ - -encoding ISO-8859-1 -source 1.6 -target 1.6 -nowarn @sources-1.6 || die - - find org/ \( -name '*.class' -o -name '*.properties' -o -name '*.rsc' \) \ - -exec ${jar} cf ${MY_PN}.jar {} + || die -} - -src_install() { - java-pkg_dolauncher ${MY_PN}-${SLOT} --main \ - org.eclipse.jdt.internal.compiler.batch.Main - - # disable the class version verify, this has intentionally - # some classes with 1.6, but most is 1.4 - JAVA_PKG_STRICT="" java-pkg_dojar ${MY_PN}.jar -} - -pkg_postinst() { - einfo "To select between slots of ECJ..." - einfo " # eselect ecj" - - eselect ecj update ecj-${SLOT} -} - -pkg_postrm() { - eselect ecj update -} diff --git a/dev-java/hoteqn/hoteqn-4.0.0-r1.ebuild b/dev-java/hoteqn/hoteqn-4.0.0-r1.ebuild new file mode 100644 index 000000000000..7d69aae44988 --- /dev/null +++ b/dev-java/hoteqn/hoteqn-4.0.0-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Java applet to view and display LaTeX mathematical equations" +HOMEPAGE="http://www.atp.ruhr-uni-bochum.de/VCLab/software/HotEqn/HotEqn.html" +SRC_URI="mirror://gentoo/${P}.tar.bz2" +LICENSE="GPL-3" +SLOT=0 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +RDEPEND=" + >=virtual/jre-1.6" + +DEPEND=" + app-arch/unzip + >=virtual/jdk-1.6" + +JAVA_ENCODING="ISO-8859-1" + +S="${WORKDIR}/${P}" + +java_prepare() { + rm -v mHotEqn.java || die +} + +src_compile() { + java-pkg-simple_src_compile + java-pkg_addres "${PN}.jar" classes/ -name "*.gif" +} diff --git a/dev-java/jdbc-jaybird/Manifest b/dev-java/jdbc-jaybird/Manifest index f6ee813dffb8..2502905fe59d 100644 --- a/dev-java/jdbc-jaybird/Manifest +++ b/dev-java/jdbc-jaybird/Manifest @@ -1,2 +1 @@ -DIST Jaybird-2.1.5-src.zip 6047595 SHA256 3b475bca2cc5c3cbf6032c75ff2ea47d2e77abad18df36e149c1eaccfc15a868 SHA512 e6d7eb70cf59d5d9a2dd7817bc11574ba5f014f2aae6cb6c4b141e7d0a172cf091b950e3475ee5d4389f3ca3efae3f34ed1efbc694b74a2a99adc2694c936a7e WHIRLPOOL ca5e3fedce5f13a00ea37f946f9f0141d3132ea3b9209623961b32868946dd0e36621d0280716263031bc02dbcc7f8cd80de29da5e0235127d9c0d9e4deea54e DIST Jaybird-2.2.9-src.zip 9833669 SHA256 46b807c85efd3531aef612b5d7a71e570c02e344cf73d67890c1194d3a250828 SHA512 487e64658553f60fa2a1f9b6d7136504119bac2905c6480cac01a94ce2c6e70b82449ee9a1b9b1ee96a12646ef69064d542401fc62564662f14531dea3790e6e WHIRLPOOL f3197921d0eca901662353ab5150ba62b72ac40ccf884f78f229fadac2239bc56964d5ae452d0dcddf82099b66a71c734beaffe6b8a4b3d9bffec98061d7dc0a diff --git a/dev-java/jdbc-jaybird/files/2.1.6-remove-unused-ant-import.patch b/dev-java/jdbc-jaybird/files/2.1.6-remove-unused-ant-import.patch deleted file mode 100644 index 2a32c5a4126f..000000000000 --- a/dev-java/jdbc-jaybird/files/2.1.6-remove-unused-ant-import.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/main/org/firebirdsql/jdbc/AbstractDatabaseMetaData.java b/src/main/org/firebirdsql/jdbc/AbstractDatabaseMetaData.java -index 179f58b..fec2ac7 100644 ---- a/src/main/org/firebirdsql/jdbc/AbstractDatabaseMetaData.java -+++ b/src/main/org/firebirdsql/jdbc/AbstractDatabaseMetaData.java -@@ -23,7 +23,6 @@ package org.firebirdsql.jdbc; - import java.sql.*; - import java.util.*; - --import org.apache.tools.ant.taskdefs.Get.DownloadProgress; - import org.firebirdsql.gds.*; - import org.firebirdsql.gds.impl.AbstractGDS; - import org.firebirdsql.gds.impl.AbstractIscDbHandle; diff --git a/dev-java/jdbc-jaybird/files/archive-xml-2.1.0.patch b/dev-java/jdbc-jaybird/files/archive-xml-2.1.0.patch deleted file mode 100644 index a6d36de8a7db..000000000000 --- a/dev-java/jdbc-jaybird/files/archive-xml-2.1.0.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- client-java/build/archive.xml 2005-06-25 19:26:26.000000000 -0400 -+++ build/archive.xml 2006-05-09 12:41:03.000000000 -0400 -@@ -57,7 +57,7 @@ - - - -- -+ - - - diff --git a/dev-java/jdbc-jaybird/files/compile_xml-2.1.2.patch b/dev-java/jdbc-jaybird/files/compile_xml-2.1.2.patch deleted file mode 100644 index d66e7bf40049..000000000000 --- a/dev-java/jdbc-jaybird/files/compile_xml-2.1.2.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -Naur client-java_orig/build/compile.xml client-java/build/compile.xml ---- client-java_orig/build/compile.xml 2008-02-07 20:46:24.000000000 -0500 -+++ client-java/build/compile.xml 2008-02-13 14:46:08.000000000 -0500 -@@ -13,7 +13,7 @@ - - - -- -+ - - - - -- -+ - - - rm -rf src/test - fi -} - -src_compile() { - eant package $(use_doc) - - #tests delete the jar and javadocs so newjar, dojavadoc will fail to - #install jar and javadoc. - mkdir gentoo-dist - cp "lib/${MY_P}.jar" "gentoo-dist/${MY_P}.jar" || die "Failed to copy jar." - if use doc; then - cp -R website/build/site/javadoc gentoo-dist || die \ - "Unable to copy javadoc" - fi -} - -src_test() { - ANT_TASKS="ant-junit" eant junit -} - -src_install() { - java-pkg_newjar "gentoo-dist/${MY_P}".jar - - if use doc; then - dohtml -r docs/* - java-pkg_dojavadoc gentoo-dist/javadoc - fi - - use source && java-pkg_dosrc src/org -} diff --git a/dev-java/jexcelapi/Manifest b/dev-java/jexcelapi/Manifest index f400130f3224..16c2e545cc42 100644 --- a/dev-java/jexcelapi/Manifest +++ b/dev-java/jexcelapi/Manifest @@ -1 +1,2 @@ +DIST jexcelapi-2.6.8.tar.gz 1925926 SHA256 12f05e4453c203b91329a65329b564e86aaa77a005101f876c4de7b648c36034 SHA512 c649dcff8647530ca719f3e546d45ac585fed46d0a220763848f6d97b3f42c871b6520aee3575202598c7aba3391f647690075b6d9d52d1c2920817ff69548c1 WHIRLPOOL 24d60ad81961b224c6d63267ee4cb4432bca5bb89c1462797dc96dce4f7fb6403741c34819c78a36312a1df9f0fce756c1d026b1672c751fc8b3a42cc9f0e3c7 DIST jexcelapi_2_6_8.tar.gz 1925926 SHA256 12f05e4453c203b91329a65329b564e86aaa77a005101f876c4de7b648c36034 SHA512 c649dcff8647530ca719f3e546d45ac585fed46d0a220763848f6d97b3f42c871b6520aee3575202598c7aba3391f647690075b6d9d52d1c2920817ff69548c1 WHIRLPOOL 24d60ad81961b224c6d63267ee4cb4432bca5bb89c1462797dc96dce4f7fb6403741c34819c78a36312a1df9f0fce756c1d026b1672c751fc8b3a42cc9f0e3c7 diff --git a/dev-java/jexcelapi/jexcelapi-2.6.8-r2.ebuild b/dev-java/jexcelapi/jexcelapi-2.6.8-r2.ebuild new file mode 100644 index 000000000000..9fd07137f28d --- /dev/null +++ b/dev-java/jexcelapi/jexcelapi-2.6.8-r2.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +MY_P="${P//-/_}" +MY_P="${MY_P//./_}" + +DESCRIPTION="A Java API to read, write, and modify Excel spreadsheets" +HOMEPAGE="http://jexcelapi.sourceforge.net/" +SRC_URI="mirror://sourceforge/jexcelapi/${MY_P}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +CDEPEND="dev-java/log4j:0" + +DEPEND=" + ${CDEPEND} + >=virtual/jdk-1.6" + +RDEPEND=" + ${CDEPEND} + app-arch/unzip + >=virtual/jre-1.6" + +S="${WORKDIR}/${PN}" + +JAVA_ENCODING="ISO-8859-1" +JAVA_SRC_DIR="src" +JAVA_GENTOO_CLASSPATH="log4j" + +JAVA_RM_FILES=( + src/common/log/Log4jLoggerName.java + src/common/log/SimpleLoggerName.java +) + +java_prepare() { + java-pkg_clean +} diff --git a/dev-java/jrexx/Manifest b/dev-java/jrexx/Manifest index 12fcf0d7c0a5..15cf0b9ebcd6 100644 --- a/dev-java/jrexx/Manifest +++ b/dev-java/jrexx/Manifest @@ -1 +1,2 @@ DIST jrexx-1.1.1-src.zip 62878 SHA256 6655b611c7693f20da86cd8e933908483615341a916556e777535192aa8f1b0d SHA512 dc3e84e9c6313d8fc4c8fb57bc2713976d07284eae5d36ca4411d0e28eaae36351bbf7a6a16d9db365105e592d2e0cbccf7c3662f8d24114662422f02f0707d1 WHIRLPOOL 1f2e4451672c1c557efd5edca511504095196746b529e14a9ab1a7bbe82a243cd59ffc047561e066f4f54a65356e6c14e88e0b809609b3ba2ae12a696c0792d8 +DIST jrexx-1.1.1.zip 62878 SHA256 6655b611c7693f20da86cd8e933908483615341a916556e777535192aa8f1b0d SHA512 dc3e84e9c6313d8fc4c8fb57bc2713976d07284eae5d36ca4411d0e28eaae36351bbf7a6a16d9db365105e592d2e0cbccf7c3662f8d24114662422f02f0707d1 WHIRLPOOL 1f2e4451672c1c557efd5edca511504095196746b529e14a9ab1a7bbe82a243cd59ffc047561e066f4f54a65356e6c14e88e0b809609b3ba2ae12a696c0792d8 diff --git a/dev-java/jrexx/jrexx-1.1.1-r2.ebuild b/dev-java/jrexx/jrexx-1.1.1-r2.ebuild new file mode 100644 index 000000000000..454ef3b70e80 --- /dev/null +++ b/dev-java/jrexx/jrexx-1.1.1-r2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="API for textual pattern matching based on the finite state automaton theory" +HOMEPAGE="http://www.karneim.com/jrexx/" +SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip -> ${P}.zip" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + +RDEPEND=" + >=virtual/jre-1.6" +DEPEND=" + app-arch/unzip + >=virtual/jdk-1.6" + +JAVA_ENCODING="ISO-8859-1" diff --git a/dev-java/jzlib/jzlib-1.0.7-r2.ebuild b/dev-java/jzlib/jzlib-1.0.7-r2.ebuild new file mode 100644 index 000000000000..2109d3e16446 --- /dev/null +++ b/dev-java/jzlib/jzlib-1.0.7-r2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +JAVA_PKG_IUSE="doc source examples" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="JZlib is a re-implementation of zlib in pure Java" +HOMEPAGE="http://www.jcraft.com/jzlib/" +SRC_URI="http://www.jcraft.com/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND=" + >=virtual/jre-1.6" + +DEPEND=" + app-arch/unzip + >=virtual/jdk-1.6" + +S="${WORKDIR}/${P}" + +JAVA_SRC_DIR="com" + +src_install() { + java-pkg-simple_src_install + dodoc README ChangeLog + use examples && java-pkg_doexamples example +} diff --git a/dev-java/rat/rat-0.11.ebuild b/dev-java/rat/rat-0.11.ebuild index aa139dfd4eb0..372e8de416a7 100644 --- a/dev-java/rat/rat-0.11.ebuild +++ b/dev-java/rat/rat-0.11.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 + JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple @@ -18,7 +19,7 @@ SRC_URI=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" CDEPEND=" @@ -49,6 +50,6 @@ JAVA_GENTOO_CLASSPATH=" " src_install() { - java-pkg_dolauncher "${MY_PN}" --main org.apache.rat.Report java-pkg-simple_src_install + java-pkg_dolauncher "${MY_PN}" --main org.apache.rat.Report } diff --git a/dev-java/tomcat-native/Manifest b/dev-java/tomcat-native/Manifest index 9fa582d04fd4..2f911c5a1d26 100644 --- a/dev-java/tomcat-native/Manifest +++ b/dev-java/tomcat-native/Manifest @@ -1,3 +1 @@ -DIST tomcat-native-1.1.33-src.tar.gz 388787 SHA256 523dde7393c57307eedf4972ebbe19a9e9af6f7699e3b1ef6dabd7a11677866e SHA512 62b3c806cd926ca13878b514714a422f4a5d932ccaee4cc328c101cfa92fd890f708d1fb429320a42f1e340b46f70c82a07b9ecf6cbd9d03c0e719b95e24e09b WHIRLPOOL afb57fdf32becae8860ed042d74e27a7208759c4a7c16163148e65c986b4dcfa9521e83bbe0a3fa6874a87f577be2ad31a043d3ec1888c11faec7ace21035419 -DIST tomcat-native-1.2.3-src.tar.gz 387023 SHA256 36bf786371742c98ca8b167d3cb59ad2162169bdcaab122da8d0e923dc10742f SHA512 3e64525d1801d776ba9d0cfa568bfcec74144160354b376be078afb30d506adfdbadaf84a76ab557963ba64fc333c589a73e917faea020cdcf33e36e316945af WHIRLPOOL 2681e27bced3da011a585d9d455d10bfa16cd167093869a515fa582cf2608cfd5ff68e9b3575741b3c62bd0840036fd8b436314eaeb5a4475ed339d97b9a4b54 DIST tomcat-native-1.2.4-src.tar.gz 387352 SHA256 29d53d4646229a839ccb71b7b3caa25c256aab1965c33cc9d140247213b9b171 SHA512 c080867510fb9006832172ee0b1997cee067c6e0275b3f9bdf94f69c14b9a02317352d9cadd8a41d366fb5f25c42f7f8af419e0b699aaa5eefee20db96559e97 WHIRLPOOL bf0acc6a78a79b51d3802fb1e1bfb0ec3e71993723a1be58c5ac14d6d24bab6e54fc9d505e4d5c0852ce335b6edc47c6b57f99055c875258fa0414a702e06fb2 diff --git a/dev-java/tomcat-native/tomcat-native-1.1.33-r1.ebuild b/dev-java/tomcat-native/tomcat-native-1.1.33-r1.ebuild deleted file mode 100644 index 2c849c689297..000000000000 --- a/dev-java/tomcat-native/tomcat-native-1.1.33-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit base eutils java-pkg-2 java-ant-2 - -DESCRIPTION="Native APR library for Tomcat" - -SLOT="0" -SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${P}-src.tar.gz" -HOMEPAGE="http://tomcat.apache.org/" -KEYWORDS="~amd64 ~x86" -LICENSE="Apache-2.0" -IUSE="test" - -RDEPEND="dev-libs/apr:1 - dev-libs/openssl:= - >=virtual/jre-1.7" - -DEPEND=">=virtual/jdk-1.7 - test? ( dev-java/ant-junit:0 )" - -S=${WORKDIR}/${P}-src/jni - -src_configure(){ - cd native || die - econf --with-apr=/usr/bin/apr-1-config \ - --with-ssl=/usr || die "Could not configure native sources" -} - -src_compile() { - eant jar -f build.xml - - cd native || die - base_src_compile -} - -src_install() { - java-pkg_newjar "dist/${P}-dev.jar" "${PN}.jar" - - cd native - emake DESTDIR="${D}" install || die "Could not install libtcnative-1.so" -} - -src_test() { - java-pkg-2_src_test -} - -pkg_postinst() { - elog - elog " APR should be available with Tomcat, for more information" - elog " please see http://tomcat.apache.org/tomcat-6.0-doc/apr.html" - elog - elog " Please report any bugs to https://bugs.gentoo.org/" - elog -} diff --git a/dev-java/tomcat-native/tomcat-native-1.2.3.ebuild b/dev-java/tomcat-native/tomcat-native-1.2.3.ebuild deleted file mode 100644 index fdadfd936126..000000000000 --- a/dev-java/tomcat-native/tomcat-native-1.2.3.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit eutils java-pkg-2 java-ant-2 - -DESCRIPTION="Native APR library for Tomcat" - -SLOT="0" -SRC_URI="mirror://apache/tomcat/tomcat-connectors/native/${PV}/source/${P}-src.tar.gz" -HOMEPAGE="http://tomcat.apache.org/" -KEYWORDS="amd64 x86" -LICENSE="Apache-2.0" -IUSE="test" - -RDEPEND="dev-libs/apr:1 - dev-libs/openssl:= - >=virtual/jre-1.7" - -DEPEND=">=virtual/jdk-1.7 - test? ( dev-java/ant-junit:0 )" - -S=${WORKDIR}/${P}-src - -src_configure(){ - cd native || die - econf --with-apr=/usr/bin/apr-1-config \ - --with-ssl=/usr || die "Could not configure native sources" -} - -src_compile() { - eant jar -f build.xml - - cd native || die - default -} - -src_install() { - java-pkg_newjar "dist/${P}.jar" "${PN}.jar" - - cd native - emake DESTDIR="${D}" install || die "Could not install libtcnative-1.so" -} - -src_test() { - java-pkg-2_src_test -} - -pkg_postinst() { - elog - elog " APR should be available with Tomcat, for more information" - elog " please see http://tomcat.apache.org/tomcat-6.0-doc/apr.html" - elog - elog " Please report any bugs to https://bugs.gentoo.org/" - elog -} diff --git a/dev-java/xp/Manifest b/dev-java/xp/Manifest index 7c79dc5ee865..b557fa2fbc76 100644 --- a/dev-java/xp/Manifest +++ b/dev-java/xp/Manifest @@ -1 +1,2 @@ +DIST xp-0.5.zip 281324 SHA256 38b35ca80627afafdaa2140f7df339164abb5fceffe8b5783dadc75a05662a1d SHA512 5bf354967a1135209d5c6b3be979a311aa5c909493dea16a0efd31a1838dda12be4005ac7e919620ed68266a333fdc93a07853ec1e0af0e83b329bd40bda74b6 WHIRLPOOL 677a8a52ed3d656a1924cf54c82b4c0688c5736771b4add8e878c0e8ecd049efcc85e7f15b883004e4b7d469bbfc207585860e1c2ccfcaa6c4e2fc81cf05d6a5 DIST xp.zip 281324 SHA256 38b35ca80627afafdaa2140f7df339164abb5fceffe8b5783dadc75a05662a1d SHA512 5bf354967a1135209d5c6b3be979a311aa5c909493dea16a0efd31a1838dda12be4005ac7e919620ed68266a333fdc93a07853ec1e0af0e83b329bd40bda74b6 WHIRLPOOL 677a8a52ed3d656a1924cf54c82b4c0688c5736771b4add8e878c0e8ecd049efcc85e7f15b883004e4b7d469bbfc207585860e1c2ccfcaa6c4e2fc81cf05d6a5 diff --git a/dev-java/xp/files/xp-0.5-fix-jdk-1.7-enum.patch b/dev-java/xp/files/xp-0.5-fix-jdk-1.7-enum.patch new file mode 100644 index 000000000000..d2c11ab3ed59 --- /dev/null +++ b/dev-java/xp/files/xp-0.5-fix-jdk-1.7-enum.patch @@ -0,0 +1,30 @@ +diff --git a/com/jclark/xml/sax/Driver.java b/com/jclark/xml/sax/Driver.java +index 2b0d90a..d1efd3e 100644 +--- a/com/jclark/xml/sax/Driver.java ++++ b/com/jclark/xml/sax/Driver.java +@@ -160,9 +160,9 @@ public class Driver extends ApplicationImpl + + DTD dtd = event.getDTD(); + +- for (Enumeration enum = dtd.entityNames(DTD.NOTATION); +- enum.hasMoreElements(); ) { +- String name = (String)enum.nextElement(); ++ for (Enumeration enumx = dtd.entityNames(DTD.NOTATION); ++ enumx.hasMoreElements(); ) { ++ String name = (String)enumx.nextElement(); + Entity entity = dtd.getEntity(DTD.NOTATION, name); + String systemId = entity.getSystemId(); + if (systemId != null) { +@@ -173,9 +173,9 @@ public class Driver extends ApplicationImpl + } + dtdHandler.notationDecl(name, entity.getPublicId(), systemId); + } +- for (Enumeration enum = dtd.entityNames(DTD.GENERAL_ENTITY); +- enum.hasMoreElements();) { +- String name = (String)enum.nextElement(); ++ for (Enumeration enumx = dtd.entityNames(DTD.GENERAL_ENTITY); ++ enumx.hasMoreElements();) { ++ String name = (String)enumx.nextElement(); + Entity entity = dtd.getEntity(DTD.GENERAL_ENTITY, name); + String notationName = entity.getNotationName(); + if (notationName != null) { diff --git a/dev-java/xp/xp-0.5-r3.ebuild b/dev-java/xp/xp-0.5-r3.ebuild new file mode 100644 index 000000000000..c1e0a4656bc9 --- /dev/null +++ b/dev-java/xp/xp-0.5-r3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="XP is an XML 1.0 parser written in Java" +HOMEPAGE="http://www.jclark.com/xml/xp" +SRC_URI="ftp://ftp.jclark.com/pub/xml/${PN}.zip -> ${P}.zip" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=virtual/jre-1.6" + +DEPEND=" + >=virtual/jdk-1.6 + app-arch/unzip" + +S="${WORKDIR}" + +PATCHES=( + "${FILESDIR}/${P}-fix-jdk-1.7-enum.patch" +) + +java_prepare() { + java-pkg_clean + epatch "${PATCHES[@]}" +} diff --git a/dev-lang/xsb/Manifest b/dev-lang/xsb/Manifest index 011cee3f8d4f..9d4eb32202bc 100644 --- a/dev-lang/xsb/Manifest +++ b/dev-lang/xsb/Manifest @@ -1,6 +1,8 @@ DIST XSB336.tar.gz 11823814 SHA256 3ac7448d7c323717d67edd09f37515ef991d71871ca3ce521975981fee1d9de7 SHA512 dc227e1338454a181ee2c3f84b2c8083bd4607252d89368a614a9894c5403eaf173fdc036a548aab8c6eb2ed7252e5e69a5caedff20710e83cf8c6ec66a8317a WHIRLPOOL bc48fe7dced9c3050253f2122507715abb0a528ba702432ca63a0385cccf47d9a8a1f47b901f779811c238d2015a368a420adbb93d4f68f0640396069112ad19 DIST XSB337.tar.gz 12176947 SHA256 6deb73ed8774ff2e0414ee7a1af29a3768b964f3fe22e7579670d61c3ca7ff40 SHA512 e98c56ad7fb107252160a03a1c07567119921be6a06c7be22960f2334517ccc8799d8bc49d4e260697f5d5912dda0236dc697b4fb8016652b4f81255ae442883 WHIRLPOOL 2daac410add67fcdffcd47660d0bf52701626be23dd6c2400efbe21e2f3f02b5f11d5231e9fac19787369ddf9a8499d9c876889849078dcd4714ca0ed5c75f8a DIST XSB350.tar.gz 12122366 SHA256 f9664f89e56294d0d174d81b23ebd8314a5f9cc38816ee6ce5ab9d51bfeca63f SHA512 2ef45ef3427f331ad678deb41f7b9ef8bbc4f6d8ef6ec060e755115e91a002f3ac694c53f8f777d1b0790040f3318c23116a6b98c50faeeb541b3e9c2ed22e9f WHIRLPOOL bbdfea2ff42e28abfaf6532a46517c538fc391bef629589445903403435b2227adb2c6ce5705bc0edc16cb478b32f4b86a1250ad27b9b2fa91d49683e25ae887 +DIST XSB360.tar.gz 12842882 SHA256 bb8d2b30e598574e263ddb48b7569e5582953a0c4f8b16d55f6bbf306e9e7faa SHA512 2ac2f4d4c7501479648b7f618815d4cd996969791a617f2148ef7498cf08bacd67eab298136303b6804cb689129ae3365e1490ec693f2232f9c9f1ad515d9c6c WHIRLPOOL 057a1939ff4115c2fc4cd91f10458a4d89847b6394723ea05a4a86d9e7986ee3c03f7ff1b2eff2389ec3c1be7d20b69cdf77be016066cf261b2af131dfbb2176 DIST xsb-3.3.6-gentoo-patchset-1.tar.gz 17711 SHA256 7630aa3497a80e6a39580bb050da8169318842de3f6b17a8b1f8a721ea6ec0e4 SHA512 a554833e974973f3bf6ad9d63d1e7bcbe358cfccdd35ad3f982375cfa171637484277c9c8be95c5eea34dac87845d02b6abc7d4675e1ff324c64603ae06338d1 WHIRLPOOL 5a0c6bfcc554e5c34f57acf1de2001bfbdea7e18e2ed1037409f58dc2151199c79af01f7d7cca8b7dea79bfe571fca8ff6b1f78ab368d7255e49dab8fe61fa3e DIST xsb-3.3.7-gentoo-patchset-0.tar.gz 18248 SHA256 2eaad6dedac906f207c24713d92115086196f3c626d1b0e0401c71b4bfe10038 SHA512 3943000e40abad25da8fef2983e059dadf6d794a5a40406a3fb9d7e29506afb0d5ad1d86b0825849ea7dd9741fdfafa2b71fc2fd26cc2b679e39d85f76a91959 WHIRLPOOL d2d51c482d1ff207709c8ed280eb148c632d81d4670ead646c8eb5a62651932dbe292adca03060d1b591405fdbad274be1b767fd3e19e5a4f4e4da3fd4277ea6 DIST xsb-3.5.0-gentoo-patchset-0.tar.gz 5337 SHA256 3dbdbc3bbbfeac4083221ec89d524026fa9ec8a528baacb1c1e3495629a0bbee SHA512 a1158d4480dada855c3cdb80b065b1c3ac2c9b7e8da16ce0a39e7ffb70821c547ae2ba3bf1776a2c70f02bf85828bedbaa81cf4be469c7aeced5d8df541aa998 WHIRLPOOL 1b61a1136433e3119eb6a4018adf8aafd67bbc90333452fb9cb4ac49957a05fd4b40fd64ef7bfc5e472cd2c4277d62f8d3b5db1bf3f9e5f9d396133ae78c8e84 +DIST xsb-3.6.0-gentoo-patchset-2.tar.gz 7051 SHA256 14fe682df72677e09c9ecaee7a1ef1b0f8f155344789ce90a917bc5a02735947 SHA512 285211c9d1fa52acff707b0ad38f3da06374b8ac187ad66e9148508cbc0ec5c0f60b3e4461705b072510360ce72f81b5d5cfa4bbd1258510e7abfbbe8f0788b0 WHIRLPOOL 5c82f3b268a86b0f5bdbf0a4ffbe755253367d6d84cb24f7c6c2bf216833fb40afe4ca357148c882d57cc754cd75fc1ff7beca3084eeb104a015581e5872b337 diff --git a/dev-lang/xsb/xsb-3.6.0.ebuild b/dev-lang/xsb/xsb-3.6.0.ebuild new file mode 100644 index 000000000000..0bca9f5748fd --- /dev/null +++ b/dev-lang/xsb/xsb-3.6.0.ebuild @@ -0,0 +1,201 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MY_P="XSB${PV//./}" + +PATCHSET_VER="2" + +inherit eutils autotools java-pkg-opt-2 + +DESCRIPTION="XSB is a logic programming and deductive database system" +HOMEPAGE="http://xsb.sourceforge.net" +SRC_URI="http://xsb.sourceforge.net/downloads/${MY_P}.tar.gz + mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz" + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="curl debug iodbc java mysql odbc pcre threads xml" + +RDEPEND="curl? ( net-misc/curl ) + iodbc? ( dev-db/libiodbc ) + java? ( >=virtual/jdk-1.4:= ) + mysql? ( virtual/mysql ) + odbc? ( dev-db/unixODBC ) + pcre? ( dev-libs/libpcre ) + xml? ( dev-libs/libxml2 )" + +DEPEND="${RDEPEND}" + +S="${WORKDIR}"/XSB + +src_prepare() { + EPATCH_FORCE=yes + EPATCH_SUFFIX=patch + epatch "${WORKDIR}"/${PV} + + cd "${S}"/build + eautoconf +} + +src_configure() { + cd "${S}"/build + + econf \ + --prefix=/usr/$(get_libdir) \ + --disable-optimization \ + --without-smodels \ + $(use_with odbc) \ + $(use_with iodbc) \ + $(use_enable threads mt) \ + $(use_enable debug) + + if use curl ; then + cd "${S}"/packages/curl + econf + fi + + if use mysql ; then + cd "${S}"/packages/dbdrivers/mysql + econf + fi + + if use odbc ; then + cd "${S}"/packages/dbdrivers/odbc + econf + fi + + if use pcre ; then + cd "${S}"/packages/pcre + econf + fi + + if use xml ; then + cd "${S}"/packages/xpath + econf + fi +} + +src_compile() { + cd "${S}"/build + + emake || die "emake failed" + + # All XSB Packages are compiled using a single Prolog engine. + # Consequently they must all be compiled using a single make job. + + cd "${S}"/packages + rm -f *.xwam + emake -j1 || die "emake packages failed" + + if use curl ; then + emake -j1 curl || die "emake curl package failed" + emake -j1 sgml || die "emake sgml package failed" + if use xml ; then + emake -j1 xpath || die "emake xpath package failed" + fi + fi + + if use mysql ; then + emake -j1 mysql || die "emake mysql package failed" + fi + + if use odbc ; then + emake -j1 odbc || die "emake odbc package failed" + fi + + if use pcre ; then + emake -j1 pcre || die "emake pcre package failed" + fi +} + +src_install() { + cd "${S}"/build + emake DESTDIR="${D}" install || die "make install failed" + + local XSB_INSTALL_DIR=/usr/$(get_libdir)/xsb-${PV} + dosym ${XSB_INSTALL_DIR}/bin/xsb /usr/bin/xsb || die + + cd "${S}"/packages + local PACKAGES=${XSB_INSTALL_DIR}/packages + insinto ${PACKAGES} + doins *.xwam || die + + insinto ${PACKAGES}/chr + doins chr/*.xwam || die + + insinto ${PACKAGES}/clpqr + doins clpqr/*.xwam || die + + insinto ${PACKAGES}/gap + doins gap/*.xwam || die + + insinto ${PACKAGES}/justify + doins justify/*.xwam || die + doins justify/*.H || die + + insinto ${PACKAGES}/regmatch + doins regmatch/*.xwam || die + insinto ${PACKAGES}/regmatch/cc + doins regmatch/cc/*.H || die + + insinto ${PACKAGES}/slx + doins slx/*.xwam || die + + insinto ${PACKAGES}/wildmatch + doins wildmatch/*.xwam || die + insinto ${PACKAGES}/wildmatch/cc + doins wildmatch/cc/*.H || die + + if use curl ; then + insinto ${PACKAGES}/curl + doins curl/*.xwam || die + insinto ${PACKAGES}/curl/cc + doins curl/cc/*.H || die + insinto ${PACKAGES}/sgml + doins sgml/*.xwam || die + insinto ${PACKAGES}/sgml/cc + doins sgml/cc/*.H || die + insinto ${PACKAGES}/sgml/cc/dtd + doins sgml/cc/dtd/* || die + if use xml ; then + insinto ${PACKAGES}/xpath + doins xpath/*xwam || die + insinto ${PACKAGES}/xpath/cc + doins xpath/cc/*.H || die + fi + fi + + if use mysql || use odbc ; then + insinto ${PACKAGES}/dbdrivers + doins dbdrivers/*.xwam || die + doins dbdrivers/*.H || die + insinto ${PACKAGES}/dbdrivers/cc + doins dbdrivers/cc/*.H || die + if use mysql ; then + insinto ${PACKAGES}/dbdrivers/mysql + doins dbdrivers/mysql/*.xwam || die + insinto ${PACKAGES}/dbdrivers/mysql/cc + doins dbdrivers/mysql/cc/*.H || die + fi + if use odbc ; then + insinto ${PACKAGES}/dbdrivers/odbc + doins dbdrivers/odbc/*.xwam || die + insinto ${PACKAGES}/dbdrivers/odbc/cc + doins dbdrivers/odbc/cc/*.H || die + fi + fi + + if use pcre ; then + insinto ${PACKAGES}/pcre + doins pcre/*.xwam || die + insinto ${PACKAGES}/pcre/cc + doins pcre/cc/*.H || die + fi + + cd "${S}" + dodoc FAQ README || die +} diff --git a/dev-libs/qcustomplot/Manifest b/dev-libs/qcustomplot/Manifest index 03410cebcf49..fa7b3a139def 100644 --- a/dev-libs/qcustomplot/Manifest +++ b/dev-libs/qcustomplot/Manifest @@ -1,4 +1,2 @@ -DIST qcustomplot-sharedlib-1.3.1.tar.gz 1926 SHA256 214b4dc82c612822b46976159864cc34732ebf0ce717bbe6d930760374344495 SHA512 1debdffed022dd3cd419d0a928176b6b0b1365739feaf8ca69458a9c6e16aa64c95d9b68eed2cde0699d7ab82e5dd66bcff8bbdb2f26e4a14e3186b3350342e6 WHIRLPOOL a51fd6ec8e46619a61b778656475ee2b3ff194d2b15c160246b1689f1b945160beece5a8762bf3fb1c8e9bc7f0cd570472379b0a679138d80609d6c3b38b481b DIST qcustomplot-sharedlib-1.3.2.tar.gz 1924 SHA256 18af836d2ac32f0dc2a4b1485c3038f4f5f3acf07550d86077ba5871e54bb269 SHA512 645d71c9d63ccd324f341778556f0b9ddceb3fee87b037c66f7ea7624973e24e292da7539861ffa1c8545cc0691a1041110b25d688f0b3d8787a44798a5e190e WHIRLPOOL d7ff5ffa460ac6b05816f1705f29ea82bbd709ca131ad3dc496abab1e718524f1dbe536dfaf726b0508143dbc76256a080fad8544c4e4412e58b980309e1aa2a -DIST qcustomplot-source-1.3.1.tar.gz 224892 SHA256 b557728956945931ff75d21c0894c52a6341850ad246811affdda8b10bbc8486 SHA512 ce5d74d7ae1fb8f4547368c712e3e6f5192cf64df9ece4b055910f0ab4c4244446b3869f078214e38bb5337e755647e07f9a111f96553172b7960ae434d7800b WHIRLPOOL c1d3a817bf389d2e64df489961f072d5b0317c321a3a5d77f5176e8200ea01dc721953a396cd63e87a8ae1ece79406b3b6e6453af0c9550272850eb4f6ac33c4 DIST qcustomplot-source-1.3.2.tar.gz 225912 SHA256 a3649824c6d2d08efb0b54629e6ffe4cc57fa08ad9eb9f39edbb0c30b9659b51 SHA512 0e9fefd3f6e4428009428d3155b1a26e1d4b2a62567ca7812cefa67c06fa53f301229d8bd2c3abbe0fb7ddacb9a07515522ded56c0745cd31b1f85323d4499fb WHIRLPOOL fb5c59c71aee5fc95af9a75054f7a41a28eac7c70f296cf1b0dc4a58927f73b94a5b02203b520e367f673e4741959d195cebe6f50141be8157122aa249ea6c4a diff --git a/dev-libs/qcustomplot/qcustomplot-1.3.1.ebuild b/dev-libs/qcustomplot/qcustomplot-1.3.1.ebuild deleted file mode 100644 index 3f36f22fc871..000000000000 --- a/dev-libs/qcustomplot/qcustomplot-1.3.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit qmake-utils - -DESCRIPTION="Qt C++ widget for plotting and data visualization" -HOMEPAGE="http://www.qcustomplot.com/" -SRC_URI=" - http://www.qcustomplot.com/release/${PV}/QCustomPlot-sharedlib.tar.gz -> ${PN}-sharedlib-${PV}.tar.gz - http://www.qcustomplot.com/release/${PV}/QCustomPlot-source.tar.gz -> ${PN}-source-${PV}.tar.gz" - -SLOT="0" -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="qt5" - -RDEPEND=" - !qt5? ( - dev-qt/qtcore:4 - dev-qt/qtgui:4 - ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtprintsupport:5 - dev-qt/qtwidgets:5 - ) -" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${PN}-source - -src_prepare() { - sed \ - -e 's:../../::g' \ - -e '/CONFIG/s:shared.*:shared:g' \ - "${WORKDIR}"/${PN}-sharedlib/sharedlib-compilation/sharedlib-compilation.pro > ${PN}.pro || die -} - -src_configure() { - use qt5 && eqmake5 || eqmake4 -} - -src_install() { - dolib.so lib${PN}* - doheader ${PN}.h - dodoc changelog.txt -} diff --git a/dev-php/pecl-radius/Manifest b/dev-php/pecl-radius/Manifest index fb7f83860439..c06d9fa342e1 100644 --- a/dev-php/pecl-radius/Manifest +++ b/dev-php/pecl-radius/Manifest @@ -1 +1,2 @@ -DIST radius-1.2.7.tgz 35779 SHA256 c4b229b4ee016c13bad326f4eb6b9f3698daed3c559a2d9e7fe05b459334bb34 SHA512 76d8fe4722a25b912e5fcfb3df79027384ce5037c6abec038abdb398698345463bdd17163294dd2734e440a6350380a27d2d2eba525bfc7285b953f726ac4ed5 WHIRLPOOL a8c6b58a166c1763bd5335ef79dfefdec270b6440646f9311200bd375f03fda6693792bdd39504247df16fff05e263fdc1f6e3cca9520a46f820ffd589691a11 +DIST radius-1.3.0.tgz 43060 SHA256 b0431ec6769ff1ec564d95782f7b91de06a7ac3297745bbbc9d1c274bfc4de15 SHA512 79126a852701e77f782283b0cf2ad99cb05418c69ed39d70608f62021f3da06f5e5867ac5b09cc75806feeb3d1a06f24eeb6ff4e56cb2fde5f05bcd198b5a661 WHIRLPOOL 767056aaed97fb46ac9b4cf603b9e2b0ae111079d7be5cf2fd262a1f166d195e1fb46877d0f4b21cf0251db2500dc5d63c4506f61762cc0304816ebf8c7f2f1b +DIST radius-1.4.0b1.tgz 50953 SHA256 97dcf2e497131a20804cc508873a123012b773f42d077af398334f3caf86ee54 SHA512 db6ebe928673db1ff4c565338010ef5acf6029844994eb240f2e8eaeda4aff734ed300a7ddf16c09e245671aad377283f99cf1c485569b3bad0c7c7b24a19664 WHIRLPOOL cf6663dc1bcf4b7cb9d5e3cac0f8e44107c56634598611d042b98e46b467de5ebbdb999a16a2974ee0b455cbeb77191944366dc6c16ba5c50d58fb7caab381a2 diff --git a/dev-php/pecl-radius/pecl-radius-1.2.7.ebuild b/dev-php/pecl-radius/pecl-radius-1.3.0.ebuild similarity index 53% rename from dev-php/pecl-radius/pecl-radius-1.2.7.ebuild rename to dev-php/pecl-radius/pecl-radius-1.3.0.ebuild index f0ea5fa46b2c..1904c19234a0 100644 --- a/dev-php/pecl-radius/pecl-radius-1.2.7.ebuild +++ b/dev-php/pecl-radius/pecl-radius-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,13 +8,13 @@ PHP_EXT_NAME="radius" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -USE_PHP="php5-5 php5-4" +USE_PHP="php5-6 php5-5" inherit php-ext-pecl-r2 KEYWORDS="~amd64 ~x86" -DESCRIPTION="Provides full support for RADIUS authentication (RFC 2865) and RADIUS accounting (RFC 2866)" -LICENSE="BSD BSD-2" +DESCRIPTION="Provides support for RADIUS authentication (RFC 2865) and accounting (RFC 2866)" +LICENSE="BSD" SLOT="0" IUSE="examples" diff --git a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1.ebuild b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1.ebuild new file mode 100644 index 000000000000..309b85772048 --- /dev/null +++ b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PHP_EXT_NAME="radius" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +USE_PHP="php7-0 php5-6 php5-5" +MY_PV="${PV/_beta/b}" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="Provides support for RADIUS authentication (RFC 2865) and accounting (RFC 2866)" +LICENSE="BSD" +SLOT="0" +IUSE="examples" diff --git a/dev-python/cssutils/cssutils-0.9.10-r2.ebuild b/dev-python/cssutils/cssutils-0.9.10-r2.ebuild new file mode 100644 index 000000000000..1c74279ae29f --- /dev/null +++ b/dev-python/cssutils/cssutils-0.9.10-r2.ebuild @@ -0,0 +1,46 @@ +# 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,4,5}} pypy ) + +inherit distutils-r1 vcs-snapshot + +DESCRIPTION="A CSS Cascading Style Sheets library" +HOMEPAGE="https://pypi.python.org/pypi/cssutils/ https://bitbucket.org/cthedot/cssutils" +# Missing test data +# https://bitbucket.org/cthedot/cssutils/pull-request/11 +#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" +HG_COMMIT="6fbc1877f6089610b733a92d21c2bbf25dc1ca28" +SRC_URI="https://bitbucket.org/cthedot/cssutils/get/${HG_COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="examples test" + +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( dev-python/mock[${PYTHON_USEDEP}] )" + +python_prepare_all() { + # Disable test failing with dev-python/pyxml installed. + if has_version dev-python/pyxml; then + sed -e "s/test_linecol/_&/" -i src/tests/test_errorhandler.py + fi + + distutils-r1_python_prepare_all +} + +python_test() { + ln -s "${S}/sheets" "${BUILD_DIR}/sheets" || die + set -- nosetests -P "${BUILD_DIR}/lib/cssutils/tests" + echo "$@" + "$@" || die "Testing failed with ${EPYTHON}" +} + +python_install_all() { + use examples && local EXAMPLES=( examples/. ) + distutils-r1_python_install_all +} diff --git a/dev-python/cssutils/cssutils-1.0.1.ebuild b/dev-python/cssutils/cssutils-1.0.1.ebuild index d585a639942d..3553d268297c 100644 --- a/dev-python/cssutils/cssutils-1.0.1.ebuild +++ b/dev-python/cssutils/cssutils-1.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# 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} pypy ) +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy ) inherit distutils-r1 diff --git a/dev-python/cssutils/cssutils-1.0.ebuild b/dev-python/cssutils/cssutils-1.0.ebuild index 1e5aa368739b..1a0487d349ee 100644 --- a/dev-python/cssutils/cssutils-1.0.ebuild +++ b/dev-python/cssutils/cssutils-1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# 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} pypy ) +PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy ) inherit distutils-r1 vcs-snapshot diff --git a/dev-python/d2to1/d2to1-0.2.12_p1.ebuild b/dev-python/d2to1/d2to1-0.2.12_p1.ebuild index 62e738abd025..4a3f788c82fc 100644 --- a/dev-python/d2to1/d2to1-0.2.12_p1.ebuild +++ b/dev-python/d2to1/d2to1-0.2.12_p1.ebuild @@ -21,7 +21,8 @@ IUSE="" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}]" S="${WORKDIR}"/${MY_P} diff --git a/dev-python/jaraco-collections/Manifest b/dev-python/jaraco-collections/Manifest index 56ee04da2326..de2cc2b413ce 100644 --- a/dev-python/jaraco-collections/Manifest +++ b/dev-python/jaraco-collections/Manifest @@ -1 +1,2 @@ DIST jaraco.collections-1.3.1.tar.gz 8616 SHA256 27e3d67f94372d70be25f46a48796441ca719aedbd4a411835e71e88455bbe66 SHA512 812fbb66543e204f09f4dc35fc43888b3e8e1cbbf4a2a0e75a0589286e1ee5b303dc30b93696d8fc952bb3dddab95d8ed5ddb09ad4511ad4e12069fb87a93386 WHIRLPOOL c8730e3bd1eb1950b523ce62e31f7e2d2fd46bacdcacd7c57b9b55f95cff51e025e47813af1777d362f83401822a4015fdd386e977bbbd26f9c1a130ff7aa65a +DIST jaraco.collections-1.3.2.tar.gz 8965 SHA256 8587fcfa89d81d639687184502cddb4868e3dc5b9a73827ee2bfe8455ab27e57 SHA512 2369e9194fba5b25294ff5977def201b14d1ae72ddce08b5163995fcb530e55046f24354a0144f9272e822c38b468f493f262d56d2d0f6edab315be90f5fca70 WHIRLPOOL adb24717b71bce2f4d4ccae216eb9fd638bd8457a6c465c73fff32e045900ca08e8cc3a2bd49e9f55f6d7897caaae2894a74c10eac343c40498e7ab2a18c712a diff --git a/dev-python/jaraco-collections/jaraco-collections-1.3.1.ebuild b/dev-python/jaraco-collections/jaraco-collections-1.3.1.ebuild index e54b66f95192..6412a98bd3d9 100644 --- a/dev-python/jaraco-collections/jaraco-collections-1.3.1.ebuild +++ b/dev-python/jaraco-collections/jaraco-collections-1.3.1.ebuild @@ -20,7 +20,7 @@ IUSE="test" PDEPEND="dev-python/jaraco-text[${PYTHON_USEDEP}]" RDEPEND="dev-python/jaraco-classes[${PYTHON_USEDEP}] -dev-python/six[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] " DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}] diff --git a/dev-python/jaraco-collections/jaraco-collections-1.3.2.ebuild b/dev-python/jaraco-collections/jaraco-collections-1.3.2.ebuild new file mode 100644 index 000000000000..300540df568b --- /dev/null +++ b/dev-python/jaraco-collections/jaraco-collections-1.3.2.ebuild @@ -0,0 +1,49 @@ +# 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_4,3_5} ) + +inherit distutils-r1 + +MY_PN="${PN/-/.}" +DESCRIPTION="Models and classes to supplement the stdlib collections module" +HOMEPAGE="https://github.com/jaraco/jaraco.collections" +SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +PDEPEND="dev-python/jaraco-text[${PYTHON_USEDEP}]" +RDEPEND="dev-python/jaraco-classes[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] +" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/setuptools_scm-1.9[${PYTHON_USEDEP}] + test? ( + ${RDEPEND} + >=dev-python/pytest-2.8[${PYTHON_USEDEP}] + dev-python/pytest-runner[${PYTHON_USEDEP}] + ) +" + +S="${WORKDIR}/${MY_PN}-${PV}" + +python_prepare_all() { + if use test; then + if has_version "${CATEGORY}/${PN}"; then + die "Ensure $PN is not already installed or the test suite will fail" + elif ! has_version "dev-python/jaraco-text"; then + die "Ensure dev-python/jaraco-text is installed or the test suite will fail" + fi + fi + distutils-r1_python_prepare_all +} + +python_test() { + PYTHONPATH=. py.test || die "tests failed with ${EPYTHON}" +} diff --git a/dev-python/mccabe/mccabe-0.4.0.ebuild b/dev-python/mccabe/mccabe-0.4.0.ebuild index 4eeee85e31de..9e42e089054b 100644 --- a/dev-python/mccabe/mccabe-0.4.0.ebuild +++ b/dev-python/mccabe/mccabe-0.4.0.ebuild @@ -1,17 +1,15 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) -RESTRICT="test" - inherit distutils-r1 -DESCRIPTION="a plugin for flake8" -HOMEPAGE="https://github.com/flintwork/mccabe" +DESCRIPTION="flake8 plugin: McCabe complexity checker" +HOMEPAGE="https://github.com/PyCQA/mccabe" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" @@ -19,11 +17,15 @@ IUSE="test" LICENSE="MIT" SLOT="0" -RDEPEND=">=dev-python/pep8-1.4.3[${PYTHON_USEDEP}] - dev-python/flake8[${PYTHON_USEDEP}]" +RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/pytest-runner[${PYTHON_USEDEP}]" + test? ( dev-python/pytest[${PYTHON_USEDEP}] )" + +src_prepare() { + sed -i -e '/pytest-runner/d' setup.py || die + distutils-r1_src_prepare +} python_test() { - ${EPYTHON} test_mccabe.py || die + py.test -v || die "Testing failed with ${EPYTHON}" } diff --git a/dev-python/mccabe/metadata.xml b/dev-python/mccabe/metadata.xml index 25144a574b70..4e8535188806 100644 --- a/dev-python/mccabe/metadata.xml +++ b/dev-python/mccabe/metadata.xml @@ -7,6 +7,6 @@ mccabe - flintwork/mccabe + PyCQA/mccabe diff --git a/dev-python/ptyprocess/Manifest b/dev-python/ptyprocess/Manifest index d18d3bd5f6f7..119514cf0c68 100644 --- a/dev-python/ptyprocess/Manifest +++ b/dev-python/ptyprocess/Manifest @@ -1 +1,2 @@ +DIST ptyprocess-0.5.1.tar.gz 68474 SHA256 0530ce63a9295bfae7bd06edc02b6aa935619f486f0f1dc0972f516265ee81a6 SHA512 9e7481e8e3facde73086ef0728a57516a15b6bc2a5fb6bf6d6f892c396c9376d9d6334ee37737f3469929c4086d5678a2c5deaf44d70589d41644a98f2239dad WHIRLPOOL ba327a02a847f7c5e4b62e6bf8ba0f070f8a22ff584045d7ed3cc134f8a922b9d75e397992cd5df5ca4569f563d234ea2a194b5a557606978a37a4f04559ee1e DIST ptyprocess-0.5.tar.gz 14923 SHA256 dcb78fb2197b49ca1b7b2f37b047bc89c0da7a90f90bd5bc17c3ce388bb6ef59 SHA512 6619bfc1dfc7c980ffc72dba62697692eb749f19500616e8783cfdc3c35980276eb39070f4cd7932775abb5e798c921b9320c5f51b9052f526585f01cd56259e WHIRLPOOL b1bd0da485ea106a3d366ab21dc714418b8d392a32fc3386ef734362da8ee455a38f9330cedfe35687be09bea3ff622c54440119fca72d7787d9a29518717b77 diff --git a/dev-python/ptyprocess/ptyprocess-0.5.1.ebuild b/dev-python/ptyprocess/ptyprocess-0.5.1.ebuild new file mode 100644 index 000000000000..bb61a1780a2a --- /dev/null +++ b/dev-python/ptyprocess/ptyprocess-0.5.1.ebuild @@ -0,0 +1,24 @@ +# 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,4,5} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Run a subprocess in a pseudo terminal" +HOMEPAGE="https://github.com/pexpect/ptyprocess" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" + +python_test() { + py.test --verbose --verbose || die +} diff --git a/dev-python/pyaudio/Manifest b/dev-python/pyaudio/Manifest index fc4defbfda64..803ea534467d 100644 --- a/dev-python/pyaudio/Manifest +++ b/dev-python/pyaudio/Manifest @@ -1 +1,2 @@ +DIST PyAudio-0.2.9.tar.gz 289499 SHA256 bfd694272b3d1efc51726d0c27650b3c3ba1345f7f8fdada7e86c9751ce0f2a1 SHA512 1b1209a5ff808253c4f6edbc3cbde6a6efb99c1ee56b4f7a0e889b3936420e79fa41e1cd2a92e3ddff9bb26900527fd4b54133db0a8877ea20c99775b4f206a3 WHIRLPOOL 6e7155b53648721cca9b5f42d3c5cb0a034936a56bbab74549325f221ed004c1bab908a731d446e3731132f7c60d209d97b7da0b79d57f79857d431b661dc144 DIST pyaudio-0.2.8.tar.gz 235900 SHA256 4f85367cf79657616684487037957ac38582ecc5389b89420fe61d901b719551 SHA512 af85291932809ceb966d1ace3c866cb6ac7e039b936ca35be668d4a3dc78c53e516070902d35fa6c829b37db376b8b512dc926ff1079e039809cae067be93069 WHIRLPOOL dae98752b6b885ce6f5247b9914fc9fcfd6264030c5f57c7276c6468de79ffdf30ea6196325ab0ff34b6997157ab97f6068ffa6ee27e137bab96c1589723550d diff --git a/dev-python/pyaudio/pyaudio-0.2.9.ebuild b/dev-python/pyaudio/pyaudio-0.2.9.ebuild new file mode 100644 index 000000000000..2cee820a7eb8 --- /dev/null +++ b/dev-python/pyaudio/pyaudio-0.2.9.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 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 distutils-r1 + +MY_PN="PyAudio" + +DESCRIPTION="Python bindings for PortAudio" +HOMEPAGE="http://people.csail.mit.edu/hubert/pyaudio/" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +DEPEND="media-libs/portaudio" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/PyAudio-${PV} + +python_install_all() { + use doc && local HTML_DOCS=( docs/. ) + distutils-r1_python_install_all +} diff --git a/dev-python/pycountry/Manifest b/dev-python/pycountry/Manifest index 29c429977b50..7971966428b3 100644 --- a/dev-python/pycountry/Manifest +++ b/dev-python/pycountry/Manifest @@ -1,2 +1,3 @@ DIST pycountry-1.18.tar.gz 5020542 SHA256 23bb173d0281e98eb7b432d8dc6819e5fe6573e505454d228558f61e1f5ae1e6 SHA512 eab2bf1711f514b3842aee6004a904573e974b13757cf3c1a388eb8a292d92e3bdb801265a1c146df5fd510bd830297ddfcc64e41c0ed17c385335837f6721dc WHIRLPOOL c697250bbe13e9b471e0b19857d4afcfdaaf85410a07131727e75c23ac5d7f214682e993f1d799c26417e79ae78b83400e0e3401d2bcbb4afae5d40bf9456346 DIST pycountry-1.19.tar.gz 5022557 SHA256 132ecf3343e4bde8fd0c48a4345a4a8a6144fbdcdaf190a43a7e34c99e91be4d SHA512 850d32504c984d1e2959a909fc367da402b1d1adf4f19914fbbf61784fe30487c5ea92e5579ecfd80bff040cffabc9335d55589df32f54af0de032e042a49c77 WHIRLPOOL c21da359d57573e983db9e9d6c5a556e15c4db1436624b6645af24946338d1728beac8ab7c1cc4e66e8a3571f60c1d5e7b398151a322670c1ad7caa21d6ab19f +DIST pycountry-1.20.tar.gz 5024012 SHA256 0588efa3171e1d5e4cc96fce569ac865964285fdc8dbdc0860844f74598d1f98 SHA512 316e37b4cd800d87f010282a79e47b833b4ee836342ae0e672a5d115c543a8a0e3f508cc4498367aa254317e9747483c7026dac7273d3daa19acd2153635f854 WHIRLPOOL 2516662d06148c5fd3a10efb9715113cf13abe7183fe4b94491b473a24dc47b4d626a77489365b4f2e02a0cc7417ef59dfea21b2b142876981075fc5b05e7d62 diff --git a/dev-python/pycountry/pycountry-1.20.ebuild b/dev-python/pycountry/pycountry-1.20.ebuild new file mode 100644 index 000000000000..d19095979b11 --- /dev/null +++ b/dev-python/pycountry/pycountry-1.20.ebuild @@ -0,0 +1,31 @@ +# 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,3_5} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Database of countries, subdivisions, languages, currencies and script" +HOMEPAGE="https://bitbucket.org/flyingcircus/pycountry" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~sparc ~ppc ~x86" +IUSE="test" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/pytest[${PYTHON_USEDEP}] )" + +python_test() { + # https://bitbucket.org/techtonik/pycountry/issue/8/test_locales-pycountry-015-pypy + pushd "${BUILD_DIR}"/lib > /dev/null + if [[ "${EPYTHON}" == pypy || "${EPYTHON}" == pypy3 ]]; then + sed -e 's:test_locales:_&:' -i pycountry/tests/test_general.py || die + fi + py.test ${PN}/tests/test_general.py || die + popd > /dev/null +} diff --git a/dev-python/pygal/Manifest b/dev-python/pygal/Manifest index 5b98f26fc55b..f1fe27f0488d 100644 --- a/dev-python/pygal/Manifest +++ b/dev-python/pygal/Manifest @@ -2,3 +2,4 @@ DIST pygal-1.5.1.tar.gz 735659 SHA256 680e422f5c5dfd52520a1fa7cc89f9de50a04463a4 DIST pygal-1.7.0.tar.gz 737013 SHA256 e0cf38aec260b0eceb4b7a30f8dcb988ed129915b9561856dd8cb131ae34bcf4 SHA512 b32ec050e0d62224b81bc19d7421a405fca0827ba5bf86f748c3166783527638c29f6c0d010170a682d4ee8f602fc2822738c818638ee39cc5a9a5c4708f61b9 WHIRLPOOL 3278d41dd3107dfad7c2065e5c115c89e005e3887fc3e4bc949796fdee4039912b14439e7af035a3a68151589cc1ac1b7f2e4ec66ef1611edf78e8b0c9c9423d DIST pygal-2.0.0.tar.gz 66678 SHA256 54846f1a74f24b54ad4554f1b0d4e05f0ea51e5f66e680bff486e4664572e5f4 SHA512 95beb43687d80043109567021d4b912b5385b934e7348321c9b0a1b048764df7f89a83d3c58653672ae2b8e69c0a2cacdd62a9c43c244443bb99e401ad019e1a WHIRLPOOL dd679983ed862d8dd71b84863d403f3aa01a5ba78f0c95d005e546c982291eb12f932705d70a1a3a0beeb34487bdf75df38354160239fba9e852aa744e3886e8 DIST pygal-2.0.1.tar.gz 66763 SHA256 9af34cdecdb519a5d1d712677fc5123e956a2d0e57814592901da955e00527ae SHA512 a8d34f108cd9116594ed63cb64bf047510e546aac7e42f63e05dfac0c9e7768900f76f70f2555cf9c46bd0fbdcf6e27cc40ab1aaf8a62093d344a096929a5326 WHIRLPOOL a413d29a387acb96e6e642d11a37bda429d9da8ec5a43679b3561d5303a4f1d9a0ca9e6ee22e1da1d4fcd400c47d4b515a2ee503b545bc93d596bab3d7884fbf +DIST pygal-2.1.1.tar.gz 69757 SHA256 515685964b880aafe27aa8664082ec9719e33e63027913c251cb9760e01be8ce SHA512 79851bd6278a3a71f067ea11f273fcd0755ac0ab2ba51266b161fff1f3b49d690bc2a1b3432255da4f3cd5b9cfcff570d713d0bbfaf6f2dfe5b6f922989c72bd WHIRLPOOL 166ce2f368626bab4c94cde221ae5bd8c7dcabd6830ea1d4f3c174e7a73c908b94c4626d79602e7eff4ae0a5ae0a23bd54fe35ea8d09fabfdda727d1b6806c6c diff --git a/dev-python/pygal/pygal-2.1.1.ebuild b/dev-python/pygal/pygal-2.1.1.ebuild new file mode 100644 index 000000000000..19b2a924f489 --- /dev/null +++ b/dev-python/pygal/pygal-2.1.1.ebuild @@ -0,0 +1,19 @@ +# 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} ) +inherit distutils-r1 + +DESCRIPTION="A python SVG charts generator" +HOMEPAGE="http://pygal.org/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/lxml[${PYTHON_USEDEP}] + media-gfx/cairosvg[${PYTHON_USEDEP}]" diff --git a/dev-python/pygresql/Manifest b/dev-python/pygresql/Manifest index 621f42e5e9b5..37947de5af47 100644 --- a/dev-python/pygresql/Manifest +++ b/dev-python/pygresql/Manifest @@ -1 +1,2 @@ DIST PyGreSQL-4.1.1.tgz 100883 SHA256 bb14092f97c66ed13b8faf71471b8c156c6b46d915858447f3a63e9abe48eef7 SHA512 4b37c56f2112471aa5f3003a1d867382ce1b7510afa0963f0ceeb2f8175ca601bb5bade9ea2038d44a1041f12233e364f138a635bb7b353d0a82aeb7d9d49b7f WHIRLPOOL 323bfd1b72341be6b14d71fd4f05f5005a0f8a387f9b050ef3c786531ea19e057aa67fb5737b5aa0c4ca0912ad697a39d8957d70bb6bb4056e81f406ade5a6b9 +DIST PyGreSQL-4.2.zip 1377728 SHA256 c57adc6b76e8b513e819b8f36710cf906d21617ff6513a0c4dad4acecdfccf3c SHA512 84044480c3f25548137240ac999334546b87987ac6c601608bcae057cf93567f0eb24e343f6ee214ea87e09ac6bd5ce80cfeb5f75deb7896e87b001a2099c78f WHIRLPOOL cac5d4fed22e51316c3c8cc0de367dc5998642c1425a944b147ed059ee3f70387ac704f8465b6fdbde0802e92c21369f0171c2dc0ee2ebbc1e7f0c827b5b900d diff --git a/dev-python/pygresql/pygresql-4.2.ebuild b/dev-python/pygresql/pygresql-4.2.ebuild new file mode 100644 index 000000000000..91fb90dcd8ef --- /dev/null +++ b/dev-python/pygresql/pygresql-4.2.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +POSTGRES_COMPAT=( 9.{0,1,2,3,4,5} ) +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +MY_P="PyGreSQL-${PV}" + +DESCRIPTION="A Python interface for the PostgreSQL database" +HOMEPAGE="http://www.pygresql.org/" +SRC_URI="mirror://pypi/P/PyGreSQL/${MY_P}.zip" + +LICENSE="POSTGRESQL" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="doc" + +DEPEND="|| ( + dev-db/postgresql:9.5 + dev-db/postgresql:9.4 + dev-db/postgresql:9.3 + dev-db/postgresql:9.2 + dev-db/postgresql:9.1 + dev-db/postgresql:9.0 +)" + +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${MY_P}" + +# Verify that the currently selected PostgreSQL slot is set to one of +# the slots defined in POSTGRES_COMPAT. +postgres_check_slot() { + if ! declare -p POSTGRES_COMPAT &>/dev/null; then + die 'POSTGRES_COMPAT not declared.' + fi + +# Don't die because we can't run postgresql-config during pretend. +[[ "$EBUILD_PHASE" = "pretend" && -z "$(which postgresql-config 2> /dev/null)" ]] \ + && return 0 + + local res=$(echo ${POSTGRES_COMPAT[@]} \ + | grep -c $(postgresql-config show 2> /dev/null) 2> /dev/null) + + if [[ "$res" -eq "0" ]] ; then + eerror "PostgreSQL slot must be set to one of: " + eerror " ${POSTGRES_COMPAT[@]}" + return 1 + fi + + return 0 +} + +pkg_pretend() { + postgres_check_slot +} + +pkg_setup() { + postgres_check_slot || die +} + +python_install_all() { + local DOCS=( docs/*.rst ) + distutils-r1_python_install_all + + if use doc; then + insinto /usr/share/doc/${PF}/tutorial + doins tutorial/* + dohtml docs/*.{html,css} + fi +} diff --git a/dev-python/pyldap/Manifest b/dev-python/pyldap/Manifest index 7849ceef4645..af0106aec1a7 100644 --- a/dev-python/pyldap/Manifest +++ b/dev-python/pyldap/Manifest @@ -1,2 +1,3 @@ DIST pyldap-2.4.20.tar.gz 122175 SHA256 9f3c5679e6a2c26a852d0468c538239e458a39ee86ddbbd2f1ec5c6fc73a3755 SHA512 f29df58fa1617b8b61631ad4532fde7569dd9742d141e31c1724568c0b46ed63cbc83135089196a07e4dca22d76f05f3c5a74e9b1e8034e5673196912baa8642 WHIRLPOOL 27dcf5919b83e3236b2b18b02943080fe5f5e48e5e931f27dfae45612c075e58bd798bee1f52dde8674571f377dd99479ef0f4a4e917f8c55962cce51fc150a3 DIST pyldap-2.4.21.tar.gz 124575 SHA256 7a2b1dc31679466db11320b91bd2058574ba25ef27224967040918046ff4c450 SHA512 14aa87421017cd8ba4dc9c9787995ab28c0a656bc665c82de0eaaf4dfe312c731e98bb30f8de5200f23518e9d18d0265eed8a77c1aa58a0551e2d06dbc91a292 WHIRLPOOL 466ed66c77be629b0184efabb2ca5129e0d7d7b9a600f122b875287157c6b7ceb4af9d325c1f17e9f49233739fe8071373d900b0b435a730480eabf365178565 +DIST pyldap-2.4.25.tar.gz 125234 SHA256 6a81ff791ee82fc246af724904d5d38f5fac97f5698a68e2907eaa5bb00bcc79 SHA512 23c34c0510d0e44f3d5d3af7c683ff41384c7fd06213ff50b14e43db27a1d1cdcc7c63477503f049ce7cbd1584ab1da0c0a88acb74b3ca7e05f3a841565e4713 WHIRLPOOL f537212124f2719507eee111801e985b6051d77e07a143fed5f4721ef0899ed4dd95d99eabfc3dd423401575f374448ed6b45f7546385eb983926be636d60efe diff --git a/dev-python/pyldap/pyldap-2.4.25.ebuild b/dev-python/pyldap/pyldap-2.4.25.ebuild new file mode 100644 index 000000000000..55a781d83313 --- /dev/null +++ b/dev-python/pyldap/pyldap-2.4.25.ebuild @@ -0,0 +1,75 @@ +# 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,4} pypy ) + +inherit distutils-r1 multilib + +DESCRIPTION="Various LDAP-related Python modules" +HOMEPAGE="https://pypi.python.org/pypi/pyldap https://github.com/pyldap/pyldap/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris" +IUSE="doc examples sasl ssl" + +# If you need support for openldap-2.3.x, please use python-ldap-2.3.9. +# python team: Please do not remove python-ldap-2.3.9 from the tree. +# OpenSSL is an optional runtime dep. +# setup.py sets setuptools and misses pyasn1 and pyasn1-modules in install_requires +RDEPEND=" + >net-nds/openldap-2.4.11 + dev-python/pyasn1[${PYTHON_USEDEP}] + dev-python/pyasn1-modules[${PYTHON_USEDEP}] + sasl? ( >=dev-libs/cyrus-sasl-2.1 )" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" +RDEPEND+=" !dev-python/python-ldap" + +python_prepare_all() { + sed -e "s:^library_dirs =.*:library_dirs = /usr/$(get_libdir) /usr/$(get_libdir)/sasl2:" \ + -e "s:^include_dirs =.*:include_dirs = ${EPREFIX}/usr/include ${EPREFIX}/usr/include/sasl:" \ + -i setup.cfg || die "error fixing setup.cfg" + + local mylibs="ldap" + if use sasl; then + use ssl && mylibs="ldap_r" + mylibs="${mylibs} sasl2" + else + sed -e 's/HAVE_SASL//g' -i setup.cfg || die + fi + use ssl && mylibs="${mylibs} ssl crypto" + use elibc_glibc && mylibs="${mylibs} resolv" + + sed -e "s:^libs = .*:libs = lber ${mylibs}:" \ + -i setup.cfg || die "error setting up libs in setup.cfg" + + # set test expected to fail to expectedFailure + sed -e "s:^ def test_bad_urls: @unittest.expectedFailure\n def test_bad_urls:" \ + -i Tests/t_ldapurl.py || die + + distutils-r1_python_prepare_all +} + +python_compile_all() { + use doc && emake -C Doc html +} + +python_test() { + # XXX: the tests supposedly can start local slapd + # but it requires some manual config, it seems. + + "${PYTHON}" Tests/t_ldapurl.py || die "Tests fail with ${EPYTHON}" +} + +python_install_all() { + use examples && local EXAMPLES=( Demo/. ) + use doc && local HTML_DOCS=( Doc/.build/html/. ) + + distutils-r1_python_install_all +} diff --git a/dev-python/pyphen/Manifest b/dev-python/pyphen/Manifest index da7e32c72ea1..a250d561e5a0 100644 --- a/dev-python/pyphen/Manifest +++ b/dev-python/pyphen/Manifest @@ -1,2 +1,3 @@ DIST Pyphen-0.8.tar.gz 962586 SHA256 378169ce89b8d3b6a0b95bbfdedc9da8c428d6b7c98ff6498ff41c390702a21a SHA512 230ae11fa3aabba52c923a562284cbc9051c42aa8bc6336bf7e66a47db8974adb3fe136f605bac4cb8c5dee20e68181e6fb3b0c5726a35ab85d11ac5e30c537a WHIRLPOOL 6a7ce38c2d0ca801d58464de8d2c184b28762ecb7b469494675ae87384bbf76cd333d4e3c7aeb32c75cc37c40d5169bb8dd833e3d979e421475ebd6ec5dc8092 DIST Pyphen-0.9.1.tar.gz 1020062 SHA256 f518012a3296689b13f80a879ed75d1f876e6d9c09f982b114e78847407aa515 SHA512 b3fd71aab1a85d7a8a482907f5bffec1179a29ec3cbeef02a59d8ec975b57d3d667b47c7014b27ee08edeef5d652fcc2d091062e67e4ff2897cd37bcd93ad174 WHIRLPOOL e68bbf476880fd7c40d7b762e684835b51396a6c005d310faef51da6fe89df3c8fb1d98c5897de102248232ec0152c1a2687ff941c9f3391df646c2439195e1b +DIST Pyphen-0.9.4.tar.gz 1092404 SHA256 abfa9a0ab055341f6e250c1a6bef395c3a06f0e4cba216eeef37f617b32c0bd7 SHA512 b48dcf02c5cdf5d7ee6d6968644958af9f31fba046612016d9ae1b8cfe44d438fe769592961f93f3342cc3f3af2dfc6cd40bbfe1be67e59de9a352c33f102917 WHIRLPOOL 23237754ef3b64aa47f3744660a025e3654498787303930563a2e2b6f6886323cc8b606d23c41067559cef237b1fcba0ee1cc3dad5699c1a4faabdaf66a7d205 diff --git a/dev-python/pyphen/pyphen-0.9.4.ebuild b/dev-python/pyphen/pyphen-0.9.4.ebuild new file mode 100644 index 000000000000..acd50c027d6e --- /dev/null +++ b/dev-python/pyphen/pyphen-0.9.4.ebuild @@ -0,0 +1,24 @@ +# 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} ) + +inherit distutils-r1 + +DESCRIPTION="Python module for hyphenation using hunspell dictionaries" +MY_PN="Pyphen" +MY_P="${MY_PN}-${PV}" +SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" +HOMEPAGE="https://github.com/Kozea/Pyphen" + +LICENSE="GPL-2+ LGPL-2+ MPL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-python/pyquery/Manifest b/dev-python/pyquery/Manifest index 739b3fdfae52..80191f2a53c0 100644 --- a/dev-python/pyquery/Manifest +++ b/dev-python/pyquery/Manifest @@ -1,3 +1,4 @@ +DIST pyquery-1.2.11.tar.gz 43556 SHA256 4a832ba73bfba03486f5445c75993a26bf62d38d26ff5fcfbde06a7bd0087fc6 SHA512 56ee20e0aefdd290069151d5085a876d6502a226ced72bd43e3e88572f31eecee7abecf4bdd38a1a17685021328963e9fe45eaaac121dc880bcb6ba74b8df12d WHIRLPOOL 70efeec9e2c3b28656c2af8221c4e74794b3799ddddffc8d1e3bb4dd43e70ca8c932966d9e332fcfcb8df7b3f342c70b8cb11b8b1cc8354e9d88294053174f1c DIST pyquery-1.2.4.tar.gz 23999 SHA256 1c39f786c42430279eadf787f1ef06873f15c9acba2698c23dfd925ac7b169d7 SHA512 77ec2efab157f693361e1dcbeabd7cac0709d3a8a25b6c47eb333be49c1485c7fa50b4fd9238bfff69657368130c2886cf6e0705415bdf1b48dc434365539c29 WHIRLPOOL 3fece4f710d69a0b57ab858f759196b269984a38af568003f7280215763c67b1e229feaf80f27b359a5da923248a11335026af4de85806ea6fc969c61c197685 DIST pyquery-1.2.8.zip 42552 SHA256 59af39301bad397e085e5080987f94ef30672f1cf8e73d19d3307b3b63c3cb4b SHA512 9d344a5c4b0dd565e31c803ceecb217c71f9a70badbc65f9fcfb4a2cccb725a1bf938ed0b1697dcfdf0ec967321dccc1916a884ffdb0af9828a65005f63c47d7 WHIRLPOOL 5c98c3e7584d429a7c9bca564aac04e5dc6f579265aa9b8b768e167cdfcc57758b0d728b3102a56af75fa6ea838a6c1927e733a5171d3266574ba2b34ee85209 DIST pyquery-1.2.9.zip 45289 SHA256 46c51eb878b787e814ee8f9737b0a62111034aeb4d1c06450ac5a8ea5a70e602 SHA512 f5152b471c896b39032add6a7f0e6ce63f426b4903bc7cf9eef12723c73453b40c310dd1497a7c4189fc6faaf804690fd91fb6d2f97fb6c4d6314682de4b8d05 WHIRLPOOL a57bb04402a3a8af98e7073d2b4e415a3e455bb67b4dc946831832f24339fe29fcd560123651abb3ae38c4ee9da3973638d27e064122702c0d1dd63d971fb67b diff --git a/dev-python/pyquery/pyquery-1.2.11.ebuild b/dev-python/pyquery/pyquery-1.2.11.ebuild new file mode 100644 index 000000000000..08cb9c610c32 --- /dev/null +++ b/dev-python/pyquery/pyquery-1.2.11.ebuild @@ -0,0 +1,42 @@ +# 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} ) + +inherit distutils-r1 eutils + +DESCRIPTION="A jQuery-like library for python" +HOMEPAGE="https://github.com/gawel/pyquery" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="test" + +RDEPEND=" + >=dev-python/lxml-2.1[${PYTHON_USEDEP}] + >dev-python/cssselect-0.7.9[${PYTHON_USEDEP}] + >=dev-python/webob-1.1.9[${PYTHON_USEDEP}]" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + app-arch/unzip + test? ( ${RDEPEND} + dev-python/beautifulsoup:python-2[$(python_gen_usedep 'python2*')] + dev-python/beautifulsoup:python-3[$(python_gen_usedep 'python3*')] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + dev-python/webtest[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/restkit[${PYTHON_USEDEP}]' 'python2_7') )" + +python_test() { + # The suite, it appears, requires this hard setting of PYTHONPATH! + PYTHONPATH=. nosetests || die "Tests fail with ${EPYTHON}" +} + +pkg_postinst() { + optfeature "Support for BeautifulSoup3 as a parser backend" dev-python/beautifulsoup +} diff --git a/dev-python/pyscard/Manifest b/dev-python/pyscard/Manifest index ada6ecb5fa04..70173b6a52c1 100644 --- a/dev-python/pyscard/Manifest +++ b/dev-python/pyscard/Manifest @@ -1 +1,2 @@ DIST pyscard-1.9.1.tar.gz 360952 SHA256 62ebeaaaea0b98e053f95ae9b357ab7ebb8901acb1100b77dbb421bfd84bea8e SHA512 97e56dde8e78c73bbda07ba8b418e1877a02ec54094b3b02bd6d6e8b4326b9ea61124ce89d6c2c5a6c9e4c92f3f1e576a02bf26bd8977cbed7a71c32ed96f151 WHIRLPOOL 6a232f62ab72b361892bd003d3764e38c3abd67f505ba8f0d49e867fc83ce39abc0ec7d6cfc258a533d5d8fa49c732d899a72d9d61072b5910417dc23cf2cbfd +DIST pyscard-1.9.2.tar.gz 145287 SHA256 390b5f9393c04a2b3491a65c326fe045d2955a780ca675635ce2c74367d3fbba SHA512 8579dce6f31348581dbe5dfb6ebeceb35dd43ad6a903d02e00c55ab86353ae429501f0486a35b4916c26e6e380e07400dcd43d039ce18cbebe5061238c624e67 WHIRLPOOL 6d3dba315582e275cfccfa136c6475f1944a571f87405258f0bae86506b74b5b63134d6b3b4678a059692768035b31b0d83f8224d0efe8e31c6d1ba715735b42 diff --git a/dev-python/pyscard/pyscard-1.9.2.ebuild b/dev-python/pyscard/pyscard-1.9.2.ebuild new file mode 100644 index 000000000000..70e504398914 --- /dev/null +++ b/dev-python/pyscard/pyscard-1.9.2.ebuild @@ -0,0 +1,35 @@ +# 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,4,5}} ) + +inherit distutils-r1 eutils + +DESCRIPTION="Smart cards support in python" +HOMEPAGE="http://pyscard.sourceforge.net/ https://pypi.python.org/pypi/pyscard" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="sys-apps/pcsc-lite" +DEPEND="${RDEPEND} + dev-python/setuptools + dev-lang/swig" + +# Fails +RESTRICT=test + +python_test() { + esetup.py test +} + +pkg_postinst() { + optfeature "Gui support" dev-python/wxpython + optfeature "Support of remote readers with Pyro" dev-python/pyro +} diff --git a/dev-ruby/sawyer/Manifest b/dev-ruby/sawyer/Manifest new file mode 100644 index 000000000000..c02880bfa588 --- /dev/null +++ b/dev-ruby/sawyer/Manifest @@ -0,0 +1 @@ +DIST sawyer-0.7.0.gem 15872 SHA256 72e855027c812f2cad7f4fa4746cab07727dde91d75516d353c155002846c4b2 SHA512 8f63adfc9c544f88280a18e7bab25c193d6e0aab5973f07774b838c40ce7f7da6f148d6122ccd9e3824eb292389d994c84e2460460f7b6f9f340b27f331d59bd WHIRLPOOL 4e6822ed65c38051c765d6bafe416bb033fd35e2555baff2844be0cc317aea1dd0b50870e6a6c2c5ade8f6a5ab1fb6c16c2330b8e509f82a345d140bb68e4bd3 diff --git a/dev-ruby/sawyer/metadata.xml b/dev-ruby/sawyer/metadata.xml new file mode 100644 index 000000000000..26176ca29e7f --- /dev/null +++ b/dev-ruby/sawyer/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + lostisland/sawyer + + diff --git a/dev-ruby/sawyer/sawyer-0.7.0.ebuild b/dev-ruby/sawyer/sawyer-0.7.0.ebuild new file mode 100644 index 000000000000..1aad3880543e --- /dev/null +++ b/dev-ruby/sawyer/sawyer-0.7.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md SPEC.md" + +inherit multilib ruby-fakegem + +DESCRIPTION="Secret User Agent of HTTP" +HOMEPAGE="https://github.com/lostisland/sawyer" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend "dev-ruby/faraday + dev-ruby/addressable" diff --git a/dev-vcs/hgview/Manifest b/dev-vcs/hgview/Manifest index 8c7ff2385e58..51a1a0ee33dd 100644 --- a/dev-vcs/hgview/Manifest +++ b/dev-vcs/hgview/Manifest @@ -1,2 +1 @@ -DIST hgview-1.8.2.tar.gz 178453 SHA256 0f4c2d7e40d3c6ab7a444502366ee262fdb6caca97c321e78d4e430e71a04655 SHA512 9bab867ebda22d730ea6e846523c2426ea88275a56ddc8546bd874266d2a9742abcb22bcd4a8f4bbd6b6deffbaac7b4a365117dd7a040a86f68e4f43bd793b6f WHIRLPOOL 744b3ab9af3cefa92d53645febaacf9b4e33ec1eb174763fe6e20e5f8c9ae610d9e84c898fe53dde14a5d58a8ee6f1d359731b656c92ed7ca0e38d079e05355a DIST hgview-1.9.0.tar.gz 181130 SHA256 8b2e5e10544deaa79ba9ef3f6339e103af357edbeb4b2594be079fddf7b8e6ed SHA512 604631776e096daf27241e8387d6fddfb9b3f2c54dbfccc95e770ebf2d5d27f64009c3698cf0d427f9a89e073db0d8d7623d57969ca6fcf036d5cb1dbd74eece WHIRLPOOL 01d29625a136664f35f2241c546b4af52853ea78fff31089d83ebb4a1718e4d64571df6a61f217aec6919b6bb27c35cf092195fa56efcffb3ad16e1bb714a397 diff --git a/dev-vcs/hgview/hgview-1.8.2.ebuild b/dev-vcs/hgview/hgview-1.8.2.ebuild deleted file mode 100644 index 25ee8c32cabf..000000000000 --- a/dev-vcs/hgview/hgview-1.8.2.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -DISTUTILS_IN_SOURCE_BUILD=1 -inherit distutils-r1 - -DESCRIPTION="A Mercurial interactive history viewer" -HOMEPAGE="http://www.logilab.org/project/hgview/ https://pypi.python.org/pypi/hgview/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc ncurses +qt4" -REQUIRED_USE="|| ( ncurses qt4 )" - -RDEPEND="dev-vcs/mercurial[${PYTHON_USEDEP}] - ncurses? ( - >=dev-python/urwid-1.0.0[${PYTHON_USEDEP}] - dev-python/pyinotify[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - ) - qt4? ( - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/PyQt4[X,${PYTHON_USEDEP}] - dev-python/qscintilla-python[${PYTHON_USEDEP}] - )" -DEPEND="${RDEPEND} - doc? ( - app-text/asciidoc - app-text/xmlto - )" - -python_configure_all() { - mydistutilsargs=( - build $(use doc || echo --no-doc) - build $(use ncurses || echo --no-curses) - build $(use qt4 || echo --no-qt) - ) -} - -src_prepare() { - # https://www.logilab.org/ticket/103668 - sed -i \ - -e 's:MANDIR=$(PREFIX)/man:MANDIR=$(PREFIX)/share/man:' \ - -e 's:$(INSTALL) $$i:$(INSTALL) -m 644 $$i:' \ - doc/Makefile || die - - distutils-r1_src_prepare -} - -src_install() { - distutils-r1_src_install - - # Install Mercurial extension config file - insinto /etc/mercurial/hgrc.d - doins hgext/hgview.rc -} diff --git a/games-roguelike/slashem/ChangeLog-2015 b/games-roguelike/slashem/ChangeLog-2015 deleted file mode 100644 index 7877b6e5fece..000000000000 --- a/games-roguelike/slashem/ChangeLog-2015 +++ /dev/null @@ -1,88 +0,0 @@ -# ChangeLog for games-roguelike/slashem -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/slashem/ChangeLog,v 1.19 2014/08/10 21:20:58 slyfox Exp $ - - 10 Aug 2014; Sergei Trofimovich slashem-0.0.772.ebuild: - QA: drop trailing '.' from DESCRIPTION - - 02 Mar 2013; Markos Chandras slashem-0.0.772.ebuild: - Move Qt dependencies to the new category - - 07 Mar 2008; Chris Gianelloni - slashem-0.0.772.ebuild: - QA cleanup: Fix quoting. - - 12 Mar 2007; Marius Mauch slashem-0.0.760.ebuild, - slashem-0.0.772.ebuild: - Replacing einfo with elog - - 18 Nov 2006; Saleem Abdulrasool slashem-0.0.760.ebuild, - slashem-0.0.772.ebuild: - Dropping gnome useflag for gnome-1.x mask - - 29 Oct 2006; Tristan Heaven slashem-0.0.760.ebuild: - Add modular X dependencies - - 06 Oct 2006; Chris Gianelloni - -files/0.0.6E4F8-errno.patch, -files/0.0.6E4F8-gentoo-paths.patch, - -files/0.0.6E4F8-makefile.patch, -files/0.0.7E7/gentoo-paths.patch, - -files/X11.configure, -files/dot.slashemrc, -files/gnome.configure, - -files/gtk.configure, -files/qt.configure, slashem-0.0.772.ebuild: - Added patch for saving by Pekka Rousu . - Closing bug #103586. - -*slashem-0.0.772 (05 Oct 2006) - - 05 Oct 2006; Chris Gianelloni - +files/0.0.7E7/GTK.configure, +files/0.0.7E7/Gentoo.configure, - +files/0.0.7E7/Proxy.configure, +files/0.0.7E7/X11.configure, - +files/0.0.7E7/dot.slashemrc, +files/0.0.7E7/gentoo-paths.patch, - +files/0.0.7E7/gnome.configure, +files/0.0.7E7/makefile.patch, - +files/0.0.7E7/opengl.configure, +files/0.0.7E7/prepare-gui.configure, - +files/0.0.7E7/proxy.slashemrc, +files/0.0.7E7/qt.configure, - +files/0.0.7E7/sdl.configure, +slashem-0.0.772.ebuild: - Version bump to 772 and closing bug #103583. - - 09 Jun 2006; Chris Gianelloni - slashem-0.0.760.ebuild: - Added sys-devel/bc to DEPEND and closing bug #135762. - - 09 Jul 2005; Mike Frysinger - +files/0.0.7E6/Gentoo.configure, slashem-0.0.760.ebuild: - Add fix by Pekka Rousu since the path to gzip binary is diff from default - #98318. - - 27 Jan 2005; Michael Sterrett - +files/0.0.7E6/va_copy.patch, slashem-0.0.760.ebuild: - Added patch for gcc-3.4 from OKUMURA N. Shin-ya (bug #76509) - -*slashem-0.0.760 (26 Dec 2004) - - 26 Dec 2004; Mike Frysinger - +files/0.0.7E6/GTK.configure, +files/0.0.7E6/Proxy.configure, - +files/0.0.7E6/X11.configure, +files/0.0.7E6/dot.slashemrc, - +files/0.0.7E6/gentoo-paths.patch, +files/0.0.7E6/gnome.configure, - +files/0.0.7E6/makefile.patch, +files/0.0.7E6/opengl.configure, - +files/0.0.7E6/prepare-gui.configure, +files/0.0.7E6/proxy.slashemrc, - +files/0.0.7E6/qt.configure, +files/0.0.7E6/sdl.configure, - +slashem-0.0.760.ebuild: - Version bump #43500 by Pekka Rousu. - - 17 Dec 2004; Joseph Jezak slashem-0.0.648.ebuild: - Marked ppc stable. - - 30 Mar 2004; Michael Sterrett slashem-0.0.648.ebuild: - virtual/x11; error check sed; tidy DEPEND; tidy use; append-flags into - src_unpack - - 15 Mar 2004; David Holm slashem-0.0.648.ebuild: - Added to ~ppc. - - 20 Jan 2004; Jon Portnoy slashem-0.0.648.ebuild : - AMD64 keywords. - -*slashem-0.0.648 (14 Aug 2003) - - 14 Aug 2003; Mike Frysinger : - Initial import. Ebuild submitted by Pekka Rousu . #11692 - This entire package is his doing and daaaaaaaaamn is it *good*. Many thanks :) diff --git a/games-roguelike/slashem/Manifest b/games-roguelike/slashem/Manifest deleted file mode 100644 index a4c05df8856f..000000000000 --- a/games-roguelike/slashem/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST conf12s.tar.gz 4788 SHA256 76b5d0527434276db4876610651a0dc73698012b1cf93449c63a516355cd06f5 SHA512 97a2ad0a65e43d89d7e1c4d47bcad87dcd55db83c1bb970d1625312b381ed07767669803f9c7a8b60079f131570cca9a7619401a3b11279cc6d19119ff633cb2 WHIRLPOOL 5f6c3574b1867a1b277d5cce34cb796550caf0d6eeb8266c03a774e7adee0464b09070b3018a0e5a16c86292df6b42fb01cdb052a04a68cbdf4fe31997c3cbdd -DIST se007e7f2.tar.gz 5218698 SHA256 a520817f1fe19302f27db22a9c1762c27a669f7491e84bd22790ea4f67136b49 SHA512 a156ed5c4e912aba83e6229e2d51c79efc8de3f95b48e17d6e2530733fe26865fa41da182cf8c4b15919b14147d9c1c338251b8e80ba5aea2128dbe403e09fa7 WHIRLPOOL 782c64cf31bf4e025ad3091a7d195ccfe35573537f28c1355a39276419cc47d78cd0f82f7b42825e4081e73c8bbc786c4b4a92abe6b5f2551a01fd5c9da30476 diff --git a/games-roguelike/slashem/files/0.0.7E7/GTK.configure b/games-roguelike/slashem/files/0.0.7E7/GTK.configure deleted file mode 100644 index 49c14fe6e5a0..000000000000 --- a/games-roguelike/slashem/files/0.0.7E7/GTK.configure +++ /dev/null @@ -1,22 +0,0 @@ -configure config_h $toplevel/include/config.h -BEGIN - undefine GNOME_GRAPHICS - define GTK_GRAPHICS - define GTK_PROXY -END -configure src_Makefile $toplevel/src/Makefile -BEGIN - undefine WINGNOMESRC - undefine WINGNOMEOBJ - undefine WINGNOMELIB - define WINGTKSRC - define WINGTKOBJ - define WINGTKLIB -END - -configure Makefile $toplevel/Makefile -BEGIN - undefine CNF_SHARE_GNOMEND - define CNF_SHARE_GTKND - define CNF_SHARE_GTKPROXYND -END diff --git a/games-roguelike/slashem/files/0.0.7E7/Gentoo.configure b/games-roguelike/slashem/files/0.0.7E7/Gentoo.configure deleted file mode 100644 index f10d73df2893..000000000000 --- a/games-roguelike/slashem/files/0.0.7E7/Gentoo.configure +++ /dev/null @@ -1,5 +0,0 @@ -configure config_h $toplevel/include/config.h -BEGIN - redefine COMPRESS \"/bin/gzip\" -END - diff --git a/games-roguelike/slashem/files/0.0.7E7/Proxy.configure b/games-roguelike/slashem/files/0.0.7E7/Proxy.configure deleted file mode 100644 index 56e79cbf3fcb..000000000000 --- a/games-roguelike/slashem/files/0.0.7E7/Proxy.configure +++ /dev/null @@ -1,24 +0,0 @@ -configure config_h $toplevel/include/config.h -BEGIN - define PROXY_GRAPHICS -END - -configure src_Makefile $toplevel/src/Makefile -BEGIN - define WINPROXYSRC - define PROXYUTLSRC - define PROXYCOMSRC - define PROXYCLNTSRC - - define WINPROXYOBJ - define PROXYUTLOBJ - define PROXYCOMOBJ - define PROXYCLNTOBJ - - define WINPROXYLIB -END - -configure Makefile $toplevel/Makefile -BEGIN - define CNF_SHARE_PROXYND -END diff --git a/games-roguelike/slashem/files/0.0.7E7/X11.configure b/games-roguelike/slashem/files/0.0.7E7/X11.configure deleted file mode 100644 index 8c9e362eb9ff..000000000000 --- a/games-roguelike/slashem/files/0.0.7E7/X11.configure +++ /dev/null @@ -1,18 +0,0 @@ -configure config_h $toplevel/include/config.h -BEGIN - define X11_GRAPHICS -END - -configure src_Makefile $toplevel/src/Makefile -BEGIN - define WINX11SRC - define WINX11OBJ - define WINX11LIB - redefine WINX11LIB "-lXaw -lXmu -lXext -lXt -lXpm -lX11" -END - -configure Makefile $toplevel/Makefile -BEGIN - define CNF_SHARE_X11ND - redefine CNF_SHARE_X11ND "x11bigtiles x11tiles SlashEM.ad pet_mark.xbm rip.xpm" -END diff --git a/games-roguelike/slashem/files/0.0.7E7/dot.slashemrc b/games-roguelike/slashem/files/0.0.7E7/dot.slashemrc deleted file mode 100644 index 518e8d67addc..000000000000 --- a/games-roguelike/slashem/files/0.0.7E7/dot.slashemrc +++ /dev/null @@ -1,112 +0,0 @@ -# -# Slash'EM configuration file. -# -# Naming this file $(HOME)/.slashemrc (for UNIX) or setting the environment -# variable SLASHEMOPTIONS to point to its full path name elsewhere tells -# Slash'EM to use X11 windowing and fonts (provided the executable was -# compiled with that ability). -# -# SET YOUR WINDOW TYPE -# Your windowtype choices are: GENTOO_WINDOWTYPES -# -OPTIONS=windowtype:tty - -TILESET=name:Small, file:x11tiles -TILESET=name:Big, file:x11bigtiles, transparent -TILESET=name:Big 3D, file:x11big3dtiles, transparent, pseudo3D - -# These tile definitions are used by the SDL/GL interface -TILESET=name:gl 3D, file:gltile64.png, transparent, pseudo3D -TILESET=name:gl Big, file:gltile32.png, transparent -TILESET=name:gl Small, file:gltile16.png, transparent - -OPTIONS=tiles:Big -# -# -#OPTIONS=toptenwin,hilite_pet,color,number_pad:2,verbose,news -#OPTIONS=confirm,fixinv,noautopickup,safe_pet,sortpack,tombstone -#OPTIONS=fruit:pineapple,dogname:Dhairrhuwyth -#OPTIONS=male,catname:Ghisteslwchlohm -# -# There are 17 object symbols and various graphics symbols. -# The descriptions of these symbols can be found in dat/opthelp. -# -# -# Font: nh10 (10x20) -# -#OBJECTS= 180 183 188 192 181 184 182 189 190 196 \ -# 191 194 193 187 185 186 195 -# -#DUNGEON= 032 025 018 013 012 014 011 015 023 024 \ -# 022 021 128 129 130 131 132 035 035 133 \ -# 134 135 136 137 145 146 144 124 143 142 \ -# 143 141 140 149 150 031 031 147 148 031 \ -# 161 140 -# -#TRAPS= 138 138 138 138 138 138 138 138 138 138 \ -# 138 138 138 138 138 139 138 138 138 138 \ -# 138 138 -# -#EFFECTS= 151 152 153 154 155 156 157 158 \ -# 159 160 161 162 \ -# 163 164 165 166 167 168 169 170 \ -# 171 172 173 174 175 176 177 178 179 \ -# 171 172 173 174 175 176 177 178 179 \ -# 171 172 173 174 175 176 177 178 179 \ -# 171 172 173 174 175 176 177 178 179 \ -# 171 172 173 174 175 176 177 178 179 \ -# 171 172 173 174 175 176 177 178 179 \ -# 171 172 173 174 175 176 177 178 179 -# -# -# Font: ibm (8x14) -# -#OBJECTS= 207 210 215 219 208 211 209 216 217 223 \ -# 218 221 220 214 212 213 222 -# -#DUNGEON= 032 128 129 130 131 132 133 134 135 136 \ -# 137 138 139 045 124 142 143 035 035 144 \ -# 145 146 147 148 155 156 227 124 154 153 \ -# 154 152 151 159 160 200 200 157 158 250 \ -# 170 151 -# -#TRAPS= 149 149 149 149 149 149 149 149 149 149 \ -# 149 149 149 149 149 150 149 149 149 149 \ -# 149 149 -# -#EFFECTS= 161 162 163 164 165 166 167 168 \ -# 169 170 171 172 \ -# 173 174 175 176 177 178 179 180 \ -# 181 182 183 184 185 186 187 188 189 \ -# 181 182 183 184 185 186 187 188 189 \ -# 181 182 183 184 185 186 187 188 189 \ -# 181 182 183 184 185 186 187 188 189 \ -# 181 182 183 184 185 186 187 188 189 \ -# 181 182 183 184 185 186 187 188 189 \ -# 181 182 183 184 185 186 187 188 189 -# -# -# Font: a "standard" font like 6x13 -# Note that this version is unlikely to work on a tty on a Unix system because -# many of these characters are also control characters. -# -#DUNGEON = 032 025 018 013 012 014 011 015 023 024 \ -# 022 021 031 045 124 043 043 035 035 031 \ -# 035 001 060 062 060 062 019 124 092 035 \ -# 092 123 125 031 125 046 046 035 035 046 \ -# 127 125 -# -#TRAPS= 094 094 094 094 094 094 094 094 094 094 \ -# 094 094 094 094 094 002 094 094 094 094 \ -# 094 094 -# -#EFFECTS= 124 045 092 047 042 033 041 040 \ -# 048 035 064 042 \ -# 047 045 092 124 124 092 045 047 \ -# 047 064 092 064 064 064 092 064 047 \ -# 047 064 092 064 064 064 092 064 047 \ -# 047 064 092 064 064 064 092 064 047 \ -# 047 064 092 064 064 064 092 064 047 \ -# 047 064 092 064 064 064 092 064 047 \ -# 047 064 092 064 064 064 092 064 047 \ -# 047 064 092 064 064 064 092 064 047 diff --git a/games-roguelike/slashem/files/0.0.7E7/gnome.configure b/games-roguelike/slashem/files/0.0.7E7/gnome.configure deleted file mode 100644 index a3178b28d04f..000000000000 --- a/games-roguelike/slashem/files/0.0.7E7/gnome.configure +++ /dev/null @@ -1,21 +0,0 @@ -configure config_h $toplevel/include/config.h -BEGIN - define GNOME_GRAPHICS - undefine GTK_GRAPHICS -END - -configure src_Makefile $toplevel/src/Makefile -BEGIN - undefine WINGTKSRC - undefine WINGTKOBJ - undefine WINGTKLIB - define WINGNOMESRC - define WINGNOMEOBJ - define WINGNOMELIB -END - -configure Makefile $toplevel/Makefile -BEGIN - undefine CNF_SHARE_GTKND - define CNF_SHARE_GNOMEND -END diff --git a/games-roguelike/slashem/files/0.0.7E7/makefile.patch b/games-roguelike/slashem/files/0.0.7E7/makefile.patch deleted file mode 100644 index 4f5af5534987..000000000000 --- a/games-roguelike/slashem/files/0.0.7E7/makefile.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -Naurd slashem/sys/unix/Makefile.top slashem-0.0.7E6/sys/unix/Makefile.top ---- slashem/sys/unix/Makefile.top 2003-12-02 13:46:08.000000000 +0200 -+++ slashem-0.0.7E6/sys/unix/Makefile.top 2004-03-02 21:08:55.718790760 +0200 -@@ -290,7 +290,7 @@ - $(MAKE) dofiles-$${target-nodlb} - cp src/$(GAME) $(FILE_AREA_UNSHARE) - cp util/recover $(FILE_AREA_UNSHARE) -- cp dat/license doc/Guidebook.txt $(FILE_AREA_DOC) -+# cp dat/license doc/Guidebook.txt $(FILE_AREA_DOC) - # cp win/Qt/KDE/kslashem.kdelnk $(KDEDIR)/share/applnk/Games - -rm -f $(SHELLDIR)/$(GAME) - sed -e 's;/usr/games/lib/nethackdir;$(FILE_AREA_UNSHARE);' \ -@@ -302,10 +302,10 @@ - $(CHGRP) $(GAMEGRP) $(GAME) recover ) - chmod $(GAMEPERM) $(FILE_AREA_UNSHARE)/$(GAME) - chmod $(EXEPERM) $(FILE_AREA_UNSHARE)/recover -- -( cd $(FILE_AREA_DOC) ; \ -- $(CHOWN) $(GAMEUID) license Guidebook.txt ; \ -- $(CHGRP) $(GAMEGRP) license Guidebook.txt ; \ -- chmod $(FILEPERM) license Guidebook.txt ) -+# -( cd $(FILE_AREA_DOC) ; \ -+# $(CHOWN) $(GAMEUID) license Guidebook.txt ; \ -+# $(CHGRP) $(GAMEGRP) license Guidebook.txt ; \ -+# chmod $(FILEPERM) license Guidebook.txt ) - -$(CHOWN) $(GAMEUID) $(SHELLDIR)/$(GAME) - $(CHGRP) $(GAMEGRP) $(SHELLDIR)/$(GAME) - chmod $(EXEPERM) $(SHELLDIR)/$(GAME) diff --git a/games-roguelike/slashem/files/0.0.7E7/opengl.configure b/games-roguelike/slashem/files/0.0.7E7/opengl.configure deleted file mode 100644 index 37466c28655c..000000000000 --- a/games-roguelike/slashem/files/0.0.7E7/opengl.configure +++ /dev/null @@ -1,10 +0,0 @@ -configure config_h $toplevel/include/config.h -BEGIN - define GL_GRAPHICS -END - -configure src_Makefile $toplevel/src/Makefile -BEGIN - define WINGLLIB -END - diff --git a/games-roguelike/slashem/files/0.0.7E7/prepare-gui.configure b/games-roguelike/slashem/files/0.0.7E7/prepare-gui.configure deleted file mode 100644 index 803bd67a7354..000000000000 --- a/games-roguelike/slashem/files/0.0.7E7/prepare-gui.configure +++ /dev/null @@ -1,67 +0,0 @@ -configure config_h $toplevel/include/config.h -BEGIN - undefine X11_GRAPHICS - undefine QT_GRAPHICS - undefine GTK_GRAPHICS - undefine GNOME_GRAPHICS - undefine SDL_GRAPHICS - undefine GL_GRAPHICS - undefine PROXY_GRAPHICS -END - -configure src_Makefile $toplevel/src/Makefile -BEGIN - undefine WINX11SRC - undefine WINX11OBJ - undefine WINX11LIB - - undefine WINQTSRC - undefine WINQTOBJ - undefine WINQTLIB - - undefine WINGTKSRC - undefine WINGTKOBJ - undefine WINGTKLIB - - undefine WINGNOMESRC - undefine WINGNOMEOBJ - undefine WINGNOMELIB - - undefine WINPROXYSRC - undefine PROXYUTLSRC - undefine PROXYCOMSRC - undefine PROXYCLNTSRC - - undefine WINPROXYOBJ - undefine PROXYUTLOBJ - undefine PROXYCOMOBJ - undefine PROXYCLNTOBJ - - undefine WINPROXYLIB - - undefine WINGLSRC - undefine WINGLOBJ - undefine WINGLLIB - undefine WINSDLLIB - - undefine WINSRC - undefine WINOBJ - undefine WINLIB - define -C "to support all standard windowing systems" WINSRC - define -C "to support all standard windowing systems" WINOBJ - define -C "to support all standard windowing systems" WINLIB -END - -configure Makefile $toplevel/Makefile -BEGIN - undefine CNF_SHARE_QTND - undefine CNF_SHARE_X11ND - undefine CNF_SHARE_GTKND - undefine CNF_SHARE_GTKPROXYND - undefine CNF_SHARE_GLND - undefine CNF_SHARE_GNOMEND - undefine CNF_SHARE_PROXYND - redefine CNF_SHARE_DATND " \$(CNF_SHARE_QTND) \$(CNF_SHARE_X11ND) \\\ - \$(CNF_SHARE_GTKND) \$(CNF_SHARE_GTKPROXYND) \$(CNF_SHARE_GLND) \\\ - \$(CNF_SHARE_GNOMEND) \$(CNF_SHARE_PROXYND) " -END diff --git a/games-roguelike/slashem/files/0.0.7E7/proxy.slashemrc b/games-roguelike/slashem/files/0.0.7E7/proxy.slashemrc deleted file mode 100644 index f28cdafb7b07..000000000000 --- a/games-roguelike/slashem/files/0.0.7E7/proxy.slashemrc +++ /dev/null @@ -1,4 +0,0 @@ -TILESET=name:Small tiles, file:gltile16.png, transparent -TILESET=name:Big tiles, file:gltile32.png, transparent -TILESET=name:Big 3D tiles, file:gltile64.png, transparent, pseudo3D -OPTIONS=tiles:Big 3D tiles diff --git a/games-roguelike/slashem/files/0.0.7E7/qt.configure b/games-roguelike/slashem/files/0.0.7E7/qt.configure deleted file mode 100644 index 8e96c5004431..000000000000 --- a/games-roguelike/slashem/files/0.0.7E7/qt.configure +++ /dev/null @@ -1,23 +0,0 @@ -configure config_h $toplevel/include/config.h -BEGIN - define QT_GRAPHICS -END - -configure src_Makefile $toplevel/src/Makefile -BEGIN - define WINQTSRC - define WINQTOBJ - define WINQTLIB - define QTDIR - qtdir2=`echo /usr/lib/qt-2.*` - define QTDIR "${QTDIR:-$qtdir2}" - undefine CXXFLAGS - define CXXFLAGS - undefine LINK - define -C "Qt is C++" LINK -END - -configure Makefile $toplevel/Makefile -BEGIN - define CNF_SHARE_QTND -END diff --git a/games-roguelike/slashem/files/0.0.7E7/sdl.configure b/games-roguelike/slashem/files/0.0.7E7/sdl.configure deleted file mode 100644 index f0c9e187ce14..000000000000 --- a/games-roguelike/slashem/files/0.0.7E7/sdl.configure +++ /dev/null @@ -1,16 +0,0 @@ -configure config_h $toplevel/include/config.h -BEGIN - define SDL_GRAPHICS -END - -configure src_Makefile $toplevel/src/Makefile -BEGIN - define WINGLSRC - define WINGLOBJ - define WINSDLLIB -END - -configure Makefile $toplevel/Makefile -BEGIN - define CNF_SHARE_GLND -END diff --git a/games-roguelike/slashem/metadata.xml b/games-roguelike/slashem/metadata.xml deleted file mode 100644 index de478ca391ca..000000000000 --- a/games-roguelike/slashem/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - - slashem - - diff --git a/games-roguelike/slashem/slashem-0.0.772.ebuild b/games-roguelike/slashem/slashem-0.0.772.ebuild deleted file mode 100644 index a8d0a2662a01..000000000000 --- a/games-roguelike/slashem/slashem-0.0.772.ebuild +++ /dev/null @@ -1,168 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit eutils flag-o-matic games - -SE_VER="0.0.7E7" -SE_FIXVER="${SE_VER}F2" -SE_PN="se007e7f2.tar.gz" -SE_CONF="conf12s.tar.gz" - -DESCRIPTION="Super Lotsa Added Stuff Hack - Extended Magic. A Nethack Variant" -HOMEPAGE="http://www.slashem.org/" -#SRC_URI="http://www.juiblex.co.uk/nethack/slashem/${SE_PN}" -SRC_URI="mirror://sourceforge/slashem/${SE_PN} - http://www.juiblex.co.uk/nethack/config/${SE_CONF}" - -LICENSE="nethack" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="X sdl opengl" - -XDEPEND="x11-libs/libXaw - x11-libs/libXmu - x11-libs/libXext - x11-libs/libXt - x11-libs/libXpm - x11-libs/libX11 - x11-libs/libSM - x11-libs/libICE - x11-libs/libXau - x11-libs/libXdmcp" - -# qt? ( =dev-qt/qt2* ) this version has overflow bugs #79720 -RDEPEND=">=sys-libs/ncurses-5.2-r5 - X? ( ${XDEPEND} ) - opengl? ( virtual/opengl - media-libs/libsdl ) - sdl? ( media-libs/libsdl )" -DEPEND="${RDEPEND} - dev-util/yacc" - -HACKDIR=${GAMES_STATEDIR}/${PN} -S=${WORKDIR}/slashem-${SE_FIXVER} - -src_unpack() { - unpack ${SE_PN} - cd "${S}" - EPATCH_SUFFIX="patch" - epatch "${FILESDIR}"/${SE_VER} - - # This copies the /sys/unix Makefile.*s to their correct places for - # seding and compiling. - append-flags -I../include -I/usr/X11R6/include - - cd "${S}"/sys/unix - source setup.sh || die - - unpack ${SE_CONF} - cp -f "${FILESDIR}"/${SE_VER}/*.configure . || die - for c in RedHat9 FHS20 Gentoo prepare-gui Proxy ; do - ./config ${c} ../.. - done - - if use X ; then - ./config X11 ../.. || die "X config" - fi - # SDL require X11 - for v in sdl ; do #qt - use ${v} && { ./config ${v} ../.. || die "${v} config"; } - ./config X11 ../.. || die "X config" - done - # OpenGL requires SDL - if use opengl ; then - ./config opengl ../.. || die "opengl config" - ./config sdl ../.. || die "sdl config" - ./config X11 ../.. || die "X config" - fi - - cd "${S}" - sed -i \ - -e "s:^\(\# define HACKDIR \).*:\1 \"${HACKDIR}\":" \ - include/config.h || die "config.h sed" - sed -i \ - -e "s:^\(CFLAGS =\).*:\1 ${CFLAGS}:" \ - src/Makefile || die "src/makefile sed" - sed -i \ - -e "s:^\(FILE_AREA_UNSHARE =\).*:\1 $(games_get_libdir)/${PN}:" \ - Makefile || die "makefile sed" - sed -i \ - -e "s:^\(\#define FILE_AREA_UNSHARE \).*:\1\"$(games_get_libdir)/${PN}/\":" \ - include/unixconf.h || die "unixconf.h sed" -} - -src_compile() { - emake all || die "emake all" - cd "${S}"/util - emake recover || die "emake recover" -} - -src_install() { - emake \ - GAMEPERM=0750 \ - SHELLDIR="${D}/${GAMES_BINDIR}" \ - FILE_AREA_VAR="${D}/${HACKDIR}" \ - FILE_AREA_SAVE="${D}/${HACKDIR}"/save \ - FILE_AREA_SHARE="${D}/${GAMES_DATADIR}"/${PN} \ - FILE_AREA_UNSHARE="${D}/$(games_get_libdir)"/${PN} \ - FILE_AREA_DOC="${D}"/usr/share/doc/${PF} \ - install || die "emake install failed" - dodoc doc/*.txt - dodoc dat/license - doman doc/slashem.6 - - # The final /usr/bin/slashem is a sh script. This fixes the hard-coded - # HACKDIR directory so it doesn't point to ${D}/usr/share/slashemdir - dosed "s:^\(HACKDIR=\).*:\1${HACKDIR}:" "${GAMES_BINDIR}"/${PN} - dosed "s:^\(HACK=\).*:\1$(games_get_libdir)/${PN}/${PN}:" "${GAMES_BINDIR}"/${PN} - - newgamesbin util/recover recover-slashem || die "recover install" - - if use X ; then - # install slashem fonts - dodir "${GAMES_DATADIR}"/${PN}/fonts - cd "${S}"/win/X11 - bdftopcf -o nh10.pcf nh10.bdf || die "Converting fonts failed" - bdftopcf -o ibm.pcf ibm.bdf || die "Converting fonts failed" - insinto "${GAMES_DATADIR}"/${PN}/fonts - doins *.pcf - cd "${D}${GAMES_DATADIR}"/${PN}/fonts - mkfontdir || die "The action mkfontdir ${GAMES_DATADIR}/${PN}/fonts failed" - - # copy slashem X application defaults - cd "${S}"/win/X11 - sed -i \ - -e 's/^\(SlashEM\*font:\).*/\1 fixed/' \ - -e 's/^\(SlashEM\*map\*font:\).*/\1 fixed/' \ - -e 's:^!\(SlashEM.tile_file.*\):\1:' \ - SlashEM.ad || die "Patching SlashEM.ad for X failed" - - insinto /etc/X11/app-defaults - newins SlashEM.ad SlashEM || die "app-defaults failed" - fi - - insinto "${GAMES_DATADIR}"/${PN} - doins "${FILESDIR}"/${SE_VER}/dot.slashemrc - - local windowtypes="tty" - #use qt && windowtypes="${windowtypes} qt" - use X && windowtypes="${windowtypes} x11" - use sdl && windowtypes="${windowtypes} sdl" - use opengl && windowtypes="${windowtypes} gl" - set -- ${windowtypes} - dosed "s:GENTOO_WINDOWTYPES:${windowtypes}:" "${GAMES_DATADIR}"/${PN}/dot.slashemrc - insinto /etc/skel - newins "${D}/${GAMES_DATADIR}"/${PN}/dot.slashemrc .slashemrc - insinto /etc/slashem - doins "${FILESDIR}"/${SE_VER}/proxy.slashemrc - - keepdir "${HACKDIR}"/save - prepgamesdirs - fperms -R g+w "${HACKDIR}" -} - -pkg_postinst() { - games_pkg_postinst - elog "You may want to look at /etc/skel/.slashemrc for interesting options" -} diff --git a/games-strategy/attal/ChangeLog-2015 b/games-strategy/attal/ChangeLog-2015 deleted file mode 100644 index e5ae54d74cb2..000000000000 --- a/games-strategy/attal/ChangeLog-2015 +++ /dev/null @@ -1,113 +0,0 @@ -# ChangeLog for games-strategy/attal -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/ChangeLog,v 1.29 2013/03/02 21:21:40 hwoarang Exp $ - - 02 Mar 2013; Markos Chandras attal-0.10.1.ebuild: - Move Qt dependencies to the new category - - 05 Oct 2011; Michael Sterrett attal-0.10.1.ebuild: - use qt4-r2.eclass - - 01 Jun 2009; nixnut attal-0.10.1.ebuild: - ppc stable #268553 - - 14 May 2009; Christian Faulhammer attal-0.10.1.ebuild: - stable x86, bug 268533 - - 03 May 2009; Michael Sterrett attal-0.10.1.ebuild: - EAPI=2; work around parallel-make bugs without -j1 - - 30 Jun 2008; Tristan Heaven attal-0.10.1.ebuild: - Add split qt-4 dependencies, bug #217170 - - 23 Jan 2008; Michael Sterrett attal-0.10.1.ebuild: - add QT4_BUILT_WITH_USE_CHECK for bug #206420 - - 21 Feb 2007; Piotr Jaroszyński ChangeLog: - Transition to Manifest2. - - 03 Feb 2007; Steve Dibb attal-0.10.1.ebuild: - Add ~amd64, bug 124299 - - 19 Nov 2006; Tristan Heaven attal-0.10.1.ebuild: - Respect CXXFLAGS and LDFLAGS - -*attal-0.10.1 (11 Sep 2006) - - 11 Sep 2006; +files/attal-0.10.1-gcc41.patch, - +files/attal-0.10.1-gentoo.patch, +attal-0.10.1.ebuild: - Version bump to 0.10.1. Bug #135667 by Andrei Slavoiu - - 29 Jun 2006; Chris Gianelloni attal-0.9.3.ebuild, - attal-0.9.4.ebuild: - Fixed dependencies and closing bug #138461. - - 30 May 2006; +files/attal-0.9.4-gcc41.patch, - attal-0.9.4.ebuild: - Fix for gcc-4.1, bug #134265 by me - - 09 Feb 2006; Caleb Tennis attal-0.9.3.ebuild, - attal-0.9.4.ebuild: - Fix qmake call to find qt3 version - -*attal-0.9.4 (10 Oct 2005) - - 10 Oct 2005; Michael Sterrett +attal-0.9.4.ebuild: - version bump - - 26 Sep 2005; Chris Gianelloni attal-0.8.1.ebuild, - attal-0.9.2.ebuild: - Making games last on inherit line. - - 07 Jul 2005; Caleb Tennis attal-0.8.1.ebuild, - attal-0.9.2.ebuild, attal-0.9.3.ebuild: - Fix qt dep - - 01 Jul 2005; Caleb Tennis attal-0.8.1.ebuild, - attal-0.9.2.ebuild, attal-0.9.3.ebuild: - Fix qmake dir per bug #97535 - - 12 Jun 2005; Sven Wegener attal-0.8.1.ebuild, - attal-0.9.2.ebuild, attal-0.9.3.ebuild: - Removed * postfix from <, <=, >= and > dependencies. - -*attal-0.9.3 (03 Jun 2005) - - 03 Jun 2005; Michael Sterrett +attal-0.9.3.ebuild: - version bump - -*attal-0.9.3 (03 Jun 2005) - - 03 Jun 2005; Michael Sterrett +attal-0.9.3.ebuild: - version bump - -*attal-0.9.2 (03 Jan 2005) - - 03 Jan 2005; Mike Frysinger +attal-0.9.2.ebuild: - Version bump #65237 by James Rose. - - 16 Jul 2004; David Holm attal-0.8.1.ebuild: - Added to ~ppc. - -*attal-0.8.1 (09 Jul 2004) - - 09 Jul 2004; Michael Sterrett +attal-0.8.1.ebuild: - version bump (bug #56495) - -*attal-0.7.2 (14 Jan 2004) - - 14 Jan 2004; Mike Frysinger : - Version bump #37754 by Daniel Fullmer. - -*attal-0.7.1 (03 Dec 2003) - - 03 Dec 2003; Mike Frysinger : - Version bump to fix #34857. - -*attal-0.7.0 (19 Jul 2003) - - 26 Aug 2003; Michael Sterrett attal-0.7.0.ebuild: - Fix url #27378. - - 19 Jul 2003; Mike Frysinger : - Initial import. Ebuild submitted by me. diff --git a/games-strategy/attal/Manifest b/games-strategy/attal/Manifest deleted file mode 100644 index f516969c9cba..000000000000 --- a/games-strategy/attal/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST attal-src-0.10.1.tar.bz2 283704 SHA256 9dd692daa99dbf3ec14c178b5b3334a6a4085f790749aa58cf45ddf8c5e8649b SHA512 352b044aafd5e25ebdfa2c42af3c58c91a173db39461b2c845aaee964e418976cd58afa9f92fd99e3e498f7fad005c133d1482d212250477fc20b328e2e926db WHIRLPOOL 9a6865837f7fc8ec03e2441cfde8dba3e61cef3b12d231625e545ec0e01b4e2979311d6a5a7de19354edd07dd44db3ae8f0e5bbb05d561ff645d4c921316442a -DIST themes-0.10.1.tar.bz2 30744206 SHA256 1f0e9c8b70ac8fd50cf7af492177b88383b230fe400f6ffa4b5641badac5a002 SHA512 cf3362f2ca5772135ab4e1760ac42ebc8195e6285c2cb96e8b89553851953c6fe15c5c06b30a4bd4e413c212b0f81d0386fedfddb089463824dfccefc3cc252a WHIRLPOOL ba0a3e1ba3805923a491fe64e4a175c27fe377fb2cbdca24f23b84c673fe010b044f3fef63ec864ef5ecda159035e3e1d8cca12ebf1ad01b3fd3b1af3b70d9ea diff --git a/games-strategy/attal/attal-0.10.1.ebuild b/games-strategy/attal/attal-0.10.1.ebuild deleted file mode 100644 index f3c320648fac..000000000000 --- a/games-strategy/attal/attal-0.10.1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 -inherit eutils qt4-r2 games - -MY_P="${PN}-src-${PV}" -DESCRIPTION="turn-based strategy game project" -HOMEPAGE="http://www.attal-thegame.org/" -SRC_URI="mirror://sourceforge/attal/${MY_P}.tar.bz2 - mirror://sourceforge/attal/themes-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -DEPEND="dev-qt/qtgui:4 - dev-qt/qtsql:4 - dev-qt/qt3support:4 - media-libs/libsdl - media-libs/sdl-mixer[vorbis]" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - mv ../themes . - ecvs_clean - epatch \ - "${FILESDIR}"/${P}-gcc41.patch \ - "${FILESDIR}"/${P}-gentoo.patch - sed -i \ - -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \ - libCommon/displayHelp.cpp \ - libCommon/attalCommon.cpp \ - server/duel.cpp \ - || die "sed failed" -} - -src_configure() { - eqmake4 Makefile.pro -} - -src_compile() { - local d - - for d in Common Client Fight Server - do - emake sub-lib$d || die "emake failed" - done - emake || die "emake failed" -} - -src_install() { - dogamesbin attal-* || die "dogamesbin failed" - dogameslib.so lib*.so* || die "dogameslib.so failed" - insinto "${GAMES_DATADIR}"/${PN} - doins -r themes HOWTOPLAY.html || die "doins failed" - dodoc AUTHORS NEWS README TODO - prepgamesdirs -} diff --git a/games-strategy/attal/files/attal-0.10.1-gcc41.patch b/games-strategy/attal/files/attal-0.10.1-gcc41.patch deleted file mode 100644 index 161aa3251d2e..000000000000 --- a/games-strategy/attal/files/attal-0.10.1-gcc41.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- libClient/ressourceWin.h.old 2006-09-11 20:57:10.000000000 +0200 -+++ libClient/ressourceWin.h 2006-09-11 20:57:24.000000000 +0200 -@@ -54,7 +54,7 @@ - - public: - /** Construtcor */ -- RessourceWin( QWidget * parent = 0, const char * name = 0, WinResType type ); -+ RessourceWin( QWidget * parent, const char * name, WinResType type ); - - /** Initialize player */ - void setPlayer( GenericPlayer * ); ---- libCommon/creature.h.old 2006-05-25 00:50:11.000000000 -0400 -+++ libCommon/creature.h 2006-05-25 00:51:51.000000000 -0400 -@@ -38,6 +38,7 @@ - - class CreatureHandler; - class GenericFightUnit; -+int computeSequence( GenericFightUnit * unit ); - - /** Manage a creature */ - enum CreatureAnimationType { - ---- server/serverInterface.h.old 2006-09-11 21:33:00.000000000 +0200 -+++ server/serverInterface.h 2006-09-11 21:33:16.000000000 +0200 -@@ -135,7 +135,7 @@ - void initStatusBar(); - - /** Add new action */ -- QAction * ServerInterface::addAction( const QString & label, MENU_ACTIONS id, QSignalMapper * sigmap ); -+ QAction *addAction( const QString & label, MENU_ACTIONS id, QSignalMapper * sigmap ); - - void addAI(bool hide); - diff --git a/games-strategy/attal/files/attal-0.10.1-gentoo.patch b/games-strategy/attal/files/attal-0.10.1-gentoo.patch deleted file mode 100644 index ab8d0c605105..000000000000 --- a/games-strategy/attal/files/attal-0.10.1-gentoo.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- libCommon/displayHelp.cpp.old 2006-09-11 22:41:38.000000000 +0200 -+++ libCommon/displayHelp.cpp 2006-09-11 22:42:20.000000000 +0200 -@@ -44,7 +44,7 @@ - _text->mimeSourceFactory()->setFilePath( QString(".") ); - _text->mimeSourceFactory()->setExtensionType( "html", "text/html;charset=iso8859-1" ); - _text->setTextFormat( Qt::RichText ); -- _text->setSource( "./HOWTOPLAY.html" ); -+ _text->setSource( "@GENTOO_DATADIR@/HOWTOPLAY.html" ); - - QPushButton * pbOk = new QPushButton( this ); - pbOk->setText( QObject::tr( "Ok" ) ); ---- libCommon/attalCommon.cpp.old 2006-09-11 22:45:23.000000000 +0200 -+++ libCommon/attalCommon.cpp 2006-09-11 22:47:28.000000000 +0200 -@@ -52,7 +52,7 @@ - { - QDir folder; - -- folder.setPath( "./themes/" + THEME ); -+ folder.setPath( "@GENTOO_DATADIR@/themes/" + THEME ); - - #ifndef WIN32 - if( ! folder.exists() ) { ---- server/duel.cpp.old 2006-09-11 22:48:30.000000000 +0200 -+++ server/duel.cpp 2006-09-11 22:48:57.000000000 +0200 -@@ -44,7 +44,7 @@ - { - QDir folder; - -- folder.setPath( "./themes/" + THEME ); -+ folder.setPath( "@GENTOO_DATADIR@/themes/" + THEME ); - if( ! folder.exists() ) { - folder.setPath( "/usr/local/share/games/attal/themes/" + THEME ); - if( ! folder.exists() ) { diff --git a/games-strategy/attal/metadata.xml b/games-strategy/attal/metadata.xml deleted file mode 100644 index ea58e232ebad..000000000000 --- a/games-strategy/attal/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - - attal - - diff --git a/kde-frameworks/kactivities/kactivities-5.17.0-r1.ebuild b/kde-frameworks/kactivities/kactivities-5.17.0-r1.ebuild new file mode 100644 index 000000000000..200450a98f0e --- /dev/null +++ b/kde-frameworks/kactivities/kactivities-5.17.0-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="Framework for working with KDE activities" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + dev-qt/qtdbus:5 + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtsql:5 + dev-qt/qtwidgets:5 + !=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) - !xmp? ( exif? ( >=media-gfx/exiv2-0.17 ) ) + !xmp? ( exif? ( >=media-gfx/exiv2-0.17:= ) ) tiff? ( media-libs/tiff:0 )" DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/media-gfx/geeqie/geeqie-1.2.2-r1.ebuild b/media-gfx/geeqie/geeqie-1.2.2-r1.ebuild index 76157420b1a1..d60ed58c5c71 100644 --- a/media-gfx/geeqie/geeqie-1.2.2-r1.ebuild +++ b/media-gfx/geeqie/geeqie-1.2.2-r1.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$ @@ -23,7 +23,7 @@ RDEPEND="gtk3? ( x11-libs/gtk+:3 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) - !xmp? ( exif? ( >=media-gfx/exiv2-0.17 ) ) + !xmp? ( exif? ( >=media-gfx/exiv2-0.17:= ) ) tiff? ( media-libs/tiff:0 )" DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/media-gfx/geeqie/geeqie-1.2.2-r2.ebuild b/media-gfx/geeqie/geeqie-1.2.2-r2.ebuild index 91b99a33bfa0..e947a6dc9b61 100644 --- a/media-gfx/geeqie/geeqie-1.2.2-r2.ebuild +++ b/media-gfx/geeqie/geeqie-1.2.2-r2.ebuild @@ -23,7 +23,7 @@ RDEPEND="gtk3? ( x11-libs/gtk+:3 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) - !xmp? ( exif? ( >=media-gfx/exiv2-0.17 ) ) + !xmp? ( exif? ( >=media-gfx/exiv2-0.17:= ) ) tiff? ( media-libs/tiff:0 )" DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/media-gfx/geeqie/geeqie-1.2.2.ebuild b/media-gfx/geeqie/geeqie-1.2.2.ebuild index 46fb3742348d..9212c0fc1dfd 100644 --- a/media-gfx/geeqie/geeqie-1.2.2.ebuild +++ b/media-gfx/geeqie/geeqie-1.2.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$ @@ -23,7 +23,7 @@ RDEPEND="gtk3? ( x11-libs/gtk+:3 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) - !xmp? ( exif? ( >=media-gfx/exiv2-0.17 ) ) + !xmp? ( exif? ( >=media-gfx/exiv2-0.17:= ) ) tiff? ( media-libs/tiff:0 )" DEPEND="${RDEPEND} virtual/pkgconfig diff --git a/media-gfx/valentina/files/disable-tests-compilation.patch b/media-gfx/valentina/files/disable-tests-compilation.patch new file mode 100644 index 000000000000..a819a02a336b --- /dev/null +++ b/media-gfx/valentina/files/disable-tests-compilation.patch @@ -0,0 +1,35 @@ +# HG changeset patch +# User Roman Telezhynskyi +# Date 1455906661 -7200 +# Branch develop +# Node ID 8edb1b0f161a5f472a0e6a8a8b5b8a1ae7cf33c5 +# Parent 42a73e7a17757ce9d12e16f616a41f52efdf4b91 +CONFIG key to disable building tests. + +diff --git a/src/src.pro b/src/src.pro +--- a/src/src.pro ++++ b/src/src.pro +@@ -1,8 +1,17 @@ + TEMPLATE = subdirs +-SUBDIRS = \ +- libs \ +- app \ +- test + +-app.depends = libs +-test.depends = libs ++noTests{ # For enable run qmake with CONFIG+=noTests ++ SUBDIRS = \ ++ libs \ ++ app ++ ++} else { ++ SUBDIRS = \ ++ libs \ ++ app \ ++ test ++ ++ test.depends = libs ++} ++ ++app.depends = libs diff --git a/media-gfx/valentina/files/fix-insecure-runpaths.patch b/media-gfx/valentina/files/fix-insecure-runpaths.patch new file mode 100644 index 000000000000..a98a069dfb5a --- /dev/null +++ b/media-gfx/valentina/files/fix-insecure-runpaths.patch @@ -0,0 +1,56 @@ +# HG changeset patch +# User Roman Telezhynskyi +# Date 1455895311 -7200 +# Branch develop +# Node ID ebb8c53b8fdc09d2542ec6b8a63585be63c02725 +# Parent a29fbab1f3ac59fda0e81bf1e99d153b5f47bd7c +CONFIG key to disable setting custom rpath option. + +diff --git a/src/app/tape/tape.pro b/src/app/tape/tape.pro +--- a/src/app/tape/tape.pro ++++ b/src/app/tape/tape.pro +@@ -348,10 +348,16 @@ + # Path to recource file. + win32:RC_FILE = share/resources/tape.rc + +-unix:!macx{ +- # suppress the default RPATH +- QMAKE_LFLAGS_RPATH = +- QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN\' -Wl,-rpath,$${OUT_PWD}/../../libs/qmuparser/$${DESTDIR} -Wl,-rpath,$${OUT_PWD}/../../libs/vpropertyexplorer/$${DESTDIR}" ++noRunPath{ # For enable run qmake with CONFIG+=noRunPath ++ # do nothing ++} else { ++ unix:!macx{ ++ # suppress the default RPATH ++ # helps to run the program without Qt Creator ++ # see problem with path to libqmuparser and libpropertybrowser ++ QMAKE_LFLAGS_RPATH = ++ QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN\' -Wl,-rpath,$${OUT_PWD}/../../libs/qmuparser/$${DESTDIR} -Wl,-rpath,$${OUT_PWD}/../../libs/vpropertyexplorer/$${DESTDIR}" ++ } + } + + # When the GNU linker sees a library, it discards all symbols that it doesn't need. +diff --git a/src/app/valentina/valentina.pro b/src/app/valentina/valentina.pro +--- a/src/app/valentina/valentina.pro ++++ b/src/app/valentina/valentina.pro +@@ -476,10 +476,16 @@ + copyToDestdir($$pdftops_path, $$shell_path($${OUT_PWD}/$$DESTDIR)) + } + +-unix:!macx{ +- # suppress the default RPATH +- QMAKE_LFLAGS_RPATH = +- QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN\' -Wl,-rpath,$${OUT_PWD}/../../libs/qmuparser/$${DESTDIR} -Wl,-rpath,$${OUT_PWD}/../../libs/vpropertyexplorer/$${DESTDIR}" ++noRunPath{ # For enable run qmake with CONFIG+=noRunPath ++ # do nothing ++} else { ++ unix:!macx{ ++ # suppress the default RPATH ++ # helps to run the program without Qt Creator ++ # see problem with path to libqmuparser and libpropertybrowser ++ QMAKE_LFLAGS_RPATH = ++ QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN\' -Wl,-rpath,$${OUT_PWD}/../../libs/qmuparser/$${DESTDIR} -Wl,-rpath,$${OUT_PWD}/../../libs/vpropertyexplorer/$${DESTDIR}" ++ } + } + + # When the GNU linker sees a library, it discards all symbols that it doesn't need. diff --git a/media-gfx/valentina/valentina-0.4.2-r1.ebuild b/media-gfx/valentina/valentina-0.4.2-r3.ebuild similarity index 62% rename from media-gfx/valentina/valentina-0.4.2-r1.ebuild rename to media-gfx/valentina/valentina-0.4.2-r3.ebuild index a3e8021d0772..cb70b611b4b2 100644 --- a/media-gfx/valentina/valentina-0.4.2-r1.ebuild +++ b/media-gfx/valentina/valentina-0.4.2-r3.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit qmake-utils +inherit qmake-utils gnome2-utils fdo-mime DESCRIPTION="Cloth patternmaking software" HOMEPAGE="http://valentinaproject.bitbucket.org/" @@ -13,6 +13,7 @@ SRC_URI="https://bitbucket.org/dismine/valentina/get/v0.4.2.zip -> ${P}.zip" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="gnome" # en_IN not supported in Gentoo so not added here LANGS="cs_CZ de_DE en_CA en_US es_ES fi_FI fr_FR he_IL id_ID it_IT nl_NL ro_RO ru_RU uk_UA zh_CN" @@ -38,7 +39,9 @@ DEPEND="${CDEPEND} S=${WORKDIR}/dismine-${PN}-44d43351cb59 src_prepare() { - epatch "${FILESDIR}/locales.patch" + epatch "${FILESDIR}/locales.patch" \ + "${FILESDIR}/fix-insecure-runpaths.patch" \ + "${FILESDIR}/disable-tests-compilation.patch" } src_configure() { @@ -50,9 +53,26 @@ src_configure() { fi done - eqmake5 LOCALES="${locales}" CONFIG+=noStripDebugSymbols CONFIG+=no_ccache Valentina.pro -r + eqmake5 LOCALES="${locales}" "CONFIG+=noStripDebugSymbols no_ccache noRunPath noTests" Valentina.pro -r } src_install() { emake install INSTALL_ROOT="${D}" + + dodoc LICENSE_GPL.txt ChangeLog.txt README.txt + + doman dist/debian/${PN}.1 + doman dist/debian/tape.1 + + cp dist/debian/valentina.sharedmimeinfo dist/debian/${PN}.xml || die + insinto /usr/share/mime/packages + doins dist/debian/${PN}.xml +} + +pkg_postinst() { + fdo-mime_desktop_database_update + + if use gnome ; then + gnome2_icon_cache_update + fi } diff --git a/media-gfx/valentina/valentina-9999.ebuild b/media-gfx/valentina/valentina-9999.ebuild index 6a64afe5c9cd..3ce700b2810f 100644 --- a/media-gfx/valentina/valentina-9999.ebuild +++ b/media-gfx/valentina/valentina-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit mercurial qmake-utils +inherit mercurial qmake-utils gnome2-utils fdo-mime DESCRIPTION="Cloth patternmaking software" HOMEPAGE="http://valentinaproject.bitbucket.org/" @@ -15,6 +15,7 @@ EHG_REVISION="develop" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="gnome" # en_IN not supported in Gentoo so not added here LANGS="cs_CZ de_DE en_CA en_US es_ES fi_FI fr_FR he_IL id_ID it_IT nl_NL ro_RO ru_RU uk_UA zh_CN" @@ -45,9 +46,26 @@ src_configure() { fi done - eqmake5 LOCALES="${locales}" CONFIG+=noStripDebugSymbols CONFIG+=no_ccache Valentina.pro -r + eqmake5 LOCALES="${locales}" "CONFIG+=noStripDebugSymbols no_ccache noRunPath noTests" Valentina.pro -r } src_install() { emake install INSTALL_ROOT="${D}" + + dodoc LICENSE_GPL.txt ChangeLog.txt README.txt + + doman dist/debian/${PN}.1 + doman dist/debian/tape.1 + + cp dist/debian/valentina.sharedmimeinfo dist/debian/${PN}.xml || die + insinto /usr/share/mime/packages + doins dist/debian/${PN}.xml +} + +pkg_postinst() { + fdo-mime_desktop_database_update + + if use gnome ; then + gnome2_icon_cache_update + fi } diff --git a/media-libs/harfbuzz/Manifest b/media-libs/harfbuzz/Manifest index 205d42c68461..8697f088cf3c 100644 --- a/media-libs/harfbuzz/Manifest +++ b/media-libs/harfbuzz/Manifest @@ -1,4 +1,4 @@ DIST harfbuzz-0.9.41.tar.bz2 1188176 SHA256 d81aa53d0c02b437beeaac159d7fc16394d676bbce0860fb6f6a10b587dc057c SHA512 821b2fbd0d668c90e9e0040f60b7cfd8d35954d218045cebfb5e9c6ba29aba4230d0cd8e951697c26afcc4da447177fe967fa323449499fa710b52dd7e1a7011 WHIRLPOOL 84ba899d8fbc27b19d255d3c40e2d1f92c8c0dcc0a764b5c83c8c470af4902891f954d11aa64b6eb69aac0e8cf55c36ee9babff0a9260fc9f6286ce48330accb DIST harfbuzz-1.0.6.tar.bz2 1240522 SHA256 f616a7fbdc78a627043f9029000bf08c0c71df59cde4143fc92a014f6a993b26 SHA512 20ee169389a784e4ad4e2ff006a59a36879dba0a37a999ff51c2b4d76da9496a1a747d5176e9611998187452e6d18f880295bdfb9f45338acddf772fc3f16021 WHIRLPOOL 63eab91311674417b66fa92e0b92a5482321dfa8dc48edcc3ae1ed459483222ab08229438356245cc183234a65388fbb6bdb73222359dea0ec2a35a1bf141c78 -DIST harfbuzz-1.1.2.tar.bz2 1233019 SHA256 4a2c5790bd3db7c3ca8c02e4858f2fd592df7932c1d2fa9f6b99acbce0f8461f SHA512 ac2866a3267d7a55311abbdb8f8c38511799c471fb750f203494749ad26edd91ad36c995ee1ce756fa1fcc1625633435cd616e90b794d70f4bb8d213c6d693f9 WHIRLPOOL ef744ddccf30a387823021606304c9f888b99686b397270c2e742191e4c4a885e5872e3c4e8370d0079175a1a026d4c4b21bacf9adf27ccc2837c73294fee121 DIST harfbuzz-1.1.3.tar.bz2 1294579 SHA256 d93d7cb7979c32672e902fdfa884599e63f07f2fa5b06c66147d20c516d4b8f7 SHA512 e418a1543ec2a1e58e5d8d0ba9a40e8675eda13c94c664ff83ed6303c724f078cf1744883b454c46ec40157db8dc05e7f2cf5e52200601bb1e13827d8dfbaccf WHIRLPOOL 9d18d985df77ff841b1a87d25f17eb472517e109a051f2ed213b44ec91de3a499853cf7d93e23f5ac4c199ec65f2dd02300e05097cb4983565ebb9227c8d3810 +DIST harfbuzz-1.2.0.tar.bz2 1333335 SHA256 79ff5305153d15931fbdda80c9612783b0283dee44f4c2af71aa37353daaa685 SHA512 92a2203ab3491992081c3cbcb7b151e1c632a98c9b2cc27863df377e08d3951387f513c7f5184a05b0523b99517775e083edfccac8386981c242ed02d34052c5 WHIRLPOOL ddcb6b3afb3b56bc326086e01450da978cdfe3832b2f2eb136cec0a6a089f701a0e572b5a3a256a186ef88a2232d336279fd8348223bcbf1eccc42db2338ff07 diff --git a/media-libs/harfbuzz/harfbuzz-1.1.2.ebuild b/media-libs/harfbuzz/harfbuzz-1.2.0.ebuild similarity index 98% rename from media-libs/harfbuzz/harfbuzz-1.1.2.ebuild rename to media-libs/harfbuzz/harfbuzz-1.2.0.ebuild index cdfd7a5ea536..5c0e26bddf75 100644 --- a/media-libs/harfbuzz/harfbuzz-1.1.2.ebuild +++ b/media-libs/harfbuzz/harfbuzz-1.2.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz" [[ ${PV} == 9999 ]] && inherit git-r3 autotools @@ -49,6 +49,8 @@ pkg_setup() { } src_prepare() { + default + if [[ ${CHOST} == *-darwin* || ${CHOST} == *-solaris* ]] ; then # on Darwin/Solaris we need to link with g++, like automake defaults # to, but overridden by upstream because on Linux this is not diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild index cdfd7a5ea536..5c0e26bddf75 100644 --- a/media-libs/harfbuzz/harfbuzz-9999.ebuild +++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz" [[ ${PV} == 9999 ]] && inherit git-r3 autotools @@ -49,6 +49,8 @@ pkg_setup() { } src_prepare() { + default + if [[ ${CHOST} == *-darwin* || ${CHOST} == *-solaris* ]] ; then # on Darwin/Solaris we need to link with g++, like automake defaults # to, but overridden by upstream because on Linux this is not diff --git a/media-libs/raspberrypi-userland-bin/Manifest b/media-libs/raspberrypi-userland-bin/Manifest new file mode 100644 index 000000000000..bacb97efe086 --- /dev/null +++ b/media-libs/raspberrypi-userland-bin/Manifest @@ -0,0 +1 @@ +DIST raspberrypi-firmware-1.20160209.tar.gz 114792438 SHA256 ca6a88db72e90ef821b8ca7755bbee9c1d5bdb9a621a45eb029af195d2d29751 SHA512 281092c11d422d821e5e2b0479c3b8f891f8df66cfbf931992902d759c99ed40cbb2d9fada1f944372e5bcd8af69784739e79e9912db3482892b10bf668611f2 WHIRLPOOL 81974a53562ee91544d7a01dc9f4f4173a6e882891f8cf744b700162ddd8f8607b1cfcbbde04cafe2bcea47489f9ea4fd8840adf776e806bef0dba574448e76e diff --git a/media-libs/raspberrypi-userland-bin/files/04raspberrypi-userland-bin b/media-libs/raspberrypi-userland-bin/files/04raspberrypi-userland-bin new file mode 100644 index 000000000000..d4d8fad4cc83 --- /dev/null +++ b/media-libs/raspberrypi-userland-bin/files/04raspberrypi-userland-bin @@ -0,0 +1 @@ +LDPATH='/opt/vc/lib' diff --git a/media-libs/raspberrypi-userland-bin/metadata.xml b/media-libs/raspberrypi-userland-bin/metadata.xml new file mode 100644 index 000000000000..971c92f4f96f --- /dev/null +++ b/media-libs/raspberrypi-userland-bin/metadata.xml @@ -0,0 +1,12 @@ + + + + + xmw@gentoo.org + Michael Weber + + + Use armv6 hardfp ABI + + + diff --git a/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20160209.ebuild b/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20160209.ebuild new file mode 100644 index 000000000000..b7b3c7b90cf9 --- /dev/null +++ b/media-libs/raspberrypi-userland-bin/raspberrypi-userland-bin-1.20160209.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit multilib vcs-snapshot + +DESCRIPTION="Raspberry Pi userspace tools and libraries" +HOMEPAGE="https://github.com/raspberrypi/firmware" +MY_P="raspberrypi-firmware-${PV}" +SRC_URI="https://github.com/raspberrypi/firmware/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" + +LICENSE="BSD GPL-2 raspberrypi-videocore-bin" +SLOT="0" +KEYWORDS="~arm -*" +IUSE="+hardfp examples" + +RDEPEND="!media-libs/raspberrypi-userland" +DEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} + +RESTRICT="binchecks" + +src_prepare() { + rm {,hardfp/}opt/vc/LICENCE || die +} + +src_install() { + cd $(usex hardfp hardfp/ "")opt/vc || die + + insinto /opt/vc + doins -r include + into /opt + dobin bin/* + dobin sbin/* + insopts -m 0755 + insinto "/opt/vc/$(get_libdir)" + doins -r lib/* + + doenvd "${FILESDIR}"/04${PN} + + if use examples ; then + insopts -m 0644 + insinto /usr/share/doc/${PF}/examples + doins -r src/hello_pi + fi +} diff --git a/media-sound/musique/Manifest b/media-sound/musique/Manifest index 971fe7e25bbf..32a8c95ecdfb 100644 --- a/media-sound/musique/Manifest +++ b/media-sound/musique/Manifest @@ -1,2 +1 @@ -DIST musique-1.3.tar.gz 399750 SHA256 401643ad9c750270a89d431806044c626dee3fe7ebc14d0ac72917197cdd0592 SHA512 eb197c315b77d4053960c8c18d012635f957eb9ae89bb8b576f938013db43f78ab0d5a0fe0d46fb32cc9f398f9d7f96a37cf975b2f192a6cbc3dd294c4cad279 WHIRLPOOL b4a48d2e8d57d3cfb6cb3d705b4cccbbaf9ae642f16864bb9c61ece02e658b941472a2767d82218c5bf36031af52354fd2868014d8af0a4b2bb71abdf96f3e6e DIST musique-1.4.tar.gz 390031 SHA256 08dfb4201aa0edc4b3fe4ef7788e618f754c3921f3a7c1cdce40ef3999760670 SHA512 0ecc7cf1038880fc302602967cd7563641310cbe19fe2394e8ce2c03562f5e336bfc76e1ea18b026c2602b11cfe278a106bc9b3b2dd625d7e70db0da57985a68 WHIRLPOOL 8185dcbe0559b34d3f8e7b93498312c375412faa83eed01acccc1faaabfb979672cb78969d2965251aa63bd2e38477654575e52d8a760fe186e39398efc08e36 diff --git a/media-sound/musique/files/musique-1.1-gcc47.patch b/media-sound/musique/files/musique-1.1-gcc47.patch deleted file mode 100644 index 6350578103bb..000000000000 --- a/media-sound/musique/files/musique-1.1-gcc47.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://bugs.gentoo.org/show_bug.cgi?id=422665 -Index: musique/src/qtsingleapplication/qtlocalpeer.cpp -=================================================================== ---- musique.orig/src/qtsingleapplication/qtlocalpeer.cpp -+++ musique/src/qtsingleapplication/qtlocalpeer.cpp -@@ -57,6 +57,7 @@ typedef BOOL(WINAPI*PProcessIdToSessionI - static PProcessIdToSessionId pProcessIdToSessionId = 0; - #endif - #if defined(Q_OS_UNIX) -+#include - #include - #endif - diff --git a/media-sound/musique/metadata.xml b/media-sound/musique/metadata.xml index 32fe1293e9a9..17237689dcfd 100644 --- a/media-sound/musique/metadata.xml +++ b/media-sound/musique/metadata.xml @@ -1,8 +1,8 @@ - - qt@gentoo.org - Gentoo Qt Project - + + qt@gentoo.org + Gentoo Qt Project + diff --git a/media-sound/musique/musique-1.3.ebuild b/media-sound/musique/musique-1.3.ebuild deleted file mode 100644 index 5cf7db1db5b7..000000000000 --- a/media-sound/musique/musique-1.3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit eutils qt4-r2 - -DESCRIPTION="Qt4 music player" -HOMEPAGE="http://flavio.tordini.org/musique" -# Same tarball for every release. We repackage it -SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-qt/qtdbus:4 - dev-qt/qtgui:4[gtkstyle] - dev-qt/qtsql:4[sqlite] - || ( dev-qt/qtphonon:4 media-libs/phonon[qt4] ) - media-libs/taglib -" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}" - -DOCS="CHANGES TODO" - -src_prepare () { - # bug 422665. Upstream only cares about ubuntu - # so this bug will be fixed once ubuntu moves - # to gcc-4.7. No, I will not send this patch upstream - # *again* - epatch "${FILESDIR}"/${PN}-1.1-gcc47.patch - qt4-r2_src_prepare -} - -src_configure() { - eqmake4 ${PN}.pro PREFIX="/usr" -} - -src_install() { - qt4-r2_src_install - doicon data/${PN}.svg -} diff --git a/media-sound/puddletag/puddletag-1.1.1.ebuild b/media-sound/puddletag/puddletag-1.1.1.ebuild index a53a4d017533..23ae59b6ab4a 100644 --- a/media-sound/puddletag/puddletag-1.1.1.ebuild +++ b/media-sound/puddletag/puddletag-1.1.1.ebuild @@ -30,5 +30,3 @@ RDEPEND=">=dev-python/PyQt4-4.9.6-r2[${PYTHON_USEDEP},svg] >=dev-python/lxml-3.0.1[${PYTHON_USEDEP}]" DOCS=(changelog HACKING NEWS README THANKS TODO) - -PATCHES=("${FILESDIR}/${P}-pyqt4.11.4.patch") diff --git a/media-sound/qastools/Manifest b/media-sound/qastools/Manifest index 799ed6754c0f..bdf982eb7a03 100644 --- a/media-sound/qastools/Manifest +++ b/media-sound/qastools/Manifest @@ -1,2 +1 @@ -DIST qastools_0.17.2.tar.xz 202152 SHA256 a5f6a765f1c192b150c5a9fdc2d3490575f7a11a2a53245b731ee513cf22b05a SHA512 81911a93a65e0276460610c6ea96d1c19b5f2965dbabd5650ba03a714832538f9ce0af87abfa1d0c6192d8f25c040028fa325c2a877d47830153bd069719d9b8 WHIRLPOOL 1016d769d1d0617bb4f012b52a0be38cd35f6087eb2f55432b586fc74cce7beda52b8855b24b514cfb9a0d8c0b9ffbf18164ebdb05af0e326884374f1ab4b6dc DIST qastools_0.18.1.tar.xz 207752 SHA256 ef94bd3ab8660ff169f2b9a0425b3a415a62e2c5c34427b9ec7af2299dde2dc6 SHA512 011d45bae593514647b6f7af3135467f1a3a203fa85a76d72eb26f766701318131500dd44e00765fcd80addd096fa71e49d1e9a0d00e7bf618ec1037207d584c WHIRLPOOL 294364384a5b9f39b829897aa7932605d61717582538c7893453313911717961943cb0bc340766f9fa6f83e16117bd1378d8bceffd39484b5cd76d6b746872b7 diff --git a/media-sound/qastools/qastools-0.17.2.ebuild b/media-sound/qastools/qastools-0.17.2.ebuild deleted file mode 100644 index 9e12fecead94..000000000000 --- a/media-sound/qastools/qastools-0.17.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-utils - -MY_P=${PN}_${PV} - -DESCRIPTION="Qt4 GUI ALSA tools: mixer, configuration browser" -HOMEPAGE="http://xwmw.org/qastools/" -SRC_URI="mirror://sourceforge/${PN}/${PV}/${MY_P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -LANGS="cs de es ru" -for X in ${LANGS} ; do - IUSE="${IUSE} linguas_${X}" -done - -RDEPEND="media-libs/alsa-lib - >=dev-qt/qtcore-4.6:4 - >=dev-qt/qtgui-4.6:4 - >=dev-qt/qtsvg-4.6:4" -DEPEND="${RDEPEND} - app-arch/xz-utils" - -S=${WORKDIR}/${MY_P} - -DOCS=( CHANGELOG README TODO ) - -src_prepare() { - cmake-utils_src_prepare - - local lang - for lang in ${LANGS} ; do - if ! use linguas_${lang} ; then - rm i18n/ts/app_${lang}.ts - fi - done -} diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest index 6d6e50b17fd4..b35de9448154 100644 --- a/media-sound/spotify/Manifest +++ b/media-sound/spotify/Manifest @@ -1,2 +1,4 @@ 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 +DIST spotify-client_1.0.23.93.gd6cfae15-30_amd64.deb 75341892 SHA256 99961ccd0b3d01ec28a96e158b4375fed6bb449913d34f6e03429b2d43f9db58 SHA512 746b1324282ab0aa76d8c35519ce4291f05fd061aa6daf6ce5193f3e56566f0dcc3c207016980f4b780e71a55ebd59fb88df2566f538210795278f99b46d80f8 WHIRLPOOL 20e6b8372fdd75adbf95d203e3676c646b8c041de9fa03f8a0fa9b104d5971bef917f764467f148c5dda7e508436bdc7fa35ef158f968e83e7a7c570cd16899a +DIST spotify-client_1.0.23.93.gd6cfae15-5_i386.deb 78429394 SHA256 e4e8ab10a2a4875632283870155068f7d140b23b5bbb9927f32b53b4002aa6fe SHA512 54b87dcbba33119a9a3c9a01fb899b805096131fd83fcf220148b2064f04ec0d31174b812f2ca53b0e6eacb97440816eb11c8627de44f5b758fbc85aa731c980 WHIRLPOOL dade70b3621db925e54f9f3cc97e621e4338959d86ab218e17e26093f6014fea3346dc57edae3deaeec2f6d162d5fea8b9b60d03f7f5dbeb2a6cfb4e484f22b2 diff --git a/media-sound/spotify/spotify-1.0.23.93.ebuild b/media-sound/spotify/spotify-1.0.23.93.ebuild new file mode 100644 index 000000000000..5df0c9051df1 --- /dev/null +++ b/media-sound/spotify/spotify-1.0.23.93.ebuild @@ -0,0 +1,116 @@ +# Copyright 1999-2016 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/ch-de/download/previews/" +MY_PV="${PV}.gd6cfae15" +MY_P="${PN}-client_${MY_PV}" +SRC_BASE="http://repository.spotify.com/pool/non-free/${PN:0:1}/${PN}-client/" +SRC_URI="amd64? ( ${SRC_BASE}${MY_P}-30_amd64.deb ) + x86? ( ${SRC_BASE}${MY_P}-5_i386.deb )" +LICENSE="Spotify" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gnome pax_kernel pulseaudio" +RESTRICT="mirror strip" + +DEPEND="" +# zenety needed for filepicker +RDEPEND=" + ${DEPEND} + dev-libs/nss + gnome-base/gconf + gnome-extra/zenity + media-libs/alsa-lib + media-libs/harfbuzz + media-libs/fontconfig + media-libs/mesa + net-misc/curl + net-print/cups[ssl] + sys-libs/glibc + x11-libs/gtk+:2 + x11-libs/libXScrnSaver + x11-libs/libXtst + pulseaudio? ( media-sound/pulseaudio ) + gnome? ( gnome-extra/gnome-integration-spotify )" + +S=${WORKDIR}/ + +QA_PREBUILT="opt/spotify/spotify-client/spotify" + +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' \ + usr/share/spotify/spotify.desktop || die "sed failed" + fi +} + +src_install() { + dodoc usr/share/doc/spotify-client/changelog.Debian.gz + + SPOTIFY_PKG_HOME=usr/share/spotify + insinto /usr/share/pixmaps + doins ${SPOTIFY_PKG_HOME}/icons/*.png + + # install in /opt/spotify + SPOTIFY_HOME=/opt/spotify/spotify-client + insinto ${SPOTIFY_HOME} + doins -r ${SPOTIFY_PKG_HOME}/* + fperms +x ${SPOTIFY_HOME}/spotify + + dodir /usr/bin + cat <<-EOF >"${D}"/usr/bin/spotify || die + #! /bin/sh + exec ${SPOTIFY_HOME}/spotify "\$@" + EOF + fperms +x /usr/bin/spotify + + local size + for size in 16 22 24 32 48 64 128 256 512; do + newicon -s ${size} "${S}${SPOTIFY_PKG_HOME}/icons/spotify-linux-${size}.png" \ + "spotify-client.png" + done + domenu "${S}${SPOTIFY_PKG_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 z "${ED}${SPOTIFY_HOME}/${PN}" || die + pax-mark m "${ED}${SPOTIFY_HOME}/${PN}" || 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 +} + +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 "If you use KDE and are upgrading from 0.9 to 1.0, you might still see the old icon." + ewarn "Run" + ewarn "$ rm /var/tmp/kdecache-\$USER/icon-cache.kcache" + ewarn "Then log out and log in back to KDE." +} + +pkg_postrm() { + gnome2_icon_cache_update + fdo-mime_mime_database_update + fdo-mime_desktop_database_update +} diff --git a/media-video/mpv/mpv-0.9.2-r1.ebuild b/media-video/mpv/mpv-0.9.2-r1.ebuild index 9f5e768d7ba3..c75f1304dc18 100644 --- a/media-video/mpv/mpv-0.9.2-r1.ebuild +++ b/media-video/mpv/mpv-0.9.2-r1.ebuild @@ -50,7 +50,10 @@ REQUIRED_USE=" RDEPEND=" libav? ( >=media-video/libav-11:0=[encode?,threads,vaapi?,vdpau?] ) - !libav? ( >=media-video/ffmpeg-2.4.0:0=[encode?,threads,vaapi?,vdpau?] ) + !libav? ( + >=media-video/ffmpeg-2.4.0:0=[encode?,threads,vaapi?,vdpau?] + - - qt@gentoo.org - Gentoo Qt Project - + + qt@gentoo.org + Gentoo Qt Project + diff --git a/media-video/smplayer/Manifest b/media-video/smplayer/Manifest index 9c1e2d5eac27..4bc223d6a95a 100644 --- a/media-video/smplayer/Manifest +++ b/media-video/smplayer/Manifest @@ -1,3 +1,4 @@ DIST smplayer-14.9.0.tar.bz2 3716434 SHA256 429ad4edd6df1fcedd5ea4fa2b024eb5a61c9412f52762e9d9a9c2245b7ddf13 SHA512 78cecdad7e5f18c221a2f08a0472da01eb14db6230733616b805b6fccf2929c3f5b4dd92fd037362890a308967fa6602b89318c5376c3ce3a38d0dd9a1a17e43 WHIRLPOOL d7e621cd9ebcee450ce7aa9beaf1240c3d2f91271d2a6f043688c8688d77e8ad4761777a05ae77230966d050d647e700aa5bc8d3b566adc3fb724eaf9e315399 DIST smplayer-15.11.0.tar.bz2 3933281 SHA256 968901fa2c86c13934c5228a8ae8a74188cdb27e49ecc05546e71eac642f19c1 SHA512 a8354a4fbb886654c654e5413e9281a38396e46dd5128fd05192b17cf1b55c6888cdb300dcaabcfaecc26581e09f1fe57c1304afa70f93b35692d418589e5cea WHIRLPOOL 201411d950a3ac841e3059640180f8ed0f7c0d06f332e33c08edc01ba3ca7ee5c55ab659f0ab6a923971cda273b343ef8a76ab930fb00adc348c7564a6d698eb DIST smplayer-15.9.0.tar.bz2 3874708 SHA256 85a970df1c601f266101895e9bb9a17c20d1e964796fa590546527a9669ca6fb SHA512 36d9211717d99bf1b332add7d96c602e906c1fbda7f1233cc4df2d798e63cdef6cffa5a354219e6a1c589aafd4df668c6fdf1dd42a7e28ee661f816370fa0dc8 WHIRLPOOL e27c18f33862edfc1b87cfb2cf62df05d9f7bab165f8f08b364edb68cbd6ee16eefedd932880942e11c32163015ccf52294417bc8ce97b9369c9f8503898c9b0 +DIST smplayer-16.1.0.tar.bz2 3966243 SHA256 d25c9b62d36c5ee63fb360e9a45566601d49d707e1364294a54967b956bdd8c9 SHA512 2c240a6cc392b84c7d6f725a02af33788ce7dbfae9d765d309e3b958fa9e2475e45c56b260e056118362848f64e478aa0ef9c67478fc44d9e42c568b4892e6ed WHIRLPOOL 8a7c989e3c77e6e7a696a958f848e8649f49131be80f26139b2aef17f3534cc18ab778def5083fee5a12c1e8291891e6c9d90ae26395c13a04e889ab2e4f616e diff --git a/media-video/smplayer/smplayer-16.1.0.ebuild b/media-video/smplayer/smplayer-16.1.0.ebuild new file mode 100644 index 000000000000..e09db3398d49 --- /dev/null +++ b/media-video/smplayer/smplayer-16.1.0.ebuild @@ -0,0 +1,143 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PLOCALES="ar ar_SY bg ca cs da de el_GR en_GB en_US es et eu fi fr gl he_IL hr +hu id it ja ka ko ku lt mk ms_MY nl nn_NO pl pt pt_BR ro_RO ru_RU sk sl_SI sq_AL +sr sv th tr uk_UA uz vi_VN zh_CN zh_TW" +PLOCALE_BACKUP="en_US" +inherit l10n qmake-utils + +DESCRIPTION="Great Qt GUI front-end for mplayer/mpv" +HOMEPAGE="http://smplayer.info/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2+ BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux" +IUSE="autoshutdown bidi debug mpris +qt4 qt5 streaming" + +REQUIRED_USE="^^ ( qt4 qt5 )" + +COMMON_DEPEND=" + sys-libs/zlib + qt4? ( + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtsingleapplication[X,qt4] + autoshutdown? ( dev-qt/qtdbus:4 ) + mpris? ( dev-qt/qtdbus:4 ) + streaming? ( dev-qt/qtcore:4[ssl] ) + ) + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + >=dev-qt/qtsingleapplication-2.6.1_p20150629[X,qt5] + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + autoshutdown? ( dev-qt/qtdbus:5 ) + mpris? ( dev-qt/qtdbus:5 ) + streaming? ( + dev-qt/qtnetwork:5[ssl] + dev-qt/qtscript:5 + ) + ) +" +DEPEND="${COMMON_DEPEND} + qt5? ( dev-qt/linguist-tools:5 ) +" +RDEPEND="${COMMON_DEPEND} + || ( + media-video/mplayer[bidi?,libass,png,X] + ( + >=media-video/mpv-0.6.2[libass,X] + streaming? ( >=net-misc/youtube-dl-2014.11.26 ) + ) + ) +" + +src_prepare() { + default + + eapply "${FILESDIR}"/${PN}-14.9.0.6966-unbundle-qtsingleapplication.patch # bug 487544 + use bidi || eapply "${FILESDIR}"/${PN}-14.9.0.6690-zero-bidi.patch + + # Upstream Makefile sucks + sed -i -e "/^PREFIX=/s:${EPREFIX}/usr/local:${EPREFIX}/usr:" \ + -e "/^DOC_PATH=/s:packages/smplayer:${PF}:" \ + -e '/\.\/get_svn_revision\.sh/,+2c\ + cd src && $(DEFS) $(MAKE)' \ + "${S}"/Makefile || die "sed failed" + + # Toggle autoshutdown option which pulls in dbus, bug #524392 + if ! use autoshutdown ; then + sed -e 's:DEFINES += AUTO_SHUTDOWN_PC:#DEFINES += AUTO_SHUTDOWN_PC:' \ + -i "${S}"/src/smplayer.pro || die "sed failed" + fi + + # Turn debug message flooding off + if ! use debug ; then + sed -i 's:#\(DEFINES += NO_DEBUG_ON_CONSOLE\):\1:' \ + "${S}"/src/smplayer.pro || die "sed failed" + fi + + # MPRIS2 pulls in dbus, bug #553710 + if ! use mpris ; then + sed -e 's:DEFINES += MPRIS2:#DEFINES += MPRIS2:' \ + -i "${S}"/src/smplayer.pro || die "sed failed" + fi + + # Turn off online update checker, bug #479902 + sed -e 's:DEFINES += UPDATE_CHECKER:#DEFINES += UPDATE_CHECKER:' \ + -e 's:DEFINES += CHECK_UPGRADED:#DEFINES += CHECK_UPGRADED:' \ + -i "${S}"/src/smplayer.pro || die "sed failed" + + # Turn off nasty share widget + sed -e 's:DEFINES += SHAREWIDGET:#DEFINES += SHAREWIDGET:' \ + -i "${S}"/src/smplayer.pro || die "sed failed" + + # Turn off youtube support (which pulls in extra dependencies) if unwanted + if ! use streaming ; then + sed -e 's:DEFINES += YOUTUBE_SUPPORT:#DEFINES += YOUTUBE_SUPPORT:' \ + -i "${S}"/src/smplayer.pro || die "sed failed" + fi + + l10n_find_plocales_changes "${S}/src/translations" "${PN}_" '.ts' +} + +src_configure() { + pushd src > /dev/null || die + use qt4 && eqmake4 + use qt5 && eqmake5 + popd > /dev/null || die +} + +gen_translation() { + local mydir + if use qt4; then + mydir="$(qt4_get_bindir)" + elif use qt5; then + mydir="$(qt5_get_bindir)" + fi + ebegin "Generating $1 translation" + "${mydir}"/lrelease ${PN}_${1}.ts + eend $? || die "failed to generate $1 translation" +} + +src_compile() { + emake + + cd "${S}"/src/translations + l10n_for_each_locale_do gen_translation +} + +src_install() { + # remove unneeded copies of licenses + rm Copying* docs/{cs,en,hu,it,ja,pt,ru,zh_CN}/gpl.html || die + rm -r docs/{de,es,fr,nl,ro} || die + + emake DESTDIR="${D}" install +} diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index f17a5131fa3a..6b45fd9b8c1a 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Fri, 19 Feb 2016 11:08:19 +0000 +Sat, 20 Feb 2016 05:08:20 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index f17a5131fa3a..6b45fd9b8c1a 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Fri, 19 Feb 2016 11:08:19 +0000 +Sat, 20 Feb 2016 05:08:20 +0000 diff --git a/metadata/md5-cache/app-admin/conky-1.10.1 b/metadata/md5-cache/app-admin/conky-1.10.1 index e247d76511dc..ef27e994c154 100644 --- a/metadata/md5-cache/app-admin/conky-1.10.1 +++ b/metadata/md5-cache/app-admin/conky-1.10.1 @@ -10,4 +10,4 @@ RDEPEND=X? ( imlib? ( media-libs/imlib2[X] ) lua-cairo? ( >=dev-lua/toluapp-1.0. SLOT=0 SRC_URI=https://github.com/brndnmtthws/conky/archive/v1.10.1.tar.gz -> conky-1.10.1.tar.gz _eclasses_=cmake-utils c67ce9708a9c02be2d296cf547740e9c eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=dbc16ef7c027819c6065c970618d05b1 +_md5_=6ff77bc15b7d4c491b927ac9c89c1040 diff --git a/metadata/md5-cache/app-admin/consul-0.5.2-r1 b/metadata/md5-cache/app-admin/consul-0.5.2-r1 index cf96c6752b04..936660a34a18 100644 --- a/metadata/md5-cache/app-admin/consul-0.5.2-r1 +++ b/metadata/md5-cache/app-admin/consul-0.5.2-r1 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile install prepare setup unpack -DEPEND=>=dev-lang/go-1.4:= dev-go/go-crypto:= test? ( dev-go/go-tools ) web? ( dev-ruby/sass dev-ruby/uglifier ) >=dev-vcs/git-1.8.2.1 >=dev-lang/go-1.4.2:= virtual/pkgconfig +DEPEND=app-arch/zip >=dev-lang/go-1.4:= dev-go/go-crypto:= test? ( dev-go/go-tools ) web? ( dev-ruby/sass dev-ruby/uglifier ) >=dev-vcs/git-1.8.2.1 >=dev-lang/go-1.4.2:= virtual/pkgconfig DESCRIPTION=A tool for service discovery, monitoring and configuration EAPI=5 HOMEPAGE=http://www.consul.io @@ -10,4 +10,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://github.com/hashicorp/consul/archive/v0.5.2.tar.gz -> consul-0.5.2.tar.gz https://github.com/armon/circbuf/archive/f092b4f207b6e5cce0569056fba9e1a2735cb6cf.tar.gz -> circbuf-f092b4f207b6e5cce0569056fba9e1a2735cb6cf.tar.gz https://github.com/armon/go-metrics/archive/a54701ebec11868993bc198c3f315353e9de2ed6.tar.gz -> go-metrics-a54701ebec11868993bc198c3f315353e9de2ed6.tar.gz https://github.com/armon/go-radix/archive/0bab926c3433cfd6490c6d3c504a7b471362390c.tar.gz -> go-radix-0bab926c3433cfd6490c6d3c504a7b471362390c.tar.gz https://github.com/armon/gomdb/archive/151f2e08ef45cb0e57d694b2562f351955dff572.tar.gz -> gomdb-151f2e08ef45cb0e57d694b2562f351955dff572.tar.gz https://github.com/boltdb/bolt/archive/2c04100eb9793f2b8541d243494e2909d2112325.tar.gz -> bolt-2c04100eb9793f2b8541d243494e2909d2112325.tar.gz https://github.com/hashicorp/consul-migrate/archive/v0.1.0.tar.gz -> consul-migrate-0.1.0.tar.gz https://github.com/hashicorp/go-checkpoint/archive/88326f6851319068e7b34981032128c0b1a6524d.tar.gz -> go-checkpoint-88326f6851319068e7b34981032128c0b1a6524d.tar.gz https://github.com/hashicorp/go-msgpack/archive/71c2886f5a673a35f909803f38ece5810165097b.tar.gz -> go-msgpack-71c2886f5a673a35f909803f38ece5810165097b.tar.gz https://github.com/hashicorp/go-multierror/archive/fcdddc395df1ddf4247c69bd436e84cfa0733f7e.tar.gz -> go-multierror-fcdddc395df1ddf4247c69bd436e84cfa0733f7e.tar.gz https://github.com/hashicorp/go-syslog/archive/42a2b573b664dbf281bd48c3cc12c086b17a39ba.tar.gz -> go-syslog-42a2b573b664dbf281bd48c3cc12c086b17a39ba.tar.gz https://github.com/hashicorp/golang-lru/archive/995efda3e073b6946b175ed93901d729ad47466a.tar.gz -> golang-lru-995efda3e073b6946b175ed93901d729ad47466a.tar.gz https://github.com/hashicorp/hcl/archive/513e04c400ee2e81e97f5e011c08fb42c6f69b84.tar.gz -> hcl-513e04c400ee2e81e97f5e011c08fb42c6f69b84.tar.gz https://github.com/hashicorp/logutils/archive/367a65d59043b4f846d179341d138f01f988c186.tar.gz -> logutils-367a65d59043b4f846d179341d138f01f988c186.tar.gz https://github.com/hashicorp/memberlist/archive/6025015f2dc659ca2c735112d37e753bda6e329d.tar.gz -> memberlist-6025015f2dc659ca2c735112d37e753bda6e329d.tar.gz https://github.com/hashicorp/net-rpc-msgpackrpc/archive/d377902b7aba83dd3895837b902f6cf3f71edcb2.tar.gz -> net-rpc-msgpackrpc-d377902b7aba83dd3895837b902f6cf3f71edcb2.tar.gz https://github.com/hashicorp/raft/archive/a8065f298505708bf60f518c09178149f3c06f21.tar.gz -> raft-a8065f298505708bf60f518c09178149f3c06f21.tar.gz https://github.com/hashicorp/raft-boltdb/archive/d1e82c1ec3f15ee991f7cc7ffd5b67ff6f5bbaee.tar.gz -> raft-boltdb-d1e82c1ec3f15ee991f7cc7ffd5b67ff6f5bbaee.tar.gz https://github.com/hashicorp/raft-mdb/archive/4ec3694ffbc74d34f7532e70ef2e9c3546a0c0b0.tar.gz -> raft-mdb-4ec3694ffbc74d34f7532e70ef2e9c3546a0c0b0.tar.gz https://github.com/hashicorp/scada-client/archive/c26580cfe35393f6f4bf1b9ba55e6afe33176bae.tar.gz -> scada-client-c26580cfe35393f6f4bf1b9ba55e6afe33176bae.tar.gz https://github.com/hashicorp/serf/archive/558a6876882b2c5c61df29fd3990fb1765fd71d3.tar.gz -> serf-558a6876882b2c5c61df29fd3990fb1765fd71d3.tar.gz https://github.com/hashicorp/yamux/archive/b2e55852ddaf823a85c67f798080eb7d08acd71d.tar.gz -> yamux-b2e55852ddaf823a85c67f798080eb7d08acd71d.tar.gz https://github.com/inconshreveable/muxado/archive/f693c7e88ba316d1a0ae3e205e22a01aa3ec2848.tar.gz -> muxado-f693c7e88ba316d1a0ae3e205e22a01aa3ec2848.tar.gz https://github.com/miekg/dns/archive/bb1103f648f811d2018d4bedcb2d4b2bce34a0f1.tar.gz -> dns-bb1103f648f811d2018d4bedcb2d4b2bce34a0f1.tar.gz https://github.com/mitchellh/cli/archive/6cc8bc522243675a2882b81662b0b0d2e04b99c9.tar.gz -> cli-6cc8bc522243675a2882b81662b0b0d2e04b99c9.tar.gz https://github.com/mitchellh/mapstructure/archive/442e588f213303bec7936deba67901f8fc8f18b1.tar.gz -> mapstructure-442e588f213303bec7936deba67901f8fc8f18b1.tar.gz https://github.com/ryanuber/columnize/archive/44cb4788b2ec3c3d158dd3d1b50aba7d66f4b59a.tar.gz -> columnize-44cb4788b2ec3c3d158dd3d1b50aba7d66f4b59a.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e git-r3 ef66dfc3db09f327af21cf32f140fb2b golang-base 1f6a08c05da2d91150032ff45db6a2c5 multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=cc69250fa070e7fdaa11d5e68955388f +_md5_=711ccdf90f434b8b9602f569ba58d845 diff --git a/metadata/md5-cache/app-admin/consul-0.6.3 b/metadata/md5-cache/app-admin/consul-0.6.3 index b4bdd003a559..0056e1128448 100644 --- a/metadata/md5-cache/app-admin/consul-0.6.3 +++ b/metadata/md5-cache/app-admin/consul-0.6.3 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile install prepare setup unpack -DEPEND=>=dev-lang/go-1.4:= dev-go/go-crypto:= >=dev-go/go-tools-0_pre20160121 >=dev-vcs/git-1.8.2.1 >=dev-lang/go-1.4.2:= virtual/pkgconfig +DEPEND=app-arch/zip >=dev-lang/go-1.4:= dev-go/go-crypto:= >=dev-go/go-tools-0_pre20160121 >=dev-vcs/git-1.8.2.1 >=dev-lang/go-1.4.2:= virtual/pkgconfig DESCRIPTION=A tool for service discovery, monitoring and configuration EAPI=5 HOMEPAGE=http://www.consul.io @@ -10,4 +10,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://github.com/hashicorp/consul/archive/v0.6.3.tar.gz -> consul-0.6.3.tar.gz https://github.com/armon/circbuf/archive/bbbad097214e2918d8543d5201d12bfd7bca254d.tar.gz -> circbuf-bbbad097214e2918d8543d5201d12bfd7bca254d.tar.gz https://github.com/armon/go-metrics/archive/345426c77237ece5dab0e1605c3e4b35c3f54757.tar.gz -> go-metrics-345426c77237ece5dab0e1605c3e4b35c3f54757.tar.gz https://github.com/armon/go-radix/archive/4239b77079c7b5d1243b7b4736304ce8ddb6f0f2.tar.gz -> go-radix-4239b77079c7b5d1243b7b4736304ce8ddb6f0f2.tar.gz https://github.com/armon/gomdb/archive/151f2e08ef45cb0e57d694b2562f351955dff572.tar.gz -> gomdb-151f2e08ef45cb0e57d694b2562f351955dff572.tar.gz https://github.com/boltdb/bolt/archive/ee4a0888a9abe7eefe5a0992ca4cb06864839873.tar.gz -> bolt-ee4a0888a9abe7eefe5a0992ca4cb06864839873.tar.gz https://github.com/bgentry/speakeasy/archive/36e9cfdd690967f4f690c6edcc9ffacd006014a0.tar.gz -> speakeasy-36e9cfdd690967f4f690c6edcc9ffacd006014a0.tar.gz https://github.com/DataDog/datadog-go/archive/bc97e0770ad4edae1c9dc14beb40b79b2dde32f8.tar.gz -> datadog-go-bc97e0770ad4edae1c9dc14beb40b79b2dde32f8.tar.gz https://github.com/fsouza/go-dockerclient/archive/296e36969d9d7606c4a6cbcd38eced50a39a0fd1.tar.gz -> go-dockerclient-296e36969d9d7606c4a6cbcd38eced50a39a0fd1.tar.gz https://github.com/elazarl/go-bindata-assetfs/archive/57eb5e1fc594ad4b0b1dbea7b286d299e0cb43c2.tar.gz -> go-bindata-assetfs-57eb5e1fc594ad4b0b1dbea7b286d299e0cb43c2.tar.gz https://github.com/hashicorp/consul-migrate/archive/v0.1.0.tar.gz -> consul-migrate-0.1.0.tar.gz https://github.com/hashicorp/errwrap/archive/7554cd9344cec97297fa6649b055a8c98c2a1e55.tar.gz -> errwrap-7554cd9344cec97297fa6649b055a8c98c2a1e55.tar.gz https://github.com/hashicorp/go-checkpoint/archive/e4b2dc34c0f698ee04750bf2035d8b9384233e1b.tar.gz -> go-checkpoint-e4b2dc34c0f698ee04750bf2035d8b9384233e1b.tar.gz https://github.com/hashicorp/go-cleanhttp/archive/ce617e79981a8fff618bb643d155133a8f38db96.tar.gz -> go-cleanhttp-ce617e79981a8fff618bb643d155133a8f38db96.tar.gz https://github.com/hashicorp/go-immutable-radix/archive/12e90058b2897552deea141eff51bb7a07a09e63.tar.gz -> go-immutable-radix-12e90058b2897552deea141eff51bb7a07a09e63.tar.gz https://github.com/hashicorp/go-memdb/archive/31949d523ade8a236956c6f1761e9dcf902d1638.tar.gz -> go-memdb-31949d523ade8a236956c6f1761e9dcf902d1638.tar.gz https://github.com/hashicorp/go-msgpack/archive/fa3f63826f7c23912c15263591e65d54d080b458.tar.gz -> go-msgpack-fa3f63826f7c23912c15263591e65d54d080b458.tar.gz https://github.com/hashicorp/go-multierror/archive/d30f09973e19c1dfcd120b2d9c4f168e68d6b5d5.tar.gz -> go-multierror-d30f09973e19c1dfcd120b2d9c4f168e68d6b5d5.tar.gz https://github.com/hashicorp/go-syslog/archive/42a2b573b664dbf281bd48c3cc12c086b17a39ba.tar.gz -> go-syslog-42a2b573b664dbf281bd48c3cc12c086b17a39ba.tar.gz https://github.com/hashicorp/go-reap/archive/2d85522212dcf5a84c6b357094f5c44710441912.tar.gz -> go-reap-2d85522212dcf5a84c6b357094f5c44710441912.tar.gz https://github.com/hashicorp/golang-lru/archive/5c7531c003d8bf158b0fe5063649a2f41a822146.tar.gz -> golang-lru-5c7531c003d8bf158b0fe5063649a2f41a822146.tar.gz https://github.com/hashicorp/hcl/archive/578dd9746824a54637686b51a41bad457a56bcef.tar.gz -> hcl-578dd9746824a54637686b51a41bad457a56bcef.tar.gz https://github.com/hashicorp/logutils/archive/0dc08b1671f34c4250ce212759ebd880f743d883.tar.gz -> logutils-0dc08b1671f34c4250ce212759ebd880f743d883.tar.gz https://github.com/hashicorp/memberlist/archive/9888dc523910e5d22c5be4f6e34520943df21809.tar.gz -> memberlist-9888dc523910e5d22c5be4f6e34520943df21809.tar.gz https://github.com/hashicorp/net-rpc-msgpackrpc/archive/a14192a58a694c123d8fe5481d4a4727d6ae82f3.tar.gz -> net-rpc-msgpackrpc-a14192a58a694c123d8fe5481d4a4727d6ae82f3.tar.gz https://github.com/hashicorp/raft/archive/057b893fd996696719e98b6c44649ea14968c811.tar.gz -> raft-057b893fd996696719e98b6c44649ea14968c811.tar.gz https://github.com/hashicorp/raft-boltdb/archive/d1e82c1ec3f15ee991f7cc7ffd5b67ff6f5bbaee.tar.gz -> raft-boltdb-d1e82c1ec3f15ee991f7cc7ffd5b67ff6f5bbaee.tar.gz https://github.com/hashicorp/raft-mdb/archive/55f29473b9e604b3678b93a8433a6cf089e70f76.tar.gz -> raft-mdb-55f29473b9e604b3678b93a8433a6cf089e70f76.tar.gz https://github.com/hashicorp/scada-client/archive/84989fd23ad4cc0e7ad44d6a871fd793eb9beb0a.tar.gz -> scada-client-84989fd23ad4cc0e7ad44d6a871fd793eb9beb0a.tar.gz https://github.com/hashicorp/serf/archive/64d10e9428bd70dbcd831ad087573b66731c014b.tar.gz -> serf-64d10e9428bd70dbcd831ad087573b66731c014b.tar.gz https://github.com/hashicorp/yamux/archive/df949784da9ed028ee76df44652e42d37a09d7e4.tar.gz -> yamux-df949784da9ed028ee76df44652e42d37a09d7e4.tar.gz https://github.com/inconshreveable/muxado/archive/f693c7e88ba316d1a0ae3e205e22a01aa3ec2848.tar.gz -> muxado-f693c7e88ba316d1a0ae3e205e22a01aa3ec2848.tar.gz https://github.com/jteeuwen/go-bindata/archive/a0ff2567cfb70903282db057e799fd826784d41d.tar.gz -> go-bindata-a0ff2567cfb70903282db057e799fd826784d41d.tar.gz https://github.com/mattn/go-isatty/archive/56b76bdf51f7708750eac80fa38b952bb9f32639.tar.gz -> go-isatty-56b76bdf51f7708750eac80fa38b952bb9f32639.tar.gz https://github.com/miekg/dns/archive/85b661b2a6fc95a5a83e66d7730c4bc0b6e9c99e.tar.gz -> dns-85b661b2a6fc95a5a83e66d7730c4bc0b6e9c99e.tar.gz https://github.com/mitchellh/cli/archive/cb6853d606ea4a12a15ac83cc43503df99fd28fb.tar.gz -> cli-cb6853d606ea4a12a15ac83cc43503df99fd28fb.tar.gz https://github.com/mitchellh/gox/archive/39862d88e853ecc97f45e91c1cdcb1b312c51eaa.tar.gz -> gox-39862d88e853ecc97f45e91c1cdcb1b312c51eaa.tar.gz https://github.com/mitchellh/iochan/archive/87b45ffd0e9581375c491fef3d32130bb15c5bd7.tar.gz -> iochan-87b45ffd0e9581375c491fef3d32130bb15c5bd7.tar.gz https://github.com/mitchellh/mapstructure/archive/281073eb9eb092240d33ef253c404f1cca550309.tar.gz -> mapstructure-281073eb9eb092240d33ef253c404f1cca550309.tar.gz https://github.com/ryanuber/columnize/archive/983d3a5fab1bf04d1b412465d2d9f8430e2e917e.tar.gz -> columnize-983d3a5fab1bf04d1b412465d2d9f8430e2e917e.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e git-r3 ef66dfc3db09f327af21cf32f140fb2b golang-base 1f6a08c05da2d91150032ff45db6a2c5 multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=cec3216b88068dc40524cfbb29a723c3 +_md5_=cb209c07854fb056fbef543324eb2141 diff --git a/metadata/md5-cache/app-admin/consul-9999 b/metadata/md5-cache/app-admin/consul-9999 index 662918af4bcc..c1b20e26b843 100644 --- a/metadata/md5-cache/app-admin/consul-9999 +++ b/metadata/md5-cache/app-admin/consul-9999 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile install prepare setup unpack -DEPEND=>=dev-lang/go-1.4:= dev-go/go-crypto:= test? ( dev-go/go-tools ) web? ( dev-ruby/sass dev-ruby/uglifier ) >=dev-vcs/git-1.8.2.1 >=dev-lang/go-1.4.2:= virtual/pkgconfig +DEPEND=app-arch/zip >=dev-lang/go-1.4:= dev-go/go-crypto:= test? ( dev-go/go-tools ) web? ( dev-ruby/sass dev-ruby/uglifier ) >=dev-vcs/git-1.8.2.1 >=dev-lang/go-1.4.2:= virtual/pkgconfig DESCRIPTION=A tool for service discovery, monitoring and configuration EAPI=5 HOMEPAGE=http://www.consul.io @@ -8,4 +8,4 @@ LICENSE=MPL-2.0 RESTRICT=test SLOT=0 _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e git-r3 ef66dfc3db09f327af21cf32f140fb2b golang-base 1f6a08c05da2d91150032ff45db6a2c5 multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=5e38c37eea24a33d10036ec0a2b246cf +_md5_=564c0f161b7a9f978025829b90c9b8f0 diff --git a/metadata/md5-cache/app-editors/tea-41.0.0 b/metadata/md5-cache/app-editors/tea-41.0.0 deleted file mode 100644 index a63ec575e8cc..000000000000 --- a/metadata/md5-cache/app-editors/tea-41.0.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install -DEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 sys-libs/zlib aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) hunspell? ( virtual/pkgconfig ) -DESCRIPTION=Small, lightweight Qt text editor -EAPI=5 -HOMEPAGE=http://semiletov.org/tea/ http://tea.ourproject.org/ -IUSE=aspell hunspell linguas_de linguas_fr linguas_ru -KEYWORDS=~amd64 ~ia64 ~x86 ~x86-fbsd -LICENSE=GPL-3 -RDEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 sys-libs/zlib aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) -SLOT=0 -SRC_URI=http://semiletov.org/tea/dloads/tea-41.0.0.tar.bz2 -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e l10n 714aaf78929eade946da5eaff7d2001a multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=82da10b6a67f7783162691281f86b112 diff --git a/metadata/md5-cache/app-editors/vim-qt-20140827-r3 b/metadata/md5-cache/app-editors/vim-qt-20140827-r3 deleted file mode 100644 index c70a8b89d659..000000000000 --- a/metadata/md5-cache/app-editors/vim-qt-20140827-r3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure install postinst postrm prepare setup -DEPEND=>=app-eselect/eselect-vi-1.1.8 >=app-editors/vim-core-7.4.417[acl?] sys-libs/ncurses >=dev-qt/qtcore-4.7.0:4 >=dev-qt/qtgui-4.7.0:4 acl? ( kernel_linux? ( sys-apps/acl ) ) cscope? ( dev-util/cscope ) lua? ( luajit? ( dev-lang/luajit ) !luajit? ( dev-lang/lua[deprecated] ) ) nls? ( virtual/libintl ) perl? ( dev-lang/perl:= ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] ) racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.0 dev-lang/ruby:1.9 ) ) dev-util/ctags sys-devel/autoconf virtual/pkgconfig nls? ( sys-devel/gettext ) -DESCRIPTION=Qt GUI version of the Vim text editor -EAPI=5 -HOMEPAGE=https://bitbucket.org/equalsraf/vim-qt/wiki/Home -IUSE=acl cscope debug lua luajit nls perl python racket ruby 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 -KEYWORDS=~amd64 ~x86 -LICENSE=vim -RDEPEND=>=app-eselect/eselect-vi-1.1.8 >=app-editors/vim-core-7.4.417[acl?] sys-libs/ncurses >=dev-qt/qtcore-4.7.0:4 >=dev-qt/qtgui-4.7.0:4 acl? ( kernel_linux? ( sys-apps/acl ) ) cscope? ( dev-util/cscope ) lua? ( luajit? ( dev-lang/luajit ) !luajit? ( dev-lang/lua[deprecated] ) ) nls? ( virtual/libintl ) perl? ( dev-lang/perl:= ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] ) racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.0 dev-lang/ruby:1.9 ) ) -REQUIRED_USE=luajit? ( lua ) python? ( ^^ ( python_single_target_python2_7 python_single_target_python3_3 python_single_target_python3_4 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) ) -SLOT=0 -SRC_URI=https://github.com/equalsraf/vim-qt/archive/package-20140827.tar.gz -> vim-qt-20140827.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=3c8e6f38fd2fb03d5506cb28b0c95ace diff --git a/metadata/md5-cache/app-editors/vim-qt-20150102-r1 b/metadata/md5-cache/app-editors/vim-qt-20150102-r1 index 153a6590b92a..3630d2d50755 100644 --- a/metadata/md5-cache/app-editors/vim-qt-20150102-r1 +++ b/metadata/md5-cache/app-editors/vim-qt-20150102-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=configure install postinst postrm prepare setup -DEPEND=>=app-editors/vim-core-7.4.560[acl?] >=app-eselect/eselect-vi-1.1.8 >=dev-qt/qtcore-4.7.0:4 >=dev-qt/qtgui-4.7.0:4 sys-libs/ncurses acl? ( kernel_linux? ( sys-apps/acl ) ) cscope? ( dev-util/cscope ) lua? ( luajit? ( dev-lang/luajit ) !luajit? ( dev-lang/lua[deprecated] ) ) nls? ( virtual/libintl ) perl? ( dev-lang/perl:= ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] ) racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.0 dev-lang/ruby:1.9 ) ) dev-util/ctags sys-devel/autoconf virtual/pkgconfig nls? ( sys-devel/gettext ) +DEPEND=>=app-editors/vim-core-7.4.560[acl?] >=app-eselect/eselect-vi-1.1.8 >=dev-qt/qtcore-4.7.0:4 >=dev-qt/qtgui-4.7.0:4 sys-libs/ncurses acl? ( kernel_linux? ( sys-apps/acl ) ) cscope? ( dev-util/cscope ) lua? ( luajit? ( dev-lang/luajit ) !luajit? ( dev-lang/lua[deprecated] ) ) nls? ( virtual/libintl ) perl? ( dev-lang/perl:= ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] ) racket? ( dev-scheme/racket ) ruby? ( dev-lang/ruby:2.0 ) dev-util/ctags sys-devel/autoconf virtual/pkgconfig nls? ( sys-devel/gettext ) DESCRIPTION=Qt GUI version of the Vim text editor EAPI=5 HOMEPAGE=https://bitbucket.org/equalsraf/vim-qt/wiki/Home IUSE=acl cscope debug lua luajit lto nls perl python racket ruby 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 KEYWORDS=~amd64 ~x86 LICENSE=vim -RDEPEND=>=app-editors/vim-core-7.4.560[acl?] >=app-eselect/eselect-vi-1.1.8 >=dev-qt/qtcore-4.7.0:4 >=dev-qt/qtgui-4.7.0:4 sys-libs/ncurses acl? ( kernel_linux? ( sys-apps/acl ) ) cscope? ( dev-util/cscope ) lua? ( luajit? ( dev-lang/luajit ) !luajit? ( dev-lang/lua[deprecated] ) ) nls? ( virtual/libintl ) perl? ( dev-lang/perl:= ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] ) racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.0 dev-lang/ruby:1.9 ) ) +RDEPEND=>=app-editors/vim-core-7.4.560[acl?] >=app-eselect/eselect-vi-1.1.8 >=dev-qt/qtcore-4.7.0:4 >=dev-qt/qtgui-4.7.0:4 sys-libs/ncurses acl? ( kernel_linux? ( sys-apps/acl ) ) cscope? ( dev-util/cscope ) lua? ( luajit? ( dev-lang/luajit ) !luajit? ( dev-lang/lua[deprecated] ) ) nls? ( virtual/libintl ) perl? ( dev-lang/perl:= ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] ) racket? ( dev-scheme/racket ) ruby? ( dev-lang/ruby:2.0 ) REQUIRED_USE=luajit? ( lua ) python? ( ^^ ( python_single_target_python2_7 python_single_target_python3_3 python_single_target_python3_4 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) ) SLOT=0 SRC_URI=https://github.com/equalsraf/vim-qt/archive/package-20150102.tar.gz -> vim-qt-20150102.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=6cf7c2fa2408a5d29ed49162325ceafa +_md5_=0865a2e11d23dae9f79a8b3a8acc7350 diff --git a/metadata/md5-cache/app-emulation/xen-4.5.2-r5 b/metadata/md5-cache/app-emulation/xen-4.5.2-r5 new file mode 100644 index 000000000000..62a2652f2827 --- /dev/null +++ b/metadata/md5-cache/app-emulation/xen-4.5.2-r5 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare prerm pretend setup +DEPEND=|| ( >=dev-lang/python-2.7.5-r2:2.7 ) efi? ( >=sys-devel/binutils-2.22[multitarget] ) !efi? ( >=sys-devel/binutils-2.22[-multitarget] ) +DESCRIPTION=The Xen virtual machine monitor +EAPI=5 +HOMEPAGE=http://xen.org/ +IUSE=custom-cflags debug efi flask xsm +KEYWORDS=~amd64 ~arm ~arm64 -x86 +LICENSE=GPL-2 +PDEPEND=~app-emulation/xen-tools-4.5.2 +REQUIRED_USE=flask? ( xsm ) arm? ( debug ) +RESTRICT=test +SLOT=0 +SRC_URI=http://bits.xensource.com/oss-xen/release/4.5.2/xen-4.5.2.tar.gz https://dev.gentoo.org/~idella4/distfiles/xen-security-patches-0.tar.xz https://dev.gentoo.org/~idella4/distfiles/xen-security-patches-8.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e mount-boot 41ed556fa5641393d5323e421c8e5bcf multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=cf3d5ff99918e2600b72ca1dabf03cc9 diff --git a/metadata/md5-cache/app-emulation/xen-4.6.0-r9 b/metadata/md5-cache/app-emulation/xen-4.6.0-r9 new file mode 100644 index 000000000000..b57b9b22554f --- /dev/null +++ b/metadata/md5-cache/app-emulation/xen-4.6.0-r9 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare prerm pretend setup +DEPEND=|| ( >=dev-lang/python-2.7.5-r2:2.7 ) efi? ( >=sys-devel/binutils-2.22[multitarget] ) !efi? ( >=sys-devel/binutils-2.22 ) +DESCRIPTION=The Xen virtual machine monitor +EAPI=5 +HOMEPAGE=http://xen.org/ +IUSE=custom-cflags debug efi flask +KEYWORDS=~amd64 ~arm ~arm64 -x86 +LICENSE=GPL-2 +PDEPEND=~app-emulation/xen-tools-4.6.0 +REQUIRED_USE=arm? ( debug ) +RESTRICT=test splitdebug strip +SLOT=0 +SRC_URI=http://bits.xensource.com/oss-xen/release/4.6.0/xen-4.6.0.tar.gz https://dev.gentoo.org/~dlan/distfiles/xen-4.6.0-upstream-patches-0.tar.xz https://dev.gentoo.org/~idella4/distfiles/xen-upstream-patches-0.tar.gz https://dev.gentoo.org/~idella4/distfiles/xen-security-patches-0.tar.xz https://dev.gentoo.org/~idella4/distfiles/xen-security-patches-9.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e mount-boot 41ed556fa5641393d5323e421c8e5bcf multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=6999c27660f0ecfb8be3a66db113b6d9 diff --git a/metadata/md5-cache/app-emulation/xen-tools-4.5.2-r5 b/metadata/md5-cache/app-emulation/xen-tools-4.5.2-r5 new file mode 100644 index 000000000000..5897441bc8da --- /dev/null +++ b/metadata/md5-cache/app-emulation/xen-tools-4.5.2-r5 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst prepare setup +DEPEND=dev-libs/lzo:2 dev-libs/glib:2 dev-libs/yajl dev-libs/libaio dev-libs/libgcrypt:0 sys-libs/zlib dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] x86? ( sys-devel/dev86 sys-power/iasl ) pam? ( dev-python/pypam[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) hvm? ( media-libs/libsdl ) >=dev-lang/python-2.7.5-r2:2.7[xml,threads] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] api? ( dev-libs/libxml2 net-misc/curl ) pygrub? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[ncurses] ) ) ovmf? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) ) !amd64? ( >=sys-apps/dtc-1.4.0 ) amd64? ( sys-devel/bin86 system-seabios? ( sys-firmware/seabios ) sys-firmware/ipxe sys-devel/dev86 sys-power/iasl ) dev-lang/perl app-misc/pax-utils doc? ( app-doc/doxygen dev-python/markdown[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-tex/latex2html[png,gif] media-gfx/graphviz dev-tex/xcolor media-gfx/transfig dev-texlive/texlive-latexextra virtual/latex-base dev-tex/latexmk dev-texlive/texlive-latex dev-texlive/texlive-pictures dev-texlive/texlive-latexrecommended ) hvm? ( x11-proto/xproto !net-libs/libiscsi ) qemu? ( x11-libs/pixman ) system-qemu? ( app-emulation/qemu[xen] ) ocaml? ( dev-ml/findlib >=dev-lang/ocaml-4 ) virtual/pkgconfig +DESCRIPTION=Xend daemon and tools +EAPI=5 +HOMEPAGE=http://xen.org/ +IUSE=api custom-cflags debug doc flask hvm qemu ocaml ovmf +pam python pygrub screen static-libs system-qemu system-seabios python_targets_python2_7 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-libs/lzo:2 dev-libs/glib:2 dev-libs/yajl dev-libs/libaio dev-libs/libgcrypt:0 sys-libs/zlib sys-apps/iproute2 net-misc/bridge-utils screen? ( app-misc/screen app-admin/logrotate ) virtual/udev +REQUIRED_USE=hvm? ( || ( qemu system-qemu ) ) python_targets_python2_7 pygrub? ( python ) ovmf? ( hvm ) qemu? ( !system-qemu ) +RESTRICT=test +SLOT=0 +SRC_URI=http://bits.xensource.com/oss-xen/release/4.5.2/xen-4.5.2.tar.gz http://code.coreboot.org/p/seabios/downloads/get/seabios-1.7.5.tar.gz https://dev.gentoo.org/~dlan/distfiles/seabios-1.7.5.tar.gz ovmf? ( https://dev.gentoo.org/~dlan/distfiles/ovmf-20150629.tar.bz2 https://dev.gentoo.org/~dlan/distfiles/xen-ovmf-patches-1.tar.xz ) https://dev.gentoo.org/~idella4/distfiles/xen-security-patches-7.tar.xz https://dev.gentoo.org/~idella4/distfiles/xen-security-patches-8.tar.gz https://dev.gentoo.org/~idella4/distfiles/xen-qemu-patches-0.tar.gz https://dev.gentoo.org/~dlan/distfiles/xen-gentoo-patches-4.tar.xz +_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 udev 73058269b3e70e34e084fa3981282338 +_md5_=721f870eca8d3413c037f6a67bd1a654 diff --git a/metadata/md5-cache/app-emulation/xen-tools-4.6.0-r9 b/metadata/md5-cache/app-emulation/xen-tools-4.6.0-r9 new file mode 100644 index 000000000000..dccd5c322e26 --- /dev/null +++ b/metadata/md5-cache/app-emulation/xen-tools-4.6.0-r9 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst prepare setup +DEPEND=dev-libs/lzo:2 dev-libs/glib:2 dev-libs/yajl dev-libs/libaio dev-libs/libgcrypt:0 sys-libs/zlib dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] x86? ( sys-devel/dev86 sys-power/iasl ) pam? ( dev-python/pypam[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) >=dev-lang/python-2.7.5-r2:2.7[ncurses,xml,threads] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] api? ( dev-libs/libxml2 net-misc/curl ) ovmf? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) ) !amd64? ( >=sys-apps/dtc-1.4.0 ) amd64? ( sys-devel/bin86 system-seabios? ( sys-firmware/seabios ) sys-firmware/ipxe sys-devel/dev86 sys-power/iasl ) dev-lang/perl app-misc/pax-utils doc? ( app-doc/doxygen dev-python/markdown[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] dev-tex/latex2html[png,gif] media-gfx/graphviz dev-tex/xcolor media-gfx/transfig dev-texlive/texlive-latexextra virtual/latex-base dev-tex/latexmk dev-texlive/texlive-latex dev-texlive/texlive-pictures dev-texlive/texlive-latexrecommended ) hvm? ( x11-proto/xproto !net-libs/libiscsi ) qemu? ( x11-libs/pixman sdl? ( media-libs/libsdl[X] ) ) system-qemu? ( app-emulation/qemu[xen] ) ocaml? ( dev-ml/findlib >=dev-lang/ocaml-4 ) +DESCRIPTION=Xen tools including QEMU and xl +EAPI=5 +HOMEPAGE=http://xen.org/ +IUSE=api custom-cflags debug doc flask hvm qemu ocaml ovmf +pam +qemu-traditional python pygrub screen sdl static-libs system-qemu system-seabios python_targets_python2_7 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-libs/lzo:2 dev-libs/glib:2 dev-libs/yajl dev-libs/libaio dev-libs/libgcrypt:0 sys-libs/zlib sys-apps/iproute2[-minimal] net-misc/bridge-utils screen? ( app-misc/screen app-admin/logrotate ) +REQUIRED_USE=hvm? ( || ( qemu system-qemu ) ) python_targets_python2_7 pygrub? ( python ) ovmf? ( hvm ) qemu? ( !system-qemu ) +RESTRICT=test +SLOT=0/4.6 +SRC_URI=http://bits.xensource.com/oss-xen/release/4.6.0/xen-4.6.0.tar.gz http://code.coreboot.org/p/seabios/downloads/get/seabios-1.8.2.tar.gz https://dev.gentoo.org/~dlan/distfiles/seabios-1.8.2.tar.gz ovmf? ( https://dev.gentoo.org/~dlan/distfiles/ovmf-20150629.tar.bz2 https://dev.gentoo.org/~dlan/distfiles/xen-ovmf-patches-1.tar.xz ) https://dev.gentoo.org/~dlan/distfiles/xen-4.6.0-upstream-patches-0.tar.xz https://dev.gentoo.org/~idella4/distfiles/xen-upstream-patches-0.tar.gz https://dev.gentoo.org/~idella4/distfiles/xen-security-patches-7.tar.xz https://dev.gentoo.org/~idella4/distfiles/xen-security-patches-9.tar.gz https://dev.gentoo.org/~idella4/distfiles/xen-qemu-patches-0.tar.gz https://dev.gentoo.org/~dlan/distfiles/xen-gentoo-patches-4.tar.xz +_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=a92ba2beaa2de1f325775ce703a08771 diff --git a/metadata/md5-cache/app-office/libreoffice-5.0.5.2 b/metadata/md5-cache/app-office/libreoffice-5.0.5.2 new file mode 100644 index 000000000000..fa3bb38711cd --- /dev/null +++ b/metadata/md5-cache/app-office/libreoffice-5.0.5.2 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads,xml] ) python_single_target_python3_5? ( dev-lang/python:3.5[threads,xml] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libabw-0.1.0 >=app-text/libexttextcat-3.2 >=app-text/libebook-0.1.1 >=app-text/libetonyek-0.1.2 app-text/liblangtag >=app-text/libmspub-0.1.0 >=app-text/libmwaw-0.3.5 >=app-text/libodfgen-0.1.0 app-text/libwpd:0.10[tools] app-text/libwpg:0.3 =app-text/libwps-0.4* >=app-text/poppler-0.16:=[cxx] >=dev-cpp/clucene-2.3.3.4-r2 =dev-cpp/libcmis-0.5* dev-db/unixODBC >=dev-libs/boost-1.55:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= =dev-libs/liborcus-0.7* >=dev-libs/librevenge-0.0.1 >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 >=dev-lang/perl-5.0 !libressl? ( >=dev-libs/openssl-1.0.0d:0 ) libressl? ( dev-libs/libressl ) >=dev-libs/redland-1.0.16 media-gfx/graphite2 >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/glew-1.10 >=media-libs/harfbuzz-0.9.18:=[icu(+)] media-libs/lcms:2 >=media-libs/libpng-1.4:0= >=media-libs/libcdr-0.1.0 >=media-libs/libfreehand-0.1.0 media-libs/libpagemaker >=media-libs/libvisio-0.1.0 >=net-misc/curl-7.21.4 net-libs/neon net-nds/openldap sci-mathematics/lpsolve virtual/jpeg:0 >=x11-libs/cairo-1.10.0[X] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender virtual/glu virtual/opengl bluetooth? ( net-wireless/bluez ) coinmp? ( sci-libs/coinor-mp ) collada? ( >=media-libs/opencollada-1.2.2_p20150207 ) cups? ( net-print/cups ) dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) firebird? ( >=dev-db/firebird-2.5 ) gltf? ( media-libs/libgltf ) gnome? ( gnome-base/gconf:2 ) gtk? ( x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.8:3 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) jemalloc? ( dev-libs/jemalloc ) libreoffice_extensions_scripting-beanshell? ( >=dev-java/bsh-2.0_beta4 ) libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 ) libreoffice_extensions_wiki-publisher? ( dev-java/commons-codec:0 dev-java/commons-httpclient:3 dev-java/commons-lang:2.1 dev-java/commons-logging:0 ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) postgres? ( >=dev-db/postgresql-9.0:*[kerberos] ) telepathy? ( dev-libs/glib:2 >=net-libs/telepathy-glib-0.18.0 >=x11-libs/gtk+-2.24:2 ) >=dev-libs/libatomic_ops-7.2d >=dev-libs/libxml2-2.7.8 dev-libs/libxslt dev-perl/Archive-Zip dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool >=dev-util/mdds-0.12.0:= media-libs/glm net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 sys-devel/bison sys-apps/coreutils sys-devel/flex sys-devel/gettext >=sys-devel/make-3.82 sys-devel/ucpp sys-libs/zlib virtual/pkgconfig x11-libs/libXt x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( >=virtual/jdk-1.6 >=dev-java/ant-core-1.7 ) odk? ( >=app-doc/doxygen-1.8.4 ) test? ( dev-util/cppunit ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 java? ( >=dev-java/java-config-2.2.0 ) >=sys-apps/sed-4 kde? ( dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 >=dev-qt/designer-4.7.4:4 >=dev-qt/qtgui-4.7.4:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 >=kde-base/kdelibs-4.4:4[aqua=] ) +DESCRIPTION=A full office productivity suite +EAPI=5 +HOMEPAGE=http://www.libreoffice.org +IUSE=bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf gnome gstreamer +gtk gtk3 jemalloc kde libressl mysql odk postgres telepathy test vlc libreoffice_extensions_nlpsolver libreoffice_extensions_scripting-beanshell libreoffice_extensions_scripting-javascript libreoffice_extensions_wiki-publisher elibc_FreeBSD java aqua kde 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 +KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux +LICENSE=|| ( LGPL-3 MPL-1.1 ) +PDEPEND==app-office/libreoffice-l10n-5.0* +RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads,xml] ) python_single_target_python3_5? ( dev-lang/python:3.5[threads,xml] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libabw-0.1.0 >=app-text/libexttextcat-3.2 >=app-text/libebook-0.1.1 >=app-text/libetonyek-0.1.2 app-text/liblangtag >=app-text/libmspub-0.1.0 >=app-text/libmwaw-0.3.5 >=app-text/libodfgen-0.1.0 app-text/libwpd:0.10[tools] app-text/libwpg:0.3 =app-text/libwps-0.4* >=app-text/poppler-0.16:=[cxx] >=dev-cpp/clucene-2.3.3.4-r2 =dev-cpp/libcmis-0.5* dev-db/unixODBC >=dev-libs/boost-1.55:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= =dev-libs/liborcus-0.7* >=dev-libs/librevenge-0.0.1 >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 >=dev-lang/perl-5.0 !libressl? ( >=dev-libs/openssl-1.0.0d:0 ) libressl? ( dev-libs/libressl ) >=dev-libs/redland-1.0.16 media-gfx/graphite2 >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/glew-1.10 >=media-libs/harfbuzz-0.9.18:=[icu(+)] media-libs/lcms:2 >=media-libs/libpng-1.4:0= >=media-libs/libcdr-0.1.0 >=media-libs/libfreehand-0.1.0 media-libs/libpagemaker >=media-libs/libvisio-0.1.0 >=net-misc/curl-7.21.4 net-libs/neon net-nds/openldap sci-mathematics/lpsolve virtual/jpeg:0 >=x11-libs/cairo-1.10.0[X] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender virtual/glu virtual/opengl bluetooth? ( net-wireless/bluez ) coinmp? ( sci-libs/coinor-mp ) collada? ( >=media-libs/opencollada-1.2.2_p20150207 ) cups? ( net-print/cups ) dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) firebird? ( >=dev-db/firebird-2.5 ) gltf? ( media-libs/libgltf ) gnome? ( gnome-base/gconf:2 ) gtk? ( x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 ) gtk3? ( >=x11-libs/gtk+-3.8:3 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) jemalloc? ( dev-libs/jemalloc ) libreoffice_extensions_scripting-beanshell? ( >=dev-java/bsh-2.0_beta4 ) libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 ) libreoffice_extensions_wiki-publisher? ( dev-java/commons-codec:0 dev-java/commons-httpclient:3 dev-java/commons-lang:2.1 dev-java/commons-logging:0 ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) postgres? ( >=dev-db/postgresql-9.0:*[kerberos] ) telepathy? ( dev-libs/glib:2 >=net-libs/telepathy-glib-0.18.0 >=x11-libs/gtk+-2.24:2 ) !app-office/libreoffice-bin !app-office/libreoffice-bin-debug !=virtual/jre-1.6 ) kde? ( >=kde-apps/kioclient-4.4:4[aqua=] ) vlc? ( media-video/vlc ) java? ( >=dev-java/java-config-2.2.0 ) kde? ( kde-frameworks/oxygen-icons ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 >=dev-qt/designer-4.7.4:4 >=dev-qt/qtgui-4.7.4:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 >=kde-base/kdelibs-4.4:4[aqua=] ) +REQUIRED_USE=^^ ( python_single_target_python2_7 python_single_target_python3_4 python_single_target_python3_5 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python3_5? ( python_targets_python3_5 ) bluetooth? ( dbus ) collada? ( gltf ) gnome? ( gtk ) eds? ( gnome ) telepathy? ( gtk ) libreoffice_extensions_nlpsolver? ( java ) libreoffice_extensions_scripting-beanshell? ( java ) libreoffice_extensions_scripting-javascript? ( java ) libreoffice_extensions_wiki-publisher? ( java ) +SLOT=0 +SRC_URI=branding? ( http://dev.gentoo.org/~dilfridge/distfiles/libreoffice-branding-gentoo-0.8.tar.xz ) http://dev-builds.libreoffice.org/pre-releases/src/libreoffice-5.0.5.2.tar.xz http://dev-builds.libreoffice.org/pre-releases/src/libreoffice-help-5.0.5.2.tar.xz http://download.documentfoundation.org/libreoffice/src/5.0.5//libreoffice-5.0.5.2.tar.xz http://download.documentfoundation.org/libreoffice/src/5.0.5//libreoffice-help-5.0.5.2.tar.xz http://download.documentfoundation.org/libreoffice/old/5.0.5.2//libreoffice-5.0.5.2.tar.xz http://download.documentfoundation.org/libreoffice/old/5.0.5.2//libreoffice-help-5.0.5.2.tar.xz http://dev-www.libreoffice.org/src//d62650a6f908e85643e557a236ea989c-vigra1.6.0.tar.gz http://dev-www.libreoffice.org/src//1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz collada? ( http://dev-www.libreoffice.org/src//4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2 ) java? ( http://dev-www.libreoffice.org/src//17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ) libreoffice_extensions_wiki-publisher? ( http://dev-www.libreoffice.org/src//a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ) odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll ) +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 51a42ff2f35cd75af735cd1626829b06 kde4-base ada7f1c988b3c32e1c9a8168be2731c3 kde4-functions f6f7b3906630fb197969f914b1ad454a libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=10c53dc6d41d96fa93a0686b9ec96854 diff --git a/metadata/md5-cache/app-office/libreoffice-l10n-5.0.5.2 b/metadata/md5-cache/app-office/libreoffice-l10n-5.0.5.2 new file mode 100644 index 000000000000..c5c824e9aa06 --- /dev/null +++ b/metadata/md5-cache/app-office/libreoffice-l10n-5.0.5.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare unpack +DEPEND=>=app-arch/rpm2targz-9.0.0.3g +DESCRIPTION=Translations for the Libreoffice suite +EAPI=5 +HOMEPAGE=http://www.libreoffice.org +IUSE=offlinehelp linguas_am linguas_ast linguas_bg linguas_bn_IN linguas_bn linguas_bo linguas_bs linguas_ca_valencia linguas_ca linguas_cs linguas_da linguas_de linguas_dz linguas_el linguas_en_GB linguas_en linguas_en_ZA linguas_eo linguas_es linguas_et linguas_eu linguas_fi linguas_fr linguas_gl linguas_gu linguas_he linguas_hi linguas_hr linguas_hu linguas_id linguas_is linguas_it linguas_ja linguas_ka linguas_km linguas_ko linguas_mk linguas_nb linguas_ne linguas_nl linguas_nn linguas_om linguas_pl linguas_pt_BR linguas_pt linguas_ru linguas_si linguas_sk linguas_sl linguas_sq linguas_sv linguas_tg linguas_tr linguas_ug linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW linguas_af linguas_ar linguas_as linguas_be linguas_br linguas_brx linguas_cy linguas_dgo linguas_fa linguas_ga linguas_gd linguas_gug linguas_kk linguas_kmr_Latn linguas_kn linguas_kok linguas_ks linguas_lb linguas_lo linguas_lt linguas_lv linguas_mai linguas_ml linguas_mn linguas_mni linguas_mr linguas_my linguas_nr linguas_nso linguas_oc linguas_or linguas_pa_IN linguas_ro linguas_rw linguas_sa_IN linguas_sat linguas_sd linguas_sid linguas_sr_Latn linguas_sr linguas_ss linguas_st linguas_sw_TZ linguas_ta linguas_te linguas_th linguas_tn linguas_ts linguas_tt linguas_uz linguas_ve linguas_xh linguas_zu +KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux +LICENSE=|| ( LGPL-3 MPL-1.1 ) +RDEPEND=app-text/hunspell +RESTRICT=strip +SLOT=0 +SRC_URI=linguas_am? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_am.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_am.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_am.tar.gz ) ) linguas_ast? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_ast.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ast.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ast.tar.gz ) ) linguas_bg? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_bg.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_bg.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_bg.tar.gz ) ) linguas_bn_IN? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_bn-IN.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_bn-IN.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_bn-IN.tar.gz ) ) linguas_bn? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_bn.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_bn.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_bn.tar.gz ) ) linguas_bo? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_bo.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_bo.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_bo.tar.gz ) ) linguas_bs? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_bs.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_bs.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_bs.tar.gz ) ) linguas_ca_valencia? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_ca-valencia.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ca-valencia.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ca-valencia.tar.gz ) ) linguas_ca? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_ca.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ca.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ca.tar.gz ) ) linguas_cs? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_cs.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_cs.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_cs.tar.gz ) ) linguas_da? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_da.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_da.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_da.tar.gz ) ) linguas_de? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_de.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_de.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_de.tar.gz ) ) linguas_dz? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_dz.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_dz.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_dz.tar.gz ) ) linguas_el? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_el.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_el.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_el.tar.gz ) ) linguas_en_GB? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_en-GB.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_en-GB.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_en-GB.tar.gz ) ) linguas_en? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_en-US.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_en-US.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_en-US.tar.gz ) ) linguas_en_ZA? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_en-ZA.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_en-ZA.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_en-ZA.tar.gz ) ) linguas_eo? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_eo.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_eo.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_eo.tar.gz ) ) linguas_es? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_es.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_es.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_es.tar.gz ) ) linguas_et? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_et.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_et.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_et.tar.gz ) ) linguas_eu? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_eu.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_eu.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_eu.tar.gz ) ) linguas_fi? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_fi.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_fi.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_fi.tar.gz ) ) linguas_fr? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_fr.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_fr.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_fr.tar.gz ) ) linguas_gl? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_gl.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_gl.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_gl.tar.gz ) ) linguas_gu? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_gu.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_gu.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_gu.tar.gz ) ) linguas_he? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_he.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_he.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_he.tar.gz ) ) linguas_hi? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_hi.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_hi.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_hi.tar.gz ) ) linguas_hr? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_hr.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_hr.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_hr.tar.gz ) ) linguas_hu? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_hu.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_hu.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_hu.tar.gz ) ) linguas_id? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_id.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_id.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_id.tar.gz ) ) linguas_is? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_is.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_is.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_is.tar.gz ) ) linguas_it? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_it.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_it.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_it.tar.gz ) ) linguas_ja? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_ja.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ja.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ja.tar.gz ) ) linguas_ka? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_ka.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ka.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ka.tar.gz ) ) linguas_km? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_km.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_km.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_km.tar.gz ) ) linguas_ko? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_ko.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ko.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ko.tar.gz ) ) linguas_mk? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_mk.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_mk.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_mk.tar.gz ) ) linguas_nb? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_nb.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_nb.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_nb.tar.gz ) ) linguas_ne? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_ne.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ne.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ne.tar.gz ) ) linguas_nl? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_nl.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_nl.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_nl.tar.gz ) ) linguas_nn? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_nn.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_nn.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_nn.tar.gz ) ) linguas_om? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_om.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_om.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_om.tar.gz ) ) linguas_pl? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_pl.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_pl.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_pl.tar.gz ) ) linguas_pt_BR? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_pt-BR.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_pt-BR.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_pt-BR.tar.gz ) ) linguas_pt? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_pt.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_pt.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_pt.tar.gz ) ) linguas_ru? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_ru.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ru.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ru.tar.gz ) ) linguas_si? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_si.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_si.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_si.tar.gz ) ) linguas_sk? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_sk.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_sk.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_sk.tar.gz ) ) linguas_sl? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_sl.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_sl.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_sl.tar.gz ) ) linguas_sq? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_sq.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_sq.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_sq.tar.gz ) ) linguas_sv? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_sv.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_sv.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_sv.tar.gz ) ) linguas_tg? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_tg.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_tg.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_tg.tar.gz ) ) linguas_tr? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_tr.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_tr.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_tr.tar.gz ) ) linguas_ug? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_ug.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ug.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_ug.tar.gz ) ) linguas_uk? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_uk.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_uk.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_uk.tar.gz ) ) linguas_vi? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_vi.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_vi.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_vi.tar.gz ) ) linguas_zh_CN? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_zh-CN.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_zh-CN.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_zh-CN.tar.gz ) ) linguas_zh_TW? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_helppack_zh-TW.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_zh-TW.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_helppack_zh-TW.tar.gz ) ) linguas_am? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_am.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_am.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_am.tar.gz ) linguas_ast? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_ast.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ast.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ast.tar.gz ) linguas_bg? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_bg.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_bg.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_bg.tar.gz ) linguas_bn_IN? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_bn-IN.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_bn-IN.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_bn-IN.tar.gz ) linguas_bn? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_bn.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_bn.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_bn.tar.gz ) linguas_bo? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_bo.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_bo.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_bo.tar.gz ) linguas_bs? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_bs.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_bs.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_bs.tar.gz ) linguas_ca_valencia? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_ca-valencia.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ca-valencia.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ca-valencia.tar.gz ) linguas_ca? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_ca.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ca.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ca.tar.gz ) linguas_cs? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_cs.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_cs.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_cs.tar.gz ) linguas_da? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_da.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_da.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_da.tar.gz ) linguas_de? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_de.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_de.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_de.tar.gz ) linguas_dz? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_dz.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_dz.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_dz.tar.gz ) linguas_el? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_el.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_el.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_el.tar.gz ) linguas_en_GB? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_en-GB.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_en-GB.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_en-GB.tar.gz ) linguas_en_ZA? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_en-ZA.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_en-ZA.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_en-ZA.tar.gz ) linguas_eo? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_eo.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_eo.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_eo.tar.gz ) linguas_es? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_es.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_es.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_es.tar.gz ) linguas_et? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_et.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_et.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_et.tar.gz ) linguas_eu? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_eu.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_eu.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_eu.tar.gz ) linguas_fi? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_fi.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_fi.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_fi.tar.gz ) linguas_fr? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_fr.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_fr.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_fr.tar.gz ) linguas_gl? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_gl.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_gl.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_gl.tar.gz ) linguas_gu? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_gu.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_gu.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_gu.tar.gz ) linguas_he? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_he.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_he.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_he.tar.gz ) linguas_hi? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_hi.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_hi.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_hi.tar.gz ) linguas_hr? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_hr.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_hr.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_hr.tar.gz ) linguas_hu? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_hu.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_hu.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_hu.tar.gz ) linguas_id? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_id.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_id.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_id.tar.gz ) linguas_is? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_is.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_is.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_is.tar.gz ) linguas_it? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_it.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_it.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_it.tar.gz ) linguas_ja? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_ja.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ja.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ja.tar.gz ) linguas_ka? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_ka.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ka.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ka.tar.gz ) linguas_km? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_km.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_km.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_km.tar.gz ) linguas_ko? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_ko.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ko.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ko.tar.gz ) linguas_mk? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_mk.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_mk.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_mk.tar.gz ) linguas_nb? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_nb.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_nb.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_nb.tar.gz ) linguas_ne? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_ne.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ne.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ne.tar.gz ) linguas_nl? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_nl.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_nl.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_nl.tar.gz ) linguas_nn? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_nn.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_nn.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_nn.tar.gz ) linguas_om? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_om.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_om.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_om.tar.gz ) linguas_pl? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_pl.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_pl.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_pl.tar.gz ) linguas_pt_BR? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_pt-BR.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_pt-BR.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_pt-BR.tar.gz ) linguas_pt? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_pt.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_pt.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_pt.tar.gz ) linguas_ru? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_ru.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ru.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ru.tar.gz ) linguas_si? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_si.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_si.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_si.tar.gz ) linguas_sk? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_sk.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sk.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sk.tar.gz ) linguas_sl? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_sl.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sl.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sl.tar.gz ) linguas_sq? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_sq.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sq.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sq.tar.gz ) linguas_sv? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_sv.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sv.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sv.tar.gz ) linguas_tg? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_tg.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_tg.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_tg.tar.gz ) linguas_tr? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_tr.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_tr.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_tr.tar.gz ) linguas_ug? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_ug.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ug.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ug.tar.gz ) linguas_uk? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_uk.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_uk.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_uk.tar.gz ) linguas_vi? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_vi.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_vi.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_vi.tar.gz ) linguas_zh_CN? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_zh-CN.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_zh-CN.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_zh-CN.tar.gz ) linguas_zh_TW? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_zh-TW.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_zh-TW.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_zh-TW.tar.gz ) linguas_af? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_af.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_af.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_af.tar.gz ) linguas_ar? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_ar.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ar.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ar.tar.gz ) linguas_as? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_as.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_as.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_as.tar.gz ) linguas_be? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_be.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_be.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_be.tar.gz ) linguas_br? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_br.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_br.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_br.tar.gz ) linguas_brx? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_brx.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_brx.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_brx.tar.gz ) linguas_cy? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_cy.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_cy.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_cy.tar.gz ) linguas_dgo? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_dgo.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_dgo.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_dgo.tar.gz ) linguas_fa? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_fa.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_fa.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_fa.tar.gz ) linguas_ga? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_ga.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ga.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ga.tar.gz ) linguas_gd? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_gd.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_gd.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_gd.tar.gz ) linguas_gug? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_gug.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_gug.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_gug.tar.gz ) linguas_kk? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_kk.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_kk.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_kk.tar.gz ) linguas_kmr_Latn? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_kmr-Latn.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_kmr-Latn.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_kmr-Latn.tar.gz ) linguas_kn? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_kn.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_kn.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_kn.tar.gz ) linguas_kok? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_kok.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_kok.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_kok.tar.gz ) linguas_ks? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_ks.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ks.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ks.tar.gz ) linguas_lb? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_lb.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_lb.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_lb.tar.gz ) linguas_lo? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_lo.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_lo.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_lo.tar.gz ) linguas_lt? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_lt.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_lt.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_lt.tar.gz ) linguas_lv? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_lv.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_lv.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_lv.tar.gz ) linguas_mai? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_mai.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_mai.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_mai.tar.gz ) linguas_ml? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_ml.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ml.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ml.tar.gz ) linguas_mn? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_mn.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_mn.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_mn.tar.gz ) linguas_mni? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_mni.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_mni.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_mni.tar.gz ) linguas_mr? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_mr.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_mr.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_mr.tar.gz ) linguas_my? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_my.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_my.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_my.tar.gz ) linguas_nr? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_nr.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_nr.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_nr.tar.gz ) linguas_nso? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_nso.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_nso.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_nso.tar.gz ) linguas_oc? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_oc.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_oc.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_oc.tar.gz ) linguas_or? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_or.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_or.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_or.tar.gz ) linguas_pa_IN? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_pa-IN.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_pa-IN.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_pa-IN.tar.gz ) linguas_ro? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_ro.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ro.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ro.tar.gz ) linguas_rw? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_rw.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_rw.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_rw.tar.gz ) linguas_sa_IN? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_sa-IN.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sa-IN.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sa-IN.tar.gz ) linguas_sat? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_sat.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sat.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sat.tar.gz ) linguas_sd? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_sd.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sd.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sd.tar.gz ) linguas_sid? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_sid.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sid.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sid.tar.gz ) linguas_sr_Latn? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_sr-Latn.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sr-Latn.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sr-Latn.tar.gz ) linguas_sr? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_sr.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sr.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sr.tar.gz ) linguas_ss? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_ss.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ss.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ss.tar.gz ) linguas_st? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_st.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_st.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_st.tar.gz ) linguas_sw_TZ? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_sw-TZ.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sw-TZ.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_sw-TZ.tar.gz ) linguas_ta? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_ta.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ta.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ta.tar.gz ) linguas_te? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_te.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_te.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_te.tar.gz ) linguas_th? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_th.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_th.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_th.tar.gz ) linguas_tn? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_tn.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_tn.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_tn.tar.gz ) linguas_ts? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_ts.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ts.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ts.tar.gz ) linguas_tt? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_tt.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_tt.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_tt.tar.gz ) linguas_uz? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_uz.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_uz.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_uz.tar.gz ) linguas_ve? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_ve.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ve.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_ve.tar.gz ) linguas_xh? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_xh.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_xh.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_xh.tar.gz ) linguas_zu? ( http://download.documentfoundation.org/libreoffice/stable/5.0.5/rpm/x86/LibreOffice_5.0.5_Linux_x86_rpm_langpack_zu.tar.gz -> LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_zu.tar.gz http://download.documentfoundation.org/libreoffice/testing/5.0.5/rpm/x86/LibreOffice_5.0.5.2_Linux_x86_rpm_langpack_zu.tar.gz ) +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 rpm 3e120fdd74b358f9fb42b825a6558f61 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=6abbb3bc2e7031a7e4ad1c35c55497bc diff --git a/metadata/md5-cache/app-shells/bash-completion-2.1_p20141224-r2 b/metadata/md5-cache/app-shells/bash-completion-2.1_p20141224-r2 new file mode 100644 index 000000000000..761641011e3f --- /dev/null +++ b/metadata/md5-cache/app-shells/bash-completion-2.1_p20141224-r2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install postinst prepare test +DEPEND=app-arch/xz-utils +DESCRIPTION=Programmable Completion for bash +EAPI=5 +HOMEPAGE=http://bash-completion.alioth.debian.org/ +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris +LICENSE=GPL-2 +PDEPEND=>=app-shells/gentoo-bashcomp-20140911 +RDEPEND=>=app-shells/bash-4.3_p30-r1 sys-apps/miscfiles !app-eselect/eselect-bashcomp +SLOT=0 +SRC_URI=https://dev.gentoo.org/~mgorny/dist/bash-completion-2.1_p20141224.tar.xz https://bitbucket.org/mgorny/bashcomp2/downloads/bashcomp-2.0.2.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=00b8cdf5dff3609ca4979d28375ffcb2 diff --git a/metadata/md5-cache/app-shells/posh-0.12.5 b/metadata/md5-cache/app-shells/posh-0.12.5 deleted file mode 100644 index bf3268d8d277..000000000000 --- a/metadata/md5-cache/app-shells/posh-0.12.5 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=configure prepare -DEPEND=app-arch/xz-utils !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=Reimplementation of Bourne shell based on pdksh -EAPI=6 -HOMEPAGE=http://packages.debian.org/posh -KEYWORDS=~amd64 ~ppc ~x86 -LICENSE=GPL-2 -SLOT=0 -SRC_URI=mirror://debian/pool/main/p/posh/posh_0.12.5.tar.xz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=0978b64cbcc0446c1d5ba34ccf28b6c6 diff --git a/metadata/md5-cache/app-shells/posh-0.12.6 b/metadata/md5-cache/app-shells/posh-0.12.6 new file mode 100644 index 000000000000..570dfe0bdfbe --- /dev/null +++ b/metadata/md5-cache/app-shells/posh-0.12.6 @@ -0,0 +1,10 @@ +DEFINED_PHASES=configure +DEPEND=app-arch/xz-utils +DESCRIPTION=Reimplementation of Bourne shell based on pdksh +EAPI=6 +HOMEPAGE=http://packages.debian.org/posh +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=GPL-2 +SLOT=0 +SRC_URI=mirror://debian/pool/main/p/posh/posh_0.12.6.tar.xz +_md5_=9c8f37824abb6c0ce52d4cca5be7315c diff --git a/metadata/md5-cache/app-text/agrep-2.04-r1 b/metadata/md5-cache/app-text/agrep-2.04-r1 index a02c1707ab63..50afc28d3c67 100644 --- a/metadata/md5-cache/app-text/agrep-2.04-r1 +++ b/metadata/md5-cache/app-text/agrep-2.04-r1 @@ -2,10 +2,10 @@ DEFINED_PHASES=compile install DESCRIPTION=agrep is a tool for the fast searching of text allowing for errors in the search pattern EAPI=0 HOMEPAGE=ftp://ftp.cs.arizona.edu/agrep/README -KEYWORDS=amd64 ~mips ppc ppc64 ~sparc x86 ~ppc-macos ~sparc-solaris +KEYWORDS=amd64 ~arm ~mips ppc ppc64 ~sparc x86 ~ppc-macos ~sparc-solaris LICENSE=AGREP RDEPEND=!dev-libs/tre !app-misc/glimpse SLOT=0 SRC_URI=ftp://ftp.cs.arizona.edu/agrep/agrep-2.04.tar.Z _eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=79112f228e6cbddd3b5735b84f0c464f +_md5_=838614c3267b0196541604b5c4854c33 diff --git a/metadata/md5-cache/app-text/sigil-0.9.3 b/metadata/md5-cache/app-text/sigil-0.9.3 index 98f5185b3edb..23902950f779 100644 --- a/metadata/md5-cache/app-text/sigil-0.9.3 +++ b/metadata/md5-cache/app-text/sigil-0.9.3 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare setup test -DEPEND=app-text/hunspell dev-libs/boost[threads,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python3_4(+)] dev-libs/libpcre[pcre16] dev-libs/xerces-c[icu] dev-python/chardet[python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python3_4(+)] dev-python/cssselect[python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python3_4(+)] dev-python/cssutils[python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python3_4(+)] dev-python/html5lib[python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python3_4(+)] dev-python/lxml[python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python3_4(+)] dev-python/pillow[python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python3_4(+)] dev-python/regex[python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python3_4(+)] dev-python/six[python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python3_4(+)] >=dev-qt/qtconcurrent-5.4:5 >=dev-qt/qtcore-5.4:5 >=dev-qt/qtgui-5.4:5 >=dev-qt/qtnetwork-5.4:5 >=dev-qt/qtprintsupport-5.4:5 >=dev-qt/qtsvg-5.4:5 >=dev-qt/qtwebkit-5.4:5 >=dev-qt/qtwidgets-5.4:5 >=dev-qt/qtxml-5.4:5 >=dev-qt/qtxmlpatterns-5.4:5 sys-libs/zlib[minizip] dev-python/lxml[python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python3_4(+)] dev-python/six[python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python3_4(+)] >=sys-devel/gcc-4.8 virtual/pkgconfig >=dev-qt/linguist-tools-5.4:5 sys-devel/make >=dev-util/cmake-3.0 +DEPEND=app-text/hunspell dev-libs/boost[threads,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] dev-libs/libpcre[pcre16] dev-libs/xerces-c[icu] dev-python/chardet[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] dev-python/cssselect[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] dev-python/cssutils[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] dev-python/html5lib[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] dev-python/lxml[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] dev-python/pillow[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] dev-python/regex[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] dev-python/six[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] >=dev-qt/qtconcurrent-5.4:5 >=dev-qt/qtcore-5.4:5 >=dev-qt/qtgui-5.4:5 >=dev-qt/qtnetwork-5.4:5 >=dev-qt/qtprintsupport-5.4:5 >=dev-qt/qtsvg-5.4:5 >=dev-qt/qtwebkit-5.4:5 >=dev-qt/qtwidgets-5.4:5 >=dev-qt/qtxml-5.4:5 >=dev-qt/qtxmlpatterns-5.4:5 sys-libs/zlib[minizip] dev-python/lxml[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] dev-python/six[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] >=sys-devel/gcc-4.8 virtual/pkgconfig >=dev-qt/linguist-tools-5.4:5 sys-devel/make >=dev-util/cmake-3.0 DESCRIPTION=Sigil is a multi-platform WYSIWYG ebook editor for ePub format EAPI=5 HOMEPAGE=http://sigil-ebook.com/ -IUSE=python_targets_python3_4 +IUSE=python_targets_python3_4 python_targets_python3_5 python_single_target_python3_4 python_single_target_python3_5 KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 -RDEPEND=app-text/hunspell dev-libs/boost[threads,python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python3_4(+)] dev-libs/libpcre[pcre16] dev-libs/xerces-c[icu] dev-python/chardet[python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python3_4(+)] dev-python/cssselect[python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python3_4(+)] dev-python/cssutils[python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python3_4(+)] dev-python/html5lib[python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python3_4(+)] dev-python/lxml[python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python3_4(+)] dev-python/pillow[python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python3_4(+)] dev-python/regex[python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python3_4(+)] dev-python/six[python_targets_python3_4(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_5(-),python_single_target_python3_4(+)] >=dev-qt/qtconcurrent-5.4:5 >=dev-qt/qtcore-5.4:5 >=dev-qt/qtgui-5.4:5 >=dev-qt/qtnetwork-5.4:5 >=dev-qt/qtprintsupport-5.4:5 >=dev-qt/qtsvg-5.4:5 >=dev-qt/qtwebkit-5.4:5 >=dev-qt/qtwidgets-5.4:5 >=dev-qt/qtxml-5.4:5 >=dev-qt/qtxmlpatterns-5.4:5 sys-libs/zlib[minizip] +RDEPEND=app-text/hunspell dev-libs/boost[threads,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] dev-libs/libpcre[pcre16] dev-libs/xerces-c[icu] dev-python/chardet[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] dev-python/cssselect[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] dev-python/cssutils[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] dev-python/html5lib[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] dev-python/lxml[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] dev-python/pillow[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] dev-python/regex[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] dev-python/six[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] >=dev-qt/qtconcurrent-5.4:5 >=dev-qt/qtcore-5.4:5 >=dev-qt/qtgui-5.4:5 >=dev-qt/qtnetwork-5.4:5 >=dev-qt/qtprintsupport-5.4:5 >=dev-qt/qtsvg-5.4:5 >=dev-qt/qtwebkit-5.4:5 >=dev-qt/qtwidgets-5.4:5 >=dev-qt/qtxml-5.4:5 >=dev-qt/qtxmlpatterns-5.4:5 sys-libs/zlib[minizip] SLOT=0 SRC_URI=https://github.com/Sigil-Ebook/Sigil/archive/0.9.3.tar.gz -> sigil-0.9.3.tar.gz _eclasses_=cmake-utils c67ce9708a9c02be2d296cf547740e9c eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=45740933dba923d7f35d71122a88fa7e +_md5_=1e2602db3ecce1c9b3f4d621bdd4a669 diff --git a/metadata/md5-cache/app-text/xapian-omega-1.3.4 b/metadata/md5-cache/app-text/xapian-omega-1.3.4 index 71af6a42c535..b0f580bb7425 100644 --- a/metadata/md5-cache/app-text/xapian-omega-1.3.4 +++ b/metadata/md5-cache/app-text/xapian-omega-1.3.4 @@ -1,5 +1,5 @@ -DEFINED_PHASES=install -DEPEND=dev-libs/xapian:0/1.3.5 dev-lang/perl dev-libs/libpcre sys-libs/zlib +DEFINED_PHASES=install prepare +DEPEND=dev-libs/xapian:0/1.3.5 dev-lang/perl dev-libs/libpcre sys-libs/zlib !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=An application built on Xapian, consisting of indexers and a CGI search frontend EAPI=5 HOMEPAGE=http://www.xapian.org/ @@ -8,4 +8,5 @@ LICENSE=GPL-2 RDEPEND=dev-libs/xapian:0/1.3.5 dev-lang/perl dev-libs/libpcre sys-libs/zlib SLOT=0 SRC_URI=http://www.oligarchy.co.uk/xapian/1.3.4/xapian-omega-1.3.4.tar.xz -_md5_=5f5dbbc5fc2ca0524399bf45040ba7e1 +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=e40baadc0dc334d314097c864c3d2d51 diff --git a/metadata/md5-cache/dev-haskell/text-1.2.2.0 b/metadata/md5-cache/dev-haskell/text-1.2.2.0 index 0f5b89d62438..4c1ed906b07d 100644 --- a/metadata/md5-cache/dev-haskell/text-1.2.2.0 +++ b/metadata/md5-cache/dev-haskell/text-1.2.2.0 @@ -1,4 +1,4 @@ -DEFINED_PHASES=compile configure install postinst postrm setup test +DEFINED_PHASES=compile configure install postinst postrm prepare setup test DEPEND=dev-haskell/binary:=[profile?] >=dev-lang/ghc-7.4.1:= >=dev-haskell/cabal-1.8 test? ( >=dev-haskell/hunit-1.2 >=dev-haskell/quickcheck-2.7 dev-haskell/quickcheck-unicode dev-haskell/random >=dev-haskell/test-framework-0.4 >=dev-haskell/test-framework-hunit-0.2 >=dev-haskell/test-framework-quickcheck2-0.2 ) doc? ( || ( dev-haskell/haddock >=dev-lang/ghc-7.10.2 ) ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 DESCRIPTION=An efficient packed Unicode text type EAPI=5 @@ -11,4 +11,4 @@ RESTRICT=test SLOT=0/1.2.2.0 SRC_URI=mirror://hackage/packages/archive/text/1.2.2.0/text-1.2.2.0.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e ghc-package 892c6c35a9ac0993e65049c039438508 haskell-cabal 2d9bae28d8a91ec04d1bb1ef0071c64f multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=073a23aa19b547aa9d5cff5707e3b4cf +_md5_=7380ef078666ef41d831a686fafea13c diff --git a/metadata/md5-cache/dev-java/ant-eclipse-ecj-3.7.2 b/metadata/md5-cache/dev-java/ant-eclipse-ecj-3.7.2 deleted file mode 100644 index d5a2014a1b40..000000000000 --- a/metadata/md5-cache/dev-java/ant-eclipse-ecj-3.7.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install preinst prepare setup unpack -DEPEND=>=virtual/jre-1.4 ~dev-java/eclipse-ecj-3.7.2 >=dev-java/ant-core-1.7 app-arch/unzip >=virtual/jdk-1.4 >=dev-java/java-config-2.2.0 -DESCRIPTION=Ant Compiler Adapter for Eclipse Java Compiler -EAPI=4 -HOMEPAGE=http://www.eclipse.org/ -IUSE=elibc_FreeBSD -KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris -LICENSE=EPL-1.0 -RDEPEND=>=virtual/jre-1.4 ~dev-java/eclipse-ecj-3.7.2 >=dev-java/ant-core-1.7 >=dev-java/java-config-2.2.0 -SLOT=3.7 -SRC_URI=http://download.eclipse.org/eclipse/downloads/drops/R-3.7.2-201202080800/ecjsrc-3.7.2.jar -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3b367f3f7da3596a151e81b8e3a67498 diff --git a/metadata/md5-cache/dev-java/asm-5.0.3 b/metadata/md5-cache/dev-java/asm-5.0.3 index 78da506316c8..e547db6f711a 100644 --- a/metadata/md5-cache/dev-java/asm-5.0.3 +++ b/metadata/md5-cache/dev-java/asm-5.0.3 @@ -4,11 +4,11 @@ DESCRIPTION=Bytecode manipulation framework for Java EAPI=5 HOMEPAGE=http://asm.ow2.org IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=amd64 ~arm ~ppc64 x86 ~amd64-fbsd ~x64-macos +KEYWORDS=amd64 ~arm ppc64 x86 ~amd64-fbsd ~x64-macos LICENSE=BSD RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=4 SRC_URI=http://download.forge.objectweb.org/asm/asm-5.0.3.tar.gz http://download.forge.objectweb.org/asm/asm-4.0.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=4c778e79f6b343084e1fb9ef691233b7 +_md5_=f4d90a1739c9fd1ab4fdd55d99e24024 diff --git a/metadata/md5-cache/dev-java/cdi-api-1.2-r1 b/metadata/md5-cache/dev-java/cdi-api-1.2-r1 new file mode 100644 index 000000000000..e36f85af71f4 --- /dev/null +++ b/metadata/md5-cache/dev-java/cdi-api-1.2-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install preinst prepare setup +DEPEND=dev-java/javax-inject:0 dev-java/tomcat-servlet-api:3.0 dev-java/glassfish-interceptor-api:0 app-arch/unzip >=virtual/jdk-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) +DESCRIPTION=Contexts and Dependency Injection for the Java EE platform +EAPI=5 +HOMEPAGE=http://www.cdi-spec.org/ +IUSE=elibc_FreeBSD doc source elibc_FreeBSD +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=dev-java/javax-inject:0 dev-java/tomcat-servlet-api:3.0 dev-java/glassfish-interceptor-api:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) +SLOT=0 +SRC_URI=https://repo1.maven.org/maven2/javax/enterprise/cdi-api/1.2/cdi-api-1.2-sources.jar -> cdi-api-1.2.jar +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=218633582e9c04446ef4bad4beb1ecc7 diff --git a/metadata/md5-cache/dev-java/eclipse-ecj-3.7.2-r1 b/metadata/md5-cache/dev-java/eclipse-ecj-3.7.2-r1 deleted file mode 100644 index 84d747124f9d..000000000000 --- a/metadata/md5-cache/dev-java/eclipse-ecj-3.7.2-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare setup -DEPEND=app-eselect/eselect-java || ( virtual/jdk:1.7 virtual/jdk:1.6 ) app-arch/unzip userland_GNU? ( sys-apps/findutils ) >=dev-java/java-config-2.2.0 -DESCRIPTION=Eclipse Compiler for Java -EAPI=4 -HOMEPAGE=http://www.eclipse.org/ -IUSE=+ant userland_GNU elibc_FreeBSD -KEYWORDS=amd64 ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris -LICENSE=EPL-1.0 -PDEPEND=ant? ( ~dev-java/ant-eclipse-ecj-3.7.2 ) -RDEPEND=app-eselect/eselect-java >=virtual/jre-1.4 >=dev-java/java-config-2.2.0 -SLOT=3.7 -SRC_URI=http://download.eclipse.org/eclipse/downloads/drops/R-3.7.2-201202080800/ecjsrc-3.7.2.jar -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=01f6adb0075a9ddb6e2dd1fbd402bf79 diff --git a/metadata/md5-cache/dev-java/hoteqn-4.0.0-r1 b/metadata/md5-cache/dev-java/hoteqn-4.0.0-r1 new file mode 100644 index 000000000000..10a37c65fca7 --- /dev/null +++ b/metadata/md5-cache/dev-java/hoteqn-4.0.0-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install preinst prepare setup +DEPEND=app-arch/unzip >=virtual/jdk-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) +DESCRIPTION=Java applet to view and display LaTeX mathematical equations +EAPI=5 +HOMEPAGE=http://www.atp.ruhr-uni-bochum.de/VCLab/software/HotEqn/HotEqn.html +IUSE=elibc_FreeBSD doc source elibc_FreeBSD +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +LICENSE=GPL-3 +RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) +SLOT=0 +SRC_URI=mirror://gentoo/hoteqn-4.0.0.tar.bz2 +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=78f13504b2ca96ea059782494845f3b2 diff --git a/metadata/md5-cache/dev-java/jdbc-jaybird-2.1.5-r1 b/metadata/md5-cache/dev-java/jdbc-jaybird-2.1.5-r1 deleted file mode 100644 index 8d5e51a7d56f..000000000000 --- a/metadata/md5-cache/dev-java/jdbc-jaybird-2.1.5-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install preinst setup test unpack -DEPEND==virtual/jdk-1.6* app-arch/unzip dev-java/ant-core dev-java/log4j test? ( =dev-java/junit-3.8* 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=JDBC Type 2 and 4 drivers for Firebird SQL server -EAPI=0 -HOMEPAGE=http://jaybirdwiki.firebirdsql.org/ -IUSE=elibc_FreeBSD doc source examples test elibc_FreeBSD -KEYWORDS=amd64 x86 -LICENSE=LGPL-2 -RDEPEND=>=virtual/jre-1.6 dev-java/ant-core dev-java/log4j >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=0 -SRC_URI=mirror://sourceforge/firebird/Jaybird-2.1.5-src.zip -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a9d70aa1a73a208ebde4c20a9a7e7bc0 diff --git a/metadata/md5-cache/dev-java/jempbox-0.2.0 b/metadata/md5-cache/dev-java/jempbox-0.2.0 deleted file mode 100644 index e9942f79dee8..000000000000 --- a/metadata/md5-cache/dev-java/jempbox-0.2.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install preinst setup test unpack -DEPEND=>=virtual/jdk-1.4 app-arch/unzip 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/ant-nodeps >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=Java library that implements Adobe's XMP specification -EAPI=0 -HOMEPAGE=http://www.jempbox.org -IUSE=elibc_FreeBSD doc source test elibc_FreeBSD -KEYWORDS=amd64 x86 -LICENSE=BSD -RDEPEND=>=virtual/jre-1.4 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) -SLOT=0 -SRC_URI=mirror://sourceforge/jempbox/JempBox-0.2.0.zip -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5a1088074f30839eb10d130a637a24a5 diff --git a/metadata/md5-cache/dev-java/jexcelapi-2.6.8-r2 b/metadata/md5-cache/dev-java/jexcelapi-2.6.8-r2 new file mode 100644 index 000000000000..cde3206fb7cf --- /dev/null +++ b/metadata/md5-cache/dev-java/jexcelapi-2.6.8-r2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install preinst prepare setup +DEPEND=dev-java/log4j:0 >=virtual/jdk-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) +DESCRIPTION=A Java API to read, write, and modify Excel spreadsheets +EAPI=5 +HOMEPAGE=http://jexcelapi.sourceforge.net/ +IUSE=elibc_FreeBSD doc source elibc_FreeBSD +KEYWORDS=~amd64 ~x86 +LICENSE=LGPL-2.1 +RDEPEND=dev-java/log4j:0 app-arch/unzip >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) +SLOT=0 +SRC_URI=mirror://sourceforge/jexcelapi/jexcelapi_2_6_8.tar.gz -> jexcelapi-2.6.8.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=69b92d8d87fc9c47448d3ace7e67f0f2 diff --git a/metadata/md5-cache/dev-java/jrexx-1.1.1-r2 b/metadata/md5-cache/dev-java/jrexx-1.1.1-r2 new file mode 100644 index 000000000000..90d0905893a8 --- /dev/null +++ b/metadata/md5-cache/dev-java/jrexx-1.1.1-r2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install preinst prepare setup +DEPEND=app-arch/unzip >=virtual/jdk-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) +DESCRIPTION=API for textual pattern matching based on the finite state automaton theory +EAPI=5 +HOMEPAGE=http://www.karneim.com/jrexx/ +IUSE=elibc_FreeBSD doc source elibc_FreeBSD +KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=LGPL-2.1 +RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) +SLOT=0 +SRC_URI=mirror://sourceforge/jrexx/jrexx-1.1.1-src.zip -> jrexx-1.1.1.zip +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=79ae3da6ee1de978f4afa6e27e5358d1 diff --git a/metadata/md5-cache/dev-java/jzlib-1.0.7-r2 b/metadata/md5-cache/dev-java/jzlib-1.0.7-r2 new file mode 100644 index 000000000000..311c4c0e39c9 --- /dev/null +++ b/metadata/md5-cache/dev-java/jzlib-1.0.7-r2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install preinst prepare setup +DEPEND=app-arch/unzip >=virtual/jdk-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) +DESCRIPTION=JZlib is a re-implementation of zlib in pure Java +EAPI=5 +HOMEPAGE=http://www.jcraft.com/jzlib/ +IUSE=elibc_FreeBSD doc source examples elibc_FreeBSD +KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=BSD +RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) +SLOT=0 +SRC_URI=http://www.jcraft.com/jzlib/jzlib-1.0.7.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=31eff0a474886b7f3bd6e33d416d1c17 diff --git a/metadata/md5-cache/dev-java/rat-0.11 b/metadata/md5-cache/dev-java/rat-0.11 index cd73c1f46e4c..1e32a6e66a13 100644 --- a/metadata/md5-cache/dev-java/rat-0.11 +++ b/metadata/md5-cache/dev-java/rat-0.11 @@ -4,10 +4,10 @@ DESCRIPTION=Apache Rat is a release audit tool, focused on licenses. EAPI=5 HOMEPAGE=https://creadur.apache.org/rat/ IUSE=elibc_FreeBSD doc source elibc_FreeBSD -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=Apache-2.0 RDEPEND=dev-java/ant-core:0 dev-java/commons-io:1 dev-java/commons-cli:1 dev-java/commons-lang:2.1 dev-java/commons-compress:0 dev-java/commons-collections:0 >=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://repo1.maven.org/maven2/org/apache/rat/apache-rat-core/0.11/apache-rat-core-0.11-sources.jar https://repo1.maven.org/maven2/org/apache/rat/apache-rat-tasks/0.11/apache-rat-tasks-0.11-sources.jar _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f6bc2dce4e4bec2633a626d22cf0c9fa +_md5_=b21df9c8fca62fb6c809dcd5dbd98a14 diff --git a/metadata/md5-cache/dev-java/tomcat-native-1.1.33-r1 b/metadata/md5-cache/dev-java/tomcat-native-1.1.33-r1 deleted file mode 100644 index 41bd24addfef..000000000000 --- a/metadata/md5-cache/dev-java/tomcat-native-1.1.33-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup test unpack -DEPEND=>=virtual/jdk-1.7 test? ( dev-java/ant-junit:0 ) >=dev-java/java-config-2.2.0 >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=Native APR library for Tomcat -EAPI=5 -HOMEPAGE=http://tomcat.apache.org/ -IUSE=test elibc_FreeBSD elibc_FreeBSD -KEYWORDS=~amd64 ~x86 -LICENSE=Apache-2.0 -RDEPEND=dev-libs/apr:1 dev-libs/openssl:= >=virtual/jre-1.7 >=dev-java/java-config-2.2.0 -SLOT=0 -SRC_URI=mirror://apache/tomcat/tomcat-connectors/native/1.1.33/source/tomcat-native-1.1.33-src.tar.gz -_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils 9d81603248f2ba3ec59124320d123e5e java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f516f9b43c9ea2541c0df17c6559488a diff --git a/metadata/md5-cache/dev-java/tomcat-native-1.2.3 b/metadata/md5-cache/dev-java/tomcat-native-1.2.3 deleted file mode 100644 index 8eb3ab1d5771..000000000000 --- a/metadata/md5-cache/dev-java/tomcat-native-1.2.3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup test -DEPEND=>=virtual/jdk-1.7 test? ( dev-java/ant-junit:0 ) >=dev-java/java-config-2.2.0 >=dev-java/ant-core-1.8.2:0 >=dev-java/javatoolkit-0.3.0-r2 -DESCRIPTION=Native APR library for Tomcat -EAPI=5 -HOMEPAGE=http://tomcat.apache.org/ -IUSE=test elibc_FreeBSD elibc_FreeBSD -KEYWORDS=amd64 x86 -LICENSE=Apache-2.0 -RDEPEND=dev-libs/apr:1 dev-libs/openssl:= >=virtual/jre-1.7 >=dev-java/java-config-2.2.0 -SLOT=0 -SRC_URI=mirror://apache/tomcat/tomcat-connectors/native/1.2.3/source/tomcat-native-1.2.3-src.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=fe06db1387c9f6f4217845fc65c747ec diff --git a/metadata/md5-cache/dev-java/xp-0.5-r3 b/metadata/md5-cache/dev-java/xp-0.5-r3 new file mode 100644 index 000000000000..713e5fe48da5 --- /dev/null +++ b/metadata/md5-cache/dev-java/xp-0.5-r3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install preinst prepare setup +DEPEND=>=virtual/jdk-1.6 app-arch/unzip >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) +DESCRIPTION=XP is an XML 1.0 parser written in Java +EAPI=5 +HOMEPAGE=http://www.jclark.com/xml/xp +IUSE=elibc_FreeBSD doc source elibc_FreeBSD +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) +SLOT=0 +SRC_URI=ftp://ftp.jclark.com/pub/xml/xp.zip -> xp-0.5.zip +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-pkg-simple bdf24e52707f01512ffea6d3aa05425b java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=7bb325246e673a82bc02a3276f4b57c7 diff --git a/metadata/md5-cache/dev-lang/xsb-3.6.0 b/metadata/md5-cache/dev-lang/xsb-3.6.0 new file mode 100644 index 000000000000..dcf7ebf29057 --- /dev/null +++ b/metadata/md5-cache/dev-lang/xsb-3.6.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install preinst prepare setup +DEPEND=curl? ( net-misc/curl ) iodbc? ( dev-db/libiodbc ) java? ( >=virtual/jdk-1.4:= ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) pcre? ( dev-libs/libpcre ) xml? ( dev-libs/libxml2 ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 java? ( >=dev-java/java-config-2.2.0 ) +DESCRIPTION=XSB is a logic programming and deductive database system +EAPI=5 +HOMEPAGE=http://xsb.sourceforge.net +IUSE=curl debug iodbc java mysql odbc pcre threads xml elibc_FreeBSD java +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 LGPL-2 +RDEPEND=curl? ( net-misc/curl ) iodbc? ( dev-db/libiodbc ) java? ( >=virtual/jdk-1.4:= ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) pcre? ( dev-libs/libpcre ) xml? ( dev-libs/libxml2 ) java? ( >=dev-java/java-config-2.2.0 ) +SLOT=0 +SRC_URI=http://xsb.sourceforge.net/downloads/XSB360.tar.gz mirror://gentoo/xsb-3.6.0-gentoo-patchset-2.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 51a42ff2f35cd75af735cd1626829b06 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=a4f3b10dc06f31478b418065286e6fb2 diff --git a/metadata/md5-cache/dev-libs/qcustomplot-1.3.1 b/metadata/md5-cache/dev-libs/qcustomplot-1.3.1 deleted file mode 100644 index 5d040d5bb1d1..000000000000 --- a/metadata/md5-cache/dev-libs/qcustomplot-1.3.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare -DEPEND=!qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 ) -DESCRIPTION=Qt C++ widget for plotting and data visualization -EAPI=5 -HOMEPAGE=http://www.qcustomplot.com/ -IUSE=qt5 -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux -LICENSE=GPL-3 -RDEPEND=!qt5? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 ) -SLOT=0 -SRC_URI=http://www.qcustomplot.com/release/1.3.1/QCustomPlot-sharedlib.tar.gz -> qcustomplot-sharedlib-1.3.1.tar.gz http://www.qcustomplot.com/release/1.3.1/QCustomPlot-source.tar.gz -> qcustomplot-source-1.3.1.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=d0b481f8e17a6b1be5dbd1a66179e2b0 diff --git a/metadata/md5-cache/dev-php/pecl-radius-1.2.7 b/metadata/md5-cache/dev-php/pecl-radius-1.3.0 similarity index 59% rename from metadata/md5-cache/dev-php/pecl-radius-1.2.7 rename to metadata/md5-cache/dev-php/pecl-radius-1.3.0 index 6fac52b1f7f5..5fafd5f0411e 100644 --- a/metadata/md5-cache/dev-php/pecl-radius-1.2.7 +++ b/metadata/md5-cache/dev-php/pecl-radius-1.3.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=!=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-5? ( dev-lang/php:5.5 ) php_targets_php5-4? ( dev-lang/php:5.4 ) -DESCRIPTION=Provides full support for RADIUS authentication (RFC 2865) and RADIUS accounting (RFC 2866) +DEPEND=!=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-6? ( dev-lang/php:5.6 ) php_targets_php5-5? ( dev-lang/php:5.5 ) +DESCRIPTION=Provides support for RADIUS authentication (RFC 2865) and accounting (RFC 2866) EAPI=5 HOMEPAGE=http://pecl.php.net/radius -IUSE=examples php_targets_php5-5 php_targets_php5-4 +IUSE=examples php_targets_php5-6 php_targets_php5-5 KEYWORDS=~amd64 ~x86 -LICENSE=BSD BSD-2 -RDEPEND=php_targets_php5-5? ( dev-lang/php:5.5 ) php_targets_php5-4? ( dev-lang/php:5.4 ) -REQUIRED_USE=|| ( php_targets_php5-5 php_targets_php5-4 ) +LICENSE=BSD +RDEPEND=php_targets_php5-6? ( dev-lang/php:5.6 ) php_targets_php5-5? ( dev-lang/php:5.5 ) +REQUIRED_USE=|| ( php_targets_php5-6 php_targets_php5-5 ) SLOT=0 -SRC_URI=http://pecl.php.net/get/radius-1.2.7.tgz +SRC_URI=http://pecl.php.net/get/radius-1.3.0.tgz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 php-ext-pecl-r2 738a8315cc641f854af2e615c618e70b php-ext-source-r2 d3d06f8b11fb8481e555b58df7360663 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=8ecfaa2e32ed5f7d911b5f7a5a094604 +_md5_=540a24e052a5913f8a006d5d5d9e6718 diff --git a/metadata/md5-cache/dev-php/pecl-radius-1.4.0_beta1 b/metadata/md5-cache/dev-php/pecl-radius-1.4.0_beta1 new file mode 100644 index 000000000000..86aecb7f0400 --- /dev/null +++ b/metadata/md5-cache/dev-php/pecl-radius-1.4.0_beta1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=!=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php7-0? ( dev-lang/php:7.0 ) php_targets_php5-6? ( dev-lang/php:5.6 ) php_targets_php5-5? ( dev-lang/php:5.5 ) +DESCRIPTION=Provides support for RADIUS authentication (RFC 2865) and accounting (RFC 2866) +EAPI=5 +HOMEPAGE=http://pecl.php.net/radius +IUSE=examples php_targets_php7-0 php_targets_php5-6 php_targets_php5-5 +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=php_targets_php7-0? ( dev-lang/php:7.0 ) php_targets_php5-6? ( dev-lang/php:5.6 ) php_targets_php5-5? ( dev-lang/php:5.5 ) +REQUIRED_USE=|| ( php_targets_php7-0 php_targets_php5-6 php_targets_php5-5 ) +SLOT=0 +SRC_URI=http://pecl.php.net/get/radius-1.4.0b1.tgz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 php-ext-pecl-r2 738a8315cc641f854af2e615c618e70b php-ext-source-r2 d3d06f8b11fb8481e555b58df7360663 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=b53d9ee497400e9de8128b1bbfe4eb76 diff --git a/metadata/md5-cache/dev-python/cssutils-0.9.10-r2 b/metadata/md5-cache/dev-python/cssutils-0.9.10-r2 new file mode 100644 index 000000000000..9b3dfa03af4b --- /dev/null +++ b/metadata/md5-cache/dev-python/cssutils-0.9.10-r2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=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/mock[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=A CSS Cascading Style Sheets library +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/cssutils/ https://bitbucket.org/cthedot/cssutils +IUSE=examples test python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~amd64 ~arm ~ppc ~x86 +LICENSE=GPL-3 +RDEPEND=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(-)] 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=https://bitbucket.org/cthedot/cssutils/get/6fbc1877f6089610b733a92d21c2bbf25dc1ca28.tar.gz -> cssutils-0.9.10.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 vcs-snapshot b45be87e7012be0af8424e8a5644da1d +_md5_=686573d929e5478c5d3d311911a895fe diff --git a/metadata/md5-cache/dev-python/cssutils-1.0 b/metadata/md5-cache/dev-python/cssutils-1.0 index 72e0ed9984c9..25b22fb775b7 100644 --- a/metadata/md5-cache/dev-python/cssutils-1.0 +++ b/metadata/md5-cache/dev-python/cssutils-1.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test unpack -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(-)] test? ( dev-python/mock[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(-)] +DEPEND=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/mock[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=A CSS Cascading Style Sheets library EAPI=5 HOMEPAGE=https://pypi.python.org/pypi/cssutils/ https://bitbucket.org/cthedot/cssutils -IUSE=examples test python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +IUSE=examples test python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 KEYWORDS=~amd64 ~arm ~ppc ~x86 LICENSE=GPL-3 -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(-)] 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 ) +RDEPEND=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(-)] 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=https://bitbucket.org/cthedot/cssutils/get/6fbc1877f6089610b733a92d21c2bbf25dc1ca28.tar.gz -> cssutils-1.0.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 vcs-snapshot b45be87e7012be0af8424e8a5644da1d -_md5_=443c0284084dd7f3cfa61b2f9988a555 +_md5_=44951b9b1013054bddf4e47c65d0a08f diff --git a/metadata/md5-cache/dev-python/cssutils-1.0.1 b/metadata/md5-cache/dev-python/cssutils-1.0.1 index cf62c2eb2e05..b153b54a0eda 100644 --- a/metadata/md5-cache/dev-python/cssutils-1.0.1 +++ b/metadata/md5-cache/dev-python/cssutils-1.0.1 @@ -1,14 +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(-)] test? ( dev-python/mock[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(-)] +DEPEND=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/mock[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=A CSS Cascading Style Sheets library EAPI=5 HOMEPAGE=https://pypi.python.org/pypi/cssutils/ https://bitbucket.org/cthedot/cssutils http://cthedot.de/cssutils/ -IUSE=test python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +IUSE=test python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 KEYWORDS=~amd64 ~arm ~ppc ~x86 LICENSE=GPL-3 -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(-)] 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 ) +RDEPEND=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(-)] 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/c/cssutils/cssutils-1.0.1.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=4c3dd5fbc704928281fdcc028ac9ffb8 +_md5_=8450d2da040154a330cd58312ca0f9f8 diff --git a/metadata/md5-cache/dev-python/d2to1-0.2.12_p1 b/metadata/md5-cache/dev-python/d2to1-0.2.12_p1 index 0b714ef4228c..3afc2ed000fc 100644 --- a/metadata/md5-cache/dev-python/d2to1-0.2.12_p1 +++ b/metadata/md5-cache/dev-python/d2to1-0.2.12_p1 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/six[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(-)] 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(-)] 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(-)] +DEPEND=dev-python/six[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(-)] 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(-)] dev-python/nose[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=Allows using distutils2-like setup.cfg files for a package metadata EAPI=5 HOMEPAGE=https://pypi.python.org/pypi/d2to1 https://github.com/embray/d2to1 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_py SLOT=0 SRC_URI=mirror://pypi/d/d2to1/d2to1-0.2.12.post1.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=778111e9bea7aa51270f43b9c8ef60fe +_md5_=d306daaba9b4423d570e52422c8f77e5 diff --git a/metadata/md5-cache/dev-python/jaraco-collections-1.3.1 b/metadata/md5-cache/dev-python/jaraco-collections-1.3.1 index 903f20dec785..f9a1af2685f7 100644 --- a/metadata/md5-cache/dev-python/jaraco-collections-1.3.1 +++ b/metadata/md5-cache/dev-python/jaraco-collections-1.3.1 @@ -12,4 +12,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targe SLOT=0 SRC_URI=mirror://pypi/j/jaraco.collections/jaraco.collections-1.3.1.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=57b8571fe21075152def14e605e72b3c +_md5_=40b87ec6cf04d00aaa5c6698085821bb diff --git a/metadata/md5-cache/dev-python/jaraco-collections-1.3.2 b/metadata/md5-cache/dev-python/jaraco-collections-1.3.2 new file mode 100644 index 000000000000..93962e2af6c1 --- /dev/null +++ b/metadata/md5-cache/dev-python/jaraco-collections-1.3.2 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[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/setuptools_scm-1.9[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(-)] test? ( dev-python/jaraco-classes[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/pytest-2.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/pytest-runner[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(-)] +DESCRIPTION=Models and classes to supplement the stdlib collections module +EAPI=5 +HOMEPAGE=https://github.com/jaraco/jaraco.collections +IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +PDEPEND=dev-python/jaraco-text[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(-)] +RDEPEND=dev-python/jaraco-classes[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(-)] 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=mirror://pypi/j/jaraco.collections/jaraco.collections-1.3.2.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=d42a2c81b5df98295b20e7436922261b diff --git a/metadata/md5-cache/dev-python/mccabe-0.4.0 b/metadata/md5-cache/dev-python/mccabe-0.4.0 index b0d511b0d12b..aa100ca9f3db 100644 --- a/metadata/md5-cache/dev-python/mccabe-0.4.0 +++ b/metadata/md5-cache/dev-python/mccabe-0.4.0 @@ -1,15 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytest-runner[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-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_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_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -DESCRIPTION=a plugin for flake8 -EAPI=5 -HOMEPAGE=https://github.com/flintwork/mccabe +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-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_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-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_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_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=flake8 plugin: McCabe complexity checker +EAPI=6 +HOMEPAGE=https://github.com/PyCQA/mccabe IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT -RDEPEND=>=dev-python/pep8-1.4.3[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/flake8[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-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_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_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +RDEPEND=dev-python/flake8[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-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_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_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) -RESTRICT=test SLOT=0 SRC_URI=mirror://pypi/m/mccabe/mccabe-0.4.0.tar.gz -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=347afd6d766b1eaa6914a7f9c43b243c +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=7eeed1b0733f824fe65feab8ec939c8f diff --git a/metadata/md5-cache/dev-python/ptyprocess-0.5.1 b/metadata/md5-cache/dev-python/ptyprocess-0.5.1 new file mode 100644 index 000000000000..47e4ae41475a --- /dev/null +++ b/metadata/md5-cache/dev-python/ptyprocess-0.5.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=test? ( dev-python/pytest[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-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_pypy3? ( virtual/pypy3: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_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=Run a subprocess in a pseudo terminal +EAPI=5 +HOMEPAGE=https://github.com/pexpect/ptyprocess +IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=ISC +RDEPEND=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_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_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-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_pypy3 python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=mirror://pypi/p/ptyprocess/ptyprocess-0.5.1.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=5a20a9635c0e42957c5a3b37125643f8 diff --git a/metadata/md5-cache/dev-python/pyaudio-0.2.9 b/metadata/md5-cache/dev-python/pyaudio-0.2.9 new file mode 100644 index 000000000000..09956b950754 --- /dev/null +++ b/metadata/md5-cache/dev-python/pyaudio-0.2.9 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=media-libs/portaudio 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(-)] +DESCRIPTION=Python bindings for PortAudio +EAPI=5 +HOMEPAGE=http://people.csail.mit.edu/hubert/pyaudio/ +IUSE=doc python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=media-libs/portaudio 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/PyAudio/PyAudio-0.2.9.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=0d757b8f828382167a80ac165f6e51cc diff --git a/metadata/md5-cache/dev-python/pycountry-1.20 b/metadata/md5-cache/dev-python/pycountry-1.20 new file mode 100644 index 000000000000..e02bef045852 --- /dev/null +++ b/metadata/md5-cache/dev-python/pycountry-1.20 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-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_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-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_pypy3? ( virtual/pypy3: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_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=Database of countries, subdivisions, languages, currencies and script +EAPI=5 +HOMEPAGE=https://bitbucket.org/flyingcircus/pycountry +IUSE=test python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~amd64 ~ia64 ~sparc ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=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_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_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-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_pypy3 python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) +SLOT=0 +SRC_URI=mirror://pypi/p/pycountry/pycountry-1.20.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=14384e8e318611cef133ccbaaae84ed1 diff --git a/metadata/md5-cache/dev-python/pygal-2.1.1 b/metadata/md5-cache/dev-python/pygal-2.1.1 new file mode 100644 index 000000000000..88a5d6240c27 --- /dev/null +++ b/metadata/md5-cache/dev-python/pygal-2.1.1 @@ -0,0 +1,14 @@ +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(-)] 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(-)] +DESCRIPTION=A python SVG charts generator +EAPI=5 +HOMEPAGE=http://pygal.org/ +IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +KEYWORDS=~amd64 ~x86 +LICENSE=LGPL-3+ +RDEPEND=dev-python/lxml[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(-)] media-gfx/cairosvg[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/pygal/pygal-2.1.1.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=3ee719a093cd0acd3a2a128ed07e031c diff --git a/metadata/md5-cache/dev-python/pygresql-4.2 b/metadata/md5-cache/dev-python/pygresql-4.2 new file mode 100644 index 000000000000..098846cf1988 --- /dev/null +++ b/metadata/md5-cache/dev-python/pygresql-4.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare pretend setup test +DEPEND=|| ( dev-db/postgresql:9.5 dev-db/postgresql:9.4 dev-db/postgresql:9.3 dev-db/postgresql:9.2 dev-db/postgresql:9.1 dev-db/postgresql:9.0 ) 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=A Python interface for the PostgreSQL database +EAPI=5 +HOMEPAGE=http://www.pygresql.org/ +IUSE=doc python_targets_python2_7 +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 +LICENSE=POSTGRESQL +RDEPEND=|| ( dev-db/postgresql:9.5 dev-db/postgresql:9.4 dev-db/postgresql:9.3 dev-db/postgresql:9.2 dev-db/postgresql:9.1 dev-db/postgresql:9.0 ) 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/P/PyGreSQL/PyGreSQL-4.2.zip +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=58abddf5ebd24ea38f590f2001d67083 diff --git a/metadata/md5-cache/dev-python/pyldap-2.4.25 b/metadata/md5-cache/dev-python/pyldap-2.4.25 new file mode 100644 index 000000000000..e74d8fa6473f --- /dev/null +++ b/metadata/md5-cache/dev-python/pyldap-2.4.25 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>net-nds/openldap-2.4.11 dev-python/pyasn1[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/pyasn1-modules[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(-)] sasl? ( >=dev-libs/cyrus-sasl-2.1 ) 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(-)] 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=Various LDAP-related Python modules +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/pyldap https://github.com/pyldap/pyldap/ +IUSE=doc examples sasl ssl python_targets_pypy python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-solaris +LICENSE=PSF-2 +RDEPEND=>net-nds/openldap-2.4.11 dev-python/pyasn1[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/pyasn1-modules[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(-)] sasl? ( >=dev-libs/cyrus-sasl-2.1 ) !dev-python/python-ldap 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/p/pyldap/pyldap-2.4.25.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=5309a0b7e8f16382e8aa1a599a5e2ac3 diff --git a/metadata/md5-cache/dev-python/pyphen-0.9.4 b/metadata/md5-cache/dev-python/pyphen-0.9.4 new file mode 100644 index 000000000000..a1e8b2a5e495 --- /dev/null +++ b/metadata/md5-cache/dev-python/pyphen-0.9.4 @@ -0,0 +1,14 @@ +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(-)] 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(-)] +DESCRIPTION=Python module for hyphenation using hunspell dictionaries +EAPI=5 +HOMEPAGE=https://github.com/Kozea/Pyphen +IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ LGPL-2+ MPL-1.1 +RDEPEND=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/Pyphen/Pyphen-0.9.4.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=1a1809db365909b70e7d604768173f0d diff --git a/metadata/md5-cache/dev-python/pyquery-1.2.11 b/metadata/md5-cache/dev-python/pyquery-1.2.11 new file mode 100644 index 000000000000..5fddcf44a75d --- /dev/null +++ b/metadata/md5-cache/dev-python/pyquery-1.2.11 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst 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(-)] app-arch/unzip test? ( >=dev-python/lxml-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/cssselect-0.7.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/webob-1.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/beautifulsoup:python-2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/beautifulsoup:python-3[python_targets_python3_3(-)?,-python_single_target_python3_3(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-)] dev-python/requests[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/nose[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/webtest[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-python/restkit[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) 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(-)] +DESCRIPTION=A jQuery-like library for python +EAPI=5 +HOMEPAGE=https://github.com/gawel/pyquery +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=BSD +RDEPEND=>=dev-python/lxml-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/cssselect-0.7.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/webob-1.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(-)] 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/pyquery/pyquery-1.2.11.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=7b01b3b3cb8b1310c5dd90c9222653ed diff --git a/metadata/md5-cache/dev-python/pyscard-1.9.2 b/metadata/md5-cache/dev-python/pyscard-1.9.2 new file mode 100644 index 000000000000..6771ce56774f --- /dev/null +++ b/metadata/md5-cache/dev-python/pyscard-1.9.2 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=sys-apps/pcsc-lite dev-python/setuptools dev-lang/swig 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_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DESCRIPTION=Smart cards support in python +EAPI=5 +HOMEPAGE=http://pyscard.sourceforge.net/ https://pypi.python.org/pypi/pyscard +IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 +KEYWORDS=~amd64 +LICENSE=LGPL-2.1 +RDEPEND=sys-apps/pcsc-lite 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_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://sourceforge/pyscard/pyscard-1.9.2.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=7074499d2babcb3b8dfee6d4711d9a5a diff --git a/metadata/md5-cache/dev-ruby/sawyer-0.7.0 b/metadata/md5-cache/dev-ruby/sawyer-0.7.0 new file mode 100644 index 000000000000..e6e53e0b1995 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/sawyer-0.7.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby20? ( dev-ruby/faraday[ruby_targets_ruby20] dev-ruby/addressable[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/faraday[ruby_targets_ruby21] dev-ruby/addressable[ruby_targets_ruby21] ) ruby_targets_ruby22? ( dev-ruby/faraday[ruby_targets_ruby22] dev-ruby/addressable[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? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[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=Secret User Agent of HTTP +EAPI=5 +HOMEPAGE=https://github.com/lostisland/sawyer +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test test +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( dev-ruby/faraday[ruby_targets_ruby20] dev-ruby/addressable[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/faraday[ruby_targets_ruby21] dev-ruby/addressable[ruby_targets_ruby21] ) ruby_targets_ruby22? ( dev-ruby/faraday[ruby_targets_ruby22] dev-ruby/addressable[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? ( 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/sawyer-0.7.0.gem +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=6d0475b5bee6b439f22ea548797e9c54 diff --git a/metadata/md5-cache/dev-vcs/hgview-1.8.2 b/metadata/md5-cache/dev-vcs/hgview-1.8.2 deleted file mode 100644 index b7ab5e04e4bf..000000000000 --- a/metadata/md5-cache/dev-vcs/hgview-1.8.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-vcs/mercurial[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ncurses? ( >=dev-python/urwid-1.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyinotify[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygments[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) qt4? ( dev-python/docutils[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/PyQt4[X,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/qscintilla-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) doc? ( app-text/asciidoc app-text/xmlto ) 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=A Mercurial interactive history viewer -EAPI=5 -HOMEPAGE=http://www.logilab.org/project/hgview/ https://pypi.python.org/pypi/hgview/ -IUSE=doc ncurses +qt4 python_targets_python2_7 -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=dev-vcs/mercurial[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ncurses? ( >=dev-python/urwid-1.0.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyinotify[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygments[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) qt4? ( dev-python/docutils[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/PyQt4[X,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/qscintilla-python[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=|| ( ncurses qt4 ) || ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=mirror://pypi/h/hgview/hgview-1.8.2.tar.gz -_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=1583a7a66ab9088e68d6b77368df1bd6 diff --git a/metadata/md5-cache/games-roguelike/slashem-0.0.772 b/metadata/md5-cache/games-roguelike/slashem-0.0.772 deleted file mode 100644 index d1ad853e8160..000000000000 --- a/metadata/md5-cache/games-roguelike/slashem-0.0.772 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst preinst setup unpack -DEPEND=>=sys-libs/ncurses-5.2-r5 X? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXext x11-libs/libXt x11-libs/libXpm x11-libs/libX11 x11-libs/libSM x11-libs/libICE x11-libs/libXau x11-libs/libXdmcp ) opengl? ( virtual/opengl media-libs/libsdl ) sdl? ( media-libs/libsdl ) dev-util/yacc -DESCRIPTION=Super Lotsa Added Stuff Hack - Extended Magic. A Nethack Variant -EAPI=0 -HOMEPAGE=http://www.slashem.org/ -IUSE=X sdl opengl -KEYWORDS=amd64 ppc x86 -LICENSE=nethack -RDEPEND=>=sys-libs/ncurses-5.2-r5 X? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXext x11-libs/libXt x11-libs/libXpm x11-libs/libX11 x11-libs/libSM x11-libs/libICE x11-libs/libXau x11-libs/libXdmcp ) opengl? ( virtual/opengl media-libs/libsdl ) sdl? ( media-libs/libsdl ) games-misc/games-envd -SLOT=0 -SRC_URI=mirror://sourceforge/slashem/se007e7f2.tar.gz http://www.juiblex.co.uk/nethack/config/conf12s.tar.gz -_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e games 2cf0d67d765e6358b435ccda30c13ad8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=54f0396f1feb1f4f84239b47dfc7fce2 diff --git a/metadata/md5-cache/games-strategy/attal-0.10.1 b/metadata/md5-cache/games-strategy/attal-0.10.1 deleted file mode 100644 index 8ec883edcc7f..000000000000 --- a/metadata/md5-cache/games-strategy/attal-0.10.1 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack -DEPEND=dev-qt/qtgui:4 dev-qt/qtsql:4 dev-qt/qt3support:4 media-libs/libsdl media-libs/sdl-mixer[vorbis] -DESCRIPTION=turn-based strategy game project -EAPI=2 -HOMEPAGE=http://www.attal-thegame.org/ -KEYWORDS=~amd64 ppc x86 -LICENSE=GPL-2 -RDEPEND=dev-qt/qtgui:4 dev-qt/qtsql:4 dev-qt/qt3support:4 media-libs/libsdl media-libs/sdl-mixer[vorbis] games-misc/games-envd -SLOT=0 -SRC_URI=mirror://sourceforge/attal/attal-src-0.10.1.tar.bz2 mirror://sourceforge/attal/themes-0.10.1.tar.bz2 -_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils 9d81603248f2ba3ec59124320d123e5e games 2cf0d67d765e6358b435ccda30c13ad8 multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db qt4-r2 d6c113024bb3086a1facc65cd338930e toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=5016c75fef7f2b9843e7be19ebe7f9fe diff --git a/metadata/md5-cache/kde-frameworks/kactivities-5.17.0-r1 b/metadata/md5-cache/kde-frameworks/kactivities-5.17.0-r1 new file mode 100644 index 000000000000..e94160a97ea3 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kactivities-5.17.0-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kcmutils-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kdbusaddons-5.17:5 >=kde-frameworks/kdeclarative-5.17:5 >=kde-frameworks/kglobalaccel-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 !=dev-libs/boost-1.54 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.17:5 doc? ( >=kde-frameworks/kapidox-5.17:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for working with KDE activities +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kcmutils-5.17:5 >=kde-frameworks/kconfig-5.17:5 >=kde-frameworks/kconfigwidgets-5.17:5 >=kde-frameworks/kcoreaddons-5.17:5 >=kde-frameworks/kdbusaddons-5.17:5 >=kde-frameworks/kdeclarative-5.17:5 >=kde-frameworks/kglobalaccel-5.17:5 >=kde-frameworks/ki18n-5.17:5 >=kde-frameworks/kio-5.17:5 >=kde-frameworks/kservice-5.17:5 >=kde-frameworks/kwindowsystem-5.17:5 >=kde-frameworks/kxmlgui-5.17:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 !=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.17 +SRC_URI=mirror://kde/stable/frameworks/5.17/kactivities-5.17.0.tar.xz +_eclasses_=cmake-utils c67ce9708a9c02be2d296cf547740e9c eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=0c399e5ac728285093247616599ce697 diff --git a/metadata/md5-cache/kde-frameworks/kactivities-5.18.0-r1 b/metadata/md5-cache/kde-frameworks/kactivities-5.18.0-r1 new file mode 100644 index 000000000000..e23b22d662c2 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kactivities-5.18.0-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kcmutils-5.18:5 >=kde-frameworks/kconfig-5.18:5 >=kde-frameworks/kconfigwidgets-5.18:5 >=kde-frameworks/kcoreaddons-5.18:5 >=kde-frameworks/kdbusaddons-5.18:5 >=kde-frameworks/kdeclarative-5.18:5 >=kde-frameworks/kglobalaccel-5.18:5 >=kde-frameworks/ki18n-5.18:5 >=kde-frameworks/kio-5.18:5 >=kde-frameworks/kservice-5.18:5 >=kde-frameworks/kwidgetsaddons-5.18:5 >=kde-frameworks/kwindowsystem-5.18:5 >=kde-frameworks/kxmlgui-5.18:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 !=dev-libs/boost-1.54 sys-devel/make >=dev-util/cmake-2.8.12 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.18:5 doc? ( >=kde-frameworks/kapidox-5.18:5 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for working with KDE activities +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kcmutils-5.18:5 >=kde-frameworks/kconfig-5.18:5 >=kde-frameworks/kconfigwidgets-5.18:5 >=kde-frameworks/kcoreaddons-5.18:5 >=kde-frameworks/kdbusaddons-5.18:5 >=kde-frameworks/kdeclarative-5.18:5 >=kde-frameworks/kglobalaccel-5.18:5 >=kde-frameworks/ki18n-5.18:5 >=kde-frameworks/kio-5.18:5 >=kde-frameworks/kservice-5.18:5 >=kde-frameworks/kwidgetsaddons-5.18:5 >=kde-frameworks/kwindowsystem-5.18:5 >=kde-frameworks/kxmlgui-5.18:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 !=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kactivities-5.18.0.tar.xz +_eclasses_=cmake-utils c67ce9708a9c02be2d296cf547740e9c eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils d19e7813f27c8f982134d657889b13cf kde5 6e461aad7c19c053ff31b09cdaa17349 kde5-functions 043bd4b8ca49809c08cb772db4b739bc multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=9d69d419a0d96c4e77d853c8733bc6fc diff --git a/metadata/md5-cache/media-gfx/geeqie-1.2-r1 b/metadata/md5-cache/media-gfx/geeqie-1.2-r1 index 0953c87bd8d0..050a3f59d1bf 100644 --- a/metadata/md5-cache/media-gfx/geeqie-1.2-r1 +++ b/metadata/md5-cache/media-gfx/geeqie-1.2-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst prepare unpack -DEPEND=x11-libs/gtk+:2 virtual/libintl doc? ( app-text/gnome-doc-utils ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) !xmp? ( exif? ( >=media-gfx/exiv2-0.17 ) ) tiff? ( media-libs/tiff:0 ) virtual/pkgconfig dev-util/intltool sys-devel/gettext !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEPEND=x11-libs/gtk+:2 virtual/libintl doc? ( app-text/gnome-doc-utils ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) !xmp? ( exif? ( >=media-gfx/exiv2-0.17:= ) ) tiff? ( media-libs/tiff:0 ) virtual/pkgconfig dev-util/intltool sys-devel/gettext !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=A lightweight GTK image viewer forked from GQview EAPI=5 HOMEPAGE=http://www.geeqie.org IUSE=doc exif jpeg lcms lirc lua tiff xmp KEYWORDS=amd64 ~ppc x86 LICENSE=GPL-2 -RDEPEND=x11-libs/gtk+:2 virtual/libintl doc? ( app-text/gnome-doc-utils ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) !xmp? ( exif? ( >=media-gfx/exiv2-0.17 ) ) tiff? ( media-libs/tiff:0 ) +RDEPEND=x11-libs/gtk+:2 virtual/libintl doc? ( app-text/gnome-doc-utils ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) !xmp? ( exif? ( >=media-gfx/exiv2-0.17:= ) ) tiff? ( media-libs/tiff:0 ) SLOT=0 SRC_URI=https://dev.gentoo.org/~voyageur/distfiles/geeqie-1.2.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=96195ad93e5ebfa73cfb4466a2064b46 +_md5_=94db097d8b61fa89b83e4185a62e257c diff --git a/metadata/md5-cache/media-gfx/geeqie-1.2.1 b/metadata/md5-cache/media-gfx/geeqie-1.2.1 index a3a58a9760c0..5edaaf4b3b23 100644 --- a/metadata/md5-cache/media-gfx/geeqie-1.2.1 +++ b/metadata/md5-cache/media-gfx/geeqie-1.2.1 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install postinst prepare -DEPEND=gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) virtual/libintl doc? ( app-text/gnome-doc-utils ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) !xmp? ( exif? ( >=media-gfx/exiv2-0.17 ) ) tiff? ( media-libs/tiff:0 ) virtual/pkgconfig dev-util/intltool sys-devel/gettext !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEPEND=gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) virtual/libintl doc? ( app-text/gnome-doc-utils ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) !xmp? ( exif? ( >=media-gfx/exiv2-0.17:= ) ) tiff? ( media-libs/tiff:0 ) virtual/pkgconfig dev-util/intltool sys-devel/gettext !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=A lightweight GTK image viewer forked from GQview EAPI=5 HOMEPAGE=http://www.geeqie.org IUSE=doc exif gtk3 jpeg lcms lirc lua tiff xmp KEYWORDS=~amd64 ~ppc ~x86 LICENSE=GPL-2 -RDEPEND=gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) virtual/libintl doc? ( app-text/gnome-doc-utils ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) !xmp? ( exif? ( >=media-gfx/exiv2-0.17 ) ) tiff? ( media-libs/tiff:0 ) +RDEPEND=gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) virtual/libintl doc? ( app-text/gnome-doc-utils ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) !xmp? ( exif? ( >=media-gfx/exiv2-0.17:= ) ) tiff? ( media-libs/tiff:0 ) SLOT=0 SRC_URI=https://dev.gentoo.org/~voyageur/distfiles/geeqie-1.2.1.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=767c2c17f90a74934bd678187049cdc6 +_md5_=87137dbd683d37251163f73cc465fbe3 diff --git a/metadata/md5-cache/media-gfx/geeqie-1.2.2 b/metadata/md5-cache/media-gfx/geeqie-1.2.2 index cf7bc90e8e6e..fffe78ec6a77 100644 --- a/metadata/md5-cache/media-gfx/geeqie-1.2.2 +++ b/metadata/md5-cache/media-gfx/geeqie-1.2.2 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install postinst prepare -DEPEND=gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) virtual/libintl doc? ( app-text/gnome-doc-utils ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) !xmp? ( exif? ( >=media-gfx/exiv2-0.17 ) ) tiff? ( media-libs/tiff:0 ) virtual/pkgconfig dev-util/intltool sys-devel/gettext !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEPEND=gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) virtual/libintl doc? ( app-text/gnome-doc-utils ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) !xmp? ( exif? ( >=media-gfx/exiv2-0.17:= ) ) tiff? ( media-libs/tiff:0 ) virtual/pkgconfig dev-util/intltool sys-devel/gettext !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=A lightweight GTK image viewer forked from GQview EAPI=5 HOMEPAGE=http://www.geeqie.org IUSE=debug doc exif gtk3 jpeg lcms lirc lua tiff xmp KEYWORDS=~amd64 ~ppc ~x86 LICENSE=GPL-2 -RDEPEND=gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) virtual/libintl doc? ( app-text/gnome-doc-utils ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) !xmp? ( exif? ( >=media-gfx/exiv2-0.17 ) ) tiff? ( media-libs/tiff:0 ) +RDEPEND=gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) virtual/libintl doc? ( app-text/gnome-doc-utils ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) !xmp? ( exif? ( >=media-gfx/exiv2-0.17:= ) ) tiff? ( media-libs/tiff:0 ) SLOT=0 SRC_URI=http://www.geeqie.org/geeqie-1.2.2.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=97a92430dd777c9a6e279af9651c24ef +_md5_=7b763d4f988c86eb18cf9e62ee5f039e diff --git a/metadata/md5-cache/media-gfx/geeqie-1.2.2-r1 b/metadata/md5-cache/media-gfx/geeqie-1.2.2-r1 index b7175ff1a283..6445f8c1ea81 100644 --- a/metadata/md5-cache/media-gfx/geeqie-1.2.2-r1 +++ b/metadata/md5-cache/media-gfx/geeqie-1.2.2-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install postinst prepare -DEPEND=gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) virtual/libintl doc? ( app-text/gnome-doc-utils ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) !xmp? ( exif? ( >=media-gfx/exiv2-0.17 ) ) tiff? ( media-libs/tiff:0 ) virtual/pkgconfig dev-util/intltool sys-devel/gettext !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEPEND=gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) virtual/libintl doc? ( app-text/gnome-doc-utils ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) !xmp? ( exif? ( >=media-gfx/exiv2-0.17:= ) ) tiff? ( media-libs/tiff:0 ) virtual/pkgconfig dev-util/intltool sys-devel/gettext !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=A lightweight GTK image viewer forked from GQview EAPI=5 HOMEPAGE=http://www.geeqie.org IUSE=debug doc exif gtk3 jpeg lcms lirc lua tiff xmp KEYWORDS=~amd64 ~ppc ~x86 LICENSE=GPL-2 -RDEPEND=gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) virtual/libintl doc? ( app-text/gnome-doc-utils ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) !xmp? ( exif? ( >=media-gfx/exiv2-0.17 ) ) tiff? ( media-libs/tiff:0 ) +RDEPEND=gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) virtual/libintl doc? ( app-text/gnome-doc-utils ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) !xmp? ( exif? ( >=media-gfx/exiv2-0.17:= ) ) tiff? ( media-libs/tiff:0 ) SLOT=0 SRC_URI=http://www.geeqie.org/geeqie-1.2.2.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=c2bfe00015c3ac081c1d8d70011e234c +_md5_=4e8081d908974483cbc3c631d0c75d0b diff --git a/metadata/md5-cache/media-gfx/geeqie-1.2.2-r2 b/metadata/md5-cache/media-gfx/geeqie-1.2.2-r2 index 072bd47a3ff8..47a2611b7809 100644 --- a/metadata/md5-cache/media-gfx/geeqie-1.2.2-r2 +++ b/metadata/md5-cache/media-gfx/geeqie-1.2.2-r2 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install postinst prepare -DEPEND=gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) virtual/libintl doc? ( app-text/gnome-doc-utils ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) !xmp? ( exif? ( >=media-gfx/exiv2-0.17 ) ) tiff? ( media-libs/tiff:0 ) virtual/pkgconfig dev-util/intltool sys-devel/gettext !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEPEND=gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) virtual/libintl doc? ( app-text/gnome-doc-utils ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) !xmp? ( exif? ( >=media-gfx/exiv2-0.17:= ) ) tiff? ( media-libs/tiff:0 ) virtual/pkgconfig dev-util/intltool sys-devel/gettext !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=A lightweight GTK image viewer forked from GQview EAPI=5 HOMEPAGE=http://www.geeqie.org IUSE=debug doc exif gtk3 jpeg lcms lirc lua tiff xmp KEYWORDS=~amd64 ~ppc ~x86 LICENSE=GPL-2 -RDEPEND=gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) virtual/libintl doc? ( app-text/gnome-doc-utils ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) !xmp? ( exif? ( >=media-gfx/exiv2-0.17 ) ) tiff? ( media-libs/tiff:0 ) +RDEPEND=gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) virtual/libintl doc? ( app-text/gnome-doc-utils ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) lirc? ( app-misc/lirc ) lua? ( >=dev-lang/lua-5.1:= ) xmp? ( >=media-gfx/exiv2-0.17:=[xmp] ) !xmp? ( exif? ( >=media-gfx/exiv2-0.17:= ) ) tiff? ( media-libs/tiff:0 ) SLOT=0 SRC_URI=http://www.geeqie.org/geeqie-1.2.2.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=c9f1844b0580616855e36909e1f1cb0c +_md5_=efb7de127bc42254ad8ede06e58a1959 diff --git a/metadata/md5-cache/media-gfx/valentina-0.4.2-r1 b/metadata/md5-cache/media-gfx/valentina-0.4.2-r1 deleted file mode 100644 index 558b12b6e94a..000000000000 --- a/metadata/md5-cache/media-gfx/valentina-0.4.2-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare -DEPEND=app-text/poppler dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 dev-qt/qtxmlpatterns:5 app-arch/unzip -DESCRIPTION=Cloth patternmaking software -EAPI=5 -HOMEPAGE=http://valentinaproject.bitbucket.org/ -IUSE=linguas_cs_CZ linguas_de_DE linguas_en_CA linguas_en_US linguas_es_ES linguas_fi_FI linguas_fr_FR linguas_he_IL linguas_id_ID linguas_it_IT linguas_nl_NL linguas_ro_RO linguas_ru_RU linguas_uk_UA linguas_zh_CN -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=app-text/poppler dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 dev-qt/qtxmlpatterns:5 -SLOT=0 -SRC_URI=https://bitbucket.org/dismine/valentina/get/v0.4.2.zip -> valentina-0.4.2.zip -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=e0aae56c1e0f750d4727e8ea0fc92784 diff --git a/metadata/md5-cache/media-gfx/valentina-0.4.2-r3 b/metadata/md5-cache/media-gfx/valentina-0.4.2-r3 new file mode 100644 index 000000000000..dfaa928bcd24 --- /dev/null +++ b/metadata/md5-cache/media-gfx/valentina-0.4.2-r3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install postinst prepare +DEPEND=app-text/poppler dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 dev-qt/qtxmlpatterns:5 app-arch/unzip >=sys-apps/sed-4 +DESCRIPTION=Cloth patternmaking software +EAPI=5 +HOMEPAGE=http://valentinaproject.bitbucket.org/ +IUSE=gnome linguas_cs_CZ linguas_de_DE linguas_en_CA linguas_en_US linguas_es_ES linguas_fi_FI linguas_fr_FR linguas_he_IL linguas_id_ID linguas_it_IT linguas_nl_NL linguas_ro_RO linguas_ru_RU linguas_uk_UA linguas_zh_CN +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=app-text/poppler dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 dev-qt/qtxmlpatterns:5 +SLOT=0 +SRC_URI=https://bitbucket.org/dismine/valentina/get/v0.4.2.zip -> valentina-0.4.2.zip +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils d19e7813f27c8f982134d657889b13cf multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=54f48618fef21173a5b61eaa3bc80448 diff --git a/metadata/md5-cache/media-gfx/valentina-9999 b/metadata/md5-cache/media-gfx/valentina-9999 index ec8afd4f16aa..965df4d375bd 100644 --- a/metadata/md5-cache/media-gfx/valentina-9999 +++ b/metadata/md5-cache/media-gfx/valentina-9999 @@ -1,12 +1,12 @@ -DEFINED_PHASES=configure install unpack -DEPEND=app-text/poppler dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 dev-qt/qtxmlpatterns:5 dev-vcs/mercurial +DEFINED_PHASES=configure install postinst unpack +DEPEND=app-text/poppler dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 dev-qt/qtxmlpatterns:5 dev-vcs/mercurial >=sys-apps/sed-4 DESCRIPTION=Cloth patternmaking software EAPI=5 HOMEPAGE=http://valentinaproject.bitbucket.org/ -IUSE=linguas_cs_CZ linguas_de_DE linguas_en_CA linguas_en_US linguas_es_ES linguas_fi_FI linguas_fr_FR linguas_he_IL linguas_id_ID linguas_it_IT linguas_nl_NL linguas_ro_RO linguas_ru_RU linguas_uk_UA linguas_zh_CN +IUSE=gnome linguas_cs_CZ linguas_de_DE linguas_en_CA linguas_en_US linguas_es_ES linguas_fi_FI linguas_fr_FR linguas_he_IL linguas_id_ID linguas_it_IT linguas_nl_NL linguas_ro_RO linguas_ru_RU linguas_uk_UA linguas_zh_CN KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 RDEPEND=app-text/poppler dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 dev-qt/qtxmlpatterns:5 SLOT=0 -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e mercurial 789038b352d112bcff9dff083aa40d8d multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=af9a56e14b6eb02dc44226fdab894e33 +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils d19e7813f27c8f982134d657889b13cf mercurial 789038b352d112bcff9dff083aa40d8d multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=26ba35086be05a92e6c0b63e86dbd80b diff --git a/metadata/md5-cache/media-libs/harfbuzz-1.1.2 b/metadata/md5-cache/media-libs/harfbuzz-1.2.0 similarity index 98% rename from metadata/md5-cache/media-libs/harfbuzz-1.1.2 rename to metadata/md5-cache/media-libs/harfbuzz-1.2.0 index 0f11694d8052..07479b7fc19c 100644 --- a/metadata/md5-cache/media-libs/harfbuzz-1.1.2 +++ b/metadata/md5-cache/media-libs/harfbuzz-1.2.0 @@ -1,7 +1,7 @@ DEFINED_PHASES=compile configure install prepare setup test DEPEND=cairo? ( x11-libs/cairo:= ) fontconfig? ( media-libs/fontconfig:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) glib? ( >=dev-libs/glib-2.34.3:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) graphite? ( >=media-gfx/graphite2-1.2.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(-)?] ) icu? ( >=dev-libs/icu-51.2-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) introspection? ( >=dev-libs/gobject-introspection-1.34:= ) truetype? ( >=media-libs/freetype-2.5.0.1:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) dev-util/gtk-doc-am virtual/pkgconfig test? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) DESCRIPTION=An OpenType text shaping engine -EAPI=5 +EAPI=6 HOMEPAGE=http://www.freedesktop.org/wiki/Software/HarfBuzz IUSE=+cairo fontconfig +glib +graphite icu +introspection static-libs test +truetype abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris @@ -9,6 +9,6 @@ LICENSE=Old-MIT ISC icu RDEPEND=cairo? ( x11-libs/cairo:= ) fontconfig? ( media-libs/fontconfig:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) glib? ( >=dev-libs/glib-2.34.3:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) graphite? ( >=media-gfx/graphite2-1.2.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(-)?] ) icu? ( >=dev-libs/icu-51.2-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) introspection? ( >=dev-libs/gobject-introspection-1.34:= ) truetype? ( >=media-libs/freetype-2.5.0.1:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) REQUIRED_USE=introspection? ( glib ) SLOT=0/0.9.18 -SRC_URI=http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.1.2.tar.bz2 +SRC_URI=http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.2.0.tar.bz2 _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=dd236dcf223ec25123306b1fba99e3fe +_md5_=f54fd9fd9ff59710902c76e733ed9782 diff --git a/metadata/md5-cache/media-libs/harfbuzz-9999 b/metadata/md5-cache/media-libs/harfbuzz-9999 index 8472db4fade3..33357aad5ce8 100644 --- a/metadata/md5-cache/media-libs/harfbuzz-9999 +++ b/metadata/md5-cache/media-libs/harfbuzz-9999 @@ -1,7 +1,7 @@ DEFINED_PHASES=compile configure install prepare setup test unpack DEPEND=cairo? ( x11-libs/cairo:= ) fontconfig? ( media-libs/fontconfig:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) glib? ( >=dev-libs/glib-2.34.3:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) graphite? ( >=media-gfx/graphite2-1.2.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(-)?] ) icu? ( >=dev-libs/icu-51.2-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) introspection? ( >=dev-libs/gobject-introspection-1.34:= ) truetype? ( >=media-libs/freetype-2.5.0.1:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) dev-util/gtk-doc-am virtual/pkgconfig test? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) >=dev-libs/gobject-introspection-common-1.34 dev-util/ragel >=dev-vcs/git-1.8.2.1 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=An OpenType text shaping engine -EAPI=5 +EAPI=6 HOMEPAGE=http://www.freedesktop.org/wiki/Software/HarfBuzz IUSE=+cairo fontconfig +glib +graphite icu +introspection static-libs test +truetype abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 LICENSE=Old-MIT ISC icu @@ -9,4 +9,4 @@ RDEPEND=cairo? ( x11-libs/cairo:= ) fontconfig? ( media-libs/fontconfig:1.0[abi_ REQUIRED_USE=introspection? ( glib ) SLOT=0/0.9.18 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e git-r3 ef66dfc3db09f327af21cf32f140fb2b libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=dd236dcf223ec25123306b1fba99e3fe +_md5_=f54fd9fd9ff59710902c76e733ed9782 diff --git a/metadata/md5-cache/media-libs/raspberrypi-userland-bin-1.20160209 b/metadata/md5-cache/media-libs/raspberrypi-userland-bin-1.20160209 new file mode 100644 index 000000000000..0dccb9e1be1f --- /dev/null +++ b/metadata/md5-cache/media-libs/raspberrypi-userland-bin-1.20160209 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install prepare unpack +DESCRIPTION=Raspberry Pi userspace tools and libraries +EAPI=5 +HOMEPAGE=https://github.com/raspberrypi/firmware +IUSE=+hardfp examples +KEYWORDS=~arm -* +LICENSE=BSD GPL-2 raspberrypi-videocore-bin +RDEPEND=!media-libs/raspberrypi-userland +RESTRICT=binchecks +SLOT=0 +SRC_URI=https://github.com/raspberrypi/firmware/archive/1.20160209.tar.gz -> raspberrypi-firmware-1.20160209.tar.gz +_eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 vcs-snapshot b45be87e7012be0af8424e8a5644da1d +_md5_=50cfcc941bafdb7d8304efce7815ea0d diff --git a/metadata/md5-cache/media-sound/musique-1.3 b/metadata/md5-cache/media-sound/musique-1.3 deleted file mode 100644 index dba902059b0c..000000000000 --- a/metadata/md5-cache/media-sound/musique-1.3 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=dev-qt/qtdbus:4 dev-qt/qtgui:4[gtkstyle] dev-qt/qtsql:4[sqlite] || ( dev-qt/qtphonon:4 media-libs/phonon[qt4] ) media-libs/taglib -DESCRIPTION=Qt4 music player -EAPI=5 -HOMEPAGE=http://flavio.tordini.org/musique -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-qt/qtdbus:4 dev-qt/qtgui:4[gtkstyle] dev-qt/qtsql:4[sqlite] || ( dev-qt/qtphonon:4 media-libs/phonon[qt4] ) media-libs/taglib -SLOT=0 -SRC_URI=https://dev.gentoo.org/~hwoarang/distfiles/musique-1.3.tar.gz -_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db qt4-r2 d6c113024bb3086a1facc65cd338930e toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=55a3f5985b2cc0976aeb3789bfb8ffdb diff --git a/metadata/md5-cache/media-sound/puddletag-1.1.1 b/metadata/md5-cache/media-sound/puddletag-1.1.1 index c65ef80ac702..36b42ab6afff 100644 --- a/metadata/md5-cache/media-sound/puddletag-1.1.1 +++ b/metadata/md5-cache/media-sound/puddletag-1.1.1 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 SRC_URI=https://github.com/keithgg/puddletag/releases/download/1.1.1/puddletag-1.1.1.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=c44e9678aed06afc13c87d4005cff92c +_md5_=e852f7c4f4f0380ad49e7fb1f50bf8cf diff --git a/metadata/md5-cache/media-sound/qastools-0.17.2 b/metadata/md5-cache/media-sound/qastools-0.17.2 deleted file mode 100644 index f9748b8efd52..000000000000 --- a/metadata/md5-cache/media-sound/qastools-0.17.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=media-libs/alsa-lib >=dev-qt/qtcore-4.6:4 >=dev-qt/qtgui-4.6:4 >=dev-qt/qtsvg-4.6:4 app-arch/xz-utils sys-devel/make >=dev-util/cmake-2.8.12 -DESCRIPTION=Qt4 GUI ALSA tools: mixer, configuration browser -EAPI=5 -HOMEPAGE=http://xwmw.org/qastools/ -IUSE=linguas_cs linguas_de linguas_es linguas_ru -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=media-libs/alsa-lib >=dev-qt/qtcore-4.6:4 >=dev-qt/qtgui-4.6:4 >=dev-qt/qtsvg-4.6:4 -SLOT=0 -SRC_URI=mirror://sourceforge/qastools/0.17.2/qastools_0.17.2.tar.xz -_eclasses_=cmake-utils c67ce9708a9c02be2d296cf547740e9c eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f1bffeccc8299f1626334eafe27a3b80 diff --git a/metadata/md5-cache/media-sound/spotify-1.0.23.93 b/metadata/md5-cache/media-sound/spotify-1.0.23.93 new file mode 100644 index 000000000000..f9de29dee90a --- /dev/null +++ b/metadata/md5-cache/media-sound/spotify-1.0.23.93 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install postinst postrm preinst prepare unpack +DEPEND=>=sys-apps/sed-4 +DESCRIPTION=Spotify is a social music platform +EAPI=5 +HOMEPAGE=https://www.spotify.com/ch-de/download/previews/ +IUSE=gnome pax_kernel pulseaudio +KEYWORDS=~amd64 ~x86 +LICENSE=Spotify +RDEPEND=dev-libs/nss gnome-base/gconf gnome-extra/zenity media-libs/alsa-lib media-libs/harfbuzz media-libs/fontconfig media-libs/mesa net-misc/curl net-print/cups[ssl] sys-libs/glibc x11-libs/gtk+:2 x11-libs/libXScrnSaver x11-libs/libXtst pulseaudio? ( media-sound/pulseaudio ) gnome? ( gnome-extra/gnome-integration-spotify ) +RESTRICT=mirror strip +SLOT=0 +SRC_URI=amd64? ( http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.23.93.gd6cfae15-30_amd64.deb ) x86? ( http://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.23.93.gd6cfae15-5_i386.deb ) +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils d19e7813f27c8f982134d657889b13cf multilib 3972ca401cf7dbb430df9995f5d8d580 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=8eee30f707b6434bbfa68015b27a1779 diff --git a/metadata/md5-cache/media-video/mpv-0.9.2-r1 b/metadata/md5-cache/media-video/mpv-0.9.2-r1 index 55aafbef1780..762ec16a7dff 100644 --- a/metadata/md5-cache/media-video/mpv-0.9.2-r1 +++ b/metadata/md5-cache/media-video/mpv-0.9.2-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup -DEPEND=libav? ( >=media-video/libav-11:0=[encode?,threads,vaapi?,vdpau?] ) !libav? ( >=media-video/ffmpeg-2.4.0:0=[encode?,threads,vaapi?,vdpau?] ) sys-libs/zlib X? ( x11-libs/libX11 x11-libs/libXext >=x11-libs/libXrandr-1.2.0 opengl? ( virtual/opengl egl? ( media-libs/mesa[egl] ) ) lcms? ( >=media-libs/lcms-2.6:2 ) vaapi? ( >=x11-libs/libva-0.34.0[X(+)] ) vdpau? ( >=x11-libs/libvdpau-0.2 ) xinerama? ( x11-libs/libXinerama ) xscreensaver? ( x11-libs/libXScrnSaver ) xv? ( x11-libs/libXv ) ) alsa? ( >=media-libs/alsa-lib-1.0.18 ) bluray? ( >=media-libs/libbluray-0.3.0 ) bs2b? ( media-libs/libbs2b ) cdio? ( dev-libs/libcdio dev-libs/libcdio-paranoia ) drm? ( x11-libs/libdrm ) dvb? ( virtual/linuxtv-dvb-headers ) dvd? ( >=media-libs/libdvdread-4.1.3 >=media-libs/libdvdnav-4.2.0 ) enca? ( app-i18n/enca ) iconv? ( virtual/libiconv ) jack? ( media-sound/jack-audio-connection-kit ) jpeg? ( virtual/jpeg:0 ) ladspa? ( media-libs/ladspa-sdk ) libass? ( >=media-libs/libass-0.12.1:=[enca?,fontconfig] virtual/ttf-fonts ) libcaca? ( >=media-libs/libcaca-0.99_beta18 ) libguess? ( >=app-i18n/libguess-1.0 ) lua? ( !luajit? ( || ( =dev-lang/lua-5.1*:= =dev-lang/lua-5.2*:= ) ) luajit? ( dev-lang/luajit:2 ) ) openal? ( >=media-libs/openal-1.13 ) pulseaudio? ( media-sound/pulseaudio ) rubberband? ( >=media-libs/rubberband-1.8.0 ) samba? ( net-fs/samba ) sdl? ( media-libs/libsdl2[threads] ) v4l? ( media-libs/libv4l ) wayland? ( >=dev-libs/wayland-1.6.0 media-libs/mesa[egl,wayland] >=x11-libs/libxkbcommon-0.3.0 ) || ( dev-lang/python:3.4[threads(+)] >=dev-lang/python-3.3.2-r2:3.3[threads(+)] >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) virtual/pkgconfig >=dev-lang/perl-5.8 dev-python/docutils doc-pdf? ( dev-python/rst2pdf ) X? ( x11-proto/videoproto xinerama? ( x11-proto/xineramaproto ) xscreensaver? ( x11-proto/scrnsaverproto ) ) dev-lang/python !dev-lang/python[-threads] >=sys-apps/sed-4 +DEPEND=libav? ( >=media-video/libav-11:0=[encode?,threads,vaapi?,vdpau?] ) !libav? ( >=media-video/ffmpeg-2.4.0:0=[encode?,threads,vaapi?,vdpau?] =x11-libs/libXrandr-1.2.0 opengl? ( virtual/opengl egl? ( media-libs/mesa[egl] ) ) lcms? ( >=media-libs/lcms-2.6:2 ) vaapi? ( >=x11-libs/libva-0.34.0[X(+)] ) vdpau? ( >=x11-libs/libvdpau-0.2 ) xinerama? ( x11-libs/libXinerama ) xscreensaver? ( x11-libs/libXScrnSaver ) xv? ( x11-libs/libXv ) ) alsa? ( >=media-libs/alsa-lib-1.0.18 ) bluray? ( >=media-libs/libbluray-0.3.0 ) bs2b? ( media-libs/libbs2b ) cdio? ( dev-libs/libcdio dev-libs/libcdio-paranoia ) drm? ( x11-libs/libdrm ) dvb? ( virtual/linuxtv-dvb-headers ) dvd? ( >=media-libs/libdvdread-4.1.3 >=media-libs/libdvdnav-4.2.0 ) enca? ( app-i18n/enca ) iconv? ( virtual/libiconv ) jack? ( media-sound/jack-audio-connection-kit ) jpeg? ( virtual/jpeg:0 ) ladspa? ( media-libs/ladspa-sdk ) libass? ( >=media-libs/libass-0.12.1:=[enca?,fontconfig] virtual/ttf-fonts ) libcaca? ( >=media-libs/libcaca-0.99_beta18 ) libguess? ( >=app-i18n/libguess-1.0 ) lua? ( !luajit? ( || ( =dev-lang/lua-5.1*:= =dev-lang/lua-5.2*:= ) ) luajit? ( dev-lang/luajit:2 ) ) openal? ( >=media-libs/openal-1.13 ) pulseaudio? ( media-sound/pulseaudio ) rubberband? ( >=media-libs/rubberband-1.8.0 ) samba? ( net-fs/samba ) sdl? ( media-libs/libsdl2[threads] ) v4l? ( media-libs/libv4l ) wayland? ( >=dev-libs/wayland-1.6.0 media-libs/mesa[egl,wayland] >=x11-libs/libxkbcommon-0.3.0 ) || ( dev-lang/python:3.4[threads(+)] >=dev-lang/python-3.3.2-r2:3.3[threads(+)] >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) virtual/pkgconfig >=dev-lang/perl-5.8 dev-python/docutils doc-pdf? ( dev-python/rst2pdf ) X? ( x11-proto/videoproto xinerama? ( x11-proto/xineramaproto ) xscreensaver? ( x11-proto/scrnsaverproto ) ) dev-lang/python !dev-lang/python[-threads] >=sys-apps/sed-4 DESCRIPTION=Media player based on MPlayer and mplayer2 EAPI=5 HOMEPAGE=http://mpv.io/ IUSE=+alsa bluray bs2b cdio +cli doc-pdf drm dvb +dvd egl +enca encode +iconv jack jpeg ladspa lcms +libass libav libcaca libguess libmpv lua luajit openal +opengl oss pulseaudio pvr raspberry-pi rubberband samba sdl selinux v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver xv KEYWORDS=alpha amd64 ~arm hppa ppc ppc64 ~sparc ~x86 ~amd64-linux LICENSE=GPL-2+ BSD ISC -RDEPEND=libav? ( >=media-video/libav-11:0=[encode?,threads,vaapi?,vdpau?] ) !libav? ( >=media-video/ffmpeg-2.4.0:0=[encode?,threads,vaapi?,vdpau?] ) sys-libs/zlib X? ( x11-libs/libX11 x11-libs/libXext >=x11-libs/libXrandr-1.2.0 opengl? ( virtual/opengl egl? ( media-libs/mesa[egl] ) ) lcms? ( >=media-libs/lcms-2.6:2 ) vaapi? ( >=x11-libs/libva-0.34.0[X(+)] ) vdpau? ( >=x11-libs/libvdpau-0.2 ) xinerama? ( x11-libs/libXinerama ) xscreensaver? ( x11-libs/libXScrnSaver ) xv? ( x11-libs/libXv ) ) alsa? ( >=media-libs/alsa-lib-1.0.18 ) bluray? ( >=media-libs/libbluray-0.3.0 ) bs2b? ( media-libs/libbs2b ) cdio? ( dev-libs/libcdio dev-libs/libcdio-paranoia ) drm? ( x11-libs/libdrm ) dvb? ( virtual/linuxtv-dvb-headers ) dvd? ( >=media-libs/libdvdread-4.1.3 >=media-libs/libdvdnav-4.2.0 ) enca? ( app-i18n/enca ) iconv? ( virtual/libiconv ) jack? ( media-sound/jack-audio-connection-kit ) jpeg? ( virtual/jpeg:0 ) ladspa? ( media-libs/ladspa-sdk ) libass? ( >=media-libs/libass-0.12.1:=[enca?,fontconfig] virtual/ttf-fonts ) libcaca? ( >=media-libs/libcaca-0.99_beta18 ) libguess? ( >=app-i18n/libguess-1.0 ) lua? ( !luajit? ( || ( =dev-lang/lua-5.1*:= =dev-lang/lua-5.2*:= ) ) luajit? ( dev-lang/luajit:2 ) ) openal? ( >=media-libs/openal-1.13 ) pulseaudio? ( media-sound/pulseaudio ) rubberband? ( >=media-libs/rubberband-1.8.0 ) samba? ( net-fs/samba ) sdl? ( media-libs/libsdl2[threads] ) v4l? ( media-libs/libv4l ) wayland? ( >=dev-libs/wayland-1.6.0 media-libs/mesa[egl,wayland] >=x11-libs/libxkbcommon-0.3.0 ) selinux? ( sec-policy/selinux-mplayer ) +RDEPEND=libav? ( >=media-video/libav-11:0=[encode?,threads,vaapi?,vdpau?] ) !libav? ( >=media-video/ffmpeg-2.4.0:0=[encode?,threads,vaapi?,vdpau?] =x11-libs/libXrandr-1.2.0 opengl? ( virtual/opengl egl? ( media-libs/mesa[egl] ) ) lcms? ( >=media-libs/lcms-2.6:2 ) vaapi? ( >=x11-libs/libva-0.34.0[X(+)] ) vdpau? ( >=x11-libs/libvdpau-0.2 ) xinerama? ( x11-libs/libXinerama ) xscreensaver? ( x11-libs/libXScrnSaver ) xv? ( x11-libs/libXv ) ) alsa? ( >=media-libs/alsa-lib-1.0.18 ) bluray? ( >=media-libs/libbluray-0.3.0 ) bs2b? ( media-libs/libbs2b ) cdio? ( dev-libs/libcdio dev-libs/libcdio-paranoia ) drm? ( x11-libs/libdrm ) dvb? ( virtual/linuxtv-dvb-headers ) dvd? ( >=media-libs/libdvdread-4.1.3 >=media-libs/libdvdnav-4.2.0 ) enca? ( app-i18n/enca ) iconv? ( virtual/libiconv ) jack? ( media-sound/jack-audio-connection-kit ) jpeg? ( virtual/jpeg:0 ) ladspa? ( media-libs/ladspa-sdk ) libass? ( >=media-libs/libass-0.12.1:=[enca?,fontconfig] virtual/ttf-fonts ) libcaca? ( >=media-libs/libcaca-0.99_beta18 ) libguess? ( >=app-i18n/libguess-1.0 ) lua? ( !luajit? ( || ( =dev-lang/lua-5.1*:= =dev-lang/lua-5.2*:= ) ) luajit? ( dev-lang/luajit:2 ) ) openal? ( >=media-libs/openal-1.13 ) pulseaudio? ( media-sound/pulseaudio ) rubberband? ( >=media-libs/rubberband-1.8.0 ) samba? ( net-fs/samba ) sdl? ( media-libs/libsdl2[threads] ) v4l? ( media-libs/libv4l ) wayland? ( >=dev-libs/wayland-1.6.0 media-libs/mesa[egl,wayland] >=x11-libs/libxkbcommon-0.3.0 ) selinux? ( sec-policy/selinux-mplayer ) REQUIRED_USE=|| ( cli libmpv ) egl? ( opengl X ) enca? ( iconv ) lcms? ( opengl ) libguess? ( iconv ) luajit? ( lua ) opengl? ( || ( wayland X ) ) pvr? ( v4l ) vaapi? ( X ) vdpau? ( X ) wayland? ( opengl ) xinerama? ( X ) xscreensaver? ( X ) xv? ( X ) SLOT=0 SRC_URI=http://ftp.waf.io/pub/release/waf-1.8.4 https://github.com/mpv-player/mpv/archive/v0.9.2.tar.gz -> mpv-0.9.2.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils d19e7813f27c8f982134d657889b13cf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 waf-utils ad1dd5b59c523843eebd3a9934c509ca xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=0e396cac0f019cd01047488ed9d2be16 +_md5_=f755bb7c19d2d0a464307c8df583f5fc diff --git a/metadata/md5-cache/media-video/smplayer-16.1.0 b/metadata/md5-cache/media-video/smplayer-16.1.0 new file mode 100644 index 000000000000..b1f5d2d3a0d6 --- /dev/null +++ b/metadata/md5-cache/media-video/smplayer-16.1.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare +DEPEND=sys-libs/zlib qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsingleapplication[X,qt4] autoshutdown? ( dev-qt/qtdbus:4 ) mpris? ( dev-qt/qtdbus:4 ) streaming? ( dev-qt/qtcore:4[ssl] ) ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 >=dev-qt/qtsingleapplication-2.6.1_p20150629[X,qt5] dev-qt/qtwidgets:5 dev-qt/qtxml:5 autoshutdown? ( dev-qt/qtdbus:5 ) mpris? ( dev-qt/qtdbus:5 ) streaming? ( dev-qt/qtnetwork:5[ssl] dev-qt/qtscript:5 ) ) qt5? ( dev-qt/linguist-tools:5 ) +DESCRIPTION=Great Qt GUI front-end for mplayer/mpv +EAPI=6 +HOMEPAGE=http://smplayer.info/ +IUSE=autoshutdown bidi debug mpris +qt4 qt5 streaming linguas_ar linguas_ar_SY linguas_bg linguas_ca linguas_cs linguas_da linguas_de linguas_el_GR linguas_en_GB linguas_en_US linguas_es linguas_et linguas_eu linguas_fi linguas_fr linguas_gl linguas_he_IL linguas_hr linguas_hu linguas_id linguas_it linguas_ja linguas_ka linguas_ko linguas_ku linguas_lt linguas_mk linguas_ms_MY linguas_nl linguas_nn_NO linguas_pl linguas_pt linguas_pt_BR linguas_ro_RO linguas_ru_RU linguas_sk linguas_sl_SI linguas_sq_AL linguas_sr linguas_sv linguas_th linguas_tr linguas_uk_UA linguas_uz linguas_vi_VN linguas_zh_CN linguas_zh_TW +KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux +LICENSE=GPL-2+ BSD-2 +RDEPEND=sys-libs/zlib qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsingleapplication[X,qt4] autoshutdown? ( dev-qt/qtdbus:4 ) mpris? ( dev-qt/qtdbus:4 ) streaming? ( dev-qt/qtcore:4[ssl] ) ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 >=dev-qt/qtsingleapplication-2.6.1_p20150629[X,qt5] dev-qt/qtwidgets:5 dev-qt/qtxml:5 autoshutdown? ( dev-qt/qtdbus:5 ) mpris? ( dev-qt/qtdbus:5 ) streaming? ( dev-qt/qtnetwork:5[ssl] dev-qt/qtscript:5 ) ) || ( media-video/mplayer[bidi?,libass,png,X] ( >=media-video/mpv-0.6.2[libass,X] streaming? ( >=net-misc/youtube-dl-2014.11.26 ) ) ) +REQUIRED_USE=^^ ( qt4 qt5 ) +SLOT=0 +SRC_URI=mirror://sourceforge/smplayer/smplayer-16.1.0.tar.bz2 +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e l10n 714aaf78929eade946da5eaff7d2001a multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=ed2a582adecff5cc37041acfaf51c118 diff --git a/metadata/md5-cache/net-analyzer/suricata-2.0.11 b/metadata/md5-cache/net-analyzer/suricata-2.0.11 index d4a896d0ae02..cde1a8f3a8ba 100644 --- a/metadata/md5-cache/net-analyzer/suricata-2.0.11 +++ b/metadata/md5-cache/net-analyzer/suricata-2.0.11 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install prepare setup -DEPEND=>=dev-libs/jansson-2.2 dev-libs/libpcre dev-libs/libyaml net-libs/libnet:* net-libs/libnfnetlink dev-libs/nspr dev-libs/nss net-libs/libpcap sys-apps/file cuda? ( dev-util/nvidia-cuda-toolkit ) geoip? ( dev-libs/geoip ) lua? ( dev-lang/lua:* ) luajit? ( dev-lang/luajit:* ) nflog? ( net-libs/libnetfilter_log ) nfqueue? ( net-libs/libnetfilter_queue ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEPEND=>=dev-libs/jansson-2.2 dev-libs/libpcre dev-libs/libyaml net-libs/libnet:* net-libs/libnfnetlink dev-libs/nspr dev-libs/nss net-libs/libpcap sys-apps/file cuda? ( dev-util/nvidia-cuda-toolkit ) geoip? ( dev-libs/geoip ) lua? ( dev-lang/lua:* ) luajit? ( dev-lang/luajit:* ) nflog? ( net-libs/libnetfilter_log ) nfqueue? ( net-libs/libnetfilter_queue ) system-htp? ( >=net-libs/libhtp-0.5.18 ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=High performance Network IDS, IPS and Network Security Monitoring engine EAPI=5 HOMEPAGE=http://suricata-ids.org/ -IUSE=+af-packet control-socket cuda debug +detection geoip hardened lua luajit nflog +nfqueue +rules test +IUSE=+af-packet control-socket cuda debug +detection geoip hardened lua luajit nflog +nfqueue +rules system-htp test KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=>=dev-libs/jansson-2.2 dev-libs/libpcre dev-libs/libyaml net-libs/libnet:* net-libs/libnfnetlink dev-libs/nspr dev-libs/nss net-libs/libpcap sys-apps/file cuda? ( dev-util/nvidia-cuda-toolkit ) geoip? ( dev-libs/geoip ) lua? ( dev-lang/lua:* ) luajit? ( dev-lang/luajit:* ) nflog? ( net-libs/libnetfilter_log ) nfqueue? ( net-libs/libnetfilter_queue ) +RDEPEND=>=dev-libs/jansson-2.2 dev-libs/libpcre dev-libs/libyaml net-libs/libnet:* net-libs/libnfnetlink dev-libs/nspr dev-libs/nss net-libs/libpcap sys-apps/file cuda? ( dev-util/nvidia-cuda-toolkit ) geoip? ( dev-libs/geoip ) lua? ( dev-lang/lua:* ) luajit? ( dev-lang/luajit:* ) nflog? ( net-libs/libnetfilter_log ) nfqueue? ( net-libs/libnetfilter_queue ) system-htp? ( >=net-libs/libhtp-0.5.18 ) SLOT=0 SRC_URI=http://www.openinfosecfoundation.org/download/suricata-2.0.11.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=85f262805bf2c7fce6ed2933e86d8633 +_md5_=c7d31a5a4235b41214873f58e0547a45 diff --git a/metadata/md5-cache/net-dns/dnscrypt-proxy-1.6.1 b/metadata/md5-cache/net-dns/dnscrypt-proxy-1.6.1 new file mode 100644 index 000000000000..03023a2a69f3 --- /dev/null +++ b/metadata/md5-cache/net-dns/dnscrypt-proxy-1.6.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install postinst setup +DEPEND=dev-libs/libsodium net-libs/ldns systemd? ( sys-apps/systemd ) virtual/pkgconfig virtual/pkgconfig +DESCRIPTION=A tool for securing communications between a client and a DNS resolver +EAPI=5 +HOMEPAGE=http://dnscrypt.org/ +IUSE=+plugins systemd +KEYWORDS=~amd64 ~x86 +LICENSE=ISC +RDEPEND=dev-libs/libsodium net-libs/ldns systemd? ( sys-apps/systemd ) +SLOT=0 +SRC_URI=http://download.dnscrypt.org/dnscrypt-proxy/dnscrypt-proxy-1.6.1.tar.gz +_eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 +_md5_=b1f0040cc4b1185c9dd0b806ccea0179 diff --git a/metadata/md5-cache/net-misc/cmst-2015.03.01 b/metadata/md5-cache/net-misc/cmst-2015.03.01 deleted file mode 100644 index 49c852dc789c..000000000000 --- a/metadata/md5-cache/net-misc/cmst-2015.03.01 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure install prepare -DEPEND=dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 net-misc/connman x11-libs/libxkbcommon -DESCRIPTION=Qt GUI for Connman with system tray icon -EAPI=5 -HOMEPAGE=https://github.com/andrew-bibb/cmst -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 net-misc/connman x11-libs/libxkbcommon -SLOT=0 -SRC_URI=https://github.com/andrew-bibb/cmst/archive/cmst-2015.03.01.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=5647629c3597ab374d412fa0fa380ce5 diff --git a/metadata/md5-cache/net-nntp/nzb-0.2 b/metadata/md5-cache/net-nntp/nzb-0.2 deleted file mode 100644 index ea27f0f1a4f1..000000000000 --- a/metadata/md5-cache/net-nntp/nzb-0.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 -DESCRIPTION=A binary news grabber -EAPI=4 -HOMEPAGE=http://www.nzb.fi/ -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=dev-qt/qtcore:4 dev-qt/qtgui:4 -SLOT=0 -SRC_URI=mirror://sourceforge/nzb/nzb-0.2.tar.gz -_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db qt4-r2 d6c113024bb3086a1facc65cd338930e toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=588f5559f30abf4fb88ef3d09e7d10d7 diff --git a/metadata/md5-cache/sys-boot/raspberrypi-firmware-0_p20130722 b/metadata/md5-cache/sys-boot/raspberrypi-firmware-0_p20130722 deleted file mode 100644 index 34c5dc3323ec..000000000000 --- a/metadata/md5-cache/sys-boot/raspberrypi-firmware-0_p20130722 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install postinst preinst unpack -DESCRIPTION=Raspberry PI boot loader and firmware -EAPI=5 -HOMEPAGE=https://github.com/raspberrypi/firmware -KEYWORDS=~arm -* -LICENSE=GPL-2 raspberrypi-videocore-bin -RESTRICT=binchecks strip -SLOT=0 -SRC_URI=https://github.com/raspberrypi/firmware/raw/89ac8f4661/boot/bootcode.bin -> raspberrypi-firmware-89ac8f4661-bootcode.bin https://github.com/raspberrypi/firmware/raw/89ac8f4661/boot/fixup.dat -> raspberrypi-firmware-89ac8f4661-fixup.dat https://github.com/raspberrypi/firmware/raw/89ac8f4661/boot/fixup_cd.dat -> raspberrypi-firmware-89ac8f4661-fixup_cd.dat https://github.com/raspberrypi/firmware/raw/89ac8f4661/boot/fixup_x.dat -> raspberrypi-firmware-89ac8f4661-fixup_x.dat https://github.com/raspberrypi/firmware/raw/89ac8f4661/boot/start.elf -> raspberrypi-firmware-89ac8f4661-start.elf https://github.com/raspberrypi/firmware/raw/89ac8f4661/boot/start_cd.elf -> raspberrypi-firmware-89ac8f4661-start_cd.elf https://github.com/raspberrypi/firmware/raw/89ac8f4661/boot/start_x.elf -> raspberrypi-firmware-89ac8f4661-start_x.elf -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo df3fc8fdaf5a519e7d48c83e7592c95f toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=74c8c99428478abb772c08273021790d diff --git a/metadata/md5-cache/sys-boot/raspberrypi-firmware-0_p20130815 b/metadata/md5-cache/sys-boot/raspberrypi-firmware-0_p20130815 deleted file mode 100644 index 0006e9d18f48..000000000000 --- a/metadata/md5-cache/sys-boot/raspberrypi-firmware-0_p20130815 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install postinst preinst unpack -DESCRIPTION=Raspberry PI boot loader and firmware -EAPI=5 -HOMEPAGE=https://github.com/raspberrypi/firmware -KEYWORDS=~arm -* -LICENSE=GPL-2 raspberrypi-videocore-bin -RESTRICT=binchecks strip -SLOT=0 -SRC_URI=https://github.com/raspberrypi/firmware/raw/e0590d6dda/boot/bootcode.bin -> raspberrypi-firmware-e0590d6dda-bootcode.bin https://github.com/raspberrypi/firmware/raw/e0590d6dda/boot/fixup.dat -> raspberrypi-firmware-e0590d6dda-fixup.dat https://github.com/raspberrypi/firmware/raw/e0590d6dda/boot/fixup_cd.dat -> raspberrypi-firmware-e0590d6dda-fixup_cd.dat https://github.com/raspberrypi/firmware/raw/e0590d6dda/boot/fixup_x.dat -> raspberrypi-firmware-e0590d6dda-fixup_x.dat https://github.com/raspberrypi/firmware/raw/e0590d6dda/boot/start.elf -> raspberrypi-firmware-e0590d6dda-start.elf https://github.com/raspberrypi/firmware/raw/e0590d6dda/boot/start_cd.elf -> raspberrypi-firmware-e0590d6dda-start_cd.elf https://github.com/raspberrypi/firmware/raw/e0590d6dda/boot/start_x.elf -> raspberrypi-firmware-e0590d6dda-start_x.elf -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo df3fc8fdaf5a519e7d48c83e7592c95f toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=79fd4024a8a45faa66d5b7193d7a5aea diff --git a/metadata/md5-cache/sys-boot/raspberrypi-firmware-1.20160209 b/metadata/md5-cache/sys-boot/raspberrypi-firmware-1.20160209 new file mode 100644 index 000000000000..d435e0ef33d9 --- /dev/null +++ b/metadata/md5-cache/sys-boot/raspberrypi-firmware-1.20160209 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile configure install postinst preinst +DESCRIPTION=Raspberry PI boot loader and firmware +EAPI=5 +HOMEPAGE=https://github.com/raspberrypi/firmware +KEYWORDS=~arm -* +LICENSE=GPL-2 raspberrypi-videocore-bin +RESTRICT=binchecks strip +SLOT=0 +SRC_URI=https://github.com/raspberrypi/firmware/archive/1.20160209.tar.gz -> raspberrypi-firmware-1.20160209.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo df3fc8fdaf5a519e7d48c83e7592c95f toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=3bddef39f0a81214744975bf171d738f diff --git a/metadata/md5-cache/sys-boot/raspberrypi-firmware-1_pre20130801 b/metadata/md5-cache/sys-boot/raspberrypi-firmware-1_pre20130801 deleted file mode 100644 index 8fc3adc002e1..000000000000 --- a/metadata/md5-cache/sys-boot/raspberrypi-firmware-1_pre20130801 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install postinst preinst unpack -DESCRIPTION=Raspberry PI boot loader and firmware -EAPI=5 -HOMEPAGE=https://github.com/raspberrypi/firmware -KEYWORDS=~arm -* -LICENSE=GPL-2 raspberrypi-videocore-bin -RDEPEND=!sys-boot/raspberrypi-loader -RESTRICT=binchecks strip -SLOT=0 -SRC_URI=https://github.com/raspberrypi/firmware/raw/128fa52bbc/boot/bootcode.bin -> raspberrypi-firmware-128fa52bbc-bootcode.bin https://github.com/raspberrypi/firmware/raw/128fa52bbc/boot/fixup.dat -> raspberrypi-firmware-128fa52bbc-fixup.dat https://github.com/raspberrypi/firmware/raw/128fa52bbc/boot/fixup_cd.dat -> raspberrypi-firmware-128fa52bbc-fixup_cd.dat https://github.com/raspberrypi/firmware/raw/128fa52bbc/boot/fixup_x.dat -> raspberrypi-firmware-128fa52bbc-fixup_x.dat https://github.com/raspberrypi/firmware/raw/128fa52bbc/boot/start.elf -> raspberrypi-firmware-128fa52bbc-start.elf https://github.com/raspberrypi/firmware/raw/128fa52bbc/boot/start_cd.elf -> raspberrypi-firmware-128fa52bbc-start_cd.elf https://github.com/raspberrypi/firmware/raw/128fa52bbc/boot/start_x.elf -> raspberrypi-firmware-128fa52bbc-start_x.elf -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo df3fc8fdaf5a519e7d48c83e7592c95f toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=c7383c648959c6cc3fc33b1ab95b76e6 diff --git a/metadata/md5-cache/sys-devel/crossdev-20151026-r1 b/metadata/md5-cache/sys-devel/crossdev-20151026-r1 new file mode 100644 index 000000000000..f570f1ec281a --- /dev/null +++ b/metadata/md5-cache/sys-devel/crossdev-20151026-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install prepare +DEPEND=app-arch/xz-utils sys-apps/gentoo-functions +DESCRIPTION=Gentoo Cross-toolchain generator +EAPI=5 +HOMEPAGE=https://www.gentoo.org/ +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=>=sys-apps/portage-2.1 >=app-portage/portage-utils-0.55 app-shells/bash !sys-devel/crossdev-wrappers +SLOT=0 +SRC_URI=mirror://gentoo/crossdev-20151026.tar.xz https://dev.gentoo.org/~vapier/dist/crossdev-20151026.tar.xz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=bf51a1cbd9ac1b13aba09a1f09ebd575 diff --git a/metadata/md5-cache/sys-devel/crossdev-99999999 b/metadata/md5-cache/sys-devel/crossdev-99999999 index a584d8d62d65..6cdad203b752 100644 --- a/metadata/md5-cache/sys-devel/crossdev-99999999 +++ b/metadata/md5-cache/sys-devel/crossdev-99999999 @@ -1,10 +1,10 @@ -DEFINED_PHASES=install unpack -DEPEND=app-arch/xz-utils dev-vcs/git +DEFINED_PHASES=install prepare unpack +DEPEND=app-arch/xz-utils sys-apps/gentoo-functions dev-vcs/git DESCRIPTION=Gentoo Cross-toolchain generator -EAPI=4 +EAPI=5 HOMEPAGE=https://www.gentoo.org/ LICENSE=GPL-2 RDEPEND=>=sys-apps/portage-2.1 >=app-portage/portage-utils-0.55 app-shells/bash !sys-devel/crossdev-wrappers SLOT=0 -_eclasses_=git-2 df00117322129fb906bb0a53c3d6a020 -_md5_=849794e93db62202f3b7bb8c07707003 +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e git-2 df00117322129fb906bb0a53c3d6a020 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=bf51a1cbd9ac1b13aba09a1f09ebd575 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.97 b/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.97 new file mode 100644 index 000000000000..027628f3e2af --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-3.10.97 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=Full sources including the Gentoo patchset for the 3.10 kernel tree +EAPI=5 +HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches +IUSE=experimental symlink build +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~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=3.10.97 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.10.tar.xz mirror://gentoo/genpatches-3.10-102.base.tar.xz mirror://gentoo/genpatches-3.10-102.extras.tar.xz experimental? ( mirror://gentoo/genpatches-3.10-102.experimental.tar.xz ) +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e kernel-2 f745fe70cd0e35af07412905687b9a7f multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=2a3f171fe855143d7fdd749e03140251 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-4.3.6 b/metadata/md5-cache/sys-kernel/gentoo-sources-4.3.6 new file mode 100644 index 000000000000..bfed7f7c231b --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-4.3.6 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=Full sources including the Gentoo patchset for the 4.3 kernel tree +EAPI=5 +HOMEPAGE=https://dev.gentoo.org/~mpagano/genpatches +IUSE=experimental symlink build kdbus +KEYWORDS=~alpha ~amd64 ~arm ~arm64 -hppa ~ia64 ~mips ~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.3.6 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.3.tar.xz mirror://gentoo/genpatches-4.3-8.base.tar.xz mirror://gentoo/genpatches-4.3-8.extras.tar.xz experimental? ( mirror://gentoo/genpatches-4.3-8.experimental.tar.xz ) +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e kernel-2 f745fe70cd0e35af07412905687b9a7f multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=142c8b3e0c65dfe6c4032fcab22c4599 diff --git a/metadata/md5-cache/sys-kernel/hardened-sources-4.4.2 b/metadata/md5-cache/sys-kernel/hardened-sources-4.4.2 new file mode 100644 index 000000000000..0077f39ae751 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/hardened-sources-4.4.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) deblob? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) +DESCRIPTION=Hardened kernel sources (kernel series 4.4) +EAPI=5 +HOMEPAGE=http://www.gentoo.org/proj/en/hardened/ +IUSE=deblob symlink build deblob +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 !deblob? ( freedist ) +RDEPEND=>=sys-devel/gcc-4.5 !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=4.4.2 +SRC_URI=mirror://kernel/linux/kernel/v4.x/linux-4.4.tar.xz deblob? ( http://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/4.4-gnu/deblob-4.4 http://www.fsfla.org/svn/fsfla/software/linux-libre/releases/tags/4.4-gnu/deblob-check -> deblob-check-4.4 ) http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-4.4.2-1.extras.tar.bz2 mirror://gentoo/genpatches-4.4-3.base.tar.xz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e kernel-2 f745fe70cd0e35af07412905687b9a7f multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=3cd1b3db035f775a34e5258183e5f48d diff --git a/metadata/md5-cache/sys-kernel/raspberrypi-image-3.10.24_pre-r20131212 b/metadata/md5-cache/sys-kernel/raspberrypi-image-3.10.24_pre-r20131212 deleted file mode 100644 index 497eb9fb08b0..000000000000 --- a/metadata/md5-cache/sys-kernel/raspberrypi-image-3.10.24_pre-r20131212 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install prepare -DESCRIPTION=Raspberry PI precompiled kernel and modules -EAPI=5 -HOMEPAGE=https://github.com/raspberrypi/firmware -KEYWORDS=~arm -* -LICENSE=GPL-2 -RESTRICT=binchecks mirror strip -SLOT=3.10.24_pre-r20131212 -SRC_URI=https://dev.gentoo.org/~xmw/raspberrypi-image/raspberrypi-image-3.10.24_pre-r20131212.tar.xz -_md5_=49ca18114c4c1c182afb99f8ae0acc14 diff --git a/metadata/md5-cache/sys-kernel/raspberrypi-image-3.10.38_pre-r20140427 b/metadata/md5-cache/sys-kernel/raspberrypi-image-3.10.38_pre-r20140427 deleted file mode 100644 index d8c93ac565e4..000000000000 --- a/metadata/md5-cache/sys-kernel/raspberrypi-image-3.10.38_pre-r20140427 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install prepare -DESCRIPTION=Raspberry PI precompiled kernel and modules -EAPI=5 -HOMEPAGE=https://github.com/raspberrypi/firmware -KEYWORDS=~arm -* -LICENSE=GPL-2 -RESTRICT=binchecks mirror strip -SLOT=3.10.38_pre-r20140427 -SRC_URI=https://dev.gentoo.org/~xmw/raspberrypi-image/raspberrypi-image-3.10.38_pre-r20140427.tar.xz -_md5_=2c86f2776c1c7148825998227fe51c33 diff --git a/metadata/md5-cache/sys-kernel/raspberrypi-image-3.10.9999 b/metadata/md5-cache/sys-kernel/raspberrypi-image-3.10.9999 deleted file mode 100644 index 9f150298ce0e..000000000000 --- a/metadata/md5-cache/sys-kernel/raspberrypi-image-3.10.9999 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install unpack -DEPEND=dev-vcs/git -DESCRIPTION=Raspberry PI precompiled kernel and modules -EAPI=5 -HOMEPAGE=https://github.com/raspberrypi/firmware -IUSE=doc -LICENSE=GPL-2 raspberrypi-videocore-bin -RESTRICT=binchecks strip -SLOT=3.10.9999 -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e git-2 df00117322129fb906bb0a53c3d6a020 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=7da81c451a3ace7ed6521c77e3728759 diff --git a/metadata/md5-cache/sys-kernel/raspberrypi-image-3.12.36_pre-r20150206 b/metadata/md5-cache/sys-kernel/raspberrypi-image-3.12.36_pre-r20150206 deleted file mode 100644 index b45f83cc75e3..000000000000 --- a/metadata/md5-cache/sys-kernel/raspberrypi-image-3.12.36_pre-r20150206 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install prepare -DESCRIPTION=Raspberry PI precompiled kernel and modules -EAPI=5 -HOMEPAGE=https://github.com/raspberrypi/firmware -KEYWORDS=~arm -* -LICENSE=GPL-2 -RESTRICT=binchecks mirror strip -SLOT=3.12.36_pre-r20150206 -SRC_URI=https://dev.gentoo.org/~xmw/raspberrypi-image/raspberrypi-image-3.12.36_pre-r20150206.tar.xz -_md5_=2c86f2776c1c7148825998227fe51c33 diff --git a/metadata/md5-cache/sys-kernel/raspberrypi-image-3.18.10_pre-r20150330 b/metadata/md5-cache/sys-kernel/raspberrypi-image-3.18.10_pre-r20150330 deleted file mode 100644 index 286e67bd3969..000000000000 --- a/metadata/md5-cache/sys-kernel/raspberrypi-image-3.18.10_pre-r20150330 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install prepare -DESCRIPTION=Raspberry PI precompiled kernel and modules -EAPI=5 -HOMEPAGE=https://github.com/raspberrypi/firmware -KEYWORDS=~arm -* -LICENSE=GPL-2 -RESTRICT=binchecks mirror strip -SLOT=3.18.10_pre-r20150330 -SRC_URI=https://dev.gentoo.org/~xmw/raspberrypi-image/raspberrypi-image-3.18.10_pre-r20150330.tar.xz -_md5_=2c86f2776c1c7148825998227fe51c33 diff --git a/metadata/md5-cache/sys-kernel/raspberrypi-image-3.18.14_pre-r20150520 b/metadata/md5-cache/sys-kernel/raspberrypi-image-3.18.14_pre-r20150520 deleted file mode 100644 index 6789153637db..000000000000 --- a/metadata/md5-cache/sys-kernel/raspberrypi-image-3.18.14_pre-r20150520 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install prepare -DESCRIPTION=Raspberry PI precompiled kernel and modules -EAPI=5 -HOMEPAGE=https://github.com/raspberrypi/firmware -KEYWORDS=~arm -* -LICENSE=GPL-2 -RESTRICT=binchecks mirror strip -SLOT=3.18.14_pre-r20150520 -SRC_URI=https://dev.gentoo.org/~xmw/raspberrypi-image/raspberrypi-image-3.18.14_pre-r20150520.tar.xz -_md5_=2c86f2776c1c7148825998227fe51c33 diff --git a/metadata/md5-cache/sys-kernel/raspberrypi-image-3.19.3_pre-r20150327 b/metadata/md5-cache/sys-kernel/raspberrypi-image-3.19.3_pre-r20150327 deleted file mode 100644 index a21f60743fed..000000000000 --- a/metadata/md5-cache/sys-kernel/raspberrypi-image-3.19.3_pre-r20150327 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install prepare -DESCRIPTION=Raspberry PI precompiled kernel and modules -EAPI=5 -HOMEPAGE=https://github.com/raspberrypi/firmware -KEYWORDS=~arm -* -LICENSE=GPL-2 -RESTRICT=binchecks mirror strip -SLOT=3.19.3_pre-r20150327 -SRC_URI=https://dev.gentoo.org/~xmw/raspberrypi-image/raspberrypi-image-3.19.3_pre-r20150327.tar.xz -_md5_=2c86f2776c1c7148825998227fe51c33 diff --git a/metadata/md5-cache/sys-kernel/raspberrypi-image-3.19.3_pre-r20150413 b/metadata/md5-cache/sys-kernel/raspberrypi-image-3.19.3_pre-r20150413 deleted file mode 100644 index 44e0199e909f..000000000000 --- a/metadata/md5-cache/sys-kernel/raspberrypi-image-3.19.3_pre-r20150413 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install prepare -DESCRIPTION=Raspberry PI precompiled kernel and modules -EAPI=5 -HOMEPAGE=https://github.com/raspberrypi/firmware -KEYWORDS=~arm -* -LICENSE=GPL-2 -RESTRICT=binchecks mirror strip -SLOT=3.19.3_pre-r20150413 -SRC_URI=https://dev.gentoo.org/~xmw/raspberrypi-image/raspberrypi-image-3.19.3_pre-r20150413.tar.xz -_md5_=2c86f2776c1c7148825998227fe51c33 diff --git a/metadata/md5-cache/sys-kernel/raspberrypi-image-4.1.17_p20160209 b/metadata/md5-cache/sys-kernel/raspberrypi-image-4.1.17_p20160209 new file mode 100644 index 000000000000..37bee7c5ef37 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/raspberrypi-image-4.1.17_p20160209 @@ -0,0 +1,10 @@ +DEFINED_PHASES=compile configure install postinst preinst +DESCRIPTION=Raspberry PI boot loader and firmware +EAPI=5 +HOMEPAGE=https://github.com/raspberrypi/firmware +KEYWORDS=~arm -* +LICENSE=GPL-2 raspberrypi-videocore-bin +SLOT=0 +SRC_URI=https://github.com/raspberrypi/firmware/archive/1.20160209 -> raspberrypi-firmware-1.20160209.tar.gz +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo df3fc8fdaf5a519e7d48c83e7592c95f toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=98eeb1289da8f83b5df24636bdff916c diff --git a/metadata/md5-cache/sys-libs/glibc-2.23 b/metadata/md5-cache/sys-libs/glibc-2.23 new file mode 100644 index 000000000000..6671166ebebd --- /dev/null +++ b/metadata/md5-cache/sys-libs/glibc-2.23 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=>=app-misc/pax-utils-0.1.10 !=sys-devel/binutils-2.24 >=sys-devel/gcc-4.7 virtual/os-headers sys-devel/gnuconfig virtual/pkgconfig +DESCRIPTION=GNU libc6 (also called glibc2) C library +EAPI=4 +HOMEPAGE=https://www.gnu.org/software/libc/libc.html +IUSE=debug gd hardened multilib nscd selinux systemtap profile suid vanilla crosscompile_opts_headers-only +LICENSE=LGPL-2.1+ BSD HPND ISC inner-net rc PCRE +PDEPEND=!vanilla? ( sys-libs/timezone-data ) +RDEPEND=!sys-kernel/ps3-sources sys-apps/gentoo-functions selinux? ( sys-libs/libselinux ) !sys-libs/nss-db vanilla? ( !sys-libs/timezone-data ) +RESTRICT=strip +SLOT=2.2 +SRC_URI=mirror://gnu/glibc/glibc-2.23.tar.xz ftp://sourceware.org/pub/glibc/releases/glibc-2.23.tar.xz ftp://sourceware.org/pub/glibc/snapshots/glibc-2.23.tar.xz mirror://gentoo/glibc-2.23.tar.xz mirror://gentoo/glibc-2.23-patches-1.tar.bz2 https://dev.gentoo.org/~vapier/dist/glibc-2.23-patches-1.tar.bz2 https://dev.gentoo.org/~azarah/glibc/glibc-2.23-patches-1.tar.bz2 multilib? ( mirror://gentoo/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 https://dev.gentoo.org/~azarah/glibc/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 ) +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnuconfig 3920de1188fc7bfee873515453ed1d10 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=830c4dc5ea1009bb07a8d7e3dbd842f7 diff --git a/metadata/md5-cache/sys-libs/glibc-9999 b/metadata/md5-cache/sys-libs/glibc-9999 index 1fd3ed1e0ae6..39f4e9fbe30b 100644 --- a/metadata/md5-cache/sys-libs/glibc-9999 +++ b/metadata/md5-cache/sys-libs/glibc-9999 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=app-misc/pax-utils-0.1.10 !=sys-devel/binutils-2.24 >=sys-devel/gcc-4.6 virtual/os-headers sys-devel/gnuconfig virtual/pkgconfig dev-vcs/git +DEPEND=>=app-misc/pax-utils-0.1.10 !=sys-devel/binutils-2.24 >=sys-devel/gcc-4.7 virtual/os-headers sys-devel/gnuconfig virtual/pkgconfig dev-vcs/git DESCRIPTION=GNU libc6 (also called glibc2) C library EAPI=4 HOMEPAGE=https://www.gnu.org/software/libc/libc.html @@ -11,4 +11,4 @@ RESTRICT=strip SLOT=2.2 SRC_URI=multilib? ( mirror://gentoo/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 https://dev.gentoo.org/~azarah/glibc/gcc-4.7.3-r1-multilib-bootstrap.tar.bz2 ) _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e git-2 df00117322129fb906bb0a53c3d6a020 gnuconfig 3920de1188fc7bfee873515453ed1d10 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=3a8bc6b66ddd88dc611572bf9a8a5a52 +_md5_=b170f19b698bebe976d134e1554f5e96 diff --git a/metadata/md5-cache/www-client/firefox-38.6.0 b/metadata/md5-cache/www-client/firefox-38.6.0 deleted file mode 100644 index 9f9e83e6bbbc..000000000000 --- a/metadata/md5-cache/www-client/firefox-38.6.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 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.0esr/linux-i686/xpi/af.xpi -> firefox-38.6.0esr-af.xpi ) linguas_ar? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/ar.xpi -> firefox-38.6.0esr-ar.xpi ) linguas_as? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/as.xpi -> firefox-38.6.0esr-as.xpi ) linguas_ast? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/ast.xpi -> firefox-38.6.0esr-ast.xpi ) linguas_be? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/be.xpi -> firefox-38.6.0esr-be.xpi ) linguas_bg? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/bg.xpi -> firefox-38.6.0esr-bg.xpi ) linguas_bn_BD? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/bn-BD.xpi -> firefox-38.6.0esr-bn-BD.xpi ) linguas_bn_IN? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/bn-IN.xpi -> firefox-38.6.0esr-bn-IN.xpi ) linguas_br? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/br.xpi -> firefox-38.6.0esr-br.xpi ) linguas_bs? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/bs.xpi -> firefox-38.6.0esr-bs.xpi ) linguas_ca? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/ca.xpi -> firefox-38.6.0esr-ca.xpi ) linguas_cs? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/cs.xpi -> firefox-38.6.0esr-cs.xpi ) linguas_cy? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/cy.xpi -> firefox-38.6.0esr-cy.xpi ) linguas_da? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/da.xpi -> firefox-38.6.0esr-da.xpi ) linguas_de? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/de.xpi -> firefox-38.6.0esr-de.xpi ) linguas_el? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/el.xpi -> firefox-38.6.0esr-el.xpi ) linguas_en_GB? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/en-GB.xpi -> firefox-38.6.0esr-en-GB.xpi ) linguas_en_ZA? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/en-ZA.xpi -> firefox-38.6.0esr-en-ZA.xpi ) linguas_eo? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/eo.xpi -> firefox-38.6.0esr-eo.xpi ) linguas_es_AR? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/es-AR.xpi -> firefox-38.6.0esr-es-AR.xpi ) linguas_es_CL? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/es-CL.xpi -> firefox-38.6.0esr-es-CL.xpi ) linguas_es_ES? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/es-ES.xpi -> firefox-38.6.0esr-es-ES.xpi ) linguas_es_MX? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/es-MX.xpi -> firefox-38.6.0esr-es-MX.xpi ) linguas_et? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/et.xpi -> firefox-38.6.0esr-et.xpi ) linguas_eu? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/eu.xpi -> firefox-38.6.0esr-eu.xpi ) linguas_fa? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/fa.xpi -> firefox-38.6.0esr-fa.xpi ) linguas_fi? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/fi.xpi -> firefox-38.6.0esr-fi.xpi ) linguas_fr? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/fr.xpi -> firefox-38.6.0esr-fr.xpi ) linguas_fy_NL? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/fy-NL.xpi -> firefox-38.6.0esr-fy-NL.xpi ) linguas_ga_IE? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/ga-IE.xpi -> firefox-38.6.0esr-ga-IE.xpi ) linguas_gd? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/gd.xpi -> firefox-38.6.0esr-gd.xpi ) linguas_gl? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/gl.xpi -> firefox-38.6.0esr-gl.xpi ) linguas_gu_IN? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/gu-IN.xpi -> firefox-38.6.0esr-gu-IN.xpi ) linguas_he? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/he.xpi -> firefox-38.6.0esr-he.xpi ) linguas_hi_IN? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/hi-IN.xpi -> firefox-38.6.0esr-hi-IN.xpi ) linguas_hr? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/hr.xpi -> firefox-38.6.0esr-hr.xpi ) linguas_hu? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/hu.xpi -> firefox-38.6.0esr-hu.xpi ) linguas_hy_AM? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/hy-AM.xpi -> firefox-38.6.0esr-hy-AM.xpi ) linguas_id? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/id.xpi -> firefox-38.6.0esr-id.xpi ) linguas_is? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/is.xpi -> firefox-38.6.0esr-is.xpi ) linguas_it? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/it.xpi -> firefox-38.6.0esr-it.xpi ) linguas_ja? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/ja.xpi -> firefox-38.6.0esr-ja.xpi ) linguas_kk? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/kk.xpi -> firefox-38.6.0esr-kk.xpi ) linguas_km? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/km.xpi -> firefox-38.6.0esr-km.xpi ) linguas_kn? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/kn.xpi -> firefox-38.6.0esr-kn.xpi ) linguas_ko? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/ko.xpi -> firefox-38.6.0esr-ko.xpi ) linguas_lt? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/lt.xpi -> firefox-38.6.0esr-lt.xpi ) linguas_lv? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/lv.xpi -> firefox-38.6.0esr-lv.xpi ) linguas_mai? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/mai.xpi -> firefox-38.6.0esr-mai.xpi ) linguas_mk? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/mk.xpi -> firefox-38.6.0esr-mk.xpi ) linguas_ml? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/ml.xpi -> firefox-38.6.0esr-ml.xpi ) linguas_mr? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/mr.xpi -> firefox-38.6.0esr-mr.xpi ) linguas_nb_NO? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/nb-NO.xpi -> firefox-38.6.0esr-nb-NO.xpi ) linguas_nl? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/nl.xpi -> firefox-38.6.0esr-nl.xpi ) linguas_nn_NO? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/nn-NO.xpi -> firefox-38.6.0esr-nn-NO.xpi ) linguas_or? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/or.xpi -> firefox-38.6.0esr-or.xpi ) linguas_pa_IN? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/pa-IN.xpi -> firefox-38.6.0esr-pa-IN.xpi ) linguas_pl? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/pl.xpi -> firefox-38.6.0esr-pl.xpi ) linguas_pt_BR? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/pt-BR.xpi -> firefox-38.6.0esr-pt-BR.xpi ) linguas_pt_PT? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/pt-PT.xpi -> firefox-38.6.0esr-pt-PT.xpi ) linguas_rm? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/rm.xpi -> firefox-38.6.0esr-rm.xpi ) linguas_ro? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/ro.xpi -> firefox-38.6.0esr-ro.xpi ) linguas_ru? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/ru.xpi -> firefox-38.6.0esr-ru.xpi ) linguas_si? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/si.xpi -> firefox-38.6.0esr-si.xpi ) linguas_sk? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/sk.xpi -> firefox-38.6.0esr-sk.xpi ) linguas_sl? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/sl.xpi -> firefox-38.6.0esr-sl.xpi ) linguas_son? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/son.xpi -> firefox-38.6.0esr-son.xpi ) linguas_sq? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/sq.xpi -> firefox-38.6.0esr-sq.xpi ) linguas_sr? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/sr.xpi -> firefox-38.6.0esr-sr.xpi ) linguas_sv_SE? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/sv-SE.xpi -> firefox-38.6.0esr-sv-SE.xpi ) linguas_ta? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/ta.xpi -> firefox-38.6.0esr-ta.xpi ) linguas_te? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/te.xpi -> firefox-38.6.0esr-te.xpi ) linguas_th? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/th.xpi -> firefox-38.6.0esr-th.xpi ) linguas_tr? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/tr.xpi -> firefox-38.6.0esr-tr.xpi ) linguas_uk? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/uk.xpi -> firefox-38.6.0esr-uk.xpi ) linguas_vi? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/vi.xpi -> firefox-38.6.0esr-vi.xpi ) linguas_xh? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/xh.xpi -> firefox-38.6.0esr-xh.xpi ) linguas_zh_CN? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/zh-CN.xpi -> firefox-38.6.0esr-zh-CN.xpi ) linguas_zh_TW? ( http://archive.mozilla.org/pub/firefox/releases/38.6.0esr/linux-i686/xpi/zh-TW.xpi -> firefox-38.6.0esr-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.0esr/source/firefox-38.6.0esr.source.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 eutils 9d81603248f2ba3ec59124320d123e5e 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_=8f0006f759071ed707c4720840bbeaa3 diff --git a/metadata/md5-cache/www-client/firefox-bin-38.5.0 b/metadata/md5-cache/www-client/firefox-bin-38.5.0 deleted file mode 100644 index d9108135d3cf..000000000000 --- a/metadata/md5-cache/www-client/firefox-bin-38.5.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst unpack -DEPEND=app-arch/unzip >=sys-apps/sed-4 app-arch/unzip -DESCRIPTION=Firefox Web Browser -EAPI=5 -HOMEPAGE=http://www.mozilla.com/firefox -IUSE=selinux startup-notification 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_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_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW -KEYWORDS=-* amd64 x86 -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=dev-libs/atk >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 >=dev-libs/glib-2.26:2 >=media-libs/alsa-lib-1.0.16 media-libs/fontconfig >=media-libs/freetype-2.4.10 >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf >=x11-libs/gtk+-2.18:2 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 virtual/freedesktop-icon-theme selinux? ( sec-policy/selinux-mozilla ) -RESTRICT=strip mirror -SLOT=0 -SRC_URI=linguas_af? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/af.xpi -> firefox-38.5.0esr-af.xpi ) linguas_ar? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/ar.xpi -> firefox-38.5.0esr-ar.xpi ) linguas_as? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/as.xpi -> firefox-38.5.0esr-as.xpi ) linguas_ast? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/ast.xpi -> firefox-38.5.0esr-ast.xpi ) linguas_be? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/be.xpi -> firefox-38.5.0esr-be.xpi ) linguas_bg? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/bg.xpi -> firefox-38.5.0esr-bg.xpi ) linguas_bn_BD? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/bn-BD.xpi -> firefox-38.5.0esr-bn-BD.xpi ) linguas_bn_IN? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/bn-IN.xpi -> firefox-38.5.0esr-bn-IN.xpi ) linguas_br? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/br.xpi -> firefox-38.5.0esr-br.xpi ) linguas_bs? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/bs.xpi -> firefox-38.5.0esr-bs.xpi ) linguas_ca? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/ca.xpi -> firefox-38.5.0esr-ca.xpi ) linguas_cs? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/cs.xpi -> firefox-38.5.0esr-cs.xpi ) linguas_cy? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/cy.xpi -> firefox-38.5.0esr-cy.xpi ) linguas_da? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/da.xpi -> firefox-38.5.0esr-da.xpi ) linguas_de? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/de.xpi -> firefox-38.5.0esr-de.xpi ) linguas_el? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/el.xpi -> firefox-38.5.0esr-el.xpi ) linguas_en_GB? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/en-GB.xpi -> firefox-38.5.0esr-en-GB.xpi ) linguas_en_ZA? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/en-ZA.xpi -> firefox-38.5.0esr-en-ZA.xpi ) linguas_eo? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/eo.xpi -> firefox-38.5.0esr-eo.xpi ) linguas_es_AR? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/es-AR.xpi -> firefox-38.5.0esr-es-AR.xpi ) linguas_es_CL? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/es-CL.xpi -> firefox-38.5.0esr-es-CL.xpi ) linguas_es_ES? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/es-ES.xpi -> firefox-38.5.0esr-es-ES.xpi ) linguas_es_MX? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/es-MX.xpi -> firefox-38.5.0esr-es-MX.xpi ) linguas_et? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/et.xpi -> firefox-38.5.0esr-et.xpi ) linguas_eu? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/eu.xpi -> firefox-38.5.0esr-eu.xpi ) linguas_fa? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/fa.xpi -> firefox-38.5.0esr-fa.xpi ) linguas_fi? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/fi.xpi -> firefox-38.5.0esr-fi.xpi ) linguas_fr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/fr.xpi -> firefox-38.5.0esr-fr.xpi ) linguas_fy_NL? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/fy-NL.xpi -> firefox-38.5.0esr-fy-NL.xpi ) linguas_ga_IE? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/ga-IE.xpi -> firefox-38.5.0esr-ga-IE.xpi ) linguas_gd? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/gd.xpi -> firefox-38.5.0esr-gd.xpi ) linguas_gl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/gl.xpi -> firefox-38.5.0esr-gl.xpi ) linguas_gu_IN? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/gu-IN.xpi -> firefox-38.5.0esr-gu-IN.xpi ) linguas_he? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/he.xpi -> firefox-38.5.0esr-he.xpi ) linguas_hi_IN? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/hi-IN.xpi -> firefox-38.5.0esr-hi-IN.xpi ) linguas_hr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/hr.xpi -> firefox-38.5.0esr-hr.xpi ) linguas_hu? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/hu.xpi -> firefox-38.5.0esr-hu.xpi ) linguas_hy_AM? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/hy-AM.xpi -> firefox-38.5.0esr-hy-AM.xpi ) linguas_id? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/id.xpi -> firefox-38.5.0esr-id.xpi ) linguas_is? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/is.xpi -> firefox-38.5.0esr-is.xpi ) linguas_it? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/it.xpi -> firefox-38.5.0esr-it.xpi ) linguas_ja? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/ja.xpi -> firefox-38.5.0esr-ja.xpi ) linguas_kk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/kk.xpi -> firefox-38.5.0esr-kk.xpi ) linguas_kn? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/kn.xpi -> firefox-38.5.0esr-kn.xpi ) linguas_ko? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/ko.xpi -> firefox-38.5.0esr-ko.xpi ) linguas_lt? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/lt.xpi -> firefox-38.5.0esr-lt.xpi ) linguas_lv? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/lv.xpi -> firefox-38.5.0esr-lv.xpi ) linguas_mai? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/mai.xpi -> firefox-38.5.0esr-mai.xpi ) linguas_mk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/mk.xpi -> firefox-38.5.0esr-mk.xpi ) linguas_ml? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/ml.xpi -> firefox-38.5.0esr-ml.xpi ) linguas_mr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/mr.xpi -> firefox-38.5.0esr-mr.xpi ) linguas_nb_NO? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/nb-NO.xpi -> firefox-38.5.0esr-nb-NO.xpi ) linguas_nl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/nl.xpi -> firefox-38.5.0esr-nl.xpi ) linguas_nn_NO? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/nn-NO.xpi -> firefox-38.5.0esr-nn-NO.xpi ) linguas_or? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/or.xpi -> firefox-38.5.0esr-or.xpi ) linguas_pa_IN? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/pa-IN.xpi -> firefox-38.5.0esr-pa-IN.xpi ) linguas_pl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/pl.xpi -> firefox-38.5.0esr-pl.xpi ) linguas_pt_BR? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/pt-BR.xpi -> firefox-38.5.0esr-pt-BR.xpi ) linguas_pt_PT? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/pt-PT.xpi -> firefox-38.5.0esr-pt-PT.xpi ) linguas_rm? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/rm.xpi -> firefox-38.5.0esr-rm.xpi ) linguas_ro? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/ro.xpi -> firefox-38.5.0esr-ro.xpi ) linguas_ru? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/ru.xpi -> firefox-38.5.0esr-ru.xpi ) linguas_si? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/si.xpi -> firefox-38.5.0esr-si.xpi ) linguas_sk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/sk.xpi -> firefox-38.5.0esr-sk.xpi ) linguas_sl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/sl.xpi -> firefox-38.5.0esr-sl.xpi ) linguas_son? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/son.xpi -> firefox-38.5.0esr-son.xpi ) linguas_sq? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/sq.xpi -> firefox-38.5.0esr-sq.xpi ) linguas_sr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/sr.xpi -> firefox-38.5.0esr-sr.xpi ) linguas_sv_SE? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/sv-SE.xpi -> firefox-38.5.0esr-sv-SE.xpi ) linguas_ta? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/ta.xpi -> firefox-38.5.0esr-ta.xpi ) linguas_te? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/te.xpi -> firefox-38.5.0esr-te.xpi ) linguas_tr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/tr.xpi -> firefox-38.5.0esr-tr.xpi ) linguas_uk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/uk.xpi -> firefox-38.5.0esr-uk.xpi ) linguas_vi? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/vi.xpi -> firefox-38.5.0esr-vi.xpi ) linguas_zh_CN? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/zh-CN.xpi -> firefox-38.5.0esr-zh-CN.xpi ) linguas_zh_TW? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/xpi/zh-TW.xpi -> firefox-38.5.0esr-zh-TW.xpi ) amd64? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-x86_64/en-US/firefox-38.5.0esr.tar.bz2 -> firefox-bin_x86_64-38.5.0.tar.bz2 ) x86? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.5.0esr/linux-i686/en-US/firefox-38.5.0esr.tar.bz2 -> firefox-bin_i686-38.5.0.tar.bz2 ) -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils d19e7813f27c8f982134d657889b13cf mozextension 3d8ee4835f89ff39d4666656aa603433 mozlinguas f8b09a9eb2d47862b6df38999a9d6098 multilib 3972ca401cf7dbb430df9995f5d8d580 nsplugins bf5bfcef1d2f0adad7e6230455df8e91 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=123122f7f71bab4484cb19c87a8dee00 diff --git a/metadata/md5-cache/www-client/firefox-bin-38.6.0 b/metadata/md5-cache/www-client/firefox-bin-38.6.0 deleted file mode 100644 index 24b9f4dd10b8..000000000000 --- a/metadata/md5-cache/www-client/firefox-bin-38.6.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst unpack -DEPEND=app-arch/unzip >=sys-apps/sed-4 app-arch/unzip -DESCRIPTION=Firefox Web Browser -EAPI=5 -HOMEPAGE=http://www.mozilla.com/firefox -IUSE=selinux startup-notification 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_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_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW -KEYWORDS=-* amd64 x86 -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=dev-libs/atk >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 >=dev-libs/glib-2.26:2 >=media-libs/alsa-lib-1.0.16 media-libs/fontconfig >=media-libs/freetype-2.4.10 >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf >=x11-libs/gtk+-2.18:2 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 virtual/freedesktop-icon-theme selinux? ( sec-policy/selinux-mozilla ) -RESTRICT=strip mirror -SLOT=0 -SRC_URI=linguas_af? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/af.xpi -> firefox-38.6.0esr-af.xpi ) linguas_ar? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/ar.xpi -> firefox-38.6.0esr-ar.xpi ) linguas_as? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/as.xpi -> firefox-38.6.0esr-as.xpi ) linguas_ast? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/ast.xpi -> firefox-38.6.0esr-ast.xpi ) linguas_be? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/be.xpi -> firefox-38.6.0esr-be.xpi ) linguas_bg? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/bg.xpi -> firefox-38.6.0esr-bg.xpi ) linguas_bn_BD? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/bn-BD.xpi -> firefox-38.6.0esr-bn-BD.xpi ) linguas_bn_IN? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/bn-IN.xpi -> firefox-38.6.0esr-bn-IN.xpi ) linguas_br? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/br.xpi -> firefox-38.6.0esr-br.xpi ) linguas_bs? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/bs.xpi -> firefox-38.6.0esr-bs.xpi ) linguas_ca? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/ca.xpi -> firefox-38.6.0esr-ca.xpi ) linguas_cs? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/cs.xpi -> firefox-38.6.0esr-cs.xpi ) linguas_cy? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/cy.xpi -> firefox-38.6.0esr-cy.xpi ) linguas_da? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/da.xpi -> firefox-38.6.0esr-da.xpi ) linguas_de? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/de.xpi -> firefox-38.6.0esr-de.xpi ) linguas_el? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/el.xpi -> firefox-38.6.0esr-el.xpi ) linguas_en_GB? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/en-GB.xpi -> firefox-38.6.0esr-en-GB.xpi ) linguas_en_ZA? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/en-ZA.xpi -> firefox-38.6.0esr-en-ZA.xpi ) linguas_eo? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/eo.xpi -> firefox-38.6.0esr-eo.xpi ) linguas_es_AR? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/es-AR.xpi -> firefox-38.6.0esr-es-AR.xpi ) linguas_es_CL? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/es-CL.xpi -> firefox-38.6.0esr-es-CL.xpi ) linguas_es_ES? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/es-ES.xpi -> firefox-38.6.0esr-es-ES.xpi ) linguas_es_MX? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/es-MX.xpi -> firefox-38.6.0esr-es-MX.xpi ) linguas_et? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/et.xpi -> firefox-38.6.0esr-et.xpi ) linguas_eu? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/eu.xpi -> firefox-38.6.0esr-eu.xpi ) linguas_fa? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/fa.xpi -> firefox-38.6.0esr-fa.xpi ) linguas_fi? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/fi.xpi -> firefox-38.6.0esr-fi.xpi ) linguas_fr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/fr.xpi -> firefox-38.6.0esr-fr.xpi ) linguas_fy_NL? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/fy-NL.xpi -> firefox-38.6.0esr-fy-NL.xpi ) linguas_ga_IE? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/ga-IE.xpi -> firefox-38.6.0esr-ga-IE.xpi ) linguas_gd? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/gd.xpi -> firefox-38.6.0esr-gd.xpi ) linguas_gl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/gl.xpi -> firefox-38.6.0esr-gl.xpi ) linguas_gu_IN? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/gu-IN.xpi -> firefox-38.6.0esr-gu-IN.xpi ) linguas_he? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/he.xpi -> firefox-38.6.0esr-he.xpi ) linguas_hi_IN? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/hi-IN.xpi -> firefox-38.6.0esr-hi-IN.xpi ) linguas_hr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/hr.xpi -> firefox-38.6.0esr-hr.xpi ) linguas_hu? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/hu.xpi -> firefox-38.6.0esr-hu.xpi ) linguas_hy_AM? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/hy-AM.xpi -> firefox-38.6.0esr-hy-AM.xpi ) linguas_id? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/id.xpi -> firefox-38.6.0esr-id.xpi ) linguas_is? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/is.xpi -> firefox-38.6.0esr-is.xpi ) linguas_it? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/it.xpi -> firefox-38.6.0esr-it.xpi ) linguas_ja? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/ja.xpi -> firefox-38.6.0esr-ja.xpi ) linguas_kk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/kk.xpi -> firefox-38.6.0esr-kk.xpi ) linguas_kn? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/kn.xpi -> firefox-38.6.0esr-kn.xpi ) linguas_ko? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/ko.xpi -> firefox-38.6.0esr-ko.xpi ) linguas_lt? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/lt.xpi -> firefox-38.6.0esr-lt.xpi ) linguas_lv? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/lv.xpi -> firefox-38.6.0esr-lv.xpi ) linguas_mai? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/mai.xpi -> firefox-38.6.0esr-mai.xpi ) linguas_mk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/mk.xpi -> firefox-38.6.0esr-mk.xpi ) linguas_ml? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/ml.xpi -> firefox-38.6.0esr-ml.xpi ) linguas_mr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/mr.xpi -> firefox-38.6.0esr-mr.xpi ) linguas_nb_NO? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/nb-NO.xpi -> firefox-38.6.0esr-nb-NO.xpi ) linguas_nl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/nl.xpi -> firefox-38.6.0esr-nl.xpi ) linguas_nn_NO? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/nn-NO.xpi -> firefox-38.6.0esr-nn-NO.xpi ) linguas_or? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/or.xpi -> firefox-38.6.0esr-or.xpi ) linguas_pa_IN? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/pa-IN.xpi -> firefox-38.6.0esr-pa-IN.xpi ) linguas_pl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/pl.xpi -> firefox-38.6.0esr-pl.xpi ) linguas_pt_BR? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/pt-BR.xpi -> firefox-38.6.0esr-pt-BR.xpi ) linguas_pt_PT? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/pt-PT.xpi -> firefox-38.6.0esr-pt-PT.xpi ) linguas_rm? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/rm.xpi -> firefox-38.6.0esr-rm.xpi ) linguas_ro? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/ro.xpi -> firefox-38.6.0esr-ro.xpi ) linguas_ru? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/ru.xpi -> firefox-38.6.0esr-ru.xpi ) linguas_si? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/si.xpi -> firefox-38.6.0esr-si.xpi ) linguas_sk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/sk.xpi -> firefox-38.6.0esr-sk.xpi ) linguas_sl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/sl.xpi -> firefox-38.6.0esr-sl.xpi ) linguas_son? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/son.xpi -> firefox-38.6.0esr-son.xpi ) linguas_sq? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/sq.xpi -> firefox-38.6.0esr-sq.xpi ) linguas_sr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/sr.xpi -> firefox-38.6.0esr-sr.xpi ) linguas_sv_SE? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/sv-SE.xpi -> firefox-38.6.0esr-sv-SE.xpi ) linguas_ta? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/ta.xpi -> firefox-38.6.0esr-ta.xpi ) linguas_te? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/te.xpi -> firefox-38.6.0esr-te.xpi ) linguas_tr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/tr.xpi -> firefox-38.6.0esr-tr.xpi ) linguas_uk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/uk.xpi -> firefox-38.6.0esr-uk.xpi ) linguas_vi? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/vi.xpi -> firefox-38.6.0esr-vi.xpi ) linguas_zh_CN? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/zh-CN.xpi -> firefox-38.6.0esr-zh-CN.xpi ) linguas_zh_TW? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/xpi/zh-TW.xpi -> firefox-38.6.0esr-zh-TW.xpi ) amd64? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-x86_64/en-US/firefox-38.6.0esr.tar.bz2 -> firefox-bin_x86_64-38.6.0.tar.bz2 ) x86? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.0esr/linux-i686/en-US/firefox-38.6.0esr.tar.bz2 -> firefox-bin_i686-38.6.0.tar.bz2 ) -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils d19e7813f27c8f982134d657889b13cf mozextension 3d8ee4835f89ff39d4666656aa603433 mozlinguas f8b09a9eb2d47862b6df38999a9d6098 multilib 3972ca401cf7dbb430df9995f5d8d580 nsplugins bf5bfcef1d2f0adad7e6230455df8e91 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=9d277f66a8b63b2125db223fb090a243 diff --git a/metadata/md5-cache/www-client/firefox-bin-38.6.1 b/metadata/md5-cache/www-client/firefox-bin-38.6.1 new file mode 100644 index 000000000000..85ce92654644 --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-bin-38.6.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst unpack +DEPEND=app-arch/unzip >=sys-apps/sed-4 app-arch/unzip +DESCRIPTION=Firefox Web Browser +EAPI=5 +HOMEPAGE=http://www.mozilla.com/firefox +IUSE=selinux startup-notification 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_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_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW +KEYWORDS=-* amd64 x86 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=dev-libs/atk >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 >=dev-libs/glib-2.26:2 >=media-libs/alsa-lib-1.0.16 media-libs/fontconfig >=media-libs/freetype-2.4.10 >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf >=x11-libs/gtk+-2.18:2 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 virtual/freedesktop-icon-theme selinux? ( sec-policy/selinux-mozilla ) +RESTRICT=strip mirror +SLOT=0 +SRC_URI=linguas_af? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/af.xpi -> firefox-38.6.1esr-af.xpi ) linguas_ar? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/ar.xpi -> firefox-38.6.1esr-ar.xpi ) linguas_as? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/as.xpi -> firefox-38.6.1esr-as.xpi ) linguas_ast? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/ast.xpi -> firefox-38.6.1esr-ast.xpi ) linguas_be? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/be.xpi -> firefox-38.6.1esr-be.xpi ) linguas_bg? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/bg.xpi -> firefox-38.6.1esr-bg.xpi ) linguas_bn_BD? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/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/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/br.xpi -> firefox-38.6.1esr-br.xpi ) linguas_bs? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/bs.xpi -> firefox-38.6.1esr-bs.xpi ) linguas_ca? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/ca.xpi -> firefox-38.6.1esr-ca.xpi ) linguas_cs? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/cs.xpi -> firefox-38.6.1esr-cs.xpi ) linguas_cy? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/cy.xpi -> firefox-38.6.1esr-cy.xpi ) linguas_da? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/da.xpi -> firefox-38.6.1esr-da.xpi ) linguas_de? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/de.xpi -> firefox-38.6.1esr-de.xpi ) linguas_el? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/el.xpi -> firefox-38.6.1esr-el.xpi ) linguas_en_GB? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/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/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/eo.xpi -> firefox-38.6.1esr-eo.xpi ) linguas_es_AR? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/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/mozilla.org/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/mozilla.org/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/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/et.xpi -> firefox-38.6.1esr-et.xpi ) linguas_eu? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/eu.xpi -> firefox-38.6.1esr-eu.xpi ) linguas_fa? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/fa.xpi -> firefox-38.6.1esr-fa.xpi ) linguas_fi? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/fi.xpi -> firefox-38.6.1esr-fi.xpi ) linguas_fr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/fr.xpi -> firefox-38.6.1esr-fr.xpi ) linguas_fy_NL? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/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/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/gd.xpi -> firefox-38.6.1esr-gd.xpi ) linguas_gl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/gl.xpi -> firefox-38.6.1esr-gl.xpi ) linguas_gu_IN? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/he.xpi -> firefox-38.6.1esr-he.xpi ) linguas_hi_IN? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/hr.xpi -> firefox-38.6.1esr-hr.xpi ) linguas_hu? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/hu.xpi -> firefox-38.6.1esr-hu.xpi ) linguas_hy_AM? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/id.xpi -> firefox-38.6.1esr-id.xpi ) linguas_is? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/is.xpi -> firefox-38.6.1esr-is.xpi ) linguas_it? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/it.xpi -> firefox-38.6.1esr-it.xpi ) linguas_ja? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/ja.xpi -> firefox-38.6.1esr-ja.xpi ) linguas_kk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/kk.xpi -> firefox-38.6.1esr-kk.xpi ) linguas_kn? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/kn.xpi -> firefox-38.6.1esr-kn.xpi ) linguas_ko? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/ko.xpi -> firefox-38.6.1esr-ko.xpi ) linguas_lt? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/lt.xpi -> firefox-38.6.1esr-lt.xpi ) linguas_lv? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/lv.xpi -> firefox-38.6.1esr-lv.xpi ) linguas_mai? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/mai.xpi -> firefox-38.6.1esr-mai.xpi ) linguas_mk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/mk.xpi -> firefox-38.6.1esr-mk.xpi ) linguas_ml? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/ml.xpi -> firefox-38.6.1esr-ml.xpi ) linguas_mr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/mr.xpi -> firefox-38.6.1esr-mr.xpi ) linguas_nb_NO? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/nl.xpi -> firefox-38.6.1esr-nl.xpi ) linguas_nn_NO? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/or.xpi -> firefox-38.6.1esr-or.xpi ) linguas_pa_IN? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/pl.xpi -> firefox-38.6.1esr-pl.xpi ) linguas_pt_BR? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/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/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/rm.xpi -> firefox-38.6.1esr-rm.xpi ) linguas_ro? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/ro.xpi -> firefox-38.6.1esr-ro.xpi ) linguas_ru? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/ru.xpi -> firefox-38.6.1esr-ru.xpi ) linguas_si? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/si.xpi -> firefox-38.6.1esr-si.xpi ) linguas_sk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/sk.xpi -> firefox-38.6.1esr-sk.xpi ) linguas_sl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/sl.xpi -> firefox-38.6.1esr-sl.xpi ) linguas_son? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/son.xpi -> firefox-38.6.1esr-son.xpi ) linguas_sq? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/sq.xpi -> firefox-38.6.1esr-sq.xpi ) linguas_sr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/sr.xpi -> firefox-38.6.1esr-sr.xpi ) linguas_sv_SE? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/ta.xpi -> firefox-38.6.1esr-ta.xpi ) linguas_te? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/te.xpi -> firefox-38.6.1esr-te.xpi ) linguas_tr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/tr.xpi -> firefox-38.6.1esr-tr.xpi ) linguas_uk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/uk.xpi -> firefox-38.6.1esr-uk.xpi ) linguas_vi? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/vi.xpi -> firefox-38.6.1esr-vi.xpi ) linguas_zh_CN? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/firefox/releases//38.6.1esr/linux-i686/xpi/zh-TW.xpi -> firefox-38.6.1esr-zh-TW.xpi ) amd64? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-x86_64/en-US/firefox-38.6.1esr.tar.bz2 -> firefox-bin_x86_64-38.6.1.tar.bz2 ) x86? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//38.6.1esr/linux-i686/en-US/firefox-38.6.1esr.tar.bz2 -> firefox-bin_i686-38.6.1.tar.bz2 ) +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils d19e7813f27c8f982134d657889b13cf mozextension 3d8ee4835f89ff39d4666656aa603433 mozlinguas f8b09a9eb2d47862b6df38999a9d6098 multilib 3972ca401cf7dbb430df9995f5d8d580 nsplugins bf5bfcef1d2f0adad7e6230455df8e91 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=9d277f66a8b63b2125db223fb090a243 diff --git a/metadata/md5-cache/www-client/firefox-bin-44.0 b/metadata/md5-cache/www-client/firefox-bin-44.0 deleted file mode 100644 index 51477009c0ee..000000000000 --- a/metadata/md5-cache/www-client/firefox-bin-44.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst unpack -DEPEND=app-arch/unzip >=sys-apps/sed-4 app-arch/unzip -DESCRIPTION=Firefox Web Browser -EAPI=5 -HOMEPAGE=http://www.mozilla.com/firefox -IUSE=selinux startup-notification 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_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_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW -KEYWORDS=-* ~amd64 ~x86 -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=dev-libs/atk >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 >=dev-libs/glib-2.26:2 >=media-libs/alsa-lib-1.0.16 media-libs/fontconfig >=media-libs/freetype-2.4.10 >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf >=x11-libs/gtk+-2.18:2 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 virtual/freedesktop-icon-theme selinux? ( sec-policy/selinux-mozilla ) -RESTRICT=strip mirror -SLOT=0 -SRC_URI=linguas_af? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/af.xpi -> firefox-44.0-af.xpi ) linguas_ar? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/ar.xpi -> firefox-44.0-ar.xpi ) linguas_as? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/as.xpi -> firefox-44.0-as.xpi ) linguas_ast? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/ast.xpi -> firefox-44.0-ast.xpi ) linguas_be? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/be.xpi -> firefox-44.0-be.xpi ) linguas_bg? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/bg.xpi -> firefox-44.0-bg.xpi ) linguas_bn_BD? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/bn-BD.xpi -> firefox-44.0-bn-BD.xpi ) linguas_bn_IN? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/bn-IN.xpi -> firefox-44.0-bn-IN.xpi ) linguas_br? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/br.xpi -> firefox-44.0-br.xpi ) linguas_bs? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/bs.xpi -> firefox-44.0-bs.xpi ) linguas_ca? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/ca.xpi -> firefox-44.0-ca.xpi ) linguas_cs? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/cs.xpi -> firefox-44.0-cs.xpi ) linguas_cy? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/cy.xpi -> firefox-44.0-cy.xpi ) linguas_da? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/da.xpi -> firefox-44.0-da.xpi ) linguas_de? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/de.xpi -> firefox-44.0-de.xpi ) linguas_el? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/el.xpi -> firefox-44.0-el.xpi ) linguas_en_GB? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/en-GB.xpi -> firefox-44.0-en-GB.xpi ) linguas_en_ZA? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/en-ZA.xpi -> firefox-44.0-en-ZA.xpi ) linguas_eo? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/eo.xpi -> firefox-44.0-eo.xpi ) linguas_es_AR? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/es-AR.xpi -> firefox-44.0-es-AR.xpi ) linguas_es_CL? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/es-CL.xpi -> firefox-44.0-es-CL.xpi ) linguas_es_ES? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/es-ES.xpi -> firefox-44.0-es-ES.xpi ) linguas_es_MX? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/es-MX.xpi -> firefox-44.0-es-MX.xpi ) linguas_et? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/et.xpi -> firefox-44.0-et.xpi ) linguas_eu? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/eu.xpi -> firefox-44.0-eu.xpi ) linguas_fa? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/fa.xpi -> firefox-44.0-fa.xpi ) linguas_fi? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/fi.xpi -> firefox-44.0-fi.xpi ) linguas_fr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/fr.xpi -> firefox-44.0-fr.xpi ) linguas_fy_NL? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/fy-NL.xpi -> firefox-44.0-fy-NL.xpi ) linguas_ga_IE? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/ga-IE.xpi -> firefox-44.0-ga-IE.xpi ) linguas_gd? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/gd.xpi -> firefox-44.0-gd.xpi ) linguas_gl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/gl.xpi -> firefox-44.0-gl.xpi ) linguas_gu_IN? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/gu-IN.xpi -> firefox-44.0-gu-IN.xpi ) linguas_he? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/he.xpi -> firefox-44.0-he.xpi ) linguas_hi_IN? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/hi-IN.xpi -> firefox-44.0-hi-IN.xpi ) linguas_hr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/hr.xpi -> firefox-44.0-hr.xpi ) linguas_hu? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/hu.xpi -> firefox-44.0-hu.xpi ) linguas_hy_AM? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/hy-AM.xpi -> firefox-44.0-hy-AM.xpi ) linguas_id? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/id.xpi -> firefox-44.0-id.xpi ) linguas_is? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/is.xpi -> firefox-44.0-is.xpi ) linguas_it? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/it.xpi -> firefox-44.0-it.xpi ) linguas_ja? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/ja.xpi -> firefox-44.0-ja.xpi ) linguas_kk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/kk.xpi -> firefox-44.0-kk.xpi ) linguas_kn? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/kn.xpi -> firefox-44.0-kn.xpi ) linguas_ko? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/ko.xpi -> firefox-44.0-ko.xpi ) linguas_lt? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/lt.xpi -> firefox-44.0-lt.xpi ) linguas_lv? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/lv.xpi -> firefox-44.0-lv.xpi ) linguas_mai? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/mai.xpi -> firefox-44.0-mai.xpi ) linguas_mk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/mk.xpi -> firefox-44.0-mk.xpi ) linguas_ml? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/ml.xpi -> firefox-44.0-ml.xpi ) linguas_mr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/mr.xpi -> firefox-44.0-mr.xpi ) linguas_nb_NO? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/nb-NO.xpi -> firefox-44.0-nb-NO.xpi ) linguas_nl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/nl.xpi -> firefox-44.0-nl.xpi ) linguas_nn_NO? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/nn-NO.xpi -> firefox-44.0-nn-NO.xpi ) linguas_or? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/or.xpi -> firefox-44.0-or.xpi ) linguas_pa_IN? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/pa-IN.xpi -> firefox-44.0-pa-IN.xpi ) linguas_pl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/pl.xpi -> firefox-44.0-pl.xpi ) linguas_pt_BR? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/pt-BR.xpi -> firefox-44.0-pt-BR.xpi ) linguas_pt_PT? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/pt-PT.xpi -> firefox-44.0-pt-PT.xpi ) linguas_rm? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/rm.xpi -> firefox-44.0-rm.xpi ) linguas_ro? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/ro.xpi -> firefox-44.0-ro.xpi ) linguas_ru? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/ru.xpi -> firefox-44.0-ru.xpi ) linguas_si? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/si.xpi -> firefox-44.0-si.xpi ) linguas_sk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/sk.xpi -> firefox-44.0-sk.xpi ) linguas_sl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/sl.xpi -> firefox-44.0-sl.xpi ) linguas_son? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/son.xpi -> firefox-44.0-son.xpi ) linguas_sq? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/sq.xpi -> firefox-44.0-sq.xpi ) linguas_sr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/sr.xpi -> firefox-44.0-sr.xpi ) linguas_sv_SE? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/sv-SE.xpi -> firefox-44.0-sv-SE.xpi ) linguas_ta? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/ta.xpi -> firefox-44.0-ta.xpi ) linguas_te? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/te.xpi -> firefox-44.0-te.xpi ) linguas_tr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/tr.xpi -> firefox-44.0-tr.xpi ) linguas_uk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/uk.xpi -> firefox-44.0-uk.xpi ) linguas_vi? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/vi.xpi -> firefox-44.0-vi.xpi ) linguas_zh_CN? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/zh-CN.xpi -> firefox-44.0-zh-CN.xpi ) linguas_zh_TW? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0/linux-i686/xpi/zh-TW.xpi -> firefox-44.0-zh-TW.xpi ) amd64? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/44.0/linux-x86_64/en-US/firefox-44.0.tar.bz2 -> firefox-bin_x86_64-44.0.tar.bz2 ) x86? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/44.0/linux-i686/en-US/firefox-44.0.tar.bz2 -> firefox-bin_i686-44.0.tar.bz2 ) -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils d19e7813f27c8f982134d657889b13cf mozextension 3d8ee4835f89ff39d4666656aa603433 mozlinguas f8b09a9eb2d47862b6df38999a9d6098 multilib 3972ca401cf7dbb430df9995f5d8d580 nsplugins bf5bfcef1d2f0adad7e6230455df8e91 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=1e9cb6b57dd38f0ad2f647a1473aa0ce diff --git a/metadata/md5-cache/www-client/firefox-bin-44.0.2 b/metadata/md5-cache/www-client/firefox-bin-44.0.2 new file mode 100644 index 000000000000..b31360e8836b --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-bin-44.0.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst unpack +DEPEND=app-arch/unzip >=sys-apps/sed-4 app-arch/unzip +DESCRIPTION=Firefox Web Browser +EAPI=5 +HOMEPAGE=http://www.mozilla.com/firefox +IUSE=selinux startup-notification 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_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_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW +KEYWORDS=-* ~amd64 ~x86 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=dev-libs/atk >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 >=dev-libs/glib-2.26:2 >=media-libs/alsa-lib-1.0.16 media-libs/fontconfig >=media-libs/freetype-2.4.10 >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf >=x11-libs/gtk+-2.18:2 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 virtual/freedesktop-icon-theme selinux? ( sec-policy/selinux-mozilla ) +RESTRICT=strip mirror +SLOT=0 +SRC_URI=linguas_af? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/af.xpi -> firefox-44.0.2-af.xpi ) linguas_ar? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/ar.xpi -> firefox-44.0.2-ar.xpi ) linguas_as? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/as.xpi -> firefox-44.0.2-as.xpi ) linguas_ast? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/ast.xpi -> firefox-44.0.2-ast.xpi ) linguas_be? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/be.xpi -> firefox-44.0.2-be.xpi ) linguas_bg? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/bg.xpi -> firefox-44.0.2-bg.xpi ) linguas_bn_BD? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/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/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/br.xpi -> firefox-44.0.2-br.xpi ) linguas_bs? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/bs.xpi -> firefox-44.0.2-bs.xpi ) linguas_ca? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/ca.xpi -> firefox-44.0.2-ca.xpi ) linguas_cs? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/cs.xpi -> firefox-44.0.2-cs.xpi ) linguas_cy? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/cy.xpi -> firefox-44.0.2-cy.xpi ) linguas_da? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/da.xpi -> firefox-44.0.2-da.xpi ) linguas_de? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/de.xpi -> firefox-44.0.2-de.xpi ) linguas_el? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/el.xpi -> firefox-44.0.2-el.xpi ) linguas_en_GB? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/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/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/eo.xpi -> firefox-44.0.2-eo.xpi ) linguas_es_AR? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/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/mozilla.org/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/mozilla.org/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/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/et.xpi -> firefox-44.0.2-et.xpi ) linguas_eu? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/eu.xpi -> firefox-44.0.2-eu.xpi ) linguas_fa? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/fa.xpi -> firefox-44.0.2-fa.xpi ) linguas_fi? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/fi.xpi -> firefox-44.0.2-fi.xpi ) linguas_fr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/fr.xpi -> firefox-44.0.2-fr.xpi ) linguas_fy_NL? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/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/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/gd.xpi -> firefox-44.0.2-gd.xpi ) linguas_gl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/gl.xpi -> firefox-44.0.2-gl.xpi ) linguas_gu_IN? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/he.xpi -> firefox-44.0.2-he.xpi ) linguas_hi_IN? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/hr.xpi -> firefox-44.0.2-hr.xpi ) linguas_hu? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/hu.xpi -> firefox-44.0.2-hu.xpi ) linguas_hy_AM? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/id.xpi -> firefox-44.0.2-id.xpi ) linguas_is? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/is.xpi -> firefox-44.0.2-is.xpi ) linguas_it? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/it.xpi -> firefox-44.0.2-it.xpi ) linguas_ja? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/ja.xpi -> firefox-44.0.2-ja.xpi ) linguas_kk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/kk.xpi -> firefox-44.0.2-kk.xpi ) linguas_kn? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/kn.xpi -> firefox-44.0.2-kn.xpi ) linguas_ko? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/ko.xpi -> firefox-44.0.2-ko.xpi ) linguas_lt? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/lt.xpi -> firefox-44.0.2-lt.xpi ) linguas_lv? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/lv.xpi -> firefox-44.0.2-lv.xpi ) linguas_mai? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/mai.xpi -> firefox-44.0.2-mai.xpi ) linguas_mk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/mk.xpi -> firefox-44.0.2-mk.xpi ) linguas_ml? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/ml.xpi -> firefox-44.0.2-ml.xpi ) linguas_mr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/mr.xpi -> firefox-44.0.2-mr.xpi ) linguas_nb_NO? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/nl.xpi -> firefox-44.0.2-nl.xpi ) linguas_nn_NO? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/or.xpi -> firefox-44.0.2-or.xpi ) linguas_pa_IN? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/pl.xpi -> firefox-44.0.2-pl.xpi ) linguas_pt_BR? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/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/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/rm.xpi -> firefox-44.0.2-rm.xpi ) linguas_ro? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/ro.xpi -> firefox-44.0.2-ro.xpi ) linguas_ru? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/ru.xpi -> firefox-44.0.2-ru.xpi ) linguas_si? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/si.xpi -> firefox-44.0.2-si.xpi ) linguas_sk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/sk.xpi -> firefox-44.0.2-sk.xpi ) linguas_sl? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/sl.xpi -> firefox-44.0.2-sl.xpi ) linguas_son? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/son.xpi -> firefox-44.0.2-son.xpi ) linguas_sq? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/sq.xpi -> firefox-44.0.2-sq.xpi ) linguas_sr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/sr.xpi -> firefox-44.0.2-sr.xpi ) linguas_sv_SE? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/ta.xpi -> firefox-44.0.2-ta.xpi ) linguas_te? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/te.xpi -> firefox-44.0.2-te.xpi ) linguas_tr? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/tr.xpi -> firefox-44.0.2-tr.xpi ) linguas_uk? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/uk.xpi -> firefox-44.0.2-uk.xpi ) linguas_vi? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/vi.xpi -> firefox-44.0.2-vi.xpi ) linguas_zh_CN? ( http://archive.mozilla.org/pub/mozilla.org/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/mozilla.org/firefox/releases//44.0.2/linux-i686/xpi/zh-TW.xpi -> firefox-44.0.2-zh-TW.xpi ) amd64? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/44.0.2/linux-x86_64/en-US/firefox-44.0.2.tar.bz2 -> firefox-bin_x86_64-44.0.2.tar.bz2 ) x86? ( http://archive.mozilla.org/pub/mozilla.org/firefox/releases/44.0.2/linux-i686/en-US/firefox-44.0.2.tar.bz2 -> firefox-bin_i686-44.0.2.tar.bz2 ) +_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils d19e7813f27c8f982134d657889b13cf mozextension 3d8ee4835f89ff39d4666656aa603433 mozlinguas f8b09a9eb2d47862b6df38999a9d6098 multilib 3972ca401cf7dbb430df9995f5d8d580 nsplugins bf5bfcef1d2f0adad7e6230455df8e91 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=1e9cb6b57dd38f0ad2f647a1473aa0ce diff --git a/metadata/md5-cache/www-client/httrack-3.48.21-r2 b/metadata/md5-cache/www-client/httrack-3.48.21-r2 index 8a6959f57145..ec2d8f657364 100644 --- a/metadata/md5-cache/www-client/httrack-3.48.21-r2 +++ b/metadata/md5-cache/www-client/httrack-3.48.21-r2 @@ -10,4 +10,4 @@ RDEPEND=>=sys-libs/zlib-1.2.5.1-r1 !libressl? ( dev-libs/openssl:= ) libressl? ( SLOT=0 SRC_URI=http://mirror.httrack.com/historical/httrack-3.48.21.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=134207f336e1f2d4470d9019a1ecfcc1 +_md5_=f9011e3559e53dd1ad1ff63b7b3c154a diff --git a/metadata/md5-cache/www-servers/tomcat-7.0.68 b/metadata/md5-cache/www-servers/tomcat-7.0.68-r1 similarity index 58% rename from metadata/md5-cache/www-servers/tomcat-7.0.68 rename to metadata/md5-cache/www-servers/tomcat-7.0.68-r1 index 07c2ed50dcbc..6a9cf7197e3f 100644 --- a/metadata/md5-cache/www-servers/tomcat-7.0.68 +++ b/metadata/md5-cache/www-servers/tomcat-7.0.68-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst preinst prepare setup test -DEPEND=dev-java/eclipse-ecj:4.4 dev-java/oracle-javamail:0 dev-java/tomcat-servlet-api:3.0 websockets? ( >=virtual/jdk-1.7 ) !websockets? ( >=virtual/jdk-1.6 ) test? ( dev-java/ant-junit:0 ) >=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 +DEPEND=dev-java/eclipse-ecj:4.4 dev-java/tomcat-servlet-api:3.0 websockets? ( >=virtual/jdk-1.7 ) !websockets? ( >=virtual/jdk-1.6 ) test? ( dev-java/ant-junit:0 ) >=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=Tomcat Servlet-3.0/JSP-2.2 Container EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=extra-webapps websockets elibc_FreeBSD doc source test elibc_FreeBSD KEYWORDS=~amd64 ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=Apache-2.0 -RDEPEND=dev-java/eclipse-ecj:4.4 dev-java/oracle-javamail:0 dev-java/tomcat-servlet-api:3.0 websockets? ( >=virtual/jre-1.7 ) !websockets? ( >=virtual/jre-1.6 ) !=dev-java/java-config-2.2.0 source? ( app-arch/zip ) +RDEPEND=dev-java/eclipse-ecj:4.4 dev-java/tomcat-servlet-api:3.0 websockets? ( >=virtual/jre-1.7 ) !websockets? ( >=virtual/jre-1.6 ) !=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=7 SRC_URI=mirror://apache/tomcat/tomcat-7/v7.0.68/src/apache-tomcat-7.0.68-src.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=922321d28f5e25da0e8554618c67f9c1 +_md5_=17bc73d44be225a7b93166d18cefbfe2 diff --git a/metadata/md5-cache/www-servers/tomcat-8.0.32 b/metadata/md5-cache/www-servers/tomcat-8.0.32-r1 similarity index 61% rename from metadata/md5-cache/www-servers/tomcat-8.0.32 rename to metadata/md5-cache/www-servers/tomcat-8.0.32-r1 index f7bff2a2f6d8..99c9b749ca4b 100644 --- a/metadata/md5-cache/www-servers/tomcat-8.0.32 +++ b/metadata/md5-cache/www-servers/tomcat-8.0.32-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst preinst prepare setup test -DEPEND=dev-java/eclipse-ecj:4.4 dev-java/oracle-javamail:0 dev-java/tomcat-servlet-api:3.1 app-admin/pwgen >=virtual/jdk-1.7 test? ( >=dev-java/ant-junit-1.9:0 dev-java/easymock:3.2 ) >=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 +DEPEND=dev-java/eclipse-ecj:4.4 dev-java/tomcat-servlet-api:3.1 app-admin/pwgen >=virtual/jdk-1.7 test? ( >=dev-java/ant-junit-1.9:0 dev-java/easymock:3.2 ) >=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=Tomcat Servlet-3.1/JSP-2.3 Container EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=extra-webapps elibc_FreeBSD doc source test elibc_FreeBSD KEYWORDS=~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=Apache-2.0 -RDEPEND=dev-java/eclipse-ecj:4.4 dev-java/oracle-javamail:0 dev-java/tomcat-servlet-api:3.1 !=virtual/jre-1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) +RDEPEND=dev-java/eclipse-ecj:4.4 dev-java/tomcat-servlet-api:3.1 !=virtual/jre-1.7 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=8 SRC_URI=mirror://apache/tomcat/tomcat-8/v8.0.32/src/apache-tomcat-8.0.32-src.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=54088f14154ebac0b28b2ef040b86157 +_md5_=298d8518c9c299ae78699e2ed2b21d03 diff --git a/metadata/md5-cache/www-servers/tomcat-9.0.0_alpha3 b/metadata/md5-cache/www-servers/tomcat-9.0.0_alpha3-r1 similarity index 61% rename from metadata/md5-cache/www-servers/tomcat-9.0.0_alpha3 rename to metadata/md5-cache/www-servers/tomcat-9.0.0_alpha3-r1 index be29569b04ee..34bc494df498 100644 --- a/metadata/md5-cache/www-servers/tomcat-9.0.0_alpha3 +++ b/metadata/md5-cache/www-servers/tomcat-9.0.0_alpha3-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst preinst prepare setup test -DEPEND=dev-java/eclipse-ecj:4.5 dev-java/oracle-javamail:0 dev-java/tomcat-servlet-api:4.0 app-admin/pwgen >=virtual/jdk-1.8 test? ( >=dev-java/ant-junit-1.9:0 dev-java/easymock:3.2 ) >=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 +DEPEND=dev-java/eclipse-ecj:4.5 dev-java/tomcat-servlet-api:4.0 app-admin/pwgen >=virtual/jdk-1.8 test? ( >=dev-java/ant-junit-1.9:0 dev-java/easymock:3.2 ) >=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=Tomcat Servlet-4.0/JSP-2.3 Container EAPI=5 HOMEPAGE=http://tomcat.apache.org/ IUSE=extra-webapps elibc_FreeBSD doc source test elibc_FreeBSD KEYWORDS=~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris LICENSE=Apache-2.0 -RDEPEND=dev-java/eclipse-ecj:4.5 dev-java/oracle-javamail:0 dev-java/tomcat-servlet-api:4.0 !=virtual/jre-1.8 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) +RDEPEND=dev-java/eclipse-ecj:4.5 dev-java/tomcat-servlet-api:4.0 !=virtual/jre-1.8 >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) RESTRICT=test SLOT=9 SRC_URI=mirror://apache/tomcat/tomcat-9/v9.0.0.M3/src/apache-tomcat-9.0.0.M3-src.tar.gz _eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 51a42ff2f35cd75af735cd1626829b06 multilib 3972ca401cf7dbb430df9995f5d8d580 prefix e7f2b9c6e57342e5d25eac22fce23062 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f5666e7677fff660d6e9d8360fc20712 +_md5_=9b28409558088b66165b6d15fe168c47 diff --git a/metadata/md5-cache/x11-misc/basqet-0.1.4 b/metadata/md5-cache/x11-misc/basqet-0.1.4 deleted file mode 100644 index 8fefa651ec09..000000000000 --- a/metadata/md5-cache/x11-misc/basqet-0.1.4 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=dev-qt/qtgui:4 dev-qt/qtxmlpatterns:4 -DESCRIPTION=Keep your notes, pictures, ideas, and information in Baskets -EAPI=3 -HOMEPAGE=https://bitbucket.org/ridderby/basqet -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-qt/qtgui:4 dev-qt/qtxmlpatterns:4 -SLOT=0 -SRC_URI=https://basqet.googlecode.com/files/basqet_0.1.4-src.tgz -_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db qt4-r2 d6c113024bb3086a1facc65cd338930e toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=6421ff7c1808023aa6a00576f5573075 diff --git a/metadata/md5-cache/x11-misc/kaqaz-1.2.0 b/metadata/md5-cache/x11-misc/kaqaz-1.2.0 deleted file mode 100644 index 41c97e46ba61..000000000000 --- a/metadata/md5-cache/x11-misc/kaqaz-1.2.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure install -DEPEND=dev-qt/qtdeclarative:5 dev-qt/qtquick1:5 dev-qt/qtmultimedia:5 dev-qt/qtsql:5 dev-qt/qtsensors:5 dev-qt/qtpositioning:5 dev-qt/qtwidgets:5 dev-qt/qtgui:5 dev-qt/qtcore:5 -DESCRIPTION=Modern note manager -EAPI=5 -HOMEPAGE=http://labs.sialan.org/projects/kaqaz -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-qt/qtdeclarative:5 dev-qt/qtquick1:5 dev-qt/qtmultimedia:5 dev-qt/qtsql:5 dev-qt/qtsensors:5 dev-qt/qtpositioning:5 dev-qt/qtwidgets:5 dev-qt/qtgui:5 dev-qt/qtcore:5 -SLOT=0 -SRC_URI=https://github.com/sialan-labs/kaqaz/archive/1.2.0.tar.gz -> kaqaz-1.2.0.tar.gz -_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=b1a43d83885603c265839f3cd1655477 diff --git a/metadata/md5-cache/x11-misc/okindd-0.6.0 b/metadata/md5-cache/x11-misc/okindd-0.6.0 deleted file mode 100644 index fb80ccdaba22..000000000000 --- a/metadata/md5-cache/x11-misc/okindd-0.6.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=dev-qt/qtgui:4 dev-qt/qtdbus:4 -DESCRIPTION=On Screen Display (OSD) for KDE 4.x - works on any qt desktop -EAPI=4 -HOMEPAGE=http://sites.kochkin.org/okindd/Home -IUSE=debug -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-qt/qtgui:4 dev-qt/qtdbus:4 -SLOT=0 -SRC_URI=http://sites.kochkin.org/okindd/Home/development/okindd-0.6.0-49-20110113.tar.bz2 -_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 qmake-utils 0a242e7177789b0028b4045f336dd4db qt4-r2 d6c113024bb3086a1facc65cd338930e toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=f07d97102519b758387244761b46dc81 diff --git a/metadata/md5-cache/xfce-base/libxfcegui4-4.10.0 b/metadata/md5-cache/xfce-base/libxfcegui4-4.10.0 deleted file mode 100644 index a4992dade0d1..000000000000 --- a/metadata/md5-cache/xfce-base/libxfcegui4-4.10.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst postrm preinst prepare setup -DEPEND=gnome-base/libglade x11-libs/libSM x11-libs/libX11 >=x11-libs/gtk+-2.10:2 >=xfce-base/libxfce4util-4.10 =sys-apps/sed-4 -DESCRIPTION=A compability library for unported Xfce 4.6 plugins (DEPRECATED) -EAPI=5 -HOMEPAGE=https://wiki.gentoo.org/wiki/No_homepage http://git.xfce.org/archive/libxfcegui4/ -IUSE=glade startup-notification -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris -LICENSE=GPL-2 LGPL-2.1 -RDEPEND=gnome-base/libglade x11-libs/libSM x11-libs/libX11 >=x11-libs/gtk+-2.10:2 >=xfce-base/libxfce4util-4.10 =x11-libs/gtk+-2.10:2 >=xfce-base/libxfce4util-4.10 glade? ( dev-util/glade:3 ) startup-notification? ( x11-libs/startup-notification ) dev-util/intltool sys-devel/gettext virtual/pkgconfig >=sys-apps/sed-4 +DEPEND=gnome-base/libglade x11-libs/libSM x11-libs/libX11 >=x11-libs/gtk+-2.10:2 >=xfce-base/libxfce4util-4.10 startup-notification? ( x11-libs/startup-notification ) dev-util/intltool sys-devel/gettext virtual/pkgconfig >=sys-apps/sed-4 DESCRIPTION=A compability library for unported Xfce 4.6 plugins (DEPRECATED) EAPI=5 HOMEPAGE=https://wiki.gentoo.org/wiki/No_homepage http://git.xfce.org/archive/libxfcegui4/ -IUSE=glade startup-notification +IUSE=startup-notification KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris LICENSE=GPL-2 LGPL-2.1 -RDEPEND=gnome-base/libglade x11-libs/libSM x11-libs/libX11 >=x11-libs/gtk+-2.10:2 >=xfce-base/libxfce4util-4.10 glade? ( dev-util/glade:3 ) startup-notification? ( x11-libs/startup-notification ) +RDEPEND=gnome-base/libglade x11-libs/libSM x11-libs/libX11 >=x11-libs/gtk+-2.10:2 >=xfce-base/libxfce4util-4.10 startup-notification? ( x11-libs/startup-notification ) SLOT=0 SRC_URI=mirror://xfce/src/xfce/libxfcegui4/4.10/libxfcegui4-4.10.0.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils d19e7813f27c8f982134d657889b13cf libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 xfconf d842ab8b2140980394561496bf157447 -_md5_=5322235b1173fa2d823afe73b7499fa1 +_md5_=0838e3e292cdab77662667d3470f3621 diff --git a/metadata/md5-cache/xfce-extra/xfce4-dict-0.6.0 b/metadata/md5-cache/xfce-extra/xfce4-dict-0.6.0 deleted file mode 100644 index bf2c62393296..000000000000 --- a/metadata/md5-cache/xfce-extra/xfce4-dict-0.6.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure install postinst postrm preinst prepare setup -DEPEND=>=dev-libs/glib-2.24 >=x11-libs/gtk+-2.20:2 >=xfce-base/libxfce4util-4.8 >=xfce-base/libxfcegui4-4.8 >=xfce-base/xfce4-panel-4.8 dev-util/intltool virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 >=dev-util/xfce4-dev-tools-4.10 -DESCRIPTION=A dict.org querying application and panel plug-in for the Xfce desktop -EAPI=5 -HOMEPAGE=http://goodies.xfce.org/projects/applications/xfce4-dict -KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=>=dev-libs/glib-2.24 >=x11-libs/gtk+-2.20:2 >=xfce-base/libxfce4util-4.8 >=xfce-base/libxfcegui4-4.8 >=xfce-base/xfce4-panel-4.8 -SLOT=0 -SRC_URI=mirror://xfce/src/apps/xfce4-dict/0.6/xfce4-dict-0.6.0.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils d19e7813f27c8f982134d657889b13cf libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 xfconf d842ab8b2140980394561496bf157447 -_md5_=b93b4fb201ced5fa58354f938930bc1e diff --git a/metadata/md5-cache/xfce-extra/xfce4-notes-plugin-1.7.7 b/metadata/md5-cache/xfce-extra/xfce4-notes-plugin-1.7.7 deleted file mode 100644 index 7c6830c670d6..000000000000 --- a/metadata/md5-cache/xfce-extra/xfce4-notes-plugin-1.7.7 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure install postinst postrm preinst prepare setup -DEPEND=>=dev-libs/glib-2.16:2 >=x11-libs/gtk+-2.18:2 >=xfce-base/libxfcegui4-4.8 >=xfce-base/libxfce4util-4.8 >=xfce-base/xfce4-panel-4.8 >=xfce-base/xfconf-4.8 dev-libs/libunique:1 virtual/pkgconfig dev-util/intltool >=sys-apps/sed-4 -DESCRIPTION=Xfce4 panel sticky notes plugin -EAPI=5 -HOMEPAGE=http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin -KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=>=dev-libs/glib-2.16:2 >=x11-libs/gtk+-2.18:2 >=xfce-base/libxfcegui4-4.8 >=xfce-base/libxfce4util-4.8 >=xfce-base/xfce4-panel-4.8 >=xfce-base/xfconf-4.8 dev-libs/libunique:1 -SLOT=0 -SRC_URI=mirror://xfce/src/panel-plugins/xfce4-notes-plugin/1.7/xfce4-notes-plugin-1.7.7.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils d19e7813f27c8f982134d657889b13cf libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 xfconf d842ab8b2140980394561496bf157447 -_md5_=4e936fe2c3ff0ab5e99f79b73829f28c diff --git a/metadata/md5-cache/xfce-extra/xfce4-notes-plugin-1.8.0 b/metadata/md5-cache/xfce-extra/xfce4-notes-plugin-1.8.0 deleted file mode 100644 index 258e06924a00..000000000000 --- a/metadata/md5-cache/xfce-extra/xfce4-notes-plugin-1.8.0 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure install postinst postrm preinst prepare setup -DEPEND=>=dev-libs/glib-2.24:2= >=x11-libs/gtk+-2.20:2= >=xfce-base/libxfce4ui-4.10:= >=xfce-base/libxfce4util-4.10:= >=xfce-base/xfce4-panel-4.10:= >=xfce-base/xfconf-4.10:= dev-libs/libunique:1= virtual/pkgconfig dev-util/intltool >=sys-apps/sed-4 -DESCRIPTION=Xfce4 panel sticky notes plugin -EAPI=5 -HOMEPAGE=http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=>=dev-libs/glib-2.24:2= >=x11-libs/gtk+-2.20:2= >=xfce-base/libxfce4ui-4.10:= >=xfce-base/libxfce4util-4.10:= >=xfce-base/xfce4-panel-4.10:= >=xfce-base/xfconf-4.10:= dev-libs/libunique:1= -SLOT=0 -SRC_URI=mirror://xfce/src/panel-plugins/xfce4-notes-plugin/1.8/xfce4-notes-plugin-1.8.0.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d gnome2-utils d19e7813f27c8f982134d657889b13cf libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 xfconf d842ab8b2140980394561496bf157447 -_md5_=cedc574c8288fe2aa530531d67bce2fc diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index f17a5131fa3a..6b45fd9b8c1a 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Fri, 19 Feb 2016 11:08:19 +0000 +Sat, 20 Feb 2016 05:08:20 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index b3a6289ab922..499272fa39d4 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Fri Feb 19 11:07:29 UTC 2016 +Sat Feb 20 05:07:31 UTC 2016 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 1755037e0e24..0941b761979d 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Fri, 19 Feb 2016 11:30:01 +0000 +Sat, 20 Feb 2016 05:30:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index c54523a74777..a4c287b6b220 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1455879901 Fri 19 Feb 2016 11:05:01 AM UTC +1455944701 Sat 20 Feb 2016 05:05:01 AM UTC diff --git a/net-analyzer/suricata/metadata.xml b/net-analyzer/suricata/metadata.xml index 0f80bed1d8da..517666e56cef 100644 --- a/net-analyzer/suricata/metadata.xml +++ b/net-analyzer/suricata/metadata.xml @@ -13,5 +13,6 @@ Enable libnetfilter_log support Enable AF_PACKET support Enable AF_PACKET support + Use net-libs/libhtp instead of bundled one diff --git a/net-analyzer/suricata/suricata-2.0.11.ebuild b/net-analyzer/suricata/suricata-2.0.11.ebuild index 250c663dbd21..0323836a2407 100644 --- a/net-analyzer/suricata/suricata-2.0.11.ebuild +++ b/net-analyzer/suricata/suricata-2.0.11.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://www.openinfosecfoundation.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+af-packet control-socket cuda debug +detection geoip hardened lua luajit nflog +nfqueue +rules test" +IUSE="+af-packet control-socket cuda debug +detection geoip hardened lua luajit nflog +nfqueue +rules system-htp test" DEPEND=" >=dev-libs/jansson-2.2 @@ -31,11 +31,11 @@ DEPEND=" luajit? ( dev-lang/luajit:* ) nflog? ( net-libs/libnetfilter_log ) nfqueue? ( net-libs/libnetfilter_queue ) + system-htp? ( >=net-libs/libhtp-0.5.18 ) " # #446814 # prelude? ( dev-libs/libprelude ) # pfring? ( sys-process/numactl net-libs/pf_ring) -# system-htp? ( >=net-analyzer/htp-0.5.5 ) RDEPEND="${DEPEND}" pkg_setup() { @@ -85,10 +85,9 @@ src_configure() { # if use prelude ; then # myeconfargs+=( $(use_enable prelude) ) # fi - # htp not added into portage yet -# if use system-htp ; then -# myeconfargs+=( $(use_enable system-htp non-bundled-htp) ) -# fi + if use system-htp ; then + myeconfargs+=( $(use_enable system-htp non-bundled-htp) ) + fi if use lua ; then myeconfargs+=( $(use_enable lua) ) fi @@ -117,4 +116,4 @@ src_install() { dodir "/var/log/${PN}" fowners -R ${PN}: "/var/lib/${PN}" "/var/log/${PN}" "/etc/${PN}" fperms 750 "/var/lib/${PN}" "/var/log/${PN}" "/etc/${PN}" -} \ No newline at end of file +} diff --git a/net-dns/dnscrypt-proxy/Manifest b/net-dns/dnscrypt-proxy/Manifest index c6b84c95f3f6..c886122c08c6 100644 --- a/net-dns/dnscrypt-proxy/Manifest +++ b/net-dns/dnscrypt-proxy/Manifest @@ -1,3 +1,4 @@ DIST dnscrypt-proxy-1.4.2.tar.gz 1592962 SHA256 1d519068c30868bb60a151908f0e300a1754b234f7bc2ad1d749ad9d0d977076 SHA512 ecb81b5d20cf88a610421bb1266861a2f5dd34d0ce916c54507507ca5dbe5d9e49e95916f76fa7997b112860f2bc37793f075ed812c75b2904adf6cdf32cac17 WHIRLPOOL ddfa3da3de933f6cbb8721ccd6435e97b9e893d32311e1c3badbc23b6a0547b6cb0f8d6037baaf0027ca1eb972c4be167dc9ce56194f7f6fa54fac974ca0bd24 DIST dnscrypt-proxy-1.4.3.tar.gz 1560345 SHA256 f10f10c18e25ced3c5ec5d0c4145d33270f9cfa991fd1b18d5d9af00e4d9b68e SHA512 3aae9f20bc06087b0860a24488bcda117010a34218d7aef3c68a0f155f8164ce06a88865a9caf1ce5c5eaa8588518ccc2c8a61a97cc39f527f7b2b14cdf8c118 WHIRLPOOL 49915b0f95d340828c79febc9b7d94c4f0c444e016b9f78d134e05f43945b446ab71bbc6a230d6e15d5f1f4c0b97d9f671b6001314cc157cdcd419b01bf23550 DIST dnscrypt-proxy-1.6.0.tar.gz 1579293 SHA256 7703a41a1040fc30b19fdfbbaba36b411e66d998584b0e2fa5088f734f4f86be SHA512 1937a80ab0e6e5786b0d004fef1c007d9d8a4df335542ae6f96c1eac7739920f2ff4b469d30abac774c12a41d275c2a8bf31b5514d7af446028cedeeb3efcf02 WHIRLPOOL b24eb58bca1ff8fa55fec3836399a3ee5c66823d8b459e5f8ce7aa653454407dc3b80d7dc050b76e5c0595fc0e2d854478a6f949ef859b149f6b20e127c98274 +DIST dnscrypt-proxy-1.6.1.tar.gz 1721006 SHA256 c519012a66f3ee30be02113d1e0139be08ccd2ec45ca4102eac35be731a65340 SHA512 8d49be73e4b2fe1131349846191f54c7f212ff301a6a6c2a77505225f81b0615e968c945013e732c4fce3b6090606245ec7343fb0d6145bb10b67dd4112d2367 WHIRLPOOL ca5a1c3792728ff54ee5e3c5a8815deb1ce2e1bdd016438ad0b84d89458064e0178df3c1dee77c8a685894092e48a305b521dc8e4bfc3cb40a0d7ac7e7e66d18 diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-1.6.1.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-1.6.1.ebuild new file mode 100644 index 000000000000..524bed43fffa --- /dev/null +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-1.6.1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit systemd user + +DESCRIPTION="A tool for securing communications between a client and a DNS resolver" +HOMEPAGE="http://dnscrypt.org/" +SRC_URI="http://download.dnscrypt.org/${PN}/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+plugins systemd" + +CDEPEND=" + dev-libs/libsodium + net-libs/ldns + systemd? ( sys-apps/systemd )" +RDEPEND="${CDEPEND}" +DEPEND="${CDEPEND} + virtual/pkgconfig" + +DOCS="AUTHORS ChangeLog NEWS README* THANKS *txt" + +pkg_setup() { + enewgroup dnscrypt + enewuser dnscrypt -1 -1 /var/empty dnscrypt +} + +src_configure() { + econf \ + $(use_enable plugins) \ + $(use_with systemd) +} + +src_install() { + default + + newinitd "${FILESDIR}"/${PN}.initd-1.6.1 ${PN} + newconfd "${FILESDIR}"/${PN}.confd-1.6.0-r1 ${PN} + systemd_dounit "${FILESDIR}"/${PN}.service +} + +pkg_postinst() { + elog "After starting the service you will need to update your" + elog "/etc/resolv.conf and replace your current set of resolvers" + elog "with:" + elog + elog "nameserver " + elog + elog "where is what you supplied in" + elog "/etc/conf.d/dnscrypt-proxy, default is \"127.0.0.1\"." + elog + elog "Also see https://github.com/jedisct1/dnscrypt-proxy#usage." +} diff --git a/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd-1.6.1 b/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd-1.6.1 new file mode 100644 index 000000000000..e7a02d696ea0 --- /dev/null +++ b/net-dns/dnscrypt-proxy/files/dnscrypt-proxy.initd-1.6.1 @@ -0,0 +1,65 @@ +#!/sbin/runscript +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DNSCRYPT_LOGFILE=${DNSCRYPT_LOGFILE:-syslog} +DNSCRYPT_RESOLVERS_LIST=${DNSCRYPT_RESOLVERS_LIST:-/usr/share/dnscrypt-proxy/dnscrypt-resolvers.csv} + +rundir=${rundir:-/var/run/dnscrypt-proxy} +pidfile=${pidfile:-${rundir}/dnscrypt-proxy.pid} +rundir=${rundir:-/var/run/dnscrypt-proxy} +runas_user=${runas_user:-dnscrypt} +runas_group=${runas_user:-dnscrypt} + +depend() { + use net + before dns + after logger +} + +start() { + if [ ! -d "${rundir}" ]; then + mkdir "${rundir}" + if [ -n "${runas_user}" ]; then + touch "${DNSCRYPT_LOGFILE}" + chown ${runas_user}:${runas_group} "${DNSCRYPT_LOGFILE}" + chown -R ${runas_user}:${runas_group} "${rundir}" + fi + fi + + if [ -n "$DNSCRYPT_RESOLVER_NAME" -a -n "$DNSCRYPT_RESOLVERIP" ]; then + eerror "You must set exactly one of DNSCRYPT_RESOLVER_NAME or DNSCRYPT_RESOLVERIP!" + return 1 + elif [ -n "$DNSCRYPT_RESOLVER_NAME" ]; then + resolver_opts="--resolvers-list=${DNSCRYPT_RESOLVERS_LIST} --resolver-name=${DNSCRYPT_RESOLVER_NAME}" + elif [ -n "$DNSCRYPT_RESOLVERIP" ]; then + resolver_opts="--resolver-address=${DNSCRYPT_RESOLVERIP}:${DNSCRYPT_RESOLVERPORT} --provider-name=${DNSCRYPT_PROVIDER_NAME} --provider-key=${DNSCRYPT_PROVIDER_KEY}" + else + eerror "You must set exactly one of DNSCRYPT_RESOLVER_NAME or DNSCRYPT_RESOLVERIP!" + return 1 + fi + + if [[ "${DNSCRYPT_LOGFILE}" == "syslog" ]]; then + logopt="--syslog" + else + logopt="--logfile='${DNSCRYPT_LOGFILE}'" + fi + ebegin "Starting dnscrypt-proxy" + start-stop-daemon --start --quiet \ + --exec /usr/sbin/dnscrypt-proxy \ + -- \ + $logopt \ + --pidfile="${pidfile}" \ + --daemonize --user=${runas_user} \ + --local-address=${DNSCRYPT_LOCALIP}:${DNSCRYPT_LOCALPORT} \ + $resolver_opts \ + ${DNSCRYPT_OPTIONS} + eend $? +} + +stop() { + ebegin "Stopping dnscrypt-proxy" + start-stop-daemon --stop --quiet --exec /usr/sbin/dnscrypt-proxy + eend $? +} diff --git a/net-misc/cmst/Manifest b/net-misc/cmst/Manifest index 45dd3922b4c1..052c0552f2bd 100644 --- a/net-misc/cmst/Manifest +++ b/net-misc/cmst/Manifest @@ -1,2 +1 @@ -DIST cmst-2015.03.01.tar.gz 340176 SHA256 c97d0fe4ab2cfe822121514b8ba6200d4e733bb63f05f04cd17d0b53794d465c SHA512 4178ff101df007e4aab43514250036947b150623f3a45e36dcee7a37be75d2180ba44ee0fb66ecf7240990084d43ccacd4f59259595db91d94a4ea0d08845b77 WHIRLPOOL e6d253bcebb007fcf70d51534b729b4bcdb6c292e4d7b89ef0d702a4308308a4bf1837e24b0051939ee0dfe01bc38b57de9a3e6d6761a958725cc959b24a1565 DIST cmst-2015.12.03.tar.gz 1137034 SHA256 a67bd61a7b30d262b5ba4ac0dc2fed4c11bb14e0d605ec9aeae453cefb446010 SHA512 7705d15e71fac5b951c14d187c7424ff5329a7b5621bb9f765c564fd268cd2925c8130410c4e66760bcc7214a1ecf4e3ff0c8242f1bdcda0c4a3b97d1645324f WHIRLPOOL 014444884f9e90034e012d19b3938bd41f64f106cda7e648c7d251d41c2755e75c8371b5728f549adbf4c499285f35636e0e019d4edaa99062328dfc52805143 diff --git a/net-misc/cmst/cmst-2015.03.01.ebuild b/net-misc/cmst/cmst-2015.03.01.ebuild deleted file mode 100644 index d6d4a4e4df8d..000000000000 --- a/net-misc/cmst/cmst-2015.03.01.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit multilib qmake-utils - -DESCRIPTION="Qt GUI for Connman with system tray icon" -HOMEPAGE="https://github.com/andrew-bibb/cmst" -SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - net-misc/connman - x11-libs/libxkbcommon" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}-${P}" - -src_prepare() { - sed -i misc/desktop/cmst.desktop \ - -e 's/Version=1.1/Version=1.0/' \ - -e '/Categories/ s/$/;/' -} - -src_configure() { - export USE_LIBPATH="${EPREFIX}/usr/$(get_libdir)/${PN}" - eqmake5 -} - -src_install() { - emake INSTALL_ROOT="${D}" install -} diff --git a/net-misc/cmst/metadata.xml b/net-misc/cmst/metadata.xml index 2529600a4fbd..9bea61da3108 100644 --- a/net-misc/cmst/metadata.xml +++ b/net-misc/cmst/metadata.xml @@ -1,12 +1,12 @@ - - qt@gentoo.org - Gentoo Qt Project - - - https://github.com/andrew-bibb/cmst/issues - andrew-bibb/cmst - + + qt@gentoo.org + Gentoo Qt Project + + + https://github.com/andrew-bibb/cmst/issues + andrew-bibb/cmst + diff --git a/net-nntp/nzb/Manifest b/net-nntp/nzb/Manifest index d270810c07cd..3765d885726d 100644 --- a/net-nntp/nzb/Manifest +++ b/net-nntp/nzb/Manifest @@ -1,2 +1 @@ -DIST nzb-0.2.tar.gz 44351 SHA256 df27606e8e016485a7e9cfb3aa7a2cea9f453d1f26901c02d53731ef0c816497 SHA512 3bfafa8a971a996661e542e72fb63f63530d7efd7e3814a87c3f822764837a151b1c0279bd718a3cafc925d759d8cf338537ba80618014b24a9b836da990f435 WHIRLPOOL 5ce9af8113e97a62e22983dd98cedb2910f4b3789a447c3579a76dc26b84d0647d0749a92632a63db963ee320b0c22859380b83e56018aec0b571d700114d461 DIST nzb-0.3.tar.gz 47596 SHA256 29811cfc6bd3d972683b33b7410ddfcbfe829269e12894a7b2ab2392b9b2c050 SHA512 f0c7c3d2825a98439848b895074d5a8c66264d90f87b8e988ea21405c4a01546d8fda5024aefbc7c0e6ff7fb45b8f29202516fd20a375c1fc0e999595da95ee3 WHIRLPOOL 8ec6733c089447f502407cde57896f0d2489afa2bd378f4845efb9f5257a4958861f4f037cb9e398409d6ceca9a6bbe2e1fffd8fcb03d1baa2937df1d35102b9 diff --git a/net-nntp/nzb/nzb-0.2.ebuild b/net-nntp/nzb/nzb-0.2.ebuild deleted file mode 100644 index 879a8b104623..000000000000 --- a/net-nntp/nzb/nzb-0.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit eutils qt4-r2 - -DESCRIPTION="A binary news grabber" -HOMEPAGE="http://www.nzb.fi/" -SRC_URI="mirror://sourceforge/nzb/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-qt/qtcore:4 - dev-qt/qtgui:4" -RDEPEND="${DEPEND}" - -DOCS="ChangeLog" - -src_install() { - qt4-r2_src_install - doicon images/nzb.png - make_desktop_entry nzb -} diff --git a/profiles/package.mask b/profiles/package.mask index ab241b05eaa9..dc5ca2a450b2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,6 +30,22 @@ #--- END OF EXAMPLES --- +# James Le Cuirot (19 Feb 2016) +# Upstream EOL is December 2016. We would rather focus on other things +# than support it until then. Removal in 30 days. +www-servers/tomcat:6 + +# Michael Palimaka (19 Feb 2016) +# Superceded by other filesharing systems. Dead upstream. Unmaintained. +# Masked for removal in 30 days. Bug 314359. +net-p2p/gift +net-p2p/gift-ares +net-p2p/gift-fasttrack +net-p2p/gift-gnutella +net-p2p/gift-openft +net-p2p/giftcurs +sec-policy/selinux-gift + # Michael Sterrett (18 Feb 2016) # Now part of games-emulation/sdlmame # Masked for removal on 20160319 @@ -162,16 +178,6 @@ app-cdr/webcdwriter # Now part of eselect-java. Removal in 30 days. app-eselect/eselect-maven -# Michael Sterrett (20 Jan 2016) -# Buggy and no updates in 9 years. -# Masked for removal on 20160219 -games-roguelike/slashem - -# Michael Sterrett (20 Jan 2016) -# Upstream went away. No updates in 8 years. -# Masked for removal on 20160219 -games-strategy/attal - # Sergey Popov (20 Jan 2016) # Mask new versions of Boost - they are known to cause breakages ~dev-util/boost-build-1.60.0 diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 95e220f6f322..51392820dd53 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -636,6 +636,7 @@ app-emulation/qemu:alsa - Enable alsa output for sound emulation app-emulation/qemu:curl - Support ISOs / -cdrom directives vis HTTP or HTTPS. app-emulation/qemu:fdt - Enables firmware device tree support app-emulation/qemu:glusterfs - Enables GlusterFS cluster fileystem via sys-cluster/glusterfs +app-emulation/qemu:gnutls - Enable TLS support for the VNC console server. For 1.4 and newer this also enables WebSocket support. For 2.0 through 2.3 also enables disk quorum support. app-emulation/qemu:gtk2 - Use gtk-2 instead of gtk-3 app-emulation/qemu:iscsi - Enable direct iSCSI support via net-libs/libiscsi instead of indirectly via the Linux block layer that sys-block/open-iscsi does. app-emulation/qemu:jpeg - Enable jpeg image support for the VNC console server @@ -4104,6 +4105,7 @@ media-libs/phonon-gstreamer:network - Enable network streaming support via libso media-libs/portmidi:test-programs - Install various example programs media-libs/quvi:json - Enable support for JSON output media-libs/raptor:json - Enable support for JSON parsing +media-libs/raspberrypi-userland-bin:hardfp - Use armv6 hardfp ABI media-libs/sdif:ftruncate - Enables usage of ftruncate v. truncate media-libs/sdl-image:webp - support loading WEBP images media-libs/sdl-mixer:fluidsynth - Use media-sound/fluidsynth for MIDI support @@ -5147,6 +5149,7 @@ net-analyzer/suricata:luajit - Enable Luajit support net-analyzer/suricata:nflog - Enable libnetfilter_log support net-analyzer/suricata:nfqueue - Enable AF_PACKET support net-analyzer/suricata:rules - Enable AF_PACKET support +net-analyzer/suricata:system-htp - Use net-libs/libhtp instead of bundled one net-analyzer/symon:perl - Enables a generic perl symux client net-analyzer/symon:symon - Enables the system monitor. Offers no functionality but monitoring and forwarding of measured data net-analyzer/symon:symux - Enables the multiplexer which stores incoming symon streams on disk in RRD (net-analyzer/rrdtool) files @@ -8459,7 +8462,6 @@ x11-wm/xpra:webp - Enable webp image format support x11-wm/xpra:x265 - Enable x265 support xfce-base/libxfce4ui:glade - Build support for Glade 3's GtkBuilder implementation xfce-base/libxfce4ui:gtk3 - Enable gtk3 support -xfce-base/libxfcegui4:glade - Build glade bindings xfce-base/xfce4-settings:libcanberra - Enable sound event support using media-libs/libcanberra xfce-base/xfce4-settings:libinput - Enable libinput Xorg driver (x11-drivers/xf86-input-libinput) support xfce-base/xfce4-settings:xklavier - Enable keyboard layout selection support using x11-libs/libxklavier diff --git a/sys-boot/raspberrypi-firmware/Manifest b/sys-boot/raspberrypi-firmware/Manifest index 5bf58c4f92a4..f5238792cecb 100644 --- a/sys-boot/raspberrypi-firmware/Manifest +++ b/sys-boot/raspberrypi-firmware/Manifest @@ -1,17 +1,4 @@ -DIST raspberrypi-firmware-128fa52bbc-bootcode.bin 17816 SHA256 f89d19c5287e566320ecd7e1d70d649f308a1b9d05a29d88a0768c3ba7a2bd14 SHA512 5332b2554cbdd3abb32f52506b851f7b3dc2c76a6f9040ec8ad946f6d9faf479e502dda11070aba7706d83e1c3839ff92ca8fbf8e79b972f91814dedbe19ea48 WHIRLPOOL 24e179152e392fc303e92cdfb8b4ef64e323736854bc826ddd0132a5652c9aa441027791781ff7f16fa7fb761485629977bd0882561b008fb66d4503be171e05 -DIST raspberrypi-firmware-128fa52bbc-fixup.dat 5890 SHA256 f49cf9395c034f9e53049dc47fb109dc8e4bba2ec70d754335fc12cd31618a93 SHA512 9037ac2a5becf1d51ee6e35899c0a3687cf0cd0e29818a129cf38d0ef4d488405dab6f99e0929fe2c1a6949aad7d42531df0dff7e2ce3a175ea241b74b9454b7 WHIRLPOOL be3eb0291644dabdc35393e4b5b5977eae8eb94caae966d0c345e663468872bf865fde5c25e4a88a9ce0e91c3b226c50e461ee20eecde61996029065719cc69f -DIST raspberrypi-firmware-128fa52bbc-fixup_cd.dat 2032 SHA256 dfc0a24dcf746b8b328184245fc50fc819d2933694a10723597881c6dc29e239 SHA512 dfb9d77ac7bdc1868cfc2dbabdf138c6f24ee671d7d147a66b1f2192fac7abd7c5589a7b051c92c47513ee01f6452eee0c862336cfbaf6c441801fc223d233ca WHIRLPOOL 327561b3b852afbc956e5a963773951b23b5dce147cd775b5662f68a358a869b23e1c0edeafe5c5dfb912144625885d774fc8953adc71350aa909acb86327c5d -DIST raspberrypi-firmware-128fa52bbc-fixup_x.dat 8840 SHA256 6d6bd941afbbe749868ee20eb6603289d7636dd7425a267a075ec053582e5c5b SHA512 5e1d983a90a31c93c7e6ebda733ac18ebf0a6368599f510b71025e7de0bb88aa1b1b90c4ab989011abfccaaad433ab9c032bd1126c7ee1c4b8c8644c3a69014c WHIRLPOOL bf200500f8eba4ae0ad990c8b624e46b19f7dc2f0e93045e2cf463d8cfd8c3ffbc7735f152f5e17186c5be6f508efc9bc4e7ee74f5a21a06eab88ddf2bae7d35 -DIST raspberrypi-firmware-128fa52bbc-start.elf 2690772 SHA256 baa329d7bf465050c3ba59a69b854954e673fb644508870343183a9a22460a13 SHA512 e19ccc57481653a54481b0064bc7a9e52e85ccbedd55e3a5249210af9b9bcd418fe5143c1a95c5431a1c443794a92ae22c7e5d4de68e13578528e94bfb6e8f09 WHIRLPOOL fdce4af4af8f1312cf298d62181a2b0cd2ee4ffe86f0f5c12eb5e1c207e8018ccb60c7a1be2a196fe26c9a358cc46186fbfb631984a52b9c950963b80e83fa41 -DIST raspberrypi-firmware-128fa52bbc-start_cd.elf 469240 SHA256 fcb6783d4b3b39f5ffd1b103e5273db43d86d09220d2c266476db62bf8283824 SHA512 f5222c8fa05fd7e72cb751f45170b1a92297180f3239c0d3ef20b1d5d1688152dbd80ade6e410a3234d8c680cb822eb439f78bc52066bbaf03e1dba4c8fbf0cd WHIRLPOOL bcb0a76d880ca46059658d3d1313a1bd5c86a80f7c4d613f6d376efbde0f1260c880a5c13786a13565a320a8275cf3414df7e7260b69fa091568f9e40c98b9ce -DIST raspberrypi-firmware-128fa52bbc-start_x.elf 3658180 SHA256 0b07a170ff2b7618c1bb1e7edcc2b5ecd160d8a41dcbb43e052148fbea5cff1c SHA512 a82ac10583fcdf6f43a300ee5f05b6b614f96493949820b8b89c428cb02ed91bd35ae3fd5e6e360ef97b5dd6d248dd3c76de433c746ef3dd378d84eb725cfa0e WHIRLPOOL 1d84c05cbbb3306b2f32b0c67235b2a91038139f81c22238d6eea4b40ae89acaa3c41ef3001d54a673406a4568a6455f68d44982d8e903d17132a2b75d6ec135 -DIST raspberrypi-firmware-89ac8f4661-bootcode.bin 17816 SHA256 f89d19c5287e566320ecd7e1d70d649f308a1b9d05a29d88a0768c3ba7a2bd14 SHA512 5332b2554cbdd3abb32f52506b851f7b3dc2c76a6f9040ec8ad946f6d9faf479e502dda11070aba7706d83e1c3839ff92ca8fbf8e79b972f91814dedbe19ea48 WHIRLPOOL 24e179152e392fc303e92cdfb8b4ef64e323736854bc826ddd0132a5652c9aa441027791781ff7f16fa7fb761485629977bd0882561b008fb66d4503be171e05 -DIST raspberrypi-firmware-89ac8f4661-fixup.dat 5886 SHA256 fbdfaa3ecd4c40ea2fe7b5d2c615bcd877bfbec44348231546c819c3c812382d SHA512 530581b4408897bb8766ea1dbd6b9dd84449b65c59eca1e3335b820a0ecc2e0fa483f0c8c005bdf07da23f593ec9e54c879747ad46159abd73f0a5dc3ba2fee3 WHIRLPOOL 2963854b08b745102e89bee86a1ddd6f8323f4c09945d8124751b740f4ec7db57bbdfae492b5eaf2f161b8794a2448d27a97a6d83eb7e493d58ffe7ce9bde157 -DIST raspberrypi-firmware-89ac8f4661-fixup_cd.dat 2032 SHA256 dfc0a24dcf746b8b328184245fc50fc819d2933694a10723597881c6dc29e239 SHA512 dfb9d77ac7bdc1868cfc2dbabdf138c6f24ee671d7d147a66b1f2192fac7abd7c5589a7b051c92c47513ee01f6452eee0c862336cfbaf6c441801fc223d233ca WHIRLPOOL 327561b3b852afbc956e5a963773951b23b5dce147cd775b5662f68a358a869b23e1c0edeafe5c5dfb912144625885d774fc8953adc71350aa909acb86327c5d -DIST raspberrypi-firmware-89ac8f4661-fixup_x.dat 8840 SHA256 08b925a7736b078e0c85601a0dbba7519de8f1b158c8c35383048bcbb97be233 SHA512 9056da89cdb9c1ebe1a4ad075345a336353eb0de12c93f21b141888332cbaa2e3ee17bf0ada7d0d83fa5152391f39c422704a347edc48635260ce7de4933ad71 WHIRLPOOL e50a1a2015e7bc34cbf4400dea8cf2ec0869b874857d07e5d24396f800b76b02146f6cac62d6a0ada4fe8c726e9f2f08c9964aa460570d0e7ae38773f31ea532 -DIST raspberrypi-firmware-89ac8f4661-start.elf 2690740 SHA256 c7720243212c2ac3196c3ab3b3e93de85c5e18fcafd486b08cf88d96e100e2a7 SHA512 49f6753cc4f5fa7817698e22a2074424a762cd1b5660490547e80269f700fdf8c27dc5e05dab4975c5af7d683ccebaf531443303666384903c73c7bbe2f27672 WHIRLPOOL fe2640000a2f013d9b54d3e95e03bb534f40c546207dbd3b712e07d4988998d253a8262ccaccceaf3de4f425a31759c811f71f06e2a8ae02b164d05ca534bf63 -DIST raspberrypi-firmware-89ac8f4661-start_cd.elf 469240 SHA256 0f39571eb6b8b3062c50b26b03a040a0bd712421cfd2ed099cf979c2bb5dd749 SHA512 39957c205ed1f59a806f32888baf9e17d3db4d7b55fd0cae88280df111a4aee39e2d8688e689942d5cc273f25973e4109ef7314832abfd030b5d67481f0492e6 WHIRLPOOL b2ceb05277a23a6931ebf66d5787b717c2ab8be6bfa7cd1d6ba96008b4ca59a7481f13bbc6db39c2e0f6b141ade27ba71a11d9c6589445f391b8c9555c933220 -DIST raspberrypi-firmware-89ac8f4661-start_x.elf 3658180 SHA256 450ff0b13a8c232a8ddfccccfef9ddbf0093dbea0c0248a21d807e6640b88c47 SHA512 2499fa76249b2c7ffc8746479563be460d5f6dc3d484e3de8c7c4c7eeee5cd6aef1ab06d3eb726b1121ae39ca2e4ef0a99777064d5e9b9c4d10a914c41cfedc6 WHIRLPOOL 3f7e9c1c056440172092cb83d95e6ada19a39b4dcbf37dbe3fd2caade758f080411da559bba8412ce74547b787b936a28aea21a782f49eeebdb489e25bc67bdd +DIST raspberrypi-firmware-1.20160209.tar.gz 114792438 SHA256 ca6a88db72e90ef821b8ca7755bbee9c1d5bdb9a621a45eb029af195d2d29751 SHA512 281092c11d422d821e5e2b0479c3b8f891f8df66cfbf931992902d759c99ed40cbb2d9fada1f944372e5bcd8af69784739e79e9912db3482892b10bf668611f2 WHIRLPOOL 81974a53562ee91544d7a01dc9f4f4173a6e882891f8cf744b700162ddd8f8607b1cfcbbde04cafe2bcea47489f9ea4fd8840adf776e806bef0dba574448e76e DIST raspberrypi-firmware-b2dbc04508-bootcode.bin 17816 SHA256 f89d19c5287e566320ecd7e1d70d649f308a1b9d05a29d88a0768c3ba7a2bd14 SHA512 5332b2554cbdd3abb32f52506b851f7b3dc2c76a6f9040ec8ad946f6d9faf479e502dda11070aba7706d83e1c3839ff92ca8fbf8e79b972f91814dedbe19ea48 WHIRLPOOL 24e179152e392fc303e92cdfb8b4ef64e323736854bc826ddd0132a5652c9aa441027791781ff7f16fa7fb761485629977bd0882561b008fb66d4503be171e05 DIST raspberrypi-firmware-b2dbc04508-fixup.dat 5742 SHA256 98b57d8c03426e31d60a3cfb2e2f7c3388978ab1d5591e97f9b8c05c42d44634 SHA512 f701fce3db35bfcd204ca7130aa0db1a77a5c83815409ac0b85f1a57e495aea6cbdf81db985436b33b8862545a271743ea2edefd3b7c9ac0a5e5e30bafd206f3 WHIRLPOOL 7ec85f32fa966ba70fc4c2973588b94c4b48baf9bf0916f71b71171445c2defeebd19cd79f35369fc87c69c58e10fd927de553dc02c8fcf0baf8cc0a2fd9125c DIST raspberrypi-firmware-b2dbc04508-fixup_cd.dat 2032 SHA256 98af02d14bc617af5d44be8c3e4d059e150b6de968dbff86a79cfa25eeaa2b57 SHA512 c6b8b6fb7bc99f77c3aee5d51e1e07a5f9c4119d2ec64ade335315c0c28a2f6d310463a48b0becb424198d3771dc079fda1c15bb03b18c125bfb1b32f5c9867f WHIRLPOOL 11b35f02cf50bc33b3a7d77066c7194ca0fa51b4d912e489ecc3097f300ab2604f404e7e18f29045236cb5df8d0e81fe466f991116c6df5bd58a77610a964cf5 @@ -19,10 +6,3 @@ DIST raspberrypi-firmware-b2dbc04508-fixup_x.dat 8693 SHA256 ace173aa32d389e49ff DIST raspberrypi-firmware-b2dbc04508-start.elf 2494932 SHA256 a83ac7c267fa9dc057bed1c04f7da973ee37c1471b669fd37e5a2edc4bafa9a3 SHA512 bc1f5590de691b10bd375bc20acfe18a8658e4109736af4280ef7a3331024b61162330d8d687aca7da78bdb160beefd8bc38c90791e3e320282b8e98e091f670 WHIRLPOOL 0e825e21491cfdb2099c2c9ba6e4858083a9d749a49b3a91fe0a31cf6ec9877958899f8c41f74f2d745b7264ffd2506f13ea894d45515d968b6bc0f3e118a339 DIST raspberrypi-firmware-b2dbc04508-start_cd.elf 469560 SHA256 1f05ae4ab2446cee6aae264b55a37e9e9ca0ed116fbb88214680397d1d50885e SHA512 bbd4b519ef6f830db7efdbb62f7f308a6092b9e99279fea96307771da08bf12898c664165d6dbd556799162728a479c1d0e1f8fd67ef2c2a7c731354dbea9d99 WHIRLPOOL 9bf67424f34db9bf35c08a7a550ce0a554180210cdfdda53d30260a27b342f828a1e67a00b501af8a86cfedf5533b263122fbe0277d0bcbab22f9ce7389038e0 DIST raspberrypi-firmware-b2dbc04508-start_x.elf 3462244 SHA256 f4d1636e6ccd4274256b496ad30e95681e0ad7ee790cd83fd90ac3dcfb569b23 SHA512 4efb07958838d339b5635465e890cc433d734a47a5ec2d3e8b512755decc4fbffdd6b68f14c09b63284215f6b9d7716c222d77f18de0c783daa895e208796d2d WHIRLPOOL 5e4db8cdd288ed56a0d9eb4afc1c311f745f1db9d9b71cbd3b85da803953f5847d041e6287a9c2c34cfd45efc7a765182beb1234040132b1add29037355a8bde -DIST raspberrypi-firmware-e0590d6dda-bootcode.bin 17816 SHA256 f89d19c5287e566320ecd7e1d70d649f308a1b9d05a29d88a0768c3ba7a2bd14 SHA512 5332b2554cbdd3abb32f52506b851f7b3dc2c76a6f9040ec8ad946f6d9faf479e502dda11070aba7706d83e1c3839ff92ca8fbf8e79b972f91814dedbe19ea48 WHIRLPOOL 24e179152e392fc303e92cdfb8b4ef64e323736854bc826ddd0132a5652c9aa441027791781ff7f16fa7fb761485629977bd0882561b008fb66d4503be171e05 -DIST raspberrypi-firmware-e0590d6dda-fixup.dat 5742 SHA256 98b57d8c03426e31d60a3cfb2e2f7c3388978ab1d5591e97f9b8c05c42d44634 SHA512 f701fce3db35bfcd204ca7130aa0db1a77a5c83815409ac0b85f1a57e495aea6cbdf81db985436b33b8862545a271743ea2edefd3b7c9ac0a5e5e30bafd206f3 WHIRLPOOL 7ec85f32fa966ba70fc4c2973588b94c4b48baf9bf0916f71b71171445c2defeebd19cd79f35369fc87c69c58e10fd927de553dc02c8fcf0baf8cc0a2fd9125c -DIST raspberrypi-firmware-e0590d6dda-fixup_cd.dat 2032 SHA256 98af02d14bc617af5d44be8c3e4d059e150b6de968dbff86a79cfa25eeaa2b57 SHA512 c6b8b6fb7bc99f77c3aee5d51e1e07a5f9c4119d2ec64ade335315c0c28a2f6d310463a48b0becb424198d3771dc079fda1c15bb03b18c125bfb1b32f5c9867f WHIRLPOOL 11b35f02cf50bc33b3a7d77066c7194ca0fa51b4d912e489ecc3097f300ab2604f404e7e18f29045236cb5df8d0e81fe466f991116c6df5bd58a77610a964cf5 -DIST raspberrypi-firmware-e0590d6dda-fixup_x.dat 8693 SHA256 ace173aa32d389e49ff3f7b8bb94712ed175b390b6bc2b083adff2fabc119457 SHA512 ea407fd4b6422a7c932e118260cebd4c578a15bbbbea07e76bf1175b9bf9776e006172997d085e50a2a2a28965afd036a66450b1f0b17fcda741f9f02673c20f WHIRLPOOL 6fc13c0b98455d3601463dcfd8635ce63b5845e86847d8c42d19a9453ff34fcae1e0b5a1144d6152687b01910989c7f1528099924eceef6cfa2a55e48e7a2b34 -DIST raspberrypi-firmware-e0590d6dda-start.elf 2494932 SHA256 775e71dc2cbaeda0ec4c2808aa067a8a9399d981c402658626a9652035c12907 SHA512 94770089103cf19f20633e1a6fe821c416ade90f7522731855506f64e70ecf65b94a1a4c6777bdbe0ec78825ecb5163c54bc170b6b5ffd8aa89add43eef67929 WHIRLPOOL d18d5fa00a1a7c69245a11e5232c9e4d9bb058055f9b3098b1e0dc72046a26509c6870b5bf78447f506e7e305480fa89d5cccedb9c3f655fe3ffca34cc6ee938 -DIST raspberrypi-firmware-e0590d6dda-start_cd.elf 469560 SHA256 8cde5095b5ecfb0d9c82841dfc86fa07721ac3d0942f6fc6a3fe76273ea5b035 SHA512 d273c281415910cb279bebdbaeb88ecfb48d5601fa397a9dbe52176a0693cb264f48e4a17407f92c39bfedace184db11f6cdacf98f615aeec90373b2a39e53b1 WHIRLPOOL 96238b527d32d838e362ab6c6e6926bbaa3c263089d6e2e87be1958c2df441bb7001e77567c4d5517d2b7730b5ca960bab0bac9652f5da60db99c3b3a9745306 -DIST raspberrypi-firmware-e0590d6dda-start_x.elf 3462244 SHA256 280a9a87a674ec689585decc7ae73166cd798cdf85bf95d0c06f42b8616d5452 SHA512 4c24b7dcc7b7c6d7a17d00c4b56676493c6cf8d814b8ef716a91c8e73c69f0132f927771e8e17ef259b99b2f32a33e0387a6fd26e2e6f20bfaa699d167c8961b WHIRLPOOL f26bb41d888e3aa20a557a4e8612a0375ae4b8d683fa9280e3ff02b94ed6a76ca4acd0956c6ee89352cb54e997158335b32738f9e30925343677b127fb02bb64 diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-0_p20130722.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-0_p20130722.ebuild deleted file mode 100644 index 3ae177742881..000000000000 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-0_p20130722.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit readme.gentoo - -DESCRIPTION="Raspberry PI boot loader and firmware" -HOMEPAGE="https://github.com/raspberrypi/firmware" -MY_COMMIT="89ac8f4661" -SRC_URI="" -for my_src_uri in bootcode.bin fixup{,_cd,_x}.dat start{,_cd,_x}.elf ; do - SRC_URI="${SRC_URI} https://github.com/raspberrypi/firmware/raw/${MY_COMMIT}/boot/${my_src_uri} -> ${PN}-${MY_COMMIT}-${my_src_uri}" -done - -LICENSE="GPL-2 raspberrypi-videocore-bin" -SLOT="0" -KEYWORDS="~arm -*" -IUSE="" - -DEPEND="" -RDEPEND="" - -S=${WORKDIR} - -RESTRICT="binchecks strip" - -src_unpack() { :; } - -pkg_preinst() { - if [ -z "${REPLACING_VERSIONS}" ] ; then - local msg="" - if [ -e "${D}"/boot/cmdline.txt -a -e /boot/cmdline.txt ] ; then - msg+="/boot/cmdline.txt " - fi - if [ -e "${D}"/boot/config.txt -a -e /boot/config.txt ] ; then - msg+="/boot/config.txt " - fi - if [ -n "${msg}" ] ; then - msg="This package installs following files: ${msg}." - msg="${msg} Please remove(backup) your copies durning install" - msg="${msg} and merge settings afterwards." - msg="${msg} Further updates will be CONFIG_PROTECTed." - die "${msg}" - fi - fi -} - -src_install() { - insinto /boot - local a - for a in ${A} ; do - newins "${DISTDIR}"/${a} ${a#${PN}-${MY_COMMIT}-} - done - newins "${FILESDIR}"/${PN}-0_p20130711-config.txt config.txt - newins "${FILESDIR}"/${PN}-0_p20130711-cmdline.txt cmdline.txt - newenvd "${FILESDIR}"/${PN}-0_p20130711-envd 90${PN} - readme.gentoo_create_doc -} - -DOC_CONTENTS="Please configure your ram setup by editing /boot/config.txt" diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-0_p20130815.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-0_p20130815.ebuild deleted file mode 100644 index cbd74834c127..000000000000 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-0_p20130815.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit readme.gentoo - -DESCRIPTION="Raspberry PI boot loader and firmware" -HOMEPAGE="https://github.com/raspberrypi/firmware" -MY_COMMIT="e0590d6dda" -SRC_URI="" -for my_src_uri in bootcode.bin fixup{,_cd,_x}.dat start{,_cd,_x}.elf ; do - SRC_URI="${SRC_URI} https://github.com/raspberrypi/firmware/raw/${MY_COMMIT}/boot/${my_src_uri} -> ${PN}-${MY_COMMIT}-${my_src_uri}" -done - -LICENSE="GPL-2 raspberrypi-videocore-bin" -SLOT="0" -KEYWORDS="~arm -*" -IUSE="" - -DEPEND="" -RDEPEND="" - -S=${WORKDIR} - -RESTRICT="binchecks strip" - -src_unpack() { :; } - -pkg_preinst() { - if [ -z "${REPLACING_VERSIONS}" ] ; then - local msg="" - if [ -e "${D}"/boot/cmdline.txt -a -e /boot/cmdline.txt ] ; then - msg+="/boot/cmdline.txt " - fi - if [ -e "${D}"/boot/config.txt -a -e /boot/config.txt ] ; then - msg+="/boot/config.txt " - fi - if [ -n "${msg}" ] ; then - msg="This package installs following files: ${msg}." - msg="${msg} Please remove(backup) your copies durning install" - msg="${msg} and merge settings afterwards." - msg="${msg} Further updates will be CONFIG_PROTECTed." - die "${msg}" - fi - fi -} - -src_install() { - insinto /boot - local a - for a in ${A} ; do - newins "${DISTDIR}"/${a} ${a#${PN}-${MY_COMMIT}-} - done - newins "${FILESDIR}"/${PN}-0_p20130711-config.txt config.txt - newins "${FILESDIR}"/${PN}-0_p20130711-cmdline.txt cmdline.txt - newenvd "${FILESDIR}"/${PN}-0_p20130711-envd 90${PN} - readme.gentoo_create_doc -} - -DOC_CONTENTS="Please configure your ram setup by editing /boot/config.txt" diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20160209.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20160209.ebuild new file mode 100644 index 000000000000..4982885a739a --- /dev/null +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1.20160209.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20130807.ebuild,v 1.1 2013/08/15 18:21:47 xmw Exp $ + +EAPI=5 + +inherit readme.gentoo + +DESCRIPTION="Raspberry PI boot loader and firmware" +HOMEPAGE="https://github.com/raspberrypi/firmware" +SRC_URI="https://github.com/raspberrypi/firmware/archive/1.20160209.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2 raspberrypi-videocore-bin" +SLOT="0" +KEYWORDS="~arm -*" +IUSE="" + +DEPEND="" +RDEPEND="" + +S=${WORKDIR}/${P/raspberrypi-} + +RESTRICT="binchecks strip" + +pkg_preinst() { + if ! grep "${ROOT}boot" /proc/mounts >/dev/null 2>&1; then + ewarn "${ROOT}boot is not mounted, the files might not be installed at the right place" + fi +} + +src_configure() { :; } + +src_compile() { :; } + +src_install() { + rm boot/{kernel{,7}.img,COPYING.linux,LICENCE.broadcom} || die + insinto /boot + doins -r boot/* + + newenvd "${FILESDIR}"/${PN}-0_p20130711-envd 90${PN} + readme.gentoo_create_doc +} + +DOC_CONTENTS=" config.txt and cmdline.txt need to be generated by you +More information here: +https://www.raspberrypi.org/documentation/configuration/config-txt.md +Another good source http://elinux.org/RPi_config.txt +http://elinux.org/RPi_cmdline.txt" diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20130801.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20130801.ebuild deleted file mode 100644 index 89c4f48183b8..000000000000 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20130801.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit readme.gentoo - -DESCRIPTION="Raspberry PI boot loader and firmware" -HOMEPAGE="https://github.com/raspberrypi/firmware" -MY_COMMIT="128fa52bbc" -SRC_URI="" -for my_src_uri in bootcode.bin fixup{,_cd,_x}.dat start{,_cd,_x}.elf ; do - SRC_URI="${SRC_URI} https://github.com/raspberrypi/firmware/raw/${MY_COMMIT}/boot/${my_src_uri} -> ${PN}-${MY_COMMIT}-${my_src_uri}" -done - -LICENSE="GPL-2 raspberrypi-videocore-bin" -SLOT="0" -KEYWORDS="~arm -*" -IUSE="" - -DEPEND="" -RDEPEND="!sys-boot/raspberrypi-loader" - -S=${WORKDIR} - -RESTRICT="binchecks strip" - -src_unpack() { :; } - -pkg_preinst() { - if [ -z "${REPLACING_VERSIONS}" ] ; then - local msg="" - if [ -e "${D}"/boot/cmdline.txt -a -e /boot/cmdline.txt ] ; then - msg+="/boot/cmdline.txt " - fi - if [ -e "${D}"/boot/config.txt -a -e /boot/config.txt ] ; then - msg+="/boot/config.txt " - fi - if [ -n "${msg}" ] ; then - msg="This package installs following files: ${msg}." - msg="${msg} Please remove(backup) your copies durning install" - msg="${msg} and merge settings afterwards." - msg="${msg} Further updates will be CONFIG_PROTECTed." - die "${msg}" - fi - fi -} - -src_install() { - insinto /boot - local a - for a in ${A} ; do - newins "${DISTDIR}"/${a} ${a#${PN}-${MY_COMMIT}-} - done - newins "${FILESDIR}"/${PN}-0_p20130711-config.txt config.txt - newins "${FILESDIR}"/${PN}-0_p20130711-cmdline.txt cmdline.txt - newenvd "${FILESDIR}"/${PN}-0_p20130711-envd 90${PN} - readme.gentoo_create_doc -} - -DOC_CONTENTS="Please configure your ram setup by editing /boot/config.txt" diff --git a/sys-devel/crossdev/crossdev-20151026-r1.ebuild b/sys-devel/crossdev/crossdev-20151026-r1.ebuild new file mode 100644 index 000000000000..eb84933ea66a --- /dev/null +++ b/sys-devel/crossdev/crossdev-20151026-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +inherit eutils + +if [[ ${PV} == "99999999" ]] ; then + EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" + inherit git-2 + SRC_URI="" + #KEYWORDS="" +else + SRC_URI="mirror://gentoo/${P}.tar.xz + https://dev.gentoo.org/~vapier/dist/${P}.tar.xz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +fi + +DESCRIPTION="Gentoo Cross-toolchain generator" +HOMEPAGE="https://www.gentoo.org/" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +RDEPEND=">=sys-apps/portage-2.1 + >=app-portage/portage-utils-0.55 + app-shells/bash + !sys-devel/crossdev-wrappers" +DEPEND="app-arch/xz-utils + sys-apps/gentoo-functions" + +src_prepare() { + epatch "${FILESDIR}"/use-new-path-for-functions.sh.patch +} + +src_install() { + default + if [[ "${PV}" == "99999999" ]] ; then + sed -i "s:@CDEVPV@:${EGIT_VERSION}:" "${ED}"/usr/bin/crossdev || die + fi +} diff --git a/sys-devel/crossdev/crossdev-99999999.ebuild b/sys-devel/crossdev/crossdev-99999999.ebuild index 3b816c239cff..eb84933ea66a 100644 --- a/sys-devel/crossdev/crossdev-99999999.ebuild +++ b/sys-devel/crossdev/crossdev-99999999.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI="5" +inherit eutils if [[ ${PV} == "99999999" ]] ; then EGIT_REPO_URI="git://anongit.gentoo.org/proj/crossdev.git" @@ -26,7 +27,12 @@ RDEPEND=">=sys-apps/portage-2.1 >=app-portage/portage-utils-0.55 app-shells/bash !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils" +DEPEND="app-arch/xz-utils + sys-apps/gentoo-functions" + +src_prepare() { + epatch "${FILESDIR}"/use-new-path-for-functions.sh.patch +} src_install() { default diff --git a/sys-devel/crossdev/files/use-new-path-for-functions.sh.patch b/sys-devel/crossdev/files/use-new-path-for-functions.sh.patch new file mode 100644 index 000000000000..8607fc134836 --- /dev/null +++ b/sys-devel/crossdev/files/use-new-path-for-functions.sh.patch @@ -0,0 +1,11 @@ +--- crossdev.orig 2016-02-18 12:28:49.926442767 -0200 ++++ crossdev 2016-02-18 12:32:25.962433210 -0200 +@@ -15,7 +15,7 @@ + + CONFIGROOT="${PORTAGE_CONFIGROOT}/etc/portage" + +-source /etc/init.d/functions.sh || exit 1 ++source /lib/gentoo/functions.sh || exit 1 + esyslog() { :; } + die_logs() { + echo diff --git a/sys-kernel/gentoo-sources/Manifest b/sys-kernel/gentoo-sources/Manifest index e76af18292ba..de3bd0dca426 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -6,6 +6,9 @@ DIST genpatches-3.10-100.extras.tar.xz 17844 SHA256 fcfeae8c28d10aa043b86c5f2721 DIST genpatches-3.10-101.base.tar.xz 1325420 SHA256 dd44cc559f5455df5d8ce2688e6f5845ccb9bc99fa52c196631f4f6218104ed0 SHA512 6b2ada4c50ead2d9c9c0f80b21cab074c4c0d038c77694268e9192ede67c62cfbae41f5f0b7b735a217aa40b6d4d32b0602f06d961c9be1196c7d8593a137558 WHIRLPOOL 15087cf3b91260cc654948bc18096d325e1bbafe2dbf4a326901ab80aca858cb554785a9cb1b657a08b06793b8f9d953f267fcbdbf8fcb70cf317d800d8a4938 DIST genpatches-3.10-101.experimental.tar.xz 60168 SHA256 fa5c074ab75f9c94a071563b175a42c8389ddde754746d767d66cd1bc8f7c059 SHA512 8dd11081e628dbfb93a32588b1ab050949c5e9a40fefa40fec4d3afb4a798d5485eb6dd2ca0a4f4fbfb7cfc6527ff80667134569ce4c92985a3d97f6cd28e61e WHIRLPOOL 6a2e809dddb2773e9c6ed4439e39f16c32931bb7f96d42f80a9ebf749ddae290a200e6b204c18233dc18f22c7649a8de94ae42297745c0f20f8a06f48be904e2 DIST genpatches-3.10-101.extras.tar.xz 17836 SHA256 58f17423532eb7df2560d0a75a3c991104dbc9d68af126e1bfe3c16f200d4fa4 SHA512 4a1aabc645fbe69a2c0dc8d6c6aca36b99fca98ab8faa5e0cbdae7be9b6069477bb26b0bf3f94c30cb83d1efca51b48a611a2156730869d9f7d560f3eb3ba205 WHIRLPOOL c7e6dbfd8042a8af6927cbdc573e6a200ae306d63d5f8049fdeeb3d176f98da48217fbb547fa229c4f3e5b647797134489580b084aa6d8e439098a747aa80666 +DIST genpatches-3.10-102.base.tar.xz 1339328 SHA256 86fa1f503db7c635d86bb9dfa61617ccc19aab486c8955a68344ecf2014520da SHA512 2bc6c3119cd4e16ebecf4f5d79769a4b0da81b60d0ca648234be146174ce5c693dadc33f022cab63b45e5b395e3e0c7fc1f57ff8d16e3636617592448a3d2cba WHIRLPOOL f111313c467967e4f56f1fa085ef030dfc53ad939a624ecdb3e2b246ecc6328cb4ee9abce124ed283f47870cdbbf0d43a1da425fbed5225aef71de2240d6eb81 +DIST genpatches-3.10-102.experimental.tar.xz 60172 SHA256 a95384e826182e9be3a70e0d7884e24abb34d3112b9c607ee35de94047d99332 SHA512 0cfaac8739e3192089d54ac795be0e78f882e74187e60170eaf7b95b60f4e218b1dabb5abe4965db8b3d2e9bc6a164fc36d8b351204ce87b190d95a394be1cd3 WHIRLPOOL c3fa228389169e256b5b253489ac8c080d236c8ea10b8b48519057ffa5ca4952ed26facfd3a936d1ed872b76d1e7769b94af072f129d07a18e90763656554ce3 +DIST genpatches-3.10-102.extras.tar.xz 17828 SHA256 e174353e2bf0ded175f756e49e86042bd6028caf7a2ecb295f7721edd051cd6b SHA512 0716e1c32548dfd764629074df0bd9f008685aff85d4bdb5b18f0cffccaad9ed331ac906206e3089a467d95d8f0fbcd87e36f441ef31585eba518852a541230f WHIRLPOOL 1bef33927aa4275f77d3ba0c5f8d5b69aa0f02a45abc28cb16b25994ffbee230505932199247d99d0bc6295e199871629d367250bd0c71bb6cdca856566be832 DIST genpatches-3.12-49.base.tar.xz 1545256 SHA256 f9503fdf958458692b841b95fcdbc561a7ef4ecceeab1c2e532c0740305a25d1 SHA512 4475cc1e1faee3975598115937869564274053cff1a9dfbefe41b9535846f1dae04abd784541af5925e805e9878ce1590cc2eea999c06cb3ca67b80df94f23e5 WHIRLPOOL 25758cf3bad2a875668950923edd3ab481c8fe7f4faa2512a2ad70acf3f4f360dfad0c10bd4599efa60bcb681c29cfb2db5f4b3f8bc82cc792a369517891bf02 DIST genpatches-3.12-49.experimental.tar.xz 46536 SHA256 927d367eeddb6823534004c5a4c96093fe822acd5856d262003045935617a741 SHA512 3ab1222cbd073437af8697b9407ff2dd4a1890be5acaf70d9e14ff6c6e908615a7f6c8a8b3c0def7660e925edca457c6b31fea64b2ec73200c36512df6efa3f1 WHIRLPOOL 7d600343ae9e5109e04507176b7914ce2421bf250e2a5f9812122820760060093fbf9112fa9e906f8185c99eb14fd873f198f38da4a3ed7b92c884ce0ff01358 DIST genpatches-3.12-49.extras.tar.xz 18232 SHA256 5800be892a1828498d914ca9315cc5315c2493f900390eb493f7ef45bc7d346c SHA512 b3cad4524b15e15867ed4ae56efed8e59be1d570fe9e822ac381dff7d5c7cfe35af730511a1693ee6f82a48f2e2dc9718b39c37f5530aa00fe18f23d142df4e9 WHIRLPOOL fd8b5bef919d3c155aa49d7c4587c3e3af785ccf1bbff47d0e67fe05fd3d9e4abae8626ba7d44bcded366acac04f4f0ed3244a8ccbcfd886840ebc1663fa7bbf @@ -68,6 +71,9 @@ DIST genpatches-4.3-6.extras.tar.xz 16280 SHA256 fc90c37419df393f084a5fbbe2d681d DIST genpatches-4.3-7.base.tar.xz 137724 SHA256 f45b2b6bd27dd6ba0ce82f4b143078cdb99f729d344773ef31f42fff339f295d SHA512 3a910f0c0a41b1658190b005ca6cbfd82ddea72a65f09e26b4173371f5ff1f65a1712cd35633d0692f74fd8ff0d0fdb4163113ccca8c1de197d1ee52356fbad5 WHIRLPOOL 67611446db6eb94c59842874762797cd2986399e7304eb3adcdfd9a72b104a10dbdde7a22de87381f416ebe07ab312b80dc1a8946077a003bf5646db65aaedd9 DIST genpatches-4.3-7.experimental.tar.xz 61640 SHA256 963f0c524dfb50dd9c8d9b211d672eeaaaa3f8fd5a1ae623dd9c4f1ad32513e0 SHA512 757630a3b74653fc9cbe0009069a3ac81eb7b989d02411234a328cb6ae4363afe5e0dfc4bd8d84828d8450951ed50a6b476d2b130f49bc32fa4251d0599b51c0 WHIRLPOOL 43fdb49d7d8fdd42775cd13c976cfc621ef879f9adaad5db971ed7f28ffdd5d8b5bb35cd0c6be3e01cbf3744ccd70f70dcc4a9fc82583c62b6e63e5c9a0415dc DIST genpatches-4.3-7.extras.tar.xz 16284 SHA256 11fe6eb76d8cfbda95001b05ee1c78243c7394d0a4e12600b3fbdfb69574c9b8 SHA512 503936e84af45909eb4df1b6b4968ca48cb65ed7617340270b41cfc41ad209b22a20ae63dd720901b750d905fa7215912a8c8d271c9544fbf2b3c1ca70adece5 WHIRLPOOL eb7beae6d4bd324b7b4e0daeb292891a53ba9072f30eb2c038e8b74af14643d20a577142c0fce72a36324866868582c8574700c1e86ad06aaa8ce4a7ff5fcb9d +DIST genpatches-4.3-8.base.tar.xz 196548 SHA256 9246ac430ca198817f177093cdb628bb3eea3fad8ac0723adb38a02502cfb89a SHA512 ce2dd67fa2fba9583b9cd309d68e63b937e718cfabd9f3eb882ebc23b3139d59ff3c84beb3cf770dca367284fff6ca2bc85cf9e114da4621b7f6865b2d69dc0e WHIRLPOOL 0c5640f03d44b1219c23a7eff655b8f1749e20b30b89473c06c3a6fb0f34d30094534382ee1a1e4b5fbdffbbcce20dbe4e377410e390b8b5586ad1da9efb57fa +DIST genpatches-4.3-8.experimental.tar.xz 61636 SHA256 8f1297df01d21d8ff121549061b8a8cfb463130edb1a873c6daba6ad8c3d7894 SHA512 19df4ca02e4552befbadef8f0824eb09cccfe10fc00e48d1e684bc7e7761f4d896e605f0153c5ad7d8f96575166c4823f08d9a5f7be3df23128b39d97a685c57 WHIRLPOOL 4d6661b13be1002d9610bbd19618d77f251f6672e286ecdd9a19fccc335ccf0c3dbc9572e60919f50b562249b9589082786762cae0b961a92f056da206b17dbc +DIST genpatches-4.3-8.extras.tar.xz 16280 SHA256 6752a91afa4c10417ab561e8b93c92c2e56e42695730a1004266b025d91dbfa2 SHA512 3513947ec3ff2a959a92c6f45ab6482d57ddf218e9ee9af70c896bfb7773135b72eed64ba7548100acc044e8e82c9a66c3dfc34757f7ef15271be65f086947a8 WHIRLPOOL 56d8afd3b28f607c3646328822f8e24da8c57f778fd1b7af61ae4a873fc980559e072447d40f6238c95a2b96a011d0e28c78d6652a759bf32121648c5b9e1d44 DIST genpatches-4.4-2.base.tar.xz 4416 SHA256 fbcbba8098ffea5957652a91de15ac41eb197443e7403b7aeb32b38b8a0d8bc7 SHA512 65cf7fc10a76be780134680811ebdbb2ed2deede73203688e5b32bef764eb2dec6bfc3399eb245082204cf571b06742dec90f9ee7cea6b34692f694cf0bc7bc6 WHIRLPOOL 554b3287f7011c62e3efe4a8e06cf635bd3768f9228fdabe25fb01b6f1acc1a47a7c96587fffe79e8aadcfe181b934c59512918453cfb27f867d5dd2d3a022d6 DIST genpatches-4.4-2.experimental.tar.xz 4904 SHA256 f1b7bf2d00c34b573d195e841efe5dfb29354d901d2b73066e57c19fd9c7b8fe SHA512 5c98ea98c4648dd2fecaf7cfc364da04d136f4b084d9c1b0b2527deb7cb52d226d5709ab0324e22d75e56d44e42cffc66add0a432639a817b59e97b275f9c232 WHIRLPOOL ab0e36bc830de699d59be6f08d6293283668a3742f216f8189dcb695ccb293c3a60ea468836321835d0bfe3336f6731647698d8252630d06f8fd96886099d2e3 DIST genpatches-4.4-2.extras.tar.xz 16272 SHA256 707735f41624d33489b10c771db536f119bcc5f0d13cbcc38e91977b8b12ec41 SHA512 4f3d9463a9e6f618e6a3a66d4b9f1ca7ffbafa2d0c13308493dd5abbb23147abbc37c0e68a38b0c11c1f424fa1b2086aae88e820a824a1313ea9531507f7f91b WHIRLPOOL d9aeba2ce4e4db0697813bf116e27ec6e91f614316b8643539fefc28f5f522532fd746a56c91e706cf6f9e621019f050dd22f60f420d2aa15d2121383fdcfe1d diff --git a/sys-kernel/gentoo-sources/gentoo-sources-3.10.97.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-3.10.97.ebuild new file mode 100644 index 000000000000..66979baa64a8 --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-3.10.97.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="102" +K_DEBLOB_AVAILABLE="0" +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" +IUSE="experimental" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" + +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.3.6.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-4.3.6.ebuild new file mode 100644 index 000000000000..c99e31e9d32c --- /dev/null +++ b/sys-kernel/gentoo-sources/gentoo-sources-4.3.6.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +ETYPE="sources" +K_WANT_GENPATCHES="base extras experimental" +K_GENPATCHES_VER="8" +K_DEBLOB_AVAILABLE="0" +K_KDBUS_AVAILABLE="0" + +inherit kernel-2 +detect_version +detect_arch + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" +IUSE="experimental" + +DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" +SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +pkg_postinst() { + kernel-2_pkg_postinst + einfo "For more info on this patchset, and how to report problems, see:" + einfo "${HOMEPAGE}" +} + +pkg_postrm() { + kernel-2_pkg_postrm +} diff --git a/sys-kernel/hardened-sources/Manifest b/sys-kernel/hardened-sources/Manifest index ea5a1c955154..4395e161d226 100644 --- a/sys-kernel/hardened-sources/Manifest +++ b/sys-kernel/hardened-sources/Manifest @@ -1,15 +1,20 @@ DIST deblob-4.1 130695 SHA256 2888a5a3b5e8e9ec242e4d702582fa1d739a1274fcd94643a9fb3516a210a8a7 SHA512 b861b9b53f9295e5e993784031ce57cf8cddc418184ec00c28ed92c9e7660406e0ede581a93d0def36e7847b8e068c8ca6c4dfdd65c15cb174d6c5803c16214a WHIRLPOOL b90f55dd8702eb254968ed7689b50859833ed362e9aa1720ade96aa1f6f84e8f90f5d1eee034c8535e8bf767c0b5f8b0bc559219e8d81d4c6ed53bd5cfe5e65e DIST deblob-4.2 134706 SHA256 fc6f631436d0a8ce8ef338a6ff5e612cd1bec679386f7129e70e4dc09c7aa9da SHA512 83ee4763e7eae7549a81f1ea9c2a549a36d57288acea15a228d5bb1aea0316b96f8622fe6729a3dec23714443711ad9959e899a8da962c56af8956a87d3263a1 WHIRLPOOL 1e6212af3d7244139b4fea1ef3fc705d6eb695d9902bae561a5b700ef335254cb50a4ee500f241669e0fafcfab752cf7df663d02ee2663e6ee7282008871da22 DIST deblob-4.3 137019 SHA256 317eb90f128fc05bcf0a01eb7f167f9b5447563b0af4cef4270b774ad64dbdf8 SHA512 e1f98cfcac9cbbe3e7042bc427c1afb5024088d0846a1eb806c7c46616ee77cbbeb63c52f7c1229ff54cda74605f9a6775833e1f5d7ba35a9ae554ca05fd7fc0 WHIRLPOOL 9d42765fd0592f7c8e01f5df78510deafbfff2b60128ad26c2412bdab4b02c72fc8dd0c7c0180176b5399de66cc85f625abf2968c049f8a3b9ebeb5d8c5c71f0 +DIST deblob-4.4 137370 SHA256 7cf11c8594db0d2a10a1b02390c9ff8916f1d2a1fe9d59058ca45485500c5274 SHA512 ea5f2f2cdbc97bdc90c2131f846761dc1630a53986db10d8e9d07d1ddee12a9d878c57790edd3ecc75ed9792d479b7b726c39d688a3926e850608c81b1b78a3a WHIRLPOOL bedd494be2032ce4b8911f25df906055d019af31ea6548b885482f870cd5313e09e7fb544fc8db268b3498cc18c199ae5701023839c972b48dbd8128239eeb75 DIST deblob-check-4.1 674781 SHA256 54aa33e23a31ead6f982b830be86003c306b88f0d0a9f96c7dc66fe7cd274acb SHA512 51fe9d70d723992aaf70f8bfcfcc12ecfedd7a039402ddae07858fb087693b00cd80d1e0e1a5053e049f2a2b8c58ed23e4598e2dae902c4999999c08bc2eeb33 WHIRLPOOL d2c22280e12863793f8e866b126be53ee10d564373addfe9399b2afe22dd7584513c050f334ea08e6d63dd27a1574f2754456bad9d0a42e8c8d9995eec27aed0 DIST deblob-check-4.2 681496 SHA256 8b72723b3f5c651ba45017f557372dd25a43a1ce1b9ba622948399c20a5c318f SHA512 63e86dc0a4e676b4d0d4497d275e9885bda57ee63453a4e9e08fa4327f51b10b80da70d3f1d688e7c447632b31a388eed98470d88f88f60b50c0d53f4803cd94 WHIRLPOOL 4ad1b38354e7ed7e5c82f348956bda5cfa704b21e6f395a3b53a7ae61806c9df593ee9e560d4ad60d1501f6c5381dc6d79194b4aed6810908616e795fc757fc9 DIST deblob-check-4.3 688368 SHA256 9dff222415c2ead1edba2f6755926d6786225814d87dc3624605f99a4b760a5a SHA512 2029b4765a4f83b71370dc4439526daff57be32f8692a329d500df82019a5381849ca979c0ae3761c2efcc04590c031560f0e25de50e71f476618df529a1445a WHIRLPOOL 6dbdcfe6653e751ff00ad91f45c803bdb196fdb9c895ddffaec18a111a19720d50a77485ff8ce228287217ad2e98b6f9e9c65a3c6476f195cbf9e3b7969be34a +DIST deblob-check-4.4 694225 SHA256 e142bafdd5a05280d5280fbf109aadab3af9ce71152ab2d27ad41e96766e0c3e SHA512 6554ae567566da4d30e94a37622f88343b8e96ab39a9204fee34de4ddb5dac8c4906b25843b63c2388d03a4441821c25d395b3c39fc875c498a69e677a4f0cb5 WHIRLPOOL 414f60a64a2c14f01eedebc84f5adfabf0562bcf76545a57e757cb6ac914ffc49c90c329eedd1aafb1ee752bfc082fd4f6af173774f4f853ddd637525fbeeb9b DIST genpatches-4.1-11.base.tar.xz 233284 SHA256 4189cfd2c7d1a1d7f28c8a596ad36741ce087c7c4cfbe0d5d20a0ee889328d18 SHA512 e5944edf832070d6072ab8efc242165afcfb689874687196c96389c6176ca9772e72e82836aba40ad05840536acae6efd6e72890efd692d903018d47489a90f8 WHIRLPOOL 13cb400b330443025f77dee6c710ca9886991a7032fa3ff925d53ed4fc03d07ece5647dca65de1a149073362db1d7a0b374a21d980eafcae09a4b01584c64cb6 DIST genpatches-4.2-9.base.tar.xz 216388 SHA256 16e1a0fdc0c8b36b87477ba11913cd9b83d5cf96651814fb017c7ebe57b65d8f SHA512 3d8d1a25571a969e1e47d37dc87657b409a03200c2d3ee8ffe2cba19344795626225374128cdb7f09df9bd4cb0035a3c8645c2cca9fbab2024f6ea1875a3591c WHIRLPOOL 13254f0c939584052aa7ac736410796bfc37b5b0ca050a0c6c63c4de7c3e84a2ebf649ea87c141702f4a53af4b946aadd1b6eb9a551a620b7d89596f2fd5958a DIST genpatches-4.3-7.base.tar.xz 137724 SHA256 f45b2b6bd27dd6ba0ce82f4b143078cdb99f729d344773ef31f42fff339f295d SHA512 3a910f0c0a41b1658190b005ca6cbfd82ddea72a65f09e26b4173371f5ff1f65a1712cd35633d0692f74fd8ff0d0fdb4163113ccca8c1de197d1ee52356fbad5 WHIRLPOOL 67611446db6eb94c59842874762797cd2986399e7304eb3adcdfd9a72b104a10dbdde7a22de87381f416ebe07ab312b80dc1a8946077a003bf5646db65aaedd9 +DIST genpatches-4.4-3.base.tar.xz 26508 SHA256 76f5685698b02b81643d6b2edcd53217e0f6fa00e068a138f2eb3bc596dec2e5 SHA512 255e2ef79c56699e5b032fa392b2748570ce96c74f1172f4a4c1b4d22f8b8b0a9462c388028a0cad92e821815d39cfa6450f171d81fed5f274dce03979c39322 WHIRLPOOL 6da9edc7936f8857b929e589b2adcb17363a76ec5d85b3406fcb8308d6cb2da924f1f9af5062f85ddf4d415ca9d9524b731e8c4e0cde756e14ccc122a6e75c74 DIST hardened-patches-4.1.7-2.extras.tar.bz2 1419438 SHA256 c8c0fc29c39eafbcea107b8237087fd0e185297e2df9ffeaafc6b3a4736b7a45 SHA512 dac324e265174777d8b9c2369f57e52833b4228b3291e41952a9791ce41b9abf378e1d9a0521566c3a0e42de15a16afa5fe379985b7fee78b1b2b3b815d7cdd4 WHIRLPOOL 7638001f1b95e4af1d051b13648f486aa0eca524157e1a46dd2023fbd86313e0a5e8043653d7388b7286d42cc6e7c0f07cde2de3d5aee6cc058d12538a0980c1 DIST hardened-patches-4.2.7-1.extras.tar.bz2 1678777 SHA256 80a4ae498b15e7aeaefbc68f7f7983120a6b0065516510f8f631f94de3ea7eee SHA512 42c4911f0001ae4acc02cf8beb52d95f5e2860950d6f202728d4f099d06ff4fac27850168032d88bd2978471e4942a777c625667371484a0a261479a8d669386 WHIRLPOOL 891febe584c06b8fd2d8e7e9f2bdb3d0a8b10f2576e7d79359ddc50804fffe4b094ca1692ff533bf0279da1580c73ed89070436eb1a30b9cdf6e90cb0facfcb1 DIST hardened-patches-4.3.5-3.extras.tar.bz2 1689168 SHA256 97624ccc3a92cbb57fd2783a58436347fb5a6373e3f04a14c179ae6b291ac9f9 SHA512 1fb2acd51e39fe173783bfa693458242fbc7e16ec403741d4f86d8eadf401d1e238726c6834024f8c7ebe90d7ee22f531937bc5c2cf48073adafc70eedff664d WHIRLPOOL beec44858cc473f424fe9d9d647d8d9e8a61510c628c81256cdcd3f1372911c5dbb65b343e1e829bbf451f6bf3183d8714a309ca4d76268e3ed47ac2ae4c60cb +DIST hardened-patches-4.4.2-1.extras.tar.bz2 1721230 SHA256 81f1417d210e0a6d9f5e180b9f828beb87ddc27571a16c40552d0fa1979982ec SHA512 599dedbef6fa26efc2a62c19e0536accedff6c60968294e9a7246c9844b26491b4414b1b40106eee9bb7540f8cd4ae74ab3720029b0730ce5541e005ba60cb9b WHIRLPOOL 84e22467a6dcc738043e47274ab2476b69f1796f1f23e3ca4ed8e244dd73a7e4998de683c1d93baccdd41eb232327d4ef1eb07d01b8a790510b8690334032f02 DIST linux-4.1.tar.xz 83017828 SHA256 caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f SHA512 168ef84a4e67619f9f53f3574e438542a5747f9b43443363cb83597fcdac9f40d201625c66e375a23226745eaada9176eb006ca023613cec089349e91751f3c0 WHIRLPOOL 85fcfdb67ea7f865272a85d3b4c3ec1f5a1267f4664bf073c562bb3875e9d96ad68486259d8866a9aced98c95de16840ec531d89745aec75b7315a64ebe650b8 DIST linux-4.2.tar.xz 85507784 SHA256 cf20e044f17588d2a42c8f2a450b0fd84dfdbd579b489d93e9ab7d0e8b45dbeb SHA512 a87bbce3c0c6d810a41bbba1c0dcaae80dc38dded9f8571e97fa4ee5a468d655daf52d260911412f7c7da3171a5114e89d63da14b1753b9a3eb2cc38fd89b9ee WHIRLPOOL 2058e664ee287cc03119ff3dd0155b7018b9c789a13a1012f190e516172f845dcb2d977c8e6a6951e9bd720e5e8cdfa3b888cce392c9b02780520e77475870d0 DIST linux-4.3.tar.xz 86920812 SHA256 4a622cc84b8a3c38d39bc17195b0c064d2b46945dfde0dae18f77b120bc9f3ae SHA512 d25812043850530fdcfdb48523523ee980747f3c2c1266149330844dae2cba0d056d4ddd9c0f129f570f5d1f6df5c20385aec5f6a2e0755edc1e2f5f93e2c6bc WHIRLPOOL e3f131443acc14d4f67bbd3f4e1c57af3d822c41c85a112564d54667a591c8619dce42327fd8166d30a2d7adfaf433c2e2134d4995c91c08f65ac0cc2190f935 +DIST linux-4.4.tar.xz 87295988 SHA256 401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2 SHA512 13c8459933a8b80608e226a1398e3d1848352ace84bcfb7e6a4a33cb230bbe1ab719d4b58e067283df91ce5311be6d2d595fc8c19e2ae6ecc652499415614b3e WHIRLPOOL 02abc203d867404b9934aaa4c1e5b5dcbb0b0021e91a03f3a7e7fd224eed106821d8b4949f32a590536db150e5a88c16fcde88538777a26d0c17900f0257b1bc diff --git a/sys-kernel/hardened-sources/hardened-sources-4.4.2.ebuild b/sys-kernel/hardened-sources/hardened-sources-4.4.2.ebuild new file mode 100644 index 000000000000..7b857ddb6324 --- /dev/null +++ b/sys-kernel/hardened-sources/hardened-sources-4.4.2.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +ETYPE="sources" +K_WANT_GENPATCHES="base" +K_GENPATCHES_VER="3" +K_DEBLOB_AVAILABLE="1" + +inherit kernel-2 +detect_version + +HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1" +HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2" +SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}" + +UNIPATCH_LIST="${DISTDIR}/hardened-patches-${HGPV}.extras.tar.bz2" +UNIPATCH_EXCLUDE=" + 1500_XATTR_USER_PREFIX.patch + 2900_dev-root-proc-mount-fix.patch" + +DESCRIPTION="Hardened kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})" +HOMEPAGE="http://www.gentoo.org/proj/en/hardened/" +IUSE="deblob" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=">=sys-devel/gcc-4.5" + +pkg_postinst() { + kernel-2_pkg_postinst + + local GRADM_COMPAT="sys-apps/gradm-3.1*" + + ewarn + ewarn "Users of grsecurity's RBAC system must ensure they are using" + ewarn "${GRADM_COMPAT}, which is compatible with ${PF}." + ewarn "It is strongly recommended that the following command is issued" + ewarn "prior to booting a ${PF} kernel for the first time:" + ewarn + ewarn "emerge -na =${GRADM_COMPAT}" + ewarn +} diff --git a/sys-kernel/raspberrypi-image/Manifest b/sys-kernel/raspberrypi-image/Manifest index 819431828bd7..3db7a9fb5ab9 100644 --- a/sys-kernel/raspberrypi-image/Manifest +++ b/sys-kernel/raspberrypi-image/Manifest @@ -1,10 +1,4 @@ -DIST raspberrypi-image-3.10.24_pre-r20131212.tar.xz 10686516 SHA256 0e9b4af7ccfdb9a9b80d3a0996bdd522670c00412af3dd5b301fc47c2ddeaa50 SHA512 5001ac5722e91528a1c8fd83fc775afaa5d0917d4b19e0b07870c34b102de0ccae6f52eb734e2ec7f2a84fa6a6b47c1852de505382e6027a5c048dc310f7d961 WHIRLPOOL 531ae1c94bd4c0e71eb954dce64c7b8ac50e63447c2e9ad19802280b0ac26acf43f6df0eb3269563866d57a66d03e18e95fb5290e03ec43babbc2ff05047af46 -DIST raspberrypi-image-3.10.38_pre-r20140427.tar.xz 10834816 SHA256 9f00d57e4f14233329f713110991b62b3c4cb22ae5024e82dd4a6856b5667dc3 SHA512 d61c6698a4b52b77a2967ea80766519db84f61388e7e32018a3ceb5f77d8bbee24f409a79bbbfbdace2dc154d873e8a5498f3b957db836fef43f6688de84d95d WHIRLPOOL ba21788cc709e0b6e8c1f286c8e213fad6221b6ef97db6ea3e80cf08370998c0224b0272216685eabd5ff2efdaac72e256655b395a5e3f1e7a4fce6691cc2d8f -DIST raspberrypi-image-3.12.36_pre-r20150206.tar.xz 11038896 SHA256 999db53f2b0293de377db5b4fbe00a3990a0e29f4eece1c145c2a921edbfddeb SHA512 c0254bb1da52651ef6d308b3204397c441f4bf8f6272cceefde0fa1e755397b252be55d2e7e397b352b319722d9195c0b9b7fed8ae301da4fa4c0d2c04618d7c WHIRLPOOL 20e0b529bcc01902ed453b8e6f0ae152a38e61ae6b07a95e398f830a98c8d199b574ca15b46728b683139a288a5f6eabcc8a08e75c007bd5a3e1fb53263c5d46 -DIST raspberrypi-image-3.18.10_pre-r20150330.tar.xz 12976572 SHA256 ea35d0a90b06951e5919ec5a5918291e1ad1c26fb486b103b4be6f6232126556 SHA512 4a9f3ea141a4135d890d6e52867f533293f9ec9237f5be370674599f17cf4edc626ab38de5e493ae0b013e8768eaf5126b2e18662e40cb5cd4587b49ffe8547a WHIRLPOOL a88dcefdd785a68f88f8d882f7e516eb857670dae11150f2000551f9adb316b35cf17f584bce228602e5a518cbbc46c81c65e74d738cf1b5b0c24e95c26e373b -DIST raspberrypi-image-3.18.14_pre-r20150520.tar.xz 12998340 SHA256 f7d5400f06314cc174b3ff5ad57ac75bdff9d63c7a6aededfcc149bff4540eb6 SHA512 3e7721a207ea7f88e5e68af471c76948b68c1a92acb974a648b5e3ef911c63caa96646cb556323975cfce845576546812ef508bd711e674c3e0d98959e2010aa WHIRLPOOL 5bd3aa413d2f8a97ecce867780fe3a05eb28337e818335d26993db2fbabde78f9a3f64f37fe769dc1d9a73df908da473f6f61520cff40ee27edcec4464b6a1aa -DIST raspberrypi-image-3.19.3_pre-r20150327.tar.xz 12973956 SHA256 c1025b57a2423a1c2d98c136a5e332139a6734b2ddb3a605526c62d51ba1000d SHA512 5293ff2b75dc6f38f0e4dea5bb8322fdae9a799a1dc2e7f9791d8383e70e2ed39131a8e211514f74d72266b2570c8707abb735905a97f0ecf1c4ca595ac99fd6 WHIRLPOOL 0ef71e26e52014e4fba91edad94fb8bda315ecddf16108c713c4a2303e8a61de2df5626d41c2b45f7b7812252893d74fbb86c28ae1f85eb0441746924598ec93 -DIST raspberrypi-image-3.19.3_pre-r20150413.tar.xz 12976080 SHA256 e7cca8243839e80a6fe358c57289ba8c149bdd38e4f2e6a10c8d6f31b8da3743 SHA512 141e245273713f95f85c0c474fd0aaf9b01b67c412574756f6cf4d820013706160b872f0435fa139c96110c8a6b0f2d9b68f71e31ddf05964cb6fcf7014a960a WHIRLPOOL 3fe2fa6fb2284bd155458ee201130a9b3d6dc69a76033c6512f30963e3d379bbcc68e2701e8d60b88827fdbb498048934de624a0b859d468ad4b03f425679497 +DIST raspberrypi-firmware-1.20160209.tar.gz 114792438 SHA256 ca6a88db72e90ef821b8ca7755bbee9c1d5bdb9a621a45eb029af195d2d29751 SHA512 281092c11d422d821e5e2b0479c3b8f891f8df66cfbf931992902d759c99ed40cbb2d9fada1f944372e5bcd8af69784739e79e9912db3482892b10bf668611f2 WHIRLPOOL 81974a53562ee91544d7a01dc9f4f4173a6e882891f8cf744b700162ddd8f8607b1cfcbbde04cafe2bcea47489f9ea4fd8840adf776e806bef0dba574448e76e DIST raspberrypi-image-4.0.4_pre-r20150523.tar.xz 13052304 SHA256 3cbe55ffccb6e7067f37b57a3bbcc7676ed89ae639f8663e17c94f0c8ec99d31 SHA512 c33517321769e5267d7084e82b54d9548bed77fed1755fd5985ac648cb5721fc462f2c062d0e003171eb4b0ccd3e5b0d7b41fc6783c6dd85f86089f54d8bbe60 WHIRLPOOL ef9359919e3da0de0edce3bacc16c70cb36fa66dc13051bde8c4dcb7c47782cd18fe8ed65ff992ae00454b109293ecbee4d71699adc78a7d17e903d1e91cd603 DIST raspberrypi-image-4.1.17_pre-r20160209.tar.xz 13642752 SHA256 ad4c1069d19c34a05272fab1c326996b32510baac66bda5e50fb7356638849d0 SHA512 ac260fbb6dc3f8417d87624b2771b219f5a754618242cfa80c0e465902140c5715aca75a09e8827d096bb99688e0ac2b262bbadb98f1a47998a0febb0b99a96a WHIRLPOOL a3c44e28a07def36578de77352f76135a1c33de3148ad118fe466076c30dc06f6298b4fcffeb885c85f6e07330fd3dae2a608a2b6247ee193c586ad879d82e83 DIST raspberrypi-image-4.4.1_pre-r20160209.tar.xz 13982668 SHA256 1f92aa045148c406491a1d83494e6d4463480f5ec4139f51d91fe81de5889658 SHA512 3ec1913c5d09110912a92aac546e5ec4965b7e5ae98f2561ca569982c5707a1377c47bff55f5c0c8e4db3b6a9b65b09d8ac6bb4112cff5b9396874c33be8c5de WHIRLPOOL 3ce35c3b6fd45d70d522c09fd0db2eb9c836a1c3b6f546d82d9fbc57ab2a5c4d94416b81c9705e3c1977813717bb5423cb7c17115c566a9a5a7a35fce31feafc diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-3.10.24_pre-r20131212.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-3.10.24_pre-r20131212.ebuild deleted file mode 100644 index 1dc67d760714..000000000000 --- a/sys-kernel/raspberrypi-image/raspberrypi-image-3.10.24_pre-r20131212.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Raspberry PI precompiled kernel and modules" -HOMEPAGE="https://github.com/raspberrypi/firmware" -SRC_URI="https://dev.gentoo.org/~xmw/${PN}/${PF}.tar.xz" - -LICENSE="GPL-2" -SLOT="${PVR}" -KEYWORDS="~arm -*" -IUSE="" - -S=${WORKDIR} - -RESTRICT="binchecks mirror strip" - -src_prepare() { - #hide kernel vectors - chmod go= boot/System* || die - # on a filesystem with permissions - mv boot/System* lib/modules/* || die - elog "System.map has been moved to $(ls -d lib/modules/*)" -} - -src_install() { - mv -v boot "${D}" || die - - dodir /lib - mv -v lib/modules "${D}"/lib || die -} diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-3.10.38_pre-r20140427.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-3.10.38_pre-r20140427.ebuild deleted file mode 100644 index 1e4eef4c795a..000000000000 --- a/sys-kernel/raspberrypi-image/raspberrypi-image-3.10.38_pre-r20140427.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Raspberry PI precompiled kernel and modules" -HOMEPAGE="https://github.com/raspberrypi/firmware" -SRC_URI="https://dev.gentoo.org/~xmw/${PN}/${PF}.tar.xz" - -LICENSE="GPL-2" -SLOT="${PVR}" -KEYWORDS="~arm -*" -IUSE="" - -S=${WORKDIR} - -RESTRICT="binchecks mirror strip" - -src_prepare() { - #hide kernel vectors - chmod go= boot/System* || die - # on a filesystem with permissions - mv boot/System* lib/modules/* || die - elog "System.map has been moved to $(ls -d lib/modules/*)" -} - -src_install() { - mv -v boot "${D}" || die - - dodir /lib - mv -v lib/modules "${D}"/lib || die -} diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-3.10.9999.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-3.10.9999.ebuild deleted file mode 100644 index 4c7c673e4195..000000000000 --- a/sys-kernel/raspberrypi-image/raspberrypi-image-3.10.9999.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit git-2 versionator - -DESCRIPTION="Raspberry PI precompiled kernel and modules" -HOMEPAGE="https://github.com/raspberrypi/firmware" -EGIT_REPO_URI="https://github.com/raspberrypi/firmware.git" -EGIT_PROJECT="raspberrypi-firmware.git" -EGIT_BRANCH="master" - -LICENSE="GPL-2 raspberrypi-videocore-bin" -SLOT="${PV}" -KEYWORDS="" -IUSE="doc" - -RESTRICT="binchecks strip" - -src_install() { - MY_PV=$(awk '{ print $3 }' extra/uname_string) - insinto /boot - local suffix - for suffix in "" "_emergency" ; do - newins boot/kernel${suffix}.img kernel-${MY_PV}${suffix}.img - newins extra/System${suffix}.map System-${MY_PV}${suffix}.map - newins extra/Module${suffix}.symvers Module-${MY_PV}${suffix}.symvers - done - - insinto /lib/modules - doins -r modules/${MY_PV} - - if use doc ; then - dohtml documentation/ilcomponents/* - fi -} diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-3.12.36_pre-r20150206.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-3.12.36_pre-r20150206.ebuild deleted file mode 100644 index 1e4eef4c795a..000000000000 --- a/sys-kernel/raspberrypi-image/raspberrypi-image-3.12.36_pre-r20150206.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Raspberry PI precompiled kernel and modules" -HOMEPAGE="https://github.com/raspberrypi/firmware" -SRC_URI="https://dev.gentoo.org/~xmw/${PN}/${PF}.tar.xz" - -LICENSE="GPL-2" -SLOT="${PVR}" -KEYWORDS="~arm -*" -IUSE="" - -S=${WORKDIR} - -RESTRICT="binchecks mirror strip" - -src_prepare() { - #hide kernel vectors - chmod go= boot/System* || die - # on a filesystem with permissions - mv boot/System* lib/modules/* || die - elog "System.map has been moved to $(ls -d lib/modules/*)" -} - -src_install() { - mv -v boot "${D}" || die - - dodir /lib - mv -v lib/modules "${D}"/lib || die -} diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-3.18.10_pre-r20150330.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-3.18.10_pre-r20150330.ebuild deleted file mode 100644 index 1e4eef4c795a..000000000000 --- a/sys-kernel/raspberrypi-image/raspberrypi-image-3.18.10_pre-r20150330.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Raspberry PI precompiled kernel and modules" -HOMEPAGE="https://github.com/raspberrypi/firmware" -SRC_URI="https://dev.gentoo.org/~xmw/${PN}/${PF}.tar.xz" - -LICENSE="GPL-2" -SLOT="${PVR}" -KEYWORDS="~arm -*" -IUSE="" - -S=${WORKDIR} - -RESTRICT="binchecks mirror strip" - -src_prepare() { - #hide kernel vectors - chmod go= boot/System* || die - # on a filesystem with permissions - mv boot/System* lib/modules/* || die - elog "System.map has been moved to $(ls -d lib/modules/*)" -} - -src_install() { - mv -v boot "${D}" || die - - dodir /lib - mv -v lib/modules "${D}"/lib || die -} diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-3.18.14_pre-r20150520.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-3.18.14_pre-r20150520.ebuild deleted file mode 100644 index 1e4eef4c795a..000000000000 --- a/sys-kernel/raspberrypi-image/raspberrypi-image-3.18.14_pre-r20150520.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Raspberry PI precompiled kernel and modules" -HOMEPAGE="https://github.com/raspberrypi/firmware" -SRC_URI="https://dev.gentoo.org/~xmw/${PN}/${PF}.tar.xz" - -LICENSE="GPL-2" -SLOT="${PVR}" -KEYWORDS="~arm -*" -IUSE="" - -S=${WORKDIR} - -RESTRICT="binchecks mirror strip" - -src_prepare() { - #hide kernel vectors - chmod go= boot/System* || die - # on a filesystem with permissions - mv boot/System* lib/modules/* || die - elog "System.map has been moved to $(ls -d lib/modules/*)" -} - -src_install() { - mv -v boot "${D}" || die - - dodir /lib - mv -v lib/modules "${D}"/lib || die -} diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-3.19.3_pre-r20150327.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-3.19.3_pre-r20150327.ebuild deleted file mode 100644 index 1e4eef4c795a..000000000000 --- a/sys-kernel/raspberrypi-image/raspberrypi-image-3.19.3_pre-r20150327.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Raspberry PI precompiled kernel and modules" -HOMEPAGE="https://github.com/raspberrypi/firmware" -SRC_URI="https://dev.gentoo.org/~xmw/${PN}/${PF}.tar.xz" - -LICENSE="GPL-2" -SLOT="${PVR}" -KEYWORDS="~arm -*" -IUSE="" - -S=${WORKDIR} - -RESTRICT="binchecks mirror strip" - -src_prepare() { - #hide kernel vectors - chmod go= boot/System* || die - # on a filesystem with permissions - mv boot/System* lib/modules/* || die - elog "System.map has been moved to $(ls -d lib/modules/*)" -} - -src_install() { - mv -v boot "${D}" || die - - dodir /lib - mv -v lib/modules "${D}"/lib || die -} diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-3.19.3_pre-r20150413.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-3.19.3_pre-r20150413.ebuild deleted file mode 100644 index 1e4eef4c795a..000000000000 --- a/sys-kernel/raspberrypi-image/raspberrypi-image-3.19.3_pre-r20150413.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Raspberry PI precompiled kernel and modules" -HOMEPAGE="https://github.com/raspberrypi/firmware" -SRC_URI="https://dev.gentoo.org/~xmw/${PN}/${PF}.tar.xz" - -LICENSE="GPL-2" -SLOT="${PVR}" -KEYWORDS="~arm -*" -IUSE="" - -S=${WORKDIR} - -RESTRICT="binchecks mirror strip" - -src_prepare() { - #hide kernel vectors - chmod go= boot/System* || die - # on a filesystem with permissions - mv boot/System* lib/modules/* || die - elog "System.map has been moved to $(ls -d lib/modules/*)" -} - -src_install() { - mv -v boot "${D}" || die - - dodir /lib - mv -v lib/modules "${D}"/lib || die -} diff --git a/sys-kernel/raspberrypi-image/raspberrypi-image-4.1.17_p20160209.ebuild b/sys-kernel/raspberrypi-image/raspberrypi-image-4.1.17_p20160209.ebuild new file mode 100644 index 000000000000..9c3f83b7e822 --- /dev/null +++ b/sys-kernel/raspberrypi-image/raspberrypi-image-4.1.17_p20160209.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/raspberrypi-firmware/raspberrypi-firmware-1_pre20130807.ebuild,v 1.1 2013/08/15 18:21:47 xmw Exp $ + +EAPI=5 + +inherit readme.gentoo + +DESCRIPTION="Raspberry PI boot loader and firmware" +HOMEPAGE="https://github.com/raspberrypi/firmware" +MY_PV="1.20160209" +SRC_URI="https://github.com/raspberrypi/firmware/archive/${MY_PV} -> raspberrypi-firmware-${MY_PV}.tar.gz" + +LICENSE="GPL-2 raspberrypi-videocore-bin" +SLOT="0" +KEYWORDS="~arm -*" +IUSE="" + +DEPEND="" +RDEPEND="" + +S=${WORKDIR}/firmware-${MY_PV} + +RESTRICT="" + +pkg_preinst() { + if [ -z "${REPLACING_VERSIONS}" ] ; then + local msg="" + if [ -e "${D}"/boot/cmdline.txt -a -e "${ROOT}"/boot/cmdline.txt ] ; then + msg+="/boot/cmdline.txt " + fi + if [ -e "${D}"/boot/config.txt -a -e "${ROOT}"/boot/config.txt ] ; then + msg+="/boot/config.txt " + fi + if [ -n "${msg}" ] ; then + msg="This package installs following files: ${msg}." + msg="${msg} Please remove(backup) your copies during install" + msg="${msg} and merge settings afterwards." + msg="${msg} Further updates will be CONFIG_PROTECTed." + die "${msg}" + fi + fi + + if ! grep "${ROOT}boot" /proc/mounts >/dev/null 2>&1; then + ewarn "${ROOT}boot is not mounted, the files might not be installed at the right place" + fi +} + +src_configure() { :; } + +src_compile() { :; } + +src_install() { + insinto /lib/modules + doins -r modules/* + insinto /boot + newins boot/kernel.img kernel-${PV}.img + newins boot/kernel7.img kernel7-${PV}.img + + readme.gentoo_create_doc +} + +DOC_CONTENTS="Please configure your ram setup by editing /boot/config.txt" diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest index 4d393b312921..379656c2e0fe 100644 --- a/sys-libs/glibc/Manifest +++ b/sys-libs/glibc/Manifest @@ -13,3 +13,5 @@ DIST glibc-2.21.tar.xz 12322092 SHA256 aeeb362437965a5d3f40b151094ca79def04a115b DIST glibc-2.22-patches-10.tar.bz2 54312 SHA256 0cf9935301d2cf427e35c7b3866dd0036e0ec473ba5ff1cf6684c424ed5638aa SHA512 ebb4230705e61675ec0d70ad66816956479bd3ab7c20a3d970ba18d01b79de73e202cafe361c7f509cbfbc89bd99b19f75d5d3f3b9bb46d6f1fba6851ae0bf44 WHIRLPOOL 4fc98a7572070f1556410b8d20d078557a9786720d6a3425e2d924e6f86448810433911a4b3df2b8022f46e8b8e475f61bad12528efc988516422b89aee7e2cc DIST glibc-2.22-patches-9.tar.bz2 37781 SHA256 724ebd9c068af2740b2058dfe6685e4c496c845a9e927efdacd763c22d5d9fbd SHA512 dda6ce3908f4261744178c0a345c016a3b0a7ca1d75063e1b216b6b95aea663f1741391e71966e0ed8018eea1a628786ccd026c6616def721bbedb961d5245e8 WHIRLPOOL 9725fabb933d3b48cdce5df4e5e9ed9bc58f737836405e1345849764ae6013cd2a2ac73a23137e87964d940bd79115f82b777bc807ce4c58a28a247cdf22f68f DIST glibc-2.22.tar.xz 12969072 SHA256 eb731406903befef1d8f878a46be75ef862b9056ab0cde1626d08a7a05328948 SHA512 a8719f3a4f8aa5fa81711116fdafbea5082c6dfd85bd8c4cdce60571910263ab422b35bb8b55a84d37ccb146442133ba60a84d453ca4a439c8ccd35419bd051b WHIRLPOOL f7e707b3776fc197a2e7bf5633721925507237b154bbc1f94b9fc303c87e6fc039ff0758da6ee55b4c1a0daaa87c6e594a6c96e7b00a7ba8ae98ee29918709a7 +DIST glibc-2.23-patches-1.tar.bz2 209934 SHA256 381b378542046e5570d11e70d985b4bcc961a5b64d5ff77a27e90035e21200a4 SHA512 285941d993dee962d43f42ade4d8f8d7f6e2bdaa0e428831155666d58c219ddffeef6dc9e3836936453595cc4389521827e9200e4465d78fe92d9588d8d12c33 WHIRLPOOL f1a9b269959c5c00cdade8673b006d1f087d026bf42fae48cb1dd072d17a3678babc078e88d259d01c3e38c8c483415f6016c37b6c88dc80357e08a2a8e30f26 +DIST glibc-2.23.tar.xz 13455260 SHA256 94efeb00e4603c8546209cefb3e1a50a5315c86fa9b078b6fad758e187ce13e9 SHA512 b82953388cd028e174cb08f082557bbce0dad8b67b17d31b29f90102fd52a51e03d591448ecb64882a1c1d5303afffc7f6ede85cee4c784a9284fbc9b4ad26cf WHIRLPOOL 7c7e3bf55a89a04bac917b9ca5a1cbb1613f22c427d2766f114b5a36f9635856005b823852ef5d3b73462b577fe4e5865e68e7b64633d48a95fa1e5eaa831a71 diff --git a/sys-libs/glibc/glibc-2.23.ebuild b/sys-libs/glibc/glibc-2.23.ebuild new file mode 100644 index 000000000000..919748fcb299 --- /dev/null +++ b/sys-libs/glibc/glibc-2.23.ebuild @@ -0,0 +1,197 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" + +inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib systemd unpacker multiprocessing + +DESCRIPTION="GNU libc6 (also called glibc2) C library" +HOMEPAGE="https://www.gnu.org/software/libc/libc.html" + +LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE" +#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +RESTRICT="strip" # strip ourself #46186 +EMULTILIB_PKG="true" + +# Configuration variables +RELEASE_VER="" +case ${PV} in +9999*) + EGIT_REPO_URIS="git://sourceware.org/git/glibc.git" + EGIT_SOURCEDIRS="${S}" + inherit git-2 + ;; +*) + RELEASE_VER=${PV} + ;; +esac +GCC_BOOTSTRAP_VER="4.7.3-r1" +PATCH_VER="1" # Gentoo patchset +: ${NPTL_KERN_VER:="2.6.32"} # min kernel version nptl requires + +IUSE="debug gd hardened multilib nscd selinux systemtap profile suid vanilla crosscompile_opts_headers-only" + +# Here's how the cross-compile logic breaks down ... +# CTARGET - machine that will target the binaries +# CHOST - machine that will host the binaries +# CBUILD - machine that will build the binaries +# If CTARGET != CHOST, it means you want a libc for cross-compiling. +# If CHOST != CBUILD, it means you want to cross-compile the libc. +# CBUILD = CHOST = CTARGET - native build/install +# CBUILD != (CHOST = CTARGET) - cross-compile a native build +# (CBUILD = CHOST) != CTARGET - libc for cross-compiler +# CBUILD != CHOST != CTARGET - cross-compile a libc for a cross-compiler +# For install paths: +# CHOST = CTARGET - install into / +# CHOST != CTARGET - install into /usr/CTARGET/ + +export CBUILD=${CBUILD:-${CHOST}} +export CTARGET=${CTARGET:-${CHOST}} +if [[ ${CTARGET} == ${CHOST} ]] ; then + if [[ ${CATEGORY} == cross-* ]] ; then + export CTARGET=${CATEGORY#cross-} + fi +fi + +is_crosscompile() { + [[ ${CHOST} != ${CTARGET} ]] +} + +# Why SLOT 2.2 you ask yourself while sippin your tea ? +# Everyone knows 2.2 > 0, duh. +SLOT="2.2" + +# General: We need a new-enough binutils/gcc to match upstream baseline. +# arch: we need to make sure our binutils/gcc supports TLS. +DEPEND=">=app-misc/pax-utils-0.1.10 + ! [version] +eblit-include() { + local skipable=false + [[ $1 == "--skip" ]] && skipable=true && shift + [[ $1 == pkg_* ]] && skipable=true + + local e v func=$1 ver=$2 + [[ -z ${func} ]] && die "Usage: eblit-include [version]" + for v in ${ver:+-}${ver} -${PVR} -${PV} "" ; do + e="${FILESDIR}/eblits/${func}${v}.eblit" + if [[ -e ${e} ]] ; then + source "${e}" + return 0 + fi + done + ${skipable} && return 0 + die "Could not locate requested eblit '${func}' in ${FILESDIR}/eblits/" +} + +# eblit-run-maybe +# run the specified function if it is defined +eblit-run-maybe() { + [[ $(type -t "$@") == "function" ]] && "$@" +} + +# eblit-run [version] +# aka: src_unpack() { eblit-run src_unpack ; } +eblit-run() { + eblit-include --skip common "${*:2}" + eblit-include "$@" + eblit-run-maybe eblit-$1-pre + eblit-${PN}-$1 + eblit-run-maybe eblit-$1-post +} + +src_unpack() { eblit-run src_unpack ; } +src_prepare() { eblit-run src_prepare ; } +src_configure() { eblit-run src_configure ; } +src_compile() { eblit-run src_compile ; } +src_test() { eblit-run src_test ; } +src_install() { eblit-run src_install ; } + +# FILESDIR might not be available during binpkg install +for x in pretend setup {pre,post}inst ; do + e="${FILESDIR}/eblits/pkg_${x}.eblit" + if [[ -e ${e} ]] ; then + . "${e}" + eval "pkg_${x}() { eblit-run pkg_${x} ; }" + fi +done + +eblit-src_unpack-pre() { + [[ -n ${GCC_BOOTSTRAP_VER} ]] && use multilib && unpack gcc-${GCC_BOOTSTRAP_VER}-multilib-bootstrap.tar.bz2 + # Bug 558636 we don't apply the pie works around for 2.22. It shoud have the support. #558636 + GLIBC_PATCH_EXCLUDE+=" 00_all_0002-workaround-crash-when-handling-signals-in-static-PIE.patch" + GLIBC_PATCH_EXCLUDE+=" 00_all_0012-disable-PIE-when-checking-for-PIC-default.patch" +} + +eblit-src_prepare-post() { + cd "${S}" + + epatch "${FILESDIR}"/2.19/${PN}-2.19-ia64-gcc-4.8-reloc-hack.patch #503838 + + if use hardened ; then + # We don't enable these for non-hardened as the output is very terse -- + # it only states that a crash happened. The default upstream behavior + # includes backtraces and symbols. + einfo "Installing Hardened Gentoo SSP and FORTIFY_SOURCE handler" + cp "${FILESDIR}"/2.20/glibc-2.20-gentoo-stack_chk_fail.c debug/stack_chk_fail.c || die + cp "${FILESDIR}"/2.20/glibc-2.20-gentoo-chk_fail.c debug/chk_fail.c || die + + if use debug ; then + # Allow SIGABRT to dump core on non-hardened systems, or when debug is requested. + sed -i \ + -e '/^CFLAGS-backtrace.c/ iCPPFLAGS-stack_chk_fail.c = -DSSP_SMASH_DUMPS_CORE' \ + -e '/^CFLAGS-backtrace.c/ iCPPFLAGS-chk_fail.c = -DSSP_SMASH_DUMPS_CORE' \ + debug/Makefile || die + fi + + # Build various bits with ssp-all + sed -i \ + -e 's:-fstack-protector$:-fstack-protector-all:' \ + */Makefile || die + fi + + case $(gcc-fullversion) in + 4.8.[0-3]|4.9.0) + eerror "You need to switch to a newer compiler; gcc-4.8.[0-3] and gcc-4.9.0 miscompile" + eerror "glibc. See https://bugs.gentoo.org/547420 for details." + die "need to switch compilers #547420" + ;; + esac +} diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index f4c4b1488ce1..d2b9c01ed965 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -76,13 +76,13 @@ RDEPEND="!sys-kernel/ps3-sources if [[ ${CATEGORY} == cross-* ]] ; then DEPEND+=" !crosscompile_opts_headers-only? ( >=${CATEGORY}/binutils-2.24 - >=${CATEGORY}/gcc-4.6 + >=${CATEGORY}/gcc-4.7 )" [[ ${CATEGORY} == *-linux* ]] && DEPEND+=" ${CATEGORY}/linux-headers" else DEPEND+=" >=sys-devel/binutils-2.24 - >=sys-devel/gcc-4.6 + >=sys-devel/gcc-4.7 virtual/os-headers" RDEPEND+=" vanilla? ( !sys-libs/timezone-data )" PDEPEND+=" !vanilla? ( sys-libs/timezone-data )" diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest index 75dd0be62ebc..9291eca5f41b 100644 --- a/www-client/firefox-bin/Manifest +++ b/www-client/firefox-bin/Manifest @@ -1,234 +1,156 @@ -DIST firefox-38.5.0esr-af.xpi 483327 SHA256 ed5123547065cd65691a60d1d2916115983adbe7e5ed4a526766cd7e37cb7923 SHA512 b9c13b8b645ba5e1e661cf914ff1f8228b3d3b4a32a8dee5d4f284b83064da29bdec5e917a141388eaf4795c91ababc078a4ec8c7012168ea7c7672171201f53 WHIRLPOOL e6bcfda38ce615fd08542596ba22cfd6c13766e471cf3d49341287aed603ac62f01550c8559f3b69207bc3b20b64bbf8538bc3e24cab0c337d53d888a4fa3415 -DIST firefox-38.5.0esr-ar.xpi 516496 SHA256 a3e651f4bc9f9ec963eac9058b0230c4bffcef51b5ea70cf536449039e3b061d SHA512 2d4d4a175954754d990cfa3124b9957992ad045f7274451ab8da65436a10e5beda2231f41ee6105727d593d4f75e23e4e962865385b2ba6aef1bb40f13506a48 WHIRLPOOL 6e1a77d31aa09da2dfd71b3b804ed2c69e27332b1ae5cc3544f8a6f97b03f817da31015c895b31508bbaf0d16e48bbbb612c63b5df57af47ad3d95e632b6189b -DIST firefox-38.5.0esr-as.xpi 509575 SHA256 6311ac7084f1f29914c8fe7285be8786ed278b75d733d62706ca36ee765bf10e SHA512 04be2a896b1719dede726af80ddf6785bf47c400d1c9d4aaf9a1f0824ab1395db9a83291320fbfeabafd7e9c500659504e36a0d09193aeb0493b79309546f502 WHIRLPOOL b6635c7d17f789fbc9c0573c18d62c467a0077d1684efb0b2ccc997eb7a0a6d379057b88c9aa87ef815b2fcc0673d1242f1039a9c800dd7a9a6ab3232fa79416 -DIST firefox-38.5.0esr-ast.xpi 397203 SHA256 b3e8f50517ada37287c3972d04dc01c60e433f30d076d31b57ca8f63412acdae SHA512 acd14eb17b50fa3452439cd43e5e568d793700ce6edd0dc1d1efc5384f3a05b3facc1d5444530fcf83e133fdcb9344c054e0ff1cf456d251802f50aaf22ee348 WHIRLPOOL 16d02ce7287fc42ceb40df362977b5ecba45a5954a23251ab66109035ce3a936502b6164ca627476f050aded4dcec29f3f336bca401abd73f09433dcb2d06562 -DIST firefox-38.5.0esr-be.xpi 441057 SHA256 b61c2aaaeabc587ce5fa977b8ba260674f8ec57a5cc0999338fa328df78cbf58 SHA512 9d2001c8bb4cabcb085f9fc3f174e763db2802548c8e002841dac8093fa97ab9d6655193fb78b41fdc3236e1e0fb68afca6f580c62afa5854dd74044fbe4166c WHIRLPOOL 3e2f562b39ce35bff385edccd58d93788da4fb178ea1c940d07343fca4a56eafb2ec9d48de00e68a959935cffd41549b8aeca2070da5502d63cc88a038f85b1e -DIST firefox-38.5.0esr-bg.xpi 487819 SHA256 0c85c42f4e76d0df3331a2763fa65904e8c955a0abd662db1218edc4f9bef035 SHA512 2cc1965dc1a832f8043af1ae1df6d7c027e609713b1e97f057c524f14400f960bbb0962766894c746440677d6b776f70a43821b618e2568aebf8b3fafc8d4499 WHIRLPOOL f42ba7ea4fe64cabe259fc4a0d7ad88af430db8738c2c9195f4ac40d3eb3469c9b292381849d78ac68fe2ea371accd0346eba0bfa9ebe9e12ae1292bbf2cbc79 -DIST firefox-38.5.0esr-bn-BD.xpi 528690 SHA256 55bbd8db0e1966d521b2cae6c2b9d30c7e8a8bd75c9536d0edda4d140cf1f2cf SHA512 642385732bbd08d12610c68cbb00a8b10f8e6f547c86a752dea14044ba8035e306df73ff239562c514e7c27ac45a89895b6470b7ec838b02c375bdbc2bfdb401 WHIRLPOOL c6b9cd1d3a8ee465cfc953cb517de5fb363740a1fe0301d83cbb1f96fce0de48d4461c7dab5c9c3f08289cd265870ee71e2a18b20dbb7a7b871a972d634df503 -DIST firefox-38.5.0esr-bn-IN.xpi 527928 SHA256 f3ca0fc682d4e2b24120041886ce5f02cc472e9111f1985fcc55a29723744f0a SHA512 cf1237c9858e86042ed6e25e4df64ab4ac5f9c28c9507f123921b12a585a5d36bb1bac41ff7d87e38f492604ce9f0e293413702ccf97808b2592609822317aed WHIRLPOOL 6edc03867275528cb1273739745102d474c7588187d2f87c801a60d97bbe2e51b2111325163c801e57f10f36493a125a201255597ed2cbd7c0ff4306e65e2654 -DIST firefox-38.5.0esr-br.xpi 441963 SHA256 c4fc6be41c674fb5517eb1bcfd25667b1b61ab5eb8d6dc86cdc99d0472176a3c SHA512 caf4ecd3f0d0a63ea9605a49d34b5cd75cf3759d9483d32d9161a5ac0897e85746c81b808712651b0e539fc5ea7a1aab0bd02b628579b7e9b1067084178c1882 WHIRLPOOL e8dd5175ef0b30af501af2441073f9e6b6ab112d3a8ce58c76390d844a8a5c84296e4d7927dbba72aed1b07b32fbecd84ab83e8ae7f5c9ec9975531a527abff3 -DIST firefox-38.5.0esr-bs.xpi 485305 SHA256 4921943cc54ac8f66d24981de95498ed819e4555a1454c68e322edd1dff6e042 SHA512 41167dec1787e5dd1936dcf156a28cab789576104586a4d9f2a811d2a5f3635a8d46fd2c88a836f6bff826afd0960dac71f90831ac93caabd8d8c68ddc1d5e80 WHIRLPOOL f38becea1ace896558d708f9030bc65fd25dfce1f0843d5807435ca1154b8e2bf542a8a7e524a90df79496ba41ebba05a2d0c5c9b7f55f42e24ae2d8b7d0e4d8 -DIST firefox-38.5.0esr-ca.xpi 458092 SHA256 d5d77114955441415b9e30c8bb72adc8e16d7214143967530e387c1918a030da SHA512 d2c97e478ab92a2c23ffdca9f6dc71416abbc4ec1f69beaaba2e95f5c8bbec308487583533d223c4d19706589c9feb9c3745efaad14e613ac985bc8456cd8128 WHIRLPOOL f632008b3619001c490e123c1d1b142c85d540fbb9dd4616c22ddbd980aa8045cabc0763dc38142d49a78f9e23d47b2f1a37e078cca1ca1e241dff13d07d77ba -DIST firefox-38.5.0esr-cs.xpi 446727 SHA256 7ac26985bb3c43063f105485c06f52556b1d5a84d5fff65a49fc90b58663c4a2 SHA512 64cd504346dd054b24d23e3beeebe863f1d268a62cb81248319d65a215df88f006ef3f78c644e04ac357ee6639a69aafd08bec08693a4f210d2d31b0c21ae6ca WHIRLPOOL 2fe53a4d917e5af75a1db6206a65510cbac4f45d2b3e9fedbfd52a178161abee76b83e34ae72cfd43aa1097b72bf4e4606c6fd8f0b0699733e286d0f2fbe744d -DIST firefox-38.5.0esr-cy.xpi 444385 SHA256 aaee976fb2ad8289cfac262d2cc878b877e622277402a178ba506639d2afca13 SHA512 f1be57fc1ffccd244f8ac4367d85ae0522f231c7811bc46eef00778e940ff0350f6d66ac451f37f84e7336c6438645f249ae143a940f6fbc1d2bdd6ba6486a5a WHIRLPOOL c271929468489cf15951e13e7581ae7f108d2c1858aba7dfed8dacbbad92cb6dedf3b68ee8154f18f437e607405c9fbfef4267ee8750d82c7d19df0882bbb299 -DIST firefox-38.5.0esr-da.xpi 450763 SHA256 b1b9ecc54a460368159ecaa3542400d07fac136c27098faed661cf141fc55f19 SHA512 3bc2a6eb51fb4f5af7179a40376bcab270c84dd077ca36e820c00a41189b27d945dadf080768a704fcbf4e2f2f359a15f699da9bab931ca5026d65a9108a0f86 WHIRLPOOL cf879a03415b75464f6ee2ccf7de6bfdab688c0df801e86ef562644a8f365223411e737368f29b6bceab9cc16c5c66030a685dfada65d1681f6f39244a05fbf0 -DIST firefox-38.5.0esr-de.xpi 451630 SHA256 c6f341cf51842c2a128b840001928193287689b7beb9ad29c8dd5714d799b6e6 SHA512 0fc40bd3ae0ea16191ac11dee6b3b99867024e0dae6d9f5f84a7bd5acf724285b547adf02d2826a17a2801ca5215d454a89512c9d58b6583439788f07b696bc1 WHIRLPOOL 83a482be66732d0c8fdbc4165e95e6ab0d41dd668f62d8436674bd0ed1c3dfde870c62e02e193e3f7c2f4aea0bf8374be47ecb5048ab4d60a9591d812f7aa665 -DIST firefox-38.5.0esr-el.xpi 498370 SHA256 a1f481a0cce0ca0923f620734db4449c0d6fe74e9e85b8132947faa2ce5e7135 SHA512 c462b2363e67f8e6c79c176b4895ebb145891f454df23447d5c138216d9f99d9bba293d44057d1b1fd0cbb83dd28cd690cbdabf99aef65753fe6f02edbfd516b WHIRLPOOL d7c7e4d314aecb8b7e172eb0de32c2f0b3cc7d044ec4d4a73b3621e7ed341099db0d82e36874922a4687673ec7ab07b914f7fe3bb3f97495bb6df4a8e1793acf -DIST firefox-38.5.0esr-en-GB.xpi 437845 SHA256 5bd5c0b66139c04e3a6c051828196f202cf0e63a7eaeb7a03658804ab96440be SHA512 aa7ba94fded966385e5dea398326a657343887b9f901cf7c8f5585cec1b215e69ac8a206e1f950ac5c5a063df8aedfe92fb7ad106a5fb985b960989b60209c74 WHIRLPOOL afd009fec01a3c8a3a33a03459c855a381fc71c2d21b469eb42c5c149cb4020d27f4a9571921c250f157a2648870c4c87045336f3cd6032280f0a204b78f0e43 -DIST firefox-38.5.0esr-en-ZA.xpi 439926 SHA256 05bca99e9e644de8c2c970f48269df7a0fe1c17168f2387b314952c0b5a5c3aa SHA512 5f40f666ad2a32658c84bd28c9a26923d415e7dcf22f8af57462464bc3345f07ecf83c9e936535c7b65a7f3b1c2589c18d34bc7c6868d3eb07c26276c3d8add7 WHIRLPOOL 01ba6f64b3f2a4b685e9ae436e028fd6bf09adb68db3a5af91ebbb1a152a45348074e2ea38f604b340a2eeb18d99d4fa995640f1c9174e7286c8fa9c41ac81ca -DIST firefox-38.5.0esr-eo.xpi 488370 SHA256 daa0d896bdd350dd7a512fcf44739cab26e25da6c951b8d8afecf61e35da9c7a SHA512 da19ee75b202e8e9b462f4360cc47320378b534b2f1eaaa11b8531e717a0a309ce053ec6ee2df4ffbf42d2457d4c821600991dbf4a108d24d6516edc288138c6 WHIRLPOOL ac6fef38269df459f8645bda537b6ff02228935399cbd705ded607d0a4a81bff04d359bb0b693afab066ea4af69a8da0415646dce5d399b8081c8c5280bed21c -DIST firefox-38.5.0esr-es-AR.xpi 453983 SHA256 6d460a898b51b71e2fd636cb3294fd25a597e6650b9607bdc0360cf86ab21136 SHA512 b0e8bad67335f6031e17fd06ea33ff4e4d8d924b94135c64d8fa086195e1effbc51674ad5fac7176fecbdd62ffa993db6d61f60266b3a4ef1d61ed6ff0557d2d WHIRLPOOL c070f17e3d5ab88c16d8edb5f9d9265be5e1e31c9beadd3a093221fa6fe0f8bd1bbf9fe41795ac2812c7faff425dc20b85bb9b00e9add2c905e4eac0b61606bb -DIST firefox-38.5.0esr-es-CL.xpi 384679 SHA256 17c1d1c90b0775e33fcd1231f97fffdc794d41a676302ce5b42a5abd6d26978d SHA512 e4aa9f4f07807f9544117c90bbe88a441bb78a495aca11c7634007c83e2193b56c544984313ac320256a5c334b43c3a374eafec56536d6810d1fc95f4733630c WHIRLPOOL 2ce243f0b98968b0c2c683d6db5de9e7daea4fb3b6252c5ec5852af6ebab531fc5f112423398a996a1c3dccd96d6a49f2672412e5ede0fb513084821cf537a9f -DIST firefox-38.5.0esr-es-ES.xpi 374073 SHA256 434aed974258fdae48e46ed8fa2432f992ccfa9d4664b48b49809cc5881c149a SHA512 f53e1a123fcbabd2bd91d02dcf0c0b63d8385e8fd8e11d784b5ec8321494ffdb6034ce2613b6fb27f78a72ab47b76827a544f1dc90f1285e0e2df521ff5359f4 WHIRLPOOL a89a11ac6a854329b06da2993a8b3145181dbc045cf0c028aafdf3296718e3609a63f980faaf4f597c7b702d0df2e6a8f8e9eab8562a59e36f9e64e048d612d3 -DIST firefox-38.5.0esr-es-MX.xpi 457050 SHA256 1f5bfd3ee120cc598125bb747272e5e32f33eabc563b4228686645c85ba60b8d SHA512 91bdd3c2070f80da9705c5d5aa1e8132b0fc1e2244de236eedb1ffb1d737b0e919587544184b39f3c4df2cd5c3857bd9906c6ada8e41e5634194bd671d34ec7b WHIRLPOOL 2150b30a6d1e92b1c4c3fc7ebc6997b36dc2b26c5cd4980656e77760c4556d15e35582e78d98b2c9b5dd280f5fc1a80a0c38311a37860b48077703b47fe6aac7 -DIST firefox-38.5.0esr-et.xpi 443229 SHA256 2dea9aacd3e26771cd778f21d21faa2a4b9893b615ef7d8e3365edf44dab0632 SHA512 2a034bf284ef545aadaa300f2701b657fc8e36b2dfc5a8b38f6594f31505319bc669e27e803d6a525b0238c4616b53e715e940318f4f43e4bcfd5f9e52874169 WHIRLPOOL 95e60a2650474abd6fc1bd81f451d79dc906708410673f4581a66f4c7fa7eddc468ea7f5d235cdcb9bff19c431e0a4595c58089320270a5d01475e9fe5514047 -DIST firefox-38.5.0esr-eu.xpi 466555 SHA256 b5a472abec6cbe241f213da9bbddd9d914fb61fe1001dbbb001c8e56635c69db SHA512 64f6c2b020a8735848c3dd7c90fc66e0ced48824101a1e6ee2e80de13b459d97646a07b3d0ec592ed20f2cbeb27d4b50d2f16b0c605fb81cfb20d984a952199a WHIRLPOOL c1fc0bd81282f30f7ce47188588a5053cc068a879932826494cc4de310ed41c3cfec85799031e39a135c0c3bd0f62130653b7de62fd6dfbdbd322a61e118a793 -DIST firefox-38.5.0esr-fa.xpi 518282 SHA256 a624a087b925992144f0ec7d122eafaf79f1b16b4acf307b397fd5c83913a4e3 SHA512 994b4ea7ad843d7161eedef6deb03ddc556b7e4536fffda60d6081c4f7767a29f64f44eb4e773568d274d82443b203999c6fd38d80a5920ba2f1b8a0e244294a WHIRLPOOL d5e54d18c5fb4c84868dd8b9abe305bef01ae1a74625f156bc2352390e441f50ed155efde534903a79b0681ff2d582852174522af2e890598694447252d9b35f -DIST firefox-38.5.0esr-fi.xpi 444853 SHA256 3e7e618950a051ccaa9ee887a85980290c0b214cfa55ebc9e0f0f5dad79a20d2 SHA512 6da4d6f0990786e121837b586f983c09f4ac4d3a0a275214628d81e7ffbeb1742b1b9a93443c5022d4d027c15980470293bfc5eed09205b88f1fe71065c3ef88 WHIRLPOOL 75058b6ec9e77b9340773b6f9e86ae5bc1b1b8c08192e5112b8233a3b2ecb8e2870b2cd29a8226b3fd214bd4c590e544fcec5ab75530b4d7b837736b23782de2 -DIST firefox-38.5.0esr-fr.xpi 461402 SHA256 8be24b5f71615348820f2f91271f8eb79f22a1b903deedfb242409350fd5318e SHA512 84ad8164cd9d8ab67983b386b9e688e36e34f4ab7bd59e212c62c0909896e3551629ced6a6a3c74b79975a24575f4be0b06e4d34decef0d180944b69732346b5 WHIRLPOOL 29d0f4a365e592d05384e41e2e3d04e93d6f6ddca0c482f908134f3456ae2495fa0d268ee9a2c0fb93ad95d73cd40902b0c72ae7288a45341ca88595f16d3dec -DIST firefox-38.5.0esr-fy-NL.xpi 455539 SHA256 c28993ee63371b194234fd0b45fd9fe805a473e65647618ce5831f80110755b3 SHA512 258eb7f37b0872f22cfbf68b22ef9a137679df5658c7366bea45867cbcbd6713504e9fec30b3b12221a7efbb91c4b967ca284574440d5ebf43831a1c12474fe9 WHIRLPOOL da839bd66a5da47566a9dffd1e89a2d603b432a93dc4ffccfe50137177b41761e6b0b2fb2f0d0757724ee11add88902cfdb97e3acc185e745fa46627031e1c34 -DIST firefox-38.5.0esr-ga-IE.xpi 469623 SHA256 9a278dd0c3b7312c9f0fddfbf3502fa8af6d9a0517ad9d1ee766dab0318123af SHA512 2c30d5df4ffbb18044b504d31524069dff5d3cd7291d2170c45715fed06db49a1a6287ec591f3ec8be03d3d4ab327e9eac0184d2e6a79eea9433c777c7386472 WHIRLPOOL ff9ce46c9a22bf95a70338ced8bd315b7a12bfad1e228dedf0eda44bed7e9d3368fb1acf9605868f098eb9e57c9c8e1bfdb87fa69b70e76191cfc884eee5a115 -DIST firefox-38.5.0esr-gd.xpi 454617 SHA256 ae865a16005632a83a349cac9992ca555031c846fbf65cb6a67b90d989eb80bb SHA512 4291a2165da900e4716861b41a05329ae8b0b0b285e318c34e1c45cc07115a8d4d1a4d9ed266b25b197bb0664399333c2d01b9111bcaf94ce4f74c459ebe57a2 WHIRLPOOL 37a8ef909426fbb9bd071a82c29a22081b2da7499626a7898d3b1dc169f24ea9e4382b803caaf17c89f377538158ce4aa9b2e4cbaadcb2c2cb4f3cc827e42c62 -DIST firefox-38.5.0esr-gl.xpi 448925 SHA256 97bfc8ab8d8f60905feb9b9e4f45c2907c2bac81f133de25c6c5ef8f803c104d SHA512 e237cdf67bb70f5334812780d896ef8bc608e7983977e820f28d7e1ae221878b1d277a1873c6d5b9d7aded7dbb232454b9eb6faf52fdb6f64d24553e0f7dc775 WHIRLPOOL 2e325ad69c02da3ff9406fd76dc71d42777f8dc3cc53c407518eae9b226a64fe69b1c06cda9a5f80559fd14e2aaf93ea5945f73898bf1549a7f169920a0485f4 -DIST firefox-38.5.0esr-gu-IN.xpi 477979 SHA256 c13a1ef9548495b81af1e86983d0356eaa4ae4adfc22f1c8449b788a7b64f4d6 SHA512 92ce428a5aa7b33ff5ca2598b3051e67e3b8730d27e4d7829547b885d0c796dbedaff70a899377d3df4cb136facd3e80f1d9825b0eeb7012a2907463c529c73e WHIRLPOOL 2e043bcd04ee514e0649291b95e4d9a14e3d956d11328cb85d9a6a3ea8eee5b66a20af26cee5c275dff578ac8aed1282d6f1d07ad7863f1ed2d7916a937a96f8 -DIST firefox-38.5.0esr-he.xpi 486787 SHA256 0456275c8ea0462a928b2cb6c5b39ca044e55464444232ecfbb22a3a58b05e2e SHA512 8c02962d5f3fd116b996c3de10666d9e0c90158430a36157ee65df8aba6452a89a7f3ddd8e432f0ed22ce9febace7efcbd2fc7ad336cc4dfc26bf6dcd1b2573d WHIRLPOOL 5c37378f1046f0a59148f9db247850ac56ba09d75346e29167c9f4bcad5d44f22be0974762cb686ccf983d7095a1e86562eab967cf98a085db620a60de835b7e -DIST firefox-38.5.0esr-hi-IN.xpi 508167 SHA256 ffd9fb218182e75a8492ad0acc90dae9d2bb1213eacc2a5e25caccf430991d76 SHA512 f88bfc7bd6fbab37110bc726398b428f14e3d90eba83d46c234063fb6da35c47f0d311c47027794ab583ce8aacf04e961478b939c9f6dd1f208a2533c89f996f WHIRLPOOL ef489ab0b30bfc443ca214d23bf84e532c0896607b7eea0f839b28ef2119a1fc58c5dd49bcbaba96a33b73335cf740b4f57c38473a58ffc745dbf3d0a9e10dd2 -DIST firefox-38.5.0esr-hr.xpi 478272 SHA256 264e5ab1ebc0ab092aba6c80f12ed3f7ea9b5860493713050b51fed26f906fb3 SHA512 2f6d5fd5048ef9521634d158550fad8d25b3c2d3ca8d4a538136160322217ea86f2838ee420bc59ee2c25709178c7ec436f30d4f7af139d726d50b06f01eb8aa WHIRLPOOL 4d0bc2206ccc4def2844c615c44a930417f48cba1cd4e458c0f2bbc50710ba519b82832dfa63e44eb3783375125c5754a136c2ee9fd1b30f548c2ea1a4c49022 -DIST firefox-38.5.0esr-hu.xpi 453555 SHA256 5e4f75d43fc163a40f40990be32fa932c9421511799867a3428e981c5207c24b SHA512 d454b5d5c8d6db8e860ad2574d39aa600df9a1b1b31361f55fbd5d11bb63c0ac621dc7e31f4b0c763abd7e65f41cef4108a6874678dfd37eb8a3cf53f7395aa2 WHIRLPOOL ff03b840517de2c5cd08b79092f7090167b09ccaef01d3f1d6397b2ebf1135395b3e6e18bc077c3e81032ecb542209fc2bf7fa2e5173d274eed12a2374b121be -DIST firefox-38.5.0esr-hy-AM.xpi 534265 SHA256 19ff2b1ac85fd0f8209499a6e1941ef212f035d85f2e09cb3d0dd8334eed44e9 SHA512 d8c79f9e884b9dfa48e2c67fd4e94379e487acf919649f22f27ba70ef108354788dbe026ab506056a4b9e18409e730449cba23c17c69520118c7aa10b440f354 WHIRLPOOL f767be98f59fbbfb645941b92965d598b7070e09401dd5ba64448bc2f775c2405267580766e71024bf1e7f66642764aaf70c944e0f062012ad07cd3f20c5df2f -DIST firefox-38.5.0esr-id.xpi 431489 SHA256 e78a516bc8097a0aa251d35dc0678ffee498dcea5db826c990ee1f2fca3cab35 SHA512 da3f9d68b8f4988960b9639de9558b594555bff246dd514f715e634745f5b0e15a55699e6726d818835889598a984ed9c72c57466eca9e92e8bacd4eb4bee759 WHIRLPOOL b081d015b8c54d4ccc5a88a1eda56cefe67ed019e2bfc461703515f498e45127398b9cd40ee62469c038f5c334fcecd592b84a071ea0d2f979e182c48b3346a3 -DIST firefox-38.5.0esr-is.xpi 485129 SHA256 53a92cd6c5ddfde4ee1ea0e0ab45deebfe2eca8056b65594dbac00d976e30940 SHA512 915fa89f351c42b10ec3848bf183c88e3f30f9e55304e7a273cfe57a8352b38920ba4216e6ae225cd44686d2df78ebc9c9d3cc9712d7a832bb04299be98a7fb8 WHIRLPOOL a3a2709777c182237e4be218ae2c4817ec2fecf3a2672bd3b05e3dad5b492e97cc9a9f78811f38458e7985b043e8c8bcbc1a50419b75fe9404828333cd3c125a -DIST firefox-38.5.0esr-it.xpi 368410 SHA256 de9e55c034d0f55f955f09696e0a1de691b91ecabfc5967a0c6ac1bbba2e9e14 SHA512 c5f8699dc5d33dfc628b050b125250310c041ca9b48cbae93216c71acd6752fb34919727e6d34c03b611aa76d58f44cb24866e5aff059fce88d3282a7ab0a74f WHIRLPOOL edd510450d38bf5734f6b987923c58be01ab34ded6a2830ad721a61b974e68d8ae41e16db66a8754f5fa47cbfd8bcafa7ecf7cdbd365b966a6e92934da4a2309 -DIST firefox-38.5.0esr-ja.xpi 479114 SHA256 cf8dcb232e82ed458a6d43ebdb7febda128269d70090470374bd28fc87318ef3 SHA512 234e30ed0e8401f642c48b805bacd66c8505e069911ec565d58a784b099cc53d051c07182d1b2ba520caf9a626acd2ccdbec0ab813dab648076c398174d44995 WHIRLPOOL c740d6bbb3ef4aa378734ad15ffdbb5296a2b72527ff0c6e4991abb41691b24e2505b9d8581ef2f854a8c5494b7fcc90bfdf820cd13df7e1ce4430014510a2b2 -DIST firefox-38.5.0esr-kk.xpi 503569 SHA256 abc2961c529178548008e4103e4a1ce0d189767f14c793634ac4c41a22661352 SHA512 d548ff87b83878eae6a087cc683d2d995d4736e2c234256ea15320f8b5017b3ba362574ad7ee7aecbb42102cfc7a9349392c5b7586f86e5a73837bf34ebb3579 WHIRLPOOL f9dc5eb3f30b476a0a749bb6231e9d0d7212e159f32d5e9751cc7613810abdc00889f4c8659d0a9c8295025f63fed2fbe886608d7d28675f1dde7647a2bbb6dd -DIST firefox-38.5.0esr-kn.xpi 533465 SHA256 fe7c8d4042dea32c01db6c5d8804f3f110ba1bab4b179c54bdeaccf6f9c6fd40 SHA512 08c3849fb74d4f6b4c0234da007ba7b7b79ce4abace81426a4e4bcf4ee71d1fe2089fe0bc5deae46d8001eda2fd749bd43db28e0aa8368820743f377ba1f9fcb WHIRLPOOL 2b59167ae4ee871db52ce520bfc2a40664b7a9a9a26246c2fd112fadc17c94e109129e6907128d16f46d545daeca405f72501fc3244c11eebd7c82a0ffce88d1 -DIST firefox-38.5.0esr-ko.xpi 460854 SHA256 18aedb7263994de0fe22c99ca4134b0f5e9420a475c1822306184b20ce535a03 SHA512 6f84b79d17946b0f0f56fb1081f0ce309dd8047cd5c86bb0e622e6ea3811ba48e183bb25e79017be873e2325a49524d91f8ab69e0015c0fe891efebbe801a80e WHIRLPOOL dc8cdaa4994cb9c169c925ef16a81fd722823bf2103773245e98bae1115d202f9b5f3b7c2bb0cb22e43727b41ede2f59e827d4165061bc28689102cb407d705b -DIST firefox-38.5.0esr-lt.xpi 486452 SHA256 a5fc129cb73ac22cb218b58714b8eaa20c4e0fa1193131baf8e32a743e53abd1 SHA512 25534b31fdd790f555b4504b2572bc5623f60ea824ed195f28f3caddce4c6389765837f1aa3900ca7c1b9a7e71881a881e58cfed242bc29a75972b2705f4c48a WHIRLPOOL a9e7af8aeecec6c254ec1d80b70afe9662d926efeba1f78ff2601a69cb63c17937f1cd418cae2cb9316e638148e4eef1e6e27001edbd41b082e7b38c3b4ae312 -DIST firefox-38.5.0esr-lv.xpi 467199 SHA256 48b911e86554fc4997fb882140aa45ca21cd0aabb5f654ff9b5bfc1c75579d29 SHA512 c795aef9516b5719969af4fee50832e37927932be01a454f5a7fb1da5dd8fac148b79a22e2679bd4ec4663dc1643d8142efe0cac07b0b24078cbfc28f99e16d5 WHIRLPOOL 6bda4f893ac1b53f10c5edd5f8f932c610c3eea8df31a5538039cfff26c2ee9e086ec663becd5991ee8966e53367f3d0ad6ed107c7da46504254accfc58666bc -DIST firefox-38.5.0esr-mai.xpi 514666 SHA256 ccb32c83d3cf0e3ef108ed77ad126fda26cef619e7451e1f012f26c031a016dc SHA512 d68ee82aaca147544e07393b092920915e1b20100c42f16dd0d280dc3886d75683eb6c1ab1ceaaf53f24763f7ceb480e235c43d5bfb00a911b74caf0150546ce WHIRLPOOL 23c2c19c99b58dc5b668584ac9a789e5fcc02d2528f12623356c0ed32da3fe2f32816257a91a002aeaef49bef93f160a00d1cdc366f910d7228debe89cc05afa -DIST firefox-38.5.0esr-mk.xpi 529205 SHA256 c1eb6cea142afeda64ca319fcf79138789e18a8693f751d19cddf6b835c28076 SHA512 9372e8b62450c7bce15d9aa62e3205af5bcd706196b966edcd59602fad9eea97ca711f7b4e5636a3c75d3b8aac12d30dde4d2c39bb7d790001e175f221e56d08 WHIRLPOOL c7b7450f733f56caf6aa6fa2f5453f1103dc1012ed7034dabb97eaa6cd958a887639aa4f6455fc4ec00060ea85e02d242c3913007146140bffc571f561202eb7 -DIST firefox-38.5.0esr-ml.xpi 528920 SHA256 3876cf8785af65a2d153c602c14020f4378fb19c8e8d3093806978f8b3cd9dfa SHA512 fc21e4cd76a5c0976d2b9ea34ac5c5b151c60dd4a674a9af55263b819d266e793eccffc16e6a2651f54b1b0ffa9749196fdf171a56a51bad85530a929ef0ce53 WHIRLPOOL f188fd2b6c6fb4e3b5a18c570b6d44076d430fb38a3a2910bae8257d56ae068e4b7debae254d3e4957b4ecc65542586ab8f47ad4033e542f55de19329a94028c -DIST firefox-38.5.0esr-mr.xpi 505962 SHA256 b81fae87008c7a33fe1ca6329396209883e2dcc8bb226bab7e07979a9607c5c8 SHA512 cbc0c854c5fc4cb77f6229c09ec8a7c5c05311035196814cf20604e3fcb9294155867beeab521fe4c1361755eaaed45b583cbe7650450fd0832f474f08e4016b WHIRLPOOL 19aa07bc72985c7b6f4b79d207a323498d6ee97beaa070f54e09226ecbb3fa41c3f53a0f51703fb44c70eabd32618d0071bb3dd395bab86a6b0e70fcf0c03566 -DIST firefox-38.5.0esr-nb-NO.xpi 444177 SHA256 821b4ea3c15e85bbeeb9f29585bc4a7849687ccac06da7570463577013e1f529 SHA512 0f4f2b14b0fe5b944562fca8a47dcd952d19ac43b5c358e1218421180afd1aeac61070268aa0d9741cbd3db1440cb0f4615f186a736df76b080261132111c027 WHIRLPOOL 1fe397f2b69e69e0a04b54c683934ab4a3e437f446dffa8a7eee37895f57ce262aad909acd14e7307e0a9e8d5f7953a29ac421c58e5d5c76e1cb069564dddf69 -DIST firefox-38.5.0esr-nl.xpi 443995 SHA256 c84d9d6d9b30c0fc777a714119ddcf3050ff7891ba3452eebb356965b5274b9a SHA512 d82a12c8cd588f109f3623a83672e5da3ae349a92f0f2f865e8fc4b598100a6d281106f6ff1c41eac14dcc2d3706d885a7265133d47b05186cdf3a1562cb2ee8 WHIRLPOOL 94d4c200850e70126602d942e378f0eab10858da4a22805be0486efa9b6b8cd5f4f06e8f1478c52cc758e5975edde005a356b318936d3f43f6a5606abed6059a -DIST firefox-38.5.0esr-nn-NO.xpi 438452 SHA256 3f2123b789f3b5ba9ef5307f22b93e09adfd75fa72d99b649c24a55f53fecfba SHA512 b6fba97eebdc812c3a335cd415044e8dc70a0de2732b6a0cb3db7b3d296b73c595767fc428a8a85eca1887732a374381a093f39f7ae0f63823d48fced3e65727 WHIRLPOOL 0811588ef439504078bc8d4a45040417aac28d12d0bf13d07fc8ae1e5ff299797f90a486b4397ad3a36ce4162978c8085bec7e5894a2aef9abd77baae63ab35d -DIST firefox-38.5.0esr-or.xpi 527050 SHA256 8d74c81ff37fb6f1e51fc0cd66a2cda3c5b9ae572b56a125810bebe7008fefc9 SHA512 1e16eaa16fe09f18e3de287a7b5fd2b04824f9850270992cbdb1fd0d02d770f8d54f88e758de1342c4dbe22aab7d7b4e86d7ae97c6919a596339db5dff5c6634 WHIRLPOOL fc270db23e878e30b5bb223a15c017ef05a59328456831a41bdeec611e38b22c548b08830cade27e2c83431a38eb84ac4cf8ec6fee43b0da580196d2df387076 -DIST firefox-38.5.0esr-pa-IN.xpi 493722 SHA256 540e942ee1df17e77666293c7b31630edd753020a2b4e6d863a1eab37c786569 SHA512 cc54062551842e4acdede62e2b0c4c7ac3b6b61e31e8f9a6271f13c2e5f525802bd85a3f566578b104667193cd3efa9fd23c3e3de5427a9032f12f78fb0bd093 WHIRLPOOL aa213bb7b678e927fd956fe1418c0970ac1568a2e2697c245c0388b11d37054449910e66a303c13fd0a11725bc7e4c3eeddb218149456d13ad565ed4ce5685f1 -DIST firefox-38.5.0esr-pl.xpi 406567 SHA256 66526ff6e1f0704323df526077e1279bb181c1e093961fe4d289aaad6132bcfb SHA512 00e1883f322491b699f09e40a52d4076a4641eb5bd739765bc6ae4197aca9e6325587f72f627c2c5c13da911067aec7ac4625af4a2f8945746633be3cfe9d835 WHIRLPOOL f8c1e77ed695752967d4c7ebef0e63c6ff27ff286dcbbd2edb24a416cb205ddfe9f3c5925742f808c6693592e99dc3fb12cbf2c732a84d3cf934b1b7d01ecf02 -DIST firefox-38.5.0esr-pt-BR.xpi 459813 SHA256 7fa6ed68df5a7113da414fdb05b804b8cd166830e5fb3402602dd59646933322 SHA512 dbc9aa6cc13e18a7d299cd282dbc9f6a5df2baa8536a4f7ffd5e49371d6481ba315340cadd847b08d059903043ec4c378506ad445cde5bf21dbbac5e5701691e WHIRLPOOL cb3d5cfdd2d80d8ae9a14cdf7b3e82f7c3563d478529ff22d4991fb144b3683509451157841385f3329a2f618089c56fd2706ac4423e1e5f5212a89e68c74a48 -DIST firefox-38.5.0esr-pt-PT.xpi 439976 SHA256 6204744a7e016ca8049306072f2ce5e08619e16670f4bda0f2f32e96c05d964f SHA512 3741e0836be2dbe91b25afaa6e210676b22f3fd4bf8e577804e90b30e0d9741ed31747db7524c8f0c78d1f6cc95cdbb1b78e526f510f9012638a10035e745059 WHIRLPOOL 027391cf169f57616f6b08d565925ee3aabc585dd0ef92a54a4d0b3cb89825f717422d06565a45921326be1ae5aefb9831d722d5c5d3a85e8fc3b01c7181296c -DIST firefox-38.5.0esr-rm.xpi 446288 SHA256 4324e0d1de1dcbe182e81a090c1f49e6617dc743c59098e4fa559d3192250572 SHA512 d614ecfc3afea97257254b4e0881c353d7a95f1e5ea1c4bfcc52566c825b0157a6f848f583755428530fd64d88cef6323ea50dcf79531fae19263c9265b26a64 WHIRLPOOL c2ae0bb4b1e5f0b1d2f7aaf704a2cf6af6e99558fd1392e46c00c84b99b7cd19d5b1980633131da3cdfda878b719fef4a2b7b59336a5c74cdd83309bfaa979c5 -DIST firefox-38.5.0esr-ro.xpi 494079 SHA256 f89b4b3408c28325fbec1611ff1984a161c4f9f715671c13227dd97fef0ad4ec SHA512 aa5f5a7a5dcba86af718cbbbcd3d03f710753a8923622ba1cf8505670f2b598961f79cea338c3327c153774a4c2c8ced51a2cb79ad2004152e74230f6cba5f86 WHIRLPOOL 50e3405f65fd4170f956e93635959ff795688e227b1b83965068622c96d2005e0971129056481fba724080f2861c66093df2542816add8b47142c9ef8e57a5df -DIST firefox-38.5.0esr-ru.xpi 414419 SHA256 a9062eec7d33e57060dab292f6f364280148976da7d4d094f8c1aedb0ebde2b9 SHA512 0bcaad36a2e58b0695718d8812f0c3e81779b30ba0def5630e38b48ecabc60746a89361672176c301c2589aa84277c16cb50e67b77c1e92be43520ece18f2dfc WHIRLPOOL fcfd78f715b45408b51c3ef67f30446b4fcde6ea56e4df7482fc342d14a5e667d067c20e05c8f7ce571bab171e96fe1916015eff5d08e060c27ce930872774b3 -DIST firefox-38.5.0esr-si.xpi 537394 SHA256 705da1314284983027e6d84ff4cc26c98e8f3351a369eb2d64ca50173d6de831 SHA512 81877346039cd17bf4ce11b48cc2fd722a4297f3dc6012723bc6cc91330f1b6de46fb6a1c55a1852ea027c423e36f377b4a1a95a3a8dc1ba0eaff3970ae77284 WHIRLPOOL 7dd4db4987812af38928900cf414084bf22eb40dd0ed90a7eebcb7b7b30f419623711a9bed5dd716c92e522ba6b9e48177debe6a899bf2e3105c43fa32915a17 -DIST firefox-38.5.0esr-sk.xpi 469436 SHA256 e1859b040af0135c1ce85ee775aa92edcf6c1bf3f55ba111c35fe56f23f92ba4 SHA512 00c9b2a403772af0c694503d900883694fa4e2b7589c9a6480ca4d8f4da936f22d0bf7ebe4bb05510dd4f9d387b1d1a42ca781d54e4976e4cb5e57010d685ed6 WHIRLPOOL a2d41e9db6d9b87730ef88bf8534f897faef7fd37257a4690fd2551edfcfcc69b6ae472c076b428c190843f5ff38cef9612c40aefd9686e23d9de378ac76b5e2 -DIST firefox-38.5.0esr-sl.xpi 441594 SHA256 9d28d8d93abeafa1068962fe01a628daff5763bddb69badf41e661e688e4fc35 SHA512 05a76c911b4ab9536ca2dcb8f87a842fe352ea22d63d6779c15c0f66bf2f41c75b2337e0b650454d5b07b73d3ba9fe83ee83ed2b207d00245516ffb14a495443 WHIRLPOOL 08f029f37c8d43daef21bc6fb376a2b477b5307293e4982f61f595bf485ae3c5e2c7123b26530963e6801616ff2c9e72ab8c1043ec8aca143a4cf4c3e61c594c -DIST firefox-38.5.0esr-son.xpi 449268 SHA256 d24724b695c356a3f172c90109775eedf57b543fcff64ba81739f644e28ab362 SHA512 f7e26f17224ff05df60eedf675d8ed7d6dc6324ae9ec96f86d34a34bed432cfb7726df3a6e47325b01f089dcd990841cfceaa369767c78091caaeaba75b71bf2 WHIRLPOOL 55bea143b9972a85a0e907a73c6b12d8b513a8a688f20a9ab590096cedaa2efa6f8aab00f6ec7348c5842557fd78a0ca9d91bc8d9e9ba6dc2dfac748fde40f72 -DIST firefox-38.5.0esr-sq.xpi 486076 SHA256 b9de1fadc0ccba4548e90a144a36a8415888aee58ded09fd073ea3cb6cb557d5 SHA512 5825c2921610cc204092239fbf603794dccf9e83180f19fae8721ab7cd6fe20068fe3c934e14acec1481ac5aba1e9e11f85586052b2dcc62e0252a96c3b794d5 WHIRLPOOL 6fbb24ae4e66c23090d3283ea2e44820c9346c42e123860899aa1cc6d9bd5479b988e35b2ac15e01bd1533f6fc122d06e5ab3c62b563075c61d774cb66cc21ea -DIST firefox-38.5.0esr-sr.xpi 479419 SHA256 3a9d04e5b97d77523f74eb8e3269a64bf67ad2f95fd4187c1440a9a599a4770d SHA512 700b5902e112494b61c2f525f555e4f675839e2384e012f34d497b44e30357c6edc7cef7db51b4fef9e6d3d5423fefd74085c16af9e75c3fbd88da23030f399b WHIRLPOOL a967c1278a3fb5a01350b4c1d7d00901e8d726455bb24e0c687e6e9e7887df086022b282b7c6e10aeba14bf2ed03215d729ba8c6f1c6f58a884e888d07491f6e -DIST firefox-38.5.0esr-sv-SE.xpi 452632 SHA256 dbf17ab5c837ae677f07644e3b2582a784e06d869803e6bb60d5483b35005033 SHA512 ae56af4296c632e7bfc6ec2204ba2af84783bb39d5cbd007d109e5175a5a7f550c800a6cc5c4e2426e3b31ad41c45fd3c0679110ded20d6c582c3e173c2657d6 WHIRLPOOL 0a16dc3ae72f4106f3f13771bc66bff404ba69b89780735c60b9a49528d995ba98574c7ba85cd6feba32eeca98910aeef7a167516307a5a15632e0562ab3980f -DIST firefox-38.5.0esr-ta.xpi 506606 SHA256 6be710bf51c9ebe27a02932332b38b8a66b572130de0d0df5542563d6295fa1b SHA512 e821126ce9946ecf11dbfa280c92bd8f9bc3b2d44c571a65f0c11c5df22f74d2a4dbdb48407f064370880bc5293a037e82171ebc25dd4449dd81c3c690092fbb WHIRLPOOL 3ab783d003612700e7e386641c578b13127a8c8c9099f5cb7091cd6638f99813dc96d0a0e0722e2cb943d608ac2f9c783791d18561f086814266b434ab4f19c0 -DIST firefox-38.5.0esr-te.xpi 526253 SHA256 d62ddaf94b1555ede165b818c6cefb222ffd0311ef9f917c932b2946b902ea1e SHA512 395a5c6c4d7aba1ef032b476057a6aed071e8a0256a254aab11f47b9606eebc8b63ea57e3212f11c6b02a1970b8c0eb49d51c2614ab9fbd8ba48b758b015e0a8 WHIRLPOOL 45659e672ec7622e35abf559eb239b2e44eae7b6bf07eeac82aa1f8071ebaf540f7deeac4a322f481ad7119fa7f4c05f401456d698f43ee4f5b006c365091d05 -DIST firefox-38.5.0esr-tr.xpi 481076 SHA256 477e9129885b763b8c9105b155b308745b08365a9a1644baba7be9408714ea72 SHA512 71de2951265e6ea6c900c498208af5efcdf3c0b2ea9eeb8e1e5817ca57ca9129e8cadb7c5e2834bbc228f2fc832fbec2fd018ab77719f078e2938af67bfc407a WHIRLPOOL ac57d1de9515bbb54df7c1abdaf618ef37a8b5b5e841423cb8abadfe427eaddb7b3d05871cf69a2854e2f05c142de28268704f2d6ae5d7a2cf3ead6fffe2db06 -DIST firefox-38.5.0esr-uk.xpi 493313 SHA256 63bb631be43cb0044584d30eb28b45fa257baa2c66ea67ff71d9859a07c9fac3 SHA512 169af097ff57906e3695bfa917eb5108d81915e8ff4df8a024042b7aa6655bffa8e48415ae7a04ff48c04c9c328c6a051baeaf94574a6ab747bf626f354c8cf8 WHIRLPOOL 61005c9d9b70f75d62ef527f86ce46f6a7598a4d69a306f384d5a148857b6f354d29d871ceab28ec68acc02ecfa9aef1438ac09cb0980bc3165e7cbc67c58975 -DIST firefox-38.5.0esr-vi.xpi 467504 SHA256 8b2b644c428dd8601dbeb8c8cc35e83d122f127758873034b92b0fb25ba8425e SHA512 ebaa02afc5d257458838c1b727eb00510d6c72dc900f95c30acec426f38812b6eb0b90b7ec2196f5f41aaf0f2cb363be901322528ced28c23f2f14dbcd9d34d3 WHIRLPOOL 322cc24a74ab420206a057ecec54cdffa7e49167b94515213c46ce4c9e306ed959295cb9986712a03b3c290fe50abd4c486da653c985811b62d241167059e45f -DIST firefox-38.5.0esr-zh-CN.xpi 488277 SHA256 213bc5ad9d0e037a51f29a96dc5bbac4c550000dafda88271d4bda0ff89ec82a SHA512 9aa1edabea803c7bde3544c5964aa0fd0eb077dd39d6d60707740fe2e0a5cfc5e66ffc39669a1776125d35624da93c8322b94aa377628de512bb3dc44c70fafd WHIRLPOOL 5e70c16d10784e1da40dbcd476d22041165f49ddfb796e793e5bc86bafc088d9ab8b9f5f199010cf704d391f4c9ec9ee56e6c93250d35858826c5459f092026c -DIST firefox-38.5.0esr-zh-TW.xpi 467844 SHA256 7ab324275d321eb78862ddbfb0628c14fefdcd16d89b405ca7a2656f77db8338 SHA512 f05538f2fc8fc5245b1559aa8f5690ad39930ea18cd294c30679ee71d5ad7116bf21a16a67f65fa427848472fe9250b69a4b515ec318d2ae0e0b0c58144d86c3 WHIRLPOOL 0a55dc0674e92106e3a5fe21aae712a412ad4ed42d456dcd7b6af2c87705c12a4cfdb288155f179f34645c61422da440c25713a8f8d29bbd7f89a998f919f135 -DIST firefox-38.6.0esr-af.xpi 483326 SHA256 75312cd630c037ddc2e50a43597e1c0242634c40d6b8353e20c5cf6b3416f187 SHA512 9753cfcafd758dfe9b58eb2a0760e72a1dd2119a58974395ef6df61186dc6d482ab4ca410163b89d33e36e6668575cecde804b4168cf265105a47d07b4952773 WHIRLPOOL fb56a714b7fc1ebe3a85ec13c43976e59fe4e347ed58cad5425d041ef2160189e6ee40ff6a134e4523c0321a91de0df6ab5f16e58c605126072f32655747dca3 -DIST firefox-38.6.0esr-ar.xpi 516496 SHA256 1d3b3f37f4c755915bf091d0bf21db7312d5d26bfdc72362aefedcd51d616e8e SHA512 c9a44e3aa24550d13f8668951df18a9c9aaa9f4281ff352c679295360900eec39c9a44803390f53feb97cdec2de55c6250ba4f70b1da993618ed263421bae905 WHIRLPOOL 13e41841b533afef5464e4d4ea545056cf8d6683b4483af0ae48eddf2544ab3450f27553de6af7925c3c0eaf9ca475b8c6bae0c253b8ec61e3c1f4e8d3b78e21 -DIST firefox-38.6.0esr-as.xpi 509575 SHA256 fa2194dd7e6a3b7dacf813117fe96f901be71776cf41cbaaa49fa2922edc252a SHA512 68c5b1a158688d5cc6dc04623151f90784555c33924ff860f0b40e0a3e170fa77b8e58700570c6dd47757f5e1c8ea5dac3fa0696daf0f3144e33d0640975409a WHIRLPOOL 6cacb4a4442569507efe453b78fe54cc63427c62ce2a538536ee176f1dda54144fa4bdf9cbb92da24b20a94c81ed3cf2141d55c1a8dd635dde489e867c944839 -DIST firefox-38.6.0esr-ast.xpi 397203 SHA256 8982310d306ce78b1b03b23271cac18757b06ac68817517c7cef7b35e39918f6 SHA512 105c4bb8da9a6c5da5dddfe69913f53248b57125e3607fe93eb65182638c924e737599cbd489bd80df6de49ae96ea00b2f7f7ac974d5271b980e06282486870d WHIRLPOOL 0fbdce9ab08d309675006b904acb2b52e8f9657ff6a46109b28f5244a4a29939fd57e07aff0a2c1a569d7fb01cc2cfec87703b27ba99e7f89e49bb09b6e4ff1e -DIST firefox-38.6.0esr-be.xpi 441057 SHA256 4e3bd7e6a26a636e031a9afefcca6e54ba2a2c8ad5435d3471a9d41267dc3588 SHA512 5bc767528d90653b36dae2f7fafcb99d639c3605605b035a3e330c5a659209984ba3a4fc8733253aaf5b5879b7924655e421f9571a0e2689f28f7b5c20b0c7fe WHIRLPOOL efaf3d04781404e69979abd1166c17f85622a3685b69723d70e2f85386c74895e4cc584ec897acee93c755823c93de458de578cb96dcc7d20c0d716df09012cc -DIST firefox-38.6.0esr-bg.xpi 487819 SHA256 d25359f143a0c4dd23fcfe4804b3f01662d4e97206be8440881d39d15064c6c3 SHA512 529a978d3e1169b995d86bc3dd3e37cb6bbcd513bb001575f4cf2d0eecab2915065906c7d338c8a6f0ee90e3122c71bb16ed9157f315de23f99a6808c3c66f6e WHIRLPOOL 687d3c3cbf1a0c0a26ed9501d3d451a4e043f19b4232835c4742702ab73c23d478a7d6229e0578d6b9a03a7c9fc30debcc75fe9d73edbd14132db9e454ac6ff3 -DIST firefox-38.6.0esr-bn-BD.xpi 528690 SHA256 fa83a06b8b8ce4454a3543b13bbed40e92b8be87c3607b93d5efa41fa01f6d3d SHA512 8a2b0be36fa41c00ee2f7d11bc2e24d5dfa7e29a219585a44a20486a35ae50816b1280bc4b298eccae180501fca187cafadb7eb265cc5160d45284f6c74fd7d3 WHIRLPOOL 1c67e05d00939357d9063b2cfb8019bd0be81c4c21dbf8da16c64786f647b6f24c79e1bee386d9cc452c36c5c8c90d64f6099847bb1408aa21c47157b4ec5dc4 -DIST firefox-38.6.0esr-bn-IN.xpi 527928 SHA256 987259cc1f6dedb91988c3281c5f26c5a07325e289df8a2090e44e408f8efb66 SHA512 a8e1258a92dc3fa3539dc8a47fbc695c018e532bc92a6203fdef56e092d1d643db360750f52eb2a9ea29aee6becadd4505faca330e9824c10b54d9dfd37be94e WHIRLPOOL dffe6051868902c4e5c016be269e801a3c7701200fb9b97a2d4d38828f5afc13ab0cd290176a28ab1beef847a0caedf31bf817cdbf0f5759ef3515e97588f205 -DIST firefox-38.6.0esr-br.xpi 441962 SHA256 64ac19d617f39376ef338f13cb114199407ac77c939f6b909092c394edc3567b SHA512 4ec46ac1b3ea7f6efa88b8fccd7b4ba890d93e2d821f5b356a349891f47cd5e92c66fa52cf161306e8e4f7c5ed17cdb38dbcc2a00e391963e914e8c59ba59b8e WHIRLPOOL ca0f7bc3387b5583ce2f64d172136e67b575d6f4c8cea6ed691778fb71363d7693eb5bd25c99c2c94e3adeedf212b02324d1badbaaec949a17ef80ae9b91df73 -DIST firefox-38.6.0esr-bs.xpi 485305 SHA256 548f4326b19b535d9925e51a87d63df9e94c3fcec475d330123cf2426c8a3abd SHA512 abe447004f6c606846098789b0811678ff78dcce7f16eb961dcd544e3b5e7399398935aec27d13599a7d4e610b2bc568188644b8ef19052eb463b19700517813 WHIRLPOOL 390173a2f8de8357386c604fb9385d2987691e44e83766b2d23155b7ea8c36402fc2e88351ee11179b33ba8753bf925e3606668a0e264d764a3cfe163cb364c4 -DIST firefox-38.6.0esr-ca.xpi 458092 SHA256 c33d6a7afc0ab3381103b098c180a6f648e5373f2df06fcd495b18c486730bd1 SHA512 3eeb575cd37475d96e16dfb0ca329c4d4895c951f366dea577e7d1d2841fb8ca4b2d1fed555913422da8fbb5331e61cd620a49e3b9b3e90637363f824a746795 WHIRLPOOL 9862b1b56fd53250a53fb50c9e84199c7beaead05732e9d905a47a0c17d453a15ba01d6ab143c1b37f2646d845c3bd93006481c5178bca785d4342917c7f3d76 -DIST firefox-38.6.0esr-cs.xpi 446727 SHA256 982fcc4c7e45424b68370aa50ab98dbf1770c55baae8bffc09e25b9bb04a6031 SHA512 b02ebd2c6e0ea1f10f618cb59948e7b28493171382654528c1b652badfccc12316b08abcd2d62456b7c4b47f363fb72ba19e45cee7eeb241b3031bb5440e7b17 WHIRLPOOL b373569a9a8d3dcd35f306bae269fda6194451953c6440d11dce3d50863dae8a49bb3d677efc1e6fc9fbc08abe59a516ded1021699709f174007a55513b40368 -DIST firefox-38.6.0esr-cy.xpi 444385 SHA256 6c3ee40c1b326172a55866b1f21ede38d8b94598e85c9b6f16a6ac7f269d515a SHA512 ea6fe2bec16400b9b28b6b75e13dc18e6e1ad875927dbd7a9f83c923aa182c1ec885a0fde6a3bc9ea104a64d21fc78e9c01ec0e996bb5942d3beb2a37f03fabf WHIRLPOOL de6b09c45290858622e71757d529332cbf1ad0ae8911b0052eb44e74fbccbbb1faad5826e088c88e9a4b66aeeaf321f8b8dda09aa4e0edd2a26749dce87cb8b0 -DIST firefox-38.6.0esr-da.xpi 450763 SHA256 375b9c390e90612e7a9e847ec2b3a71527ee4ad79231b70b2ae9c67ca1fd5a19 SHA512 8a7c257e7fbe4aa0fd0bdb0ffcf8109c42ae350db4259c94da733a879505befa1a93a328e491fb0c6f661ae6de4b8e36d0bdcf91dec15d216c8de6c48bd88e36 WHIRLPOOL dcb10a5652ab22d7635e346d85a22ac2346e023bf50f676070f81d92ac46ef44b508f83760e0cc798f43af1b672c05ddd2c81a51b856bd49001c35f84068677a -DIST firefox-38.6.0esr-de.xpi 451630 SHA256 8bdc8b5e21eb9f2c8c5a179cc60e7e23f2b3e34debd5bef69201d6cb347f3b83 SHA512 30da6352d8daaad7989bb23bd120d6af2fb8da684bb039fb629342d83030e64167ec6bf2beba84bf3dff20206a83996b6eb6e8335dc09f1fb77338d9d5a746c1 WHIRLPOOL b828d68bd1e61fdef2d30e111acac3d2602444d17b07e03bed9ecc1d291f918c9eff3f052bf0699d7c2a8dfb53db6273bd47c87fe6860858d47cb20602516c59 -DIST firefox-38.6.0esr-el.xpi 498370 SHA256 f746ebe43d8b4848fcca795e753f4daa52b83e1fbe8b5148f460d7eed993f7a4 SHA512 ce47e79321f6100956acf0a955bfe3cad2ccff84880f704311dc079394ad5af39ebfa927ba46f8b51ffd7c87ddcd08f2ee672f97293112238aa5fe67bfc7c361 WHIRLPOOL 3bec4e5d847334b3be21e332e05c7a6b85e7e5ed10cd91397ee4ca4a34a720c71a8fd14728e92dede32222d6fc711cf431cb624eb46cdbee78b24dbc64a46df2 -DIST firefox-38.6.0esr-en-GB.xpi 437845 SHA256 ac83745df0734e618b6a5b52166c9e2564c40ed16691da121ee0aeb7eefff506 SHA512 87482e6050f850c6564c0e197109c244570cb089aefd28737bd2c65c26030dc4f1e0c98d6c47aa246f9790192afaa06680b7cf18329f35065ebad490c509ade5 WHIRLPOOL 0c1d3536ac4df9c3df5dd2cfea33742349ca625dd8b50f0c2a4453b3ef0bd32b66f5db750727999f399106b40f543cec16e1321a1a6217e6818c6e0c3bb7d84e -DIST firefox-38.6.0esr-en-ZA.xpi 439926 SHA256 288f473e35d4b682e45a2b82d2219adbddefed8bbe33d051ddd8d8de9fa9adc9 SHA512 e7d933819f5d1a0a782fa91cf8c2f7c21348a2be418a57715e9db78e2356cefa73d07b3f9cb62a432f354657e6f3cdd4a386f4841eb85d107bf5ec7f3224f39b WHIRLPOOL 3e5d5f57ae00aea276317613898b35037a4fe4f6af04de97058c8f79f6c5e0cf0ce3e84238e9af8a6ecc787604153864349f7e4e72e5066dacf9d1e793e5dffa -DIST firefox-38.6.0esr-eo.xpi 488370 SHA256 03dd766b490847583cbf2765b4cf81ff23da75739e60918811c406af846f43c5 SHA512 98f46db5f5a40cae86bec7e004f509d2c71f151c10f2f4646539b8d7d7f8122b13a38ae4461649b64ced8e3db0aa6ff7e19f5d0474f6a964f8f27167513cd300 WHIRLPOOL 2a84facc56a7e290575cc95d532a4f75999670d4c827b281f6698a683cd9c487d194dcc61f48df341022ea1ddca5fe7c97a31f8f4945e39da0800ff982bba873 -DIST firefox-38.6.0esr-es-AR.xpi 453983 SHA256 c2599ff3ee9f099478427831f8f244252d16be7fc165f9d686cfe35b5a97cafe SHA512 46ed2163bca9201e9bc8b37d0128463e65de4db53caf0a1b23c11f00cd9577b8777968d59ac598132d093d2125857b97961ce6177ff6d5b9215b978f0c8e94f7 WHIRLPOOL 5de8a488eca9bd2a90f4fca558a40a0eb0fc5a6defbe66c9d7899de7d7297cf7fb2a9e05a1ed0f427c29cfaafde55aa9a673e3d7e5e626ba7ef30fe672ae4058 -DIST firefox-38.6.0esr-es-CL.xpi 384679 SHA256 e0cb68b939d965387e706f02fb5771fb091900ec392b135cfebdc3f1668213fc SHA512 b5e70e284f321ce575d431d3209b5c1f5218feea851beab255f7803f3f421adcdf64c3ab9baa266fbe14d0e91ad8073e5e065563256c91a4e9253c6374cef745 WHIRLPOOL bb2dd90362a5ba285771fdfb350abeffffb7b0bac7046bd2f9409ee30f2b222b57f397722b997495e2e8788947500c2ab808d229a9ce9a6566d58713af673024 -DIST firefox-38.6.0esr-es-ES.xpi 374073 SHA256 a444361e1c0a3003f0f51285429096abea71309e358b3d308266a95773d7b3d9 SHA512 f1ac712d1daa8db88cc7af1b680f4df6316aada15efe12b60abd8cd45b993e0b9b49a878f6deb7a20af85c6fdff6af6560c6e6a5eb0c7ff17ccdcf87afcb8606 WHIRLPOOL 4016b55dc5bcfc68da6b58658e53b0eae8cf4e738f2c525219f0376db212fae043117fc6579f19b0089dc69ac7086fa1c6ec3212b393b381448173f7873ebbdb -DIST firefox-38.6.0esr-es-MX.xpi 457050 SHA256 9f78e0b078724d2f81e0a510c89388de42573086ca999c1a7b98af665761ef58 SHA512 fa9617ca15a922f5ff3e1a3b79bc43707772d9c7e04753cf162b67f9086c7981d456158902c70df4a1a03d883aa2022489e997f58a3cd01bf3e3caa90fe7c1bb WHIRLPOOL 464122fa3bfa45a1fac21424ad77bedfa899c77fc238a10c1a588202f9cff047a9ec56c4869ec55c522a778e53864b4ebd8d440702f6f3efa4d0801faf0a8d43 -DIST firefox-38.6.0esr-et.xpi 443228 SHA256 23d0b0a9da9d207775c82f3f0b4b99d1bef54e1d50e9ca8920748ddbb3bd17a8 SHA512 5fb2ccd4bf7d661007ff57df1b2ec2b65749c267456f7e9ec17f653b71e784dc6fb9fb75943cca96b1b3041220633a7dd08e002724ff628ba7ad9d3614de2acb WHIRLPOOL a190d1eb7794403f75274e2ebd80fa17332517cdd29bb00abdfce58ac01d4fbdea89bd60e12fb8addc4e456351271f5083cde9c0782283009388bd386b200bba -DIST firefox-38.6.0esr-eu.xpi 466555 SHA256 114f0b7a0266d89545475d9e84b17ce9e44ef9430ae7e97dd8dfe746aa6924b4 SHA512 49f5f629fea56cfd53a08dc52ec0d8892e6f42ddd984181067a71f9b18738029799ac5d72500ef01b7862e551c799198093b331003b630ee8f6d7890edc2fbcc WHIRLPOOL 009d4095eff0fe702be12afd508be32849f00c02ae23996b59107b6c0466af8fe10ae25353bddeb69b8b9f66fe444a1c24c743c27a46790e0c8e7b1bbf8d2abe -DIST firefox-38.6.0esr-fa.xpi 518282 SHA256 6a1e3e580ed74ba93e3691bb25a4a1775975d13e6cee6c911735a942f1b78e00 SHA512 8acce7fc15aa5815f6ccd9f628233ba5bc56f939b78cfdc2293a35a31a7f111b9386da5a997b9ad46f4e2df01e913604302c986382cb6eaf8293dab109677866 WHIRLPOOL f8ba2db7a8d72cbd3d609888097554c5de87b2aa51b17e2516a3eb6dc1a3534d30713e7cddf025fd6099463cde8f9c3854f07fc11042660f4057bd76a3873605 -DIST firefox-38.6.0esr-fi.xpi 444853 SHA256 c574888f1b30a6e360b4b1c1cacd84cbc2b18108fadcbd49ac4ccfd47e924b65 SHA512 48de4f540ac1c6da3fbbd037695363388e388c295860b3dc27dec8550e40977347813a4a15ae8a1e3b141d8b33a2d8282464806b13a13c0119ce82fe326b392f WHIRLPOOL d2300ff3859ffc98da14a174d674df8cf570cf3192aed7ee882b4ca543e1aaf5ff6bb73db2c8aa3436aea0f5d5d27b26d92c55c890f4cf4689e850d208f6861e -DIST firefox-38.6.0esr-fr.xpi 461402 SHA256 da189e63a07aa2d26784e5ddcb7041fb969dc63c3f147f566290e5f55581d083 SHA512 de146d269cc91206cb1d9cad4148463264df80b2881f9e4f76cac9f800f6b1e860af48921372c9b96e033a5cc3c52e6c15e77d1342b75e83577fa8de6299ec20 WHIRLPOOL 0f7402ecc552498d13b0ce50e1e3c2cd967d78dc058497a137891fbc37eb992a1a30c44c4a04fe365c3076cb63429e731eb4942895aa7eb2d9f62a6d86a6316e -DIST firefox-38.6.0esr-fy-NL.xpi 455538 SHA256 ec064490e4c4bdc05eca33974878cdb079ba144f9dac4fa497296d030441265c SHA512 4f64f24a9f723e9999af26d2ce4164b1b7f632dd44315759e4ffdd354ca8cc9d5b43bef8be3b588c4ce369d7ca66cb0af1a001407751a04d195b6f6b2cec2997 WHIRLPOOL c1b5ce28a86872479acd9009b2529787e029ddabfb42a1991f108da401ed3c9ba15101bab53b95218f8f9b473fbc5386d4d997f74d1fa0e712be141fb8250d81 -DIST firefox-38.6.0esr-ga-IE.xpi 469623 SHA256 c009652b9800dfa3f38e07b5d89e9bc6b2f0e8056926420afbd99ec9aa322e8d SHA512 30a998b1cd56cff0c2930fcaca655b8cec17df87b9563482436adabbfcdc019de67c21a4c841db0f112b419ac9adda59fa482009e0ecb2ae2daa1eb29eebeb44 WHIRLPOOL 8397fd0fc34e4bde7af26831a399aa03fe08f6303b8839183424b318d4c14fa4dc07b9a2b63fb08692aa51bfef693073610db14eb4d587a83760347ef20cb007 -DIST firefox-38.6.0esr-gd.xpi 454617 SHA256 04e9ce1235b1fa0d726e0925472fdad4a9ebd8b6baf80392f77e9f7f44afc665 SHA512 183c782b91582dbe8a4ac9909998f9a598e022c26ce1fbfb9c35b7062521234405eb1799f13c6d0f78162a2633eabcf6105440abfae35ebc365572d468816b94 WHIRLPOOL 42246a526903e7fcbe2048cb4baa3f0e7e3b0d3cb68ac16e346d293290bb5bda1677ab4b0779b2fbfa3a5f73811741025e8e9895c75715596df944566d1b4f0f -DIST firefox-38.6.0esr-gl.xpi 448925 SHA256 ef4c959d24191e6abd54eb03bf7848a08f7ac4f0196e219c6074bea377e87ff4 SHA512 934dca66ea1d36ae2aa823ad07b76500bbfd4098540643a9b44fe8cae8c0bffbfc9d65b1f7841486e36eeba76556d5654144c179fd801874640e46cfd7b62f6b WHIRLPOOL 2a1a77171a9f81c4e1bbfa05287336f9bfa48c6ba9c3f1d4c22a89d06d9ab1c363791c3736d218db9b06bd87f7e394949e5bc3e1ec7945cd940fa367ac234ef5 -DIST firefox-38.6.0esr-gu-IN.xpi 477981 SHA256 e5380052b2adae2e99e592cc28d9a1ecff4dfbb74103abe4432d9688feabe452 SHA512 5620ef31dbad389b2a385e50f766bd8644d6911cbfe98b3e85d6f1e7f8b6090b63caed7362d49a8617abf7a7f9412cfe0aa3cb5af00dd3317c3216036a22072a WHIRLPOOL df6b5a8624e362de5492f196907d5e82e5f6679052e51dabbb701b6cd1e8515d116aee570969d283f5a83ff48dc81cb1e2984f37d31fa2c2383d3f167cb02b37 -DIST firefox-38.6.0esr-he.xpi 486786 SHA256 a9992a670f7c2412202b6c87e849c59d23e68f793770d06dd436ca274ffa921f SHA512 cd000b20130f27a26d58f0bfd0abe91c8cea23e2ad7581d899e1282a29dee1f5dd1ea6e42343fade4ec6b09a0db15c36eb3d1986f7cd9ba1510f64a897dbbe8a WHIRLPOOL 752b039a174d03cdd723102cc537ed57028ba31f37b9fc0634f69014462058de4e88c254263cf1cbe2f31dcc99208f315a47d8f1323ac3b6c1942e04c2018e96 -DIST firefox-38.6.0esr-hi-IN.xpi 508167 SHA256 4e68a008b7d0fd078d239bfc417ea4dcf2f505f97b39351c3b74d4147f847186 SHA512 e2e30710bb2be8a66ec6c90a44b19f3550e2611832dad13cf9ff173be9fe70cc7757503555797c146f5c1ace9107c836f2022129d83cd835ea30d66c41dc314b WHIRLPOOL 76b4d05b30919c3380e0da5a78b42a3ef5e6a837db0ac712174c893758930685a304fb51a432ad4b893def438c5ccd61329cd26182e599b4c41782c946e084b2 -DIST firefox-38.6.0esr-hr.xpi 478272 SHA256 34f86d16e2f1db465e44bafb53d23f858caa0f2e42f46b0a9270fe57c1a86fb3 SHA512 2dc02e798d00e70d2d2b272e6512a4ff08f894fcf353d43d55f9b547c4f46fff822af11656f39fe34e3c4cd2bdeea04a4cfb66ab6a80c0888b2cf2dfe47c1d64 WHIRLPOOL dfe809b4e6a2f68fe0a8c41b7a0b4bd154f3fb67e3e2bc10772c153d2f17e8e8fe03526845243695df1cd113e5b2ad984eb32727e4244c8d8d1131b2d04dfa4b -DIST firefox-38.6.0esr-hu.xpi 453555 SHA256 c5423d6a3f9e67c6ebc5db09befee3bbccf4d9de16f52533a1fa08c22b5f2ecc SHA512 e50716a661b7f9fa982dbb28c6eeaae78623dd0e32902ad612c93d863c8b731aa999d81560806fa95158b820839bba0977b94f0d865af6495060c75f15609744 WHIRLPOOL a57a7cf532392a08d7162f026961dc6001fb5fb8e94f5ae40bab7a1e6c700110a5473e6bedd7c713b25fb805f8a984df85983e3aed888edaf982afe8de01a2e6 -DIST firefox-38.6.0esr-hy-AM.xpi 534265 SHA256 0ff3c6e8fcd716047daf002ed2b58254fccb82d22c5de1a7fe780d1eea7d771f SHA512 7cb584a9fcf83c7f34e16339085fb3db8404900d41196ed41cb2ea2bf4b79ec7e430999d283f827ebc9c85e929bb316e2f145a11d99502d0bcefc266b66de0b8 WHIRLPOOL 7dc0d4353edafa5fe9bfca2463758abd142a32b216b3d952f0492f4d0fecf4caae587770cb4b476212b38cdd160564c34a8584da1b8637a1571015a68005ef7d -DIST firefox-38.6.0esr-id.xpi 431489 SHA256 34fc6704d13c6bad38932eaa9c57221fe7b54e5c57acf2e49a184d0c7c4660e1 SHA512 e32f171988050fdb19820c80a6f9108bcdba63b4ab16cc26ef977d6d85e2772bc187e84fa1bdfdf3b6daaee5f1a219b69c6e5ea8128708bb1811694d19c731e9 WHIRLPOOL 69fab5335992179af65ecd42e644f76be30a83a560865241624082a6dee3c145c8f31c81a7f2000120921261cdd9e6edb25bbc697c587e52098bf8d540e3b90d -DIST firefox-38.6.0esr-is.xpi 485129 SHA256 9a13253adc716018e7fa522915c2a9aca3a4d7daf5cb12b61ec77a7df4c2f3e1 SHA512 b6f8c81dbe3327c07079c7c550b63a2f7deb8cd8ad3dbf0495c92701d95b31d05851d2bb915485bde66b9908c356f56dcf65031b2a0420eff543c064d5ff276e WHIRLPOOL ba1ca66082d544ae9aa4b8227ffd2810bbedb5814f2a5f8108c8abb7758da3816701459af26c065c6dad66165e89de713deec17e70f14a8769e6b6930a73ca35 -DIST firefox-38.6.0esr-it.xpi 368410 SHA256 3e78f0900b56104b61baab01e636256e8cd6d1241f142e2957d566b86ea79ba0 SHA512 969afe42a542d921d6ec6a08b2ee76beb104151c1c9cf0276f0f0b76c3442c6ee308ebfa9e8ea1e3ee1c214ef3a2c9324c8de94c1aa56ba95659368942d89e21 WHIRLPOOL bcd68cb07e450bae4e57caafd85112b9d60780700ce4abf2a0efc60cad2c39b034088109ac6a3819c97c587f849cc6ab8674aca10ff81ebdf2ad055acbf015d0 -DIST firefox-38.6.0esr-ja.xpi 479114 SHA256 693b4c0256e2252077bd4b3823ebf1cd2fde98d145da0ecdf8824133e445e165 SHA512 1c996b84145e99af72232ec70ed87921fb6bd0b8ac0420b1283c320b885604640394fc9c4d6d03aa3efba6c9b71c14f2dcf260658681efc12ce7dc0229ecfefe WHIRLPOOL c6ce15ff80a14c15eda964c29414e2b26c13e1b6ecbc23277be170953ce588294ccc3194721279825a6eccc91e53005f39794b7663708bf559f8a06b03b3d938 -DIST firefox-38.6.0esr-kk.xpi 503568 SHA256 c9668fad6190cc7c7d1d71c8bf01aa46c9ee565ff0f08959a8be3a4343e68f96 SHA512 f2b282d096c9b64ddf1285bfbc853d7497debd7655b32ae4c6c6ab1be37d9162d669c80c42df50d12db6b6676123779aad0e5b0eb818315e5684374b2bd59715 WHIRLPOOL 4ce29eb951b54be0ed4c4e1348e892c54832ecf9b7ca97a2b8ee6a512c2af3c2d31f5f7ec8422f965bfe963a22855b4ec52b6fd04573c652b779170fb988d4f3 -DIST firefox-38.6.0esr-kn.xpi 533463 SHA256 fe1f07f526b2a4069e69bf746e31fe435058f8eb0daf24e72e0362af00e0679a SHA512 dcb7340c6e7aea278bad68b56a45bea63e88370c7ed4178c948477482c2532babe57685d2deab7f41788687811bcde7b9feeb1daa74cfd41f019c108ba285df0 WHIRLPOOL 88a260c2d452d1e4354c332f7119a666ccaff0cac6bdbf9f2849bd772bf37eda74d15cfaf7648876ca6ae346acfaf76ff16e1fef090ea4b87e7b53e6e2a6e32c -DIST firefox-38.6.0esr-ko.xpi 460854 SHA256 6be4f4e43fed606021d2218ec2cfe3712c63c737692b9116296a85ffe11650c5 SHA512 8cd1977f4cad826e055adc669586c323f6149b22eff8b1d45bc35543747c32a8712980b3086ca95da8672f2c46c57d4bbb3fbcf103f518054990e9cc281bbe9a WHIRLPOOL 147240ea1ab7e4d317ab0d3fd37090a5047e6f58ec2a1e5cae5bbd4e5b2310f5f668fb9fa92698526b17fae34f37b953ce932b8231c552fe923321ea19cf2c7a -DIST firefox-38.6.0esr-lt.xpi 486451 SHA256 824b6142ec3d13f31d4ea77b9a548eb66eab4942e745a719e197fa5813578ea1 SHA512 733a90580e8b6b19607ba5cb50c55f33db70f2fd153a40a6424a8fea9a6764733a975ffc4a8202c832cf4329848501fe9252fd9d3b05ba66428aace9022a1aba WHIRLPOOL 1d78a0f7a561a254c309ac3427ec05dce71efea83a15fdfe9e2047f572898e49c9d7aafa8374012496a717752f88b26d2e2decad8d1379797a218f35985e3454 -DIST firefox-38.6.0esr-lv.xpi 467198 SHA256 28cdc44b46e3126c60091b664e9fe3c5ed8116372acd13182e46ef5a6024bfe4 SHA512 2e86d3f8fee65547db9f8e051ae81bd6588d297b6eac1baca3a3400355c3d3e23e49189d83d260c42ecee93608cb87dd2ec84d6ba6e6d0e346f59ea5b098fa41 WHIRLPOOL c212dec3d57b01d53fbbe7923958d2995cbf8244ef75b2347ea663960ba9fffc039a5dcc92ca7bcfe1c765d93373ea5a3082ce713fc6093ecf5e04f7d174f210 -DIST firefox-38.6.0esr-mai.xpi 514666 SHA256 bafb8f90a8162dd03f3d2f49aae061411e0b412ca15c85c9da82150bb034769a SHA512 112d98070ad2d5fb319978df75fa4c7a6f84049a6c8b818b66ff1a120ff57686b82cb40beae6f1454aee31930bef374c245a67374deea42b7a34ae86659fb3a7 WHIRLPOOL 883df662ac1b97eeb5ae401687c3b989d25e0c41da1819ca9107d665d353f2ac6ee9c8e369196d9595aa9f1225c8d1cc63c763625b418c520ecc1eaef9f32cd8 -DIST firefox-38.6.0esr-mk.xpi 529205 SHA256 69bb1d10e0f265342b4f4826766d0f6b13f3d777a0bafc448173f6441512a3f5 SHA512 a65a60c49b6126c66210eb52c7e8a752dfe5a4e83cc7ca62db545c44bc0e93ac1812ede3f0575805f96dccf12c936b9776129f8c98f3edf5bd4eb6285446a821 WHIRLPOOL 72e43a37c4fe6b0a24bd0034b35984f4115b8d638fc0629bafe38d5d7ac5863d9f2403777500d5054be043c826277ce5c6cc695207777fa7b6449caee9fbba3f -DIST firefox-38.6.0esr-ml.xpi 528919 SHA256 67ad0c3738ce988fd14536da26873519bc707e554e57e02e08c36a74228328b0 SHA512 ecc3be0003962cc1041787911e14547ddc337c2938ba9d1bde003cf7fa05abd560dd8c82d9235b211b9b7a1f9804ed160b1070fd33d39f423c0d3282fa45d05c WHIRLPOOL f18c6add110caa52078a2331e949c7cec937aa0dab8d5da4474e2c96d4c94f8537c053719978d614f63fb331f5f966f0ab132d9e6530ed5b00db1a50328d1bc2 -DIST firefox-38.6.0esr-mr.xpi 505962 SHA256 f9e656e45fe64f95a2abb818ddcb8e2344ea42545c59f8f6d29909f181933120 SHA512 7c373d8bdda6f6643fb003bde4ca6da7f9434fb2b3adbfaf5955a667f346e7c0c1c600d0314a231c24bc1e127cd22e38fa62c237e207a96b86cd9ea89aeb564b WHIRLPOOL 993bed70cae4b731e36c393b7b05a2ac5a4d05ec068266956e77f12268fa1db85d9648a45d9fb9f9e95adadf5b4c8d6ce1447860a655afcfa369366fe5a81e6c -DIST firefox-38.6.0esr-nb-NO.xpi 444177 SHA256 d2d6e1fb4c126dd0736994613682439201d7f0b4ec25a64aeedd18ba5ce89c79 SHA512 e1756fc5027eb2fd3f37c1bfadf48ec81d872c3e68d7492f6a30a32a9d7bf06c3bf8594c21d2655f7767f3e706f1baa4307a22a4ec1b37c14d6cdc3dedd90c20 WHIRLPOOL 4b058bfafa1014c216abef3b378e84aac75fcc05a49bcaecbe0f1588a2483ceed49f1897d804a2875ea7fb32458e82cabe060d0f4e2060b2b38882a3dae7c5f3 -DIST firefox-38.6.0esr-nl.xpi 443994 SHA256 963ef9ce080aa18c0c4dac7e1192368025be95d7a0e4363ea63006a0950c85ad SHA512 1a5e09434d0dafa33c5c6aacd124150e8f0e94d64664e2a4b4e689c58d768281466abd0c1550caee918ed3f79d2fc9a9a6e98cebeceb2c2df3f76957c3bf0bff WHIRLPOOL 0b9d33c4774c355669fe146d31f36e9786166625c76de14a04e8b8f2d09f4c14b6544e04d9e6bc0fe7e31ddcf1aeb4c0f988352af4dd997f1cefc9e68ed06b64 -DIST firefox-38.6.0esr-nn-NO.xpi 438452 SHA256 a05ec5d5da615d06a060df9e005d1cc4ebc2c82bca7d8836c06ba9a138f3ce5b SHA512 cfa5d381f7faf407bb27ad7fe82523c9ce024ae29e053ab33af48138fbfa34e47cc987d09abd6b7cdd6edd1e2db371a9ae3d793f95b84d3fd70467e42de3d50b WHIRLPOOL 5dbb7c8cf00d29e1af34b363c84187aa6157a1f1824a94fc3cdbb2399c5ea2bf7e89ad854d71a424709f3d8573fbc2000cb79785d1d16791b202508f339d828d -DIST firefox-38.6.0esr-or.xpi 527049 SHA256 526b2590f5b213d4b90d2e8a3a55723f3a551dc0ad98fbc8c40898cfeb82d58b SHA512 bc46d8e1e7aed9291c632ad54026179c040d2281538b7d9743e951acf1a84efa97b05de4744e93b7a834a8c618d3f0ff3075a94adc644e888dfa427757a5ff3f WHIRLPOOL 918fc85534f043ff82e95982fb98515013ba9268cccc730aa4fc3f791be4f2c7dfd1a094286c324a90e32ac42291054ec623d336fbff6a080b870808d88aab44 -DIST firefox-38.6.0esr-pa-IN.xpi 493722 SHA256 16c2d17420c49a4f7fffdc978e9a114748ae0cfe76ee0f8db721ceef8a9bdc94 SHA512 5c2a7859264c87ff440ff104e76b57268856bae90a1c38ec2e63a5c3db21dd56529b9179335bd394ac9484b105fcf53f6c36c505a1038e45063c3f9bc71d972c WHIRLPOOL d9aae23e1f81d862959505ae0b54a30841e784524fe3e583a19f52f8c925f5ed5714f8eb9d9ef8a373f82d8865f649045ba0a5c2781e756654aead0aaaf6a8e0 -DIST firefox-38.6.0esr-pl.xpi 406566 SHA256 8d918d988341c462b0b621c7d0cd9d77ff49c14b0e2b1bf134e99e9cc4469fb1 SHA512 b7430755e3a3122a822902bba90dcb5186c8ae2b26219410f6857290afc8da2c06d758a3b8a58d8e708eec2e8499d1d43278d987bcf6342838c7e145109f11ae WHIRLPOOL 9cd8d6bd9b2f359982093089e5d186e51fd0fb38e09372987af7335dc8f19d9a16b624a1669912d035bcba6b39b0bc4fe867193839285bde44993916811be409 -DIST firefox-38.6.0esr-pt-BR.xpi 459813 SHA256 396e9bfe5192511c0ad67107dcd8e9bcda83de94d62095ca10f6af4433d59100 SHA512 a2053820711c34b6ebac5c82eddbbf74b694a7a1a3e5d47d863fa85b146c5191ea89d3a4b33a5cd7cc609f46eda27064fdeac3c4d6de3bf720feb76a47e43f52 WHIRLPOOL 9e79c57b389c400258cdfee64cb789f7e852acb1de5ad48053567850d749c63b739eb5898e11596bd5cd0f7f2b1135c5dc89a5a862f9f891f7d2d8f3a648d4a4 -DIST firefox-38.6.0esr-pt-PT.xpi 439975 SHA256 7968f2e7b2a5da76d82312230d5486f8c8b59ddef18d43d0c3e43581ebe717d8 SHA512 1dfa8c75a58a4d1cc306d3430c0a8829238a37382027f6985457acd5ed936eb16ee8972e375933fa24409d614e8a9b389c6b2b162c8fb89e9787d2b59d37d94c WHIRLPOOL 08c4a98afe291ff5cf93b2a47ccef5576175bc6456b74894337733999eca5a936d31a33f08ca162334efbd5ac6ecf52c2e99df17dec610211b92c6cdca250f1d -DIST firefox-38.6.0esr-rm.xpi 446288 SHA256 7813fc4421fb3c08ec81e60ce955194f9f2a376662262da4a0f320db5caff342 SHA512 0eb56d59a8ec5b1ed77755a6d68b677d23d4ac67c147379f6bf903f23793fb9f1f23c07de52664dd1c3ee7dbb2be34e5b5bb99529f20e395f05d2c98b9dd4a7b WHIRLPOOL 0ac7af0b68f38c8c6de8f2183d028d955e3d0cb0e212158f18d65706492aedc1d92d88a23df648d26887377106ce227fd838a9df3edf3571acfdcdc36e533e7b -DIST firefox-38.6.0esr-ro.xpi 494079 SHA256 7476011cb35e32f3cfa265621d830cac44d4912f5a5a3814c5c31e9cc5b899bc SHA512 bcf61c1c7ecf4d21bf7920a6a365e04a2c5261959df48af88b01975c0b0c6d1254b090e264afde172677434a44d0f5e087b87095ab4a9d82d3850d55ca27413e WHIRLPOOL 9e5b5d6359d2217ab3c3fe4517e25b713b8ab027217a8e4e76857d7107acc58201a9fde9ca85ba28d6b9d1dbd793e86931198cc1c8cf5d833209ddc9f66d5afd -DIST firefox-38.6.0esr-ru.xpi 414418 SHA256 145b4bef6d8fa5f644d3d1726bd7fa3d5679d3dfa1c456a0e39be3bb98b64ab9 SHA512 343c6cfa77efda402f79165e4170fbb7916d9c2db9c26fd7e05ee4b32fe08ddf41d03bf4325f3d389aa8e6530114ed6647f072e3af6b8432570f5108dabb1da2 WHIRLPOOL 894c80f114c098e3e3f2e6207ea970d26b807399fb304b8f85df277726f6cf0cc6a89539a0992b3c8d735b74baa10cdba6b2e58cd62811e7d8d5d3abeb1e9810 -DIST firefox-38.6.0esr-si.xpi 537394 SHA256 1ba99487b2dba24c1a34f9cb3355492fc7002d1e15f00402788aa14bf1ea8483 SHA512 aa735d97a53a3f53f63469e30dcd91ea34c4c5a1caf54faa0c6a3c5dcd7aeb2321d3fb773d819f7c54c685666d508788e0060a853e5655a61fe9eaeb20e2b70a WHIRLPOOL 116302fe0182d8b6a7e9e9c01ce9270f396cbb5bf387828475c1a65b0b8954dece682646695369b73d6d5f430230b62c75dbfc5c8564667874db87997033df7a -DIST firefox-38.6.0esr-sk.xpi 469436 SHA256 b3cc30232399d25c130fbbf8476ef56013589b370ec44c18e76eb61caa4a457b SHA512 7d05fefa9174de322104b6f2c8c113914bed3bf9f4f5ca1f510884e332c9fd4b3159ae22351545334586c1e7898bf0cabec5f5f2288a404f8ca6c96397327cf4 WHIRLPOOL 87a77ec14a39b75a178139297286b4f419919dafa855f5a282d5053a39cdfbec2697175cb5c1020ab48bb0e3760f4b7bb94fb36fb6c04e50b2325166336592e8 -DIST firefox-38.6.0esr-sl.xpi 441594 SHA256 77982fb211296342a39d5b16e2d538b8d4cecf7ab5a8ef7d958fb373bc32dd63 SHA512 1196020a475defc083c7a3507a515b2cc8779883b8d170bdb691822eaa0436258240229746fe23729793ccf68d81ac6377547c2183747d6aef67925d8485a56a WHIRLPOOL a1dd41c471b512c67bf0c92b03e67082f8d06b57e16d1e8b2173b008a046501a4f6c4e276d17c1fad023df668d2a57c2777e9f88a8f041670ab9b137a84d75e8 -DIST firefox-38.6.0esr-son.xpi 449267 SHA256 0c80545bab1f7119067bafcecbcef0f902393fd3451a71dfc90122a6f0b8701e SHA512 812c0e91b69e647ba554f242020ced7597c11a0da8695505f88677507d73c8e67169dba5053e9e575a261eb8bfcd15016191d830fc0ab51782fae819c1d0bcd1 WHIRLPOOL 1aa8d99ea3f4f18d10807ff52c4519497c9b70c9852dc84f57cc6a6d70f7a162a7f74f9029098670ad148248dad6321a199d3ef32e3455a4cd08087b6f85758c -DIST firefox-38.6.0esr-sq.xpi 486076 SHA256 6f3d9fcfff460a162fc3e0cfe75a8bccfbf5eddc8d683117474c99d07f47100b SHA512 dcd4bd9aef9a6094b30ece8babe2bec877dada4ab235260650811454e9a773e2827d64c3c34f5a4b48c7776a161205346f4c091e67db47bdeefc1a5f62aae121 WHIRLPOOL 3bc920c2de13ac202643f99ef4cabfa53dc340d910f43e30efe04aa142050e16fdde6177ce34fd59df183f0f810462e3eabb9ba00c3c24a746846298e0ddf9e8 -DIST firefox-38.6.0esr-sr.xpi 479419 SHA256 825d25c1d7b7fd15919579e5930bc6d146dd9c39ba31ee544bb78da7ba1a9b5e SHA512 67dca0f68449af6a868f08e8a6809525526fa9ef6ed7851a51044a5d22e9b24f95d38191f4c34110f30968f4144f0b9a6325283599f09d2501dcd088bb471fba WHIRLPOOL 58383d8775c7484947c0406b55d7af53c7bee52b6df918bae1b6fd2388efefa2728ebee7c9590e6d5235d14ef323dc35407a63066ddb018d976abe1e0551830d -DIST firefox-38.6.0esr-sv-SE.xpi 452633 SHA256 62c5280c5e49f47c0c6136c41196db112b220bbc238e8219b989805bcfe66dd3 SHA512 7e8134b9330df184d1a36779cd6861d42cb6ac1b51db04ba56aba5f0fb4b9becbecc56643d0af04f1b72382a671b5f6c3f9fc1014c2b08cb5fb0f481e1e1d028 WHIRLPOOL b8797b65c85814d8c62d6983d49510e107c445d1c2d822dc13e1fdbce6ace01d7eb4c43b098613c75420c1ab68ac86a8c1cceb1a71550021ac62889cc565019a -DIST firefox-38.6.0esr-ta.xpi 506606 SHA256 57decfe700c7e047c10f39d8ef0a5d0a9f6f606fdbced530dff906cdba42bc43 SHA512 1bc88c7b98c0a2c978c4c5d7b14deae2cb156c994ae4b6a9be6d88bfccf922a3813becf5f2873f2821bf27b24c1ff3efa49a154147fdec1184078afe01085f5f WHIRLPOOL 13d061f3bd99183ff0243933638f493077eda4c1f190d1a7a830f5dd036c1d62ec7b9f7c979c949b6d9a330edd52be17ce415ba4f5bebfaf31c94acf4381e795 -DIST firefox-38.6.0esr-te.xpi 526253 SHA256 a87f56bb7ebe1c01c0dd3aca66f0542d6c769e01171e99e6667a4f226cef2635 SHA512 44e63a03d317191bbd5e129a98dba3c06a32b79a5debfd56c2bd65361646474217b3e77ede339fc785e4f65bcc152bef3d35dabc1224fb9e2b8d7a708b43553c WHIRLPOOL 97c23cd09f968e5282443608717f9c9201e4b9237fdd315112d466104eb145ee3322f0b76b6e8604bcd0538088929805d26e422f6e3414336b1ad4e311888b8b -DIST firefox-38.6.0esr-tr.xpi 481076 SHA256 d05ea4e1f54a2356eb9062432280f85ac4733a1938eba039a01b5c7359913a24 SHA512 386db705562489fb6db438e3a37312304482ceb1c12c2949808144aada2bb57c20e969d9a98f7d80184f5dbc51aedc0c823d15a6b04f929337885a911220c707 WHIRLPOOL 301f87897b55a34ed4c10e911c1bd122b9f4a2ea072ff444c6257238d832a96e14d23ce45666f9314b2a9f601a391bf68a63df18723c20db3b4c6d2556b29d2b -DIST firefox-38.6.0esr-uk.xpi 493313 SHA256 f81f6f044d01cb8fe1e5e56fd80524a735d08dd6b75ed88b05980aafbbaa3c5b SHA512 83ced81d6c43d7da5de60f7c36d887d0445cb5ef94cc858a2cf4368e7bcb2d0dcb4f3c18ce2dcc3bb67ca80c491d9b72586f71b08c39c95e05d376605633e892 WHIRLPOOL 305a181b1aea6138f12da120e41c51cc9bdc7ba3d9d1c575c98f7c6709dbccb24760cce5394e349641c8f78ddf74a54e5711fb8163b0d41dfc7cd058f5d8871f -DIST firefox-38.6.0esr-vi.xpi 467504 SHA256 3c07c24f533e3eb27f3189cfa384ef815a55cb8d160e706e0506f9d676a9ca9d SHA512 ff50993a235f766eb4107328e012146e1ae7ee6e77055ac7f23a1b7d09fe9ab281044d6b309580e0611ecee0a97b8bee745af9864ec8676bf89da9a738b1b34e WHIRLPOOL be46a01c76ed994ccfa5a0d6265b164160186cd8c2f6d40e9d90194858eab678c37983a8abf0eeda765a6fa9a5ecafbeb42e291e2c9a530281395ccd41d66a23 -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-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-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-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-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-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-bin_i686-38.5.0.tar.bz2 47200274 SHA256 7cc42fd5e7f826e2bc18468f8ec16067c133100a60d46991f821949efb4a0a22 SHA512 a615ad1382ad2d9d4c05c58f4e82d359fe7ebde1088a48532e0ca47f35eb9d5bef64f32aea9716c543cd864e538e84ac8ef24b88d24487b02015f0e44df61a3c WHIRLPOOL a51dc2bdadd7bd51e1a0921419db6f3f8141a366ca3a7e34b23741c78efa122c93920c6103b983b1990a0ff3650d268a6b7c1616d474a42b60820b2c0fe8a148 -DIST firefox-bin_i686-38.6.0.tar.bz2 47222915 SHA256 b98dde023f89948ec2abb2ea2ba2ff3eaa22be940edb256c969c77791949a271 SHA512 a1a6bc8c823c3d6031586507e94559f8d794bbc17460d288e3af8f39181d6bf17103975b4de636071868c66c0b4965e03caaf3c5e02e0366e23a2c4ce79343e8 WHIRLPOOL cd6c49ed2d6fbb32967901f21f29aa2e7a0c57cc5ceeb49fc649fe6404eb3775e20b844d6a112e2af955ddeacd09e5eab112c3672434f4714de8ff28460fa212 -DIST firefox-bin_i686-44.0.tar.bz2 51145978 SHA256 d8bc60b08345db28fb33114a87d67e6384ff1da861beb2b9a610257d443811dc SHA512 f3bd5a05f6e0ce19fd7350b6ac05391037aa93149e1a35538920531f684e8481b034eefb5ad79ce9fcb7ecbb02ba07258f17153789aba3b2fea543ccefb49415 WHIRLPOOL 2d62aa64afe7c2234a89f4426d8de3c059328df0d45a034f84967dc2731db0fd01073f3ff6a11180d326d5844fc561d896e58d0e65776e9469faafa039ba41ea -DIST firefox-bin_x86_64-38.5.0.tar.bz2 46254239 SHA256 56a6c49d23a2f149a09b4a708c20960b5a20190f054e4ffef692e64518fb969a SHA512 d2762872f0dacae849bbae9453cee7198aa9ceda7edafa4fca9e2858d2618803324bbff61dee875a5d7ab4628fa2567c3dd9614a4dc080921976a458cae302e4 WHIRLPOOL aef3c5ae91e37dac3059a5ee5af8ddfa19d392239184c771a8787d10eb3982f5f111756bd749ed385f92a21f7d5fb5d37c8d9e7c302f6de57a4e77b0c160a3e2 -DIST firefox-bin_x86_64-38.6.0.tar.bz2 46261167 SHA256 90b03a1736c493a1922cb3675251c86525a883cd726e3a7cc1a0d3b210372867 SHA512 2bc8676694a35dab4ef597f3267369af196b64b2df178bf269495dce177d954533deb1b8dc662b72f6932df045bcc1c4bfc13c073352d5f89f792d022ceac9a6 WHIRLPOOL a921e288fa3e236e75ef12dc756ad958c2004795017b7ac6f939a2b6b4774bd7c27d981283b77977b23eb1604236b05aa83e90701fb9a9b0b3427e5f00db4c7b -DIST firefox-bin_x86_64-44.0.tar.bz2 50126803 SHA256 52fe1fb8527280d4b156d823bd4f2635c538a9b326c10bd48b7c8f3803063812 SHA512 4e02e401b5d420831911056721f29baa4444da853a8664ce9c3fcdd40cd31d2d20230c6a1fa10b9a2ef0ef18856ad94f7b36dde9077c84d749620d153a24b003 WHIRLPOOL f16bc33b8d7a8fdb97b471dda7cde031eaf3dd7df1b21c46864fae70dc9b3b1f76f13a168f2677a7acfb50eb672d9e5ed1a2a1d3864ec56fe2c1d0dea426a7d7 +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-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-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-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-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-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-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-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-bin_i686-38.6.1.tar.bz2 47227225 SHA256 2df83fb0117dc2f03d534e36e6637d2884a74af25647c18115adf6df11d5616e SHA512 8c770b8c659ae10b273525f7d636a4d694b3957de50f79ae3bd68fe1c74709d7f1e0854b905931c0874693cb06b10c17249299e5917dd56154f4fbda8ef6facb WHIRLPOOL a591b6434b52de7030c0793c32aaa7174f38b492014ad65e87b8be96a9619816d61710c26aae3100ab9fb27672de83992029ae8e4704e59f879be4e7c618100e +DIST firefox-bin_i686-44.0.2.tar.bz2 51151474 SHA256 abe3e5d23cf557ee81e7064d6d1b2d3a8f6b6e1a5f80947fc7229f0b2b631380 SHA512 d14703d250ee07562ae1a0c6b24b9553c5106619673d20159381c00a41f06d8d0e67fdafa4ec3dc5b8c37605fc636662647a76d7233e2e4aa1135717e2ba8d64 WHIRLPOOL 7b9dad40f4d8bc1c8145dace78f98622819608a5cb6f2d249ea28eeb53807c7cb689e7cb483a56a46d4c7124d959d550e26b87977e7411ba5a04539e95dd117d +DIST firefox-bin_x86_64-38.6.1.tar.bz2 46274297 SHA256 3e906fa245436272adafa18133319608fd923e4e656dd3ab8947bb1822d19678 SHA512 3aba82de299f83865c3881b4872a0a7ffa40ebf3b034896c0d3f264a67922ecbbdcd0230cbe8a7e8f9c95fd785633b425d2cb3f6825ac29a457162b552069591 WHIRLPOOL be47b933e231e663c51a67dd75a60ab60cc1b396db72196fec129ecd1f0dd416f534f2eecee647f84ad0a7b059321772b5c9fccacceea7bcc22891e08a257500 +DIST firefox-bin_x86_64-44.0.2.tar.bz2 50127391 SHA256 a4b439e28274feb4bf5494ba180143e6b8617428a63d11fa2fd0e650dda41908 SHA512 8da1c628413dd22ad28a1eeb8ffc31c5353e830129e35284b321b71ab116f97ec27e6b131d52c61259ece52ffb3b1aba8849d433b8ccf6cf8065233ddba411be WHIRLPOOL 21f127fcf93cac29aa6b48821ef1a8a777505f69d9e403145dd363a82ee4fcf1b1c73d578f5bdaffb282d8873788bb540afcf98d8a402cc797722b5699898424 diff --git a/www-client/firefox-bin/firefox-bin-38.5.0.ebuild b/www-client/firefox-bin/firefox-bin-38.5.0.ebuild deleted file mode 100644 index 218bcb6ef1c1..000000000000 --- a/www-client/firefox-bin/firefox-bin-38.5.0.ebuild +++ /dev/null @@ -1,186 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -MOZ_ESR=1 - -# Can be updated using scripts/get_langs.sh from mozilla overlay -# Not officially supported as of yet -# csb -MOZ_LANGS=(af ar as ast be bg bn-BD bn-IN br bs ca cs cy da de el en -en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL ga-IE gd gl -gu-IN he hi-IN hr hu hy-AM id is it ja kk kn ko lt lv mai mk ml mr nb-NO -nl nn-NO or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta -te tr uk vi zh-CN zh-TW) - -# Convert the ebuild version to the upstream mozilla version, used by mozlinguas -MOZ_PV="${PV/_beta/b}" # Handle beta for SRC_URI -MOZ_PV="${MOZ_PV/_rc/rc}" # Handle rc for SRC_URI -MOZ_PN="${PN/-bin}" -if [[ ${MOZ_ESR} == 1 ]]; then - # ESR releases have slightly version numbers - MOZ_PV="${MOZ_PV}esr" -fi -MOZ_P="${MOZ_PN}-${MOZ_PV}" - -MOZ_HTTP_URI="http://archive.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/" - -inherit eutils multilib pax-utils fdo-mime gnome2-utils mozlinguas nsplugins - -DESCRIPTION="Firefox Web Browser" -SRC_URI="${SRC_URI} - amd64? ( ${MOZ_HTTP_URI}/${MOZ_PV}/linux-x86_64/en-US/${MOZ_P}.tar.bz2 -> ${PN}_x86_64-${PV}.tar.bz2 ) - x86? ( ${MOZ_HTTP_URI}/${MOZ_PV}/linux-i686/en-US/${MOZ_P}.tar.bz2 -> ${PN}_i686-${PV}.tar.bz2 )" -HOMEPAGE="http://www.mozilla.com/firefox" -RESTRICT="strip mirror" - -KEYWORDS="-* amd64 x86" -SLOT="0" -LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -IUSE="selinux startup-notification" - -DEPEND="app-arch/unzip" -RDEPEND="dev-libs/atk - >=sys-apps/dbus-0.60 - >=dev-libs/dbus-glib-0.72 - >=dev-libs/glib-2.26:2 - >=media-libs/alsa-lib-1.0.16 - media-libs/fontconfig - >=media-libs/freetype-2.4.10 - >=x11-libs/cairo-1.10[X] - x11-libs/gdk-pixbuf - >=x11-libs/gtk+-2.18:2 - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXrender - x11-libs/libXt - >=x11-libs/pango-1.22.0 - virtual/freedesktop-icon-theme - selinux? ( sec-policy/selinux-mozilla ) -" - -QA_PREBUILT=" - opt/${MOZ_PN}/*.so - opt/${MOZ_PN}/${MOZ_PN} - opt/${MOZ_PN}/${PN} - opt/${MOZ_PN}/crashreporter - opt/${MOZ_PN}/webapprt-stub - opt/${MOZ_PN}/plugin-container - opt/${MOZ_PN}/mozilla-xremote-client - opt/${MOZ_PN}/updater -" - -S="${WORKDIR}/${MOZ_PN}" - -src_unpack() { - unpack ${A} - - # Unpack language packs - mozlinguas_src_unpack -} - -src_install() { - declare MOZILLA_FIVE_HOME=/opt/${MOZ_PN} - - local size sizes icon_path icon name - sizes="16 32 48" - icon_path="${S}/browser/chrome/icons/default" - icon="${PN}" - name="Mozilla Firefox" - - # Install icons and .desktop for menu entry - for size in ${sizes}; do - insinto "/usr/share/icons/hicolor/${size}x${size}/apps" - newins "${icon_path}/default${size}.png" "${icon}.png" || die - done - # The 128x128 icon has a different name - insinto /usr/share/icons/hicolor/128x128/apps - newins "${icon_path}/../../../icons/mozicon128.png" "${icon}.png" || die - # Install a 48x48 icon into /usr/share/pixmaps for legacy DEs - newicon "${S}"/browser/chrome/icons/default/default48.png ${PN}.png - domenu "${FILESDIR}"/${PN}.desktop - sed -i -e "s:@NAME@:${name}:" -e "s:@ICON@:${icon}:" \ - "${ED}usr/share/applications/${PN}.desktop" || die - - # Add StartupNotify=true bug 237317 - if use startup-notification; then - echo "StartupNotify=true" >> "${ED}"usr/share/applications/${PN}.desktop - fi - - # Install firefox in /opt - dodir ${MOZILLA_FIVE_HOME%/*} - mv "${S}" "${ED}"${MOZILLA_FIVE_HOME} || die - - # Fix prefs that make no sense for a system-wide install - insinto ${MOZILLA_FIVE_HOME}/defaults/pref/ - doins "${FILESDIR}"/local-settings.js - # Copy preferences file so we can do a simple rename. - cp "${FILESDIR}"/all-gentoo-1.js \ - "${ED}"${MOZILLA_FIVE_HOME}/all-gentoo.js || die - - # Install language packs - mozlinguas_src_install - - local LANG=${linguas%% *} - if [[ -n ${LANG} && ${LANG} != "en" ]]; then - elog "Setting default locale to ${LANG}" - echo "pref(\"general.useragent.locale\", \"${LANG}\");" \ - >> "${ED}${MOZILLA_FIVE_HOME}"/defaults/pref/${PN}-prefs.js || \ - die "sed failed to change locale" - fi - - # Create /usr/bin/firefox-bin - dodir /usr/bin/ - cat <<-EOF >"${ED}"usr/bin/${PN} - #!/bin/sh - unset LD_PRELOAD - LD_LIBRARY_PATH="/opt/firefox/" - GTK_PATH=/usr/lib/gtk-2.0/ - exec /opt/${MOZ_PN}/${MOZ_PN} "\$@" - EOF - fperms 0755 /usr/bin/${PN} - - # revdep-rebuild entry - insinto /etc/revdep-rebuild - echo "SEARCH_DIRS_MASK=${MOZILLA_FIVE_HOME}" >> ${T}/10${PN} - doins "${T}"/10${PN} || die - - # Plugins dir - share_plugins_dir - - # Required in order to use plugins and even run firefox on hardened. - pax-mark mr "${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container} -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - if ! has_version 'gnome-base/gconf' || ! has_version 'gnome-base/orbit' \ - || ! has_version 'net-misc/curl'; then - einfo - einfo "For using the crashreporter, you need gnome-base/gconf," - einfo "gnome-base/orbit and net-misc/curl emerged." - einfo - fi - # Drop requirement of curl not built with nss as it's not necessary anymore - #if has_version 'net-misc/curl[nss]'; then - # einfo - # einfo "Crashreporter won't be able to send reports" - # einfo "if you have curl emerged with the nss USE-flag" - # einfo - #fi - - # Update mimedb for the new .desktop file - fdo-mime_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/www-client/firefox-bin/firefox-bin-38.6.0.ebuild b/www-client/firefox-bin/firefox-bin-38.6.1.ebuild similarity index 100% rename from www-client/firefox-bin/firefox-bin-38.6.0.ebuild rename to www-client/firefox-bin/firefox-bin-38.6.1.ebuild diff --git a/www-client/firefox-bin/firefox-bin-44.0.ebuild b/www-client/firefox-bin/firefox-bin-44.0.2.ebuild similarity index 100% rename from www-client/firefox-bin/firefox-bin-44.0.ebuild rename to www-client/firefox-bin/firefox-bin-44.0.2.ebuild diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index 9d62d88e4902..c22c6d7e79f0 100644 --- a/www-client/firefox/Manifest +++ b/www-client/firefox/Manifest @@ -79,86 +79,6 @@ DIST firefox-38.5.0esr-xh.xpi 450243 SHA256 9b89a96a283703284bc906a122f564f75704 DIST firefox-38.5.0esr-zh-CN.xpi 488277 SHA256 213bc5ad9d0e037a51f29a96dc5bbac4c550000dafda88271d4bda0ff89ec82a SHA512 9aa1edabea803c7bde3544c5964aa0fd0eb077dd39d6d60707740fe2e0a5cfc5e66ffc39669a1776125d35624da93c8322b94aa377628de512bb3dc44c70fafd WHIRLPOOL 5e70c16d10784e1da40dbcd476d22041165f49ddfb796e793e5bc86bafc088d9ab8b9f5f199010cf704d391f4c9ec9ee56e6c93250d35858826c5459f092026c DIST firefox-38.5.0esr-zh-TW.xpi 467844 SHA256 7ab324275d321eb78862ddbfb0628c14fefdcd16d89b405ca7a2656f77db8338 SHA512 f05538f2fc8fc5245b1559aa8f5690ad39930ea18cd294c30679ee71d5ad7116bf21a16a67f65fa427848472fe9250b69a4b515ec318d2ae0e0b0c58144d86c3 WHIRLPOOL 0a55dc0674e92106e3a5fe21aae712a412ad4ed42d456dcd7b6af2c87705c12a4cfdb288155f179f34645c61422da440c25713a8f8d29bbd7f89a998f919f135 DIST firefox-38.5.0esr.source.tar.bz2 181371970 SHA256 2a1f90cfe390ab20be88fed38cb9f61a18281cfbee47505c67e0254d339cdb20 SHA512 058b6a6c2fa9a9ec89253511db000188f1229d07b03e139750f2ee09c68896473eadb6f5042835d557c684a62b58af8a20f0818d6650e157b3fe62adb52f5e94 WHIRLPOOL 11ac4553f9c56742a7dd5fdfd16aa73ff8517296bd5ada8bd9b086494895415fce129eff655ec64d69d5bd1a60207366a91d87783aaaa000af9c6f3f7cd37185 -DIST firefox-38.6.0esr-af.xpi 483326 SHA256 75312cd630c037ddc2e50a43597e1c0242634c40d6b8353e20c5cf6b3416f187 SHA512 9753cfcafd758dfe9b58eb2a0760e72a1dd2119a58974395ef6df61186dc6d482ab4ca410163b89d33e36e6668575cecde804b4168cf265105a47d07b4952773 WHIRLPOOL fb56a714b7fc1ebe3a85ec13c43976e59fe4e347ed58cad5425d041ef2160189e6ee40ff6a134e4523c0321a91de0df6ab5f16e58c605126072f32655747dca3 -DIST firefox-38.6.0esr-ar.xpi 516496 SHA256 1d3b3f37f4c755915bf091d0bf21db7312d5d26bfdc72362aefedcd51d616e8e SHA512 c9a44e3aa24550d13f8668951df18a9c9aaa9f4281ff352c679295360900eec39c9a44803390f53feb97cdec2de55c6250ba4f70b1da993618ed263421bae905 WHIRLPOOL 13e41841b533afef5464e4d4ea545056cf8d6683b4483af0ae48eddf2544ab3450f27553de6af7925c3c0eaf9ca475b8c6bae0c253b8ec61e3c1f4e8d3b78e21 -DIST firefox-38.6.0esr-as.xpi 509575 SHA256 fa2194dd7e6a3b7dacf813117fe96f901be71776cf41cbaaa49fa2922edc252a SHA512 68c5b1a158688d5cc6dc04623151f90784555c33924ff860f0b40e0a3e170fa77b8e58700570c6dd47757f5e1c8ea5dac3fa0696daf0f3144e33d0640975409a WHIRLPOOL 6cacb4a4442569507efe453b78fe54cc63427c62ce2a538536ee176f1dda54144fa4bdf9cbb92da24b20a94c81ed3cf2141d55c1a8dd635dde489e867c944839 -DIST firefox-38.6.0esr-ast.xpi 397203 SHA256 8982310d306ce78b1b03b23271cac18757b06ac68817517c7cef7b35e39918f6 SHA512 105c4bb8da9a6c5da5dddfe69913f53248b57125e3607fe93eb65182638c924e737599cbd489bd80df6de49ae96ea00b2f7f7ac974d5271b980e06282486870d WHIRLPOOL 0fbdce9ab08d309675006b904acb2b52e8f9657ff6a46109b28f5244a4a29939fd57e07aff0a2c1a569d7fb01cc2cfec87703b27ba99e7f89e49bb09b6e4ff1e -DIST firefox-38.6.0esr-be.xpi 441057 SHA256 4e3bd7e6a26a636e031a9afefcca6e54ba2a2c8ad5435d3471a9d41267dc3588 SHA512 5bc767528d90653b36dae2f7fafcb99d639c3605605b035a3e330c5a659209984ba3a4fc8733253aaf5b5879b7924655e421f9571a0e2689f28f7b5c20b0c7fe WHIRLPOOL efaf3d04781404e69979abd1166c17f85622a3685b69723d70e2f85386c74895e4cc584ec897acee93c755823c93de458de578cb96dcc7d20c0d716df09012cc -DIST firefox-38.6.0esr-bg.xpi 487819 SHA256 d25359f143a0c4dd23fcfe4804b3f01662d4e97206be8440881d39d15064c6c3 SHA512 529a978d3e1169b995d86bc3dd3e37cb6bbcd513bb001575f4cf2d0eecab2915065906c7d338c8a6f0ee90e3122c71bb16ed9157f315de23f99a6808c3c66f6e WHIRLPOOL 687d3c3cbf1a0c0a26ed9501d3d451a4e043f19b4232835c4742702ab73c23d478a7d6229e0578d6b9a03a7c9fc30debcc75fe9d73edbd14132db9e454ac6ff3 -DIST firefox-38.6.0esr-bn-BD.xpi 528690 SHA256 fa83a06b8b8ce4454a3543b13bbed40e92b8be87c3607b93d5efa41fa01f6d3d SHA512 8a2b0be36fa41c00ee2f7d11bc2e24d5dfa7e29a219585a44a20486a35ae50816b1280bc4b298eccae180501fca187cafadb7eb265cc5160d45284f6c74fd7d3 WHIRLPOOL 1c67e05d00939357d9063b2cfb8019bd0be81c4c21dbf8da16c64786f647b6f24c79e1bee386d9cc452c36c5c8c90d64f6099847bb1408aa21c47157b4ec5dc4 -DIST firefox-38.6.0esr-bn-IN.xpi 527928 SHA256 987259cc1f6dedb91988c3281c5f26c5a07325e289df8a2090e44e408f8efb66 SHA512 a8e1258a92dc3fa3539dc8a47fbc695c018e532bc92a6203fdef56e092d1d643db360750f52eb2a9ea29aee6becadd4505faca330e9824c10b54d9dfd37be94e WHIRLPOOL dffe6051868902c4e5c016be269e801a3c7701200fb9b97a2d4d38828f5afc13ab0cd290176a28ab1beef847a0caedf31bf817cdbf0f5759ef3515e97588f205 -DIST firefox-38.6.0esr-br.xpi 441962 SHA256 64ac19d617f39376ef338f13cb114199407ac77c939f6b909092c394edc3567b SHA512 4ec46ac1b3ea7f6efa88b8fccd7b4ba890d93e2d821f5b356a349891f47cd5e92c66fa52cf161306e8e4f7c5ed17cdb38dbcc2a00e391963e914e8c59ba59b8e WHIRLPOOL ca0f7bc3387b5583ce2f64d172136e67b575d6f4c8cea6ed691778fb71363d7693eb5bd25c99c2c94e3adeedf212b02324d1badbaaec949a17ef80ae9b91df73 -DIST firefox-38.6.0esr-bs.xpi 485305 SHA256 548f4326b19b535d9925e51a87d63df9e94c3fcec475d330123cf2426c8a3abd SHA512 abe447004f6c606846098789b0811678ff78dcce7f16eb961dcd544e3b5e7399398935aec27d13599a7d4e610b2bc568188644b8ef19052eb463b19700517813 WHIRLPOOL 390173a2f8de8357386c604fb9385d2987691e44e83766b2d23155b7ea8c36402fc2e88351ee11179b33ba8753bf925e3606668a0e264d764a3cfe163cb364c4 -DIST firefox-38.6.0esr-ca.xpi 458092 SHA256 c33d6a7afc0ab3381103b098c180a6f648e5373f2df06fcd495b18c486730bd1 SHA512 3eeb575cd37475d96e16dfb0ca329c4d4895c951f366dea577e7d1d2841fb8ca4b2d1fed555913422da8fbb5331e61cd620a49e3b9b3e90637363f824a746795 WHIRLPOOL 9862b1b56fd53250a53fb50c9e84199c7beaead05732e9d905a47a0c17d453a15ba01d6ab143c1b37f2646d845c3bd93006481c5178bca785d4342917c7f3d76 -DIST firefox-38.6.0esr-cs.xpi 446727 SHA256 982fcc4c7e45424b68370aa50ab98dbf1770c55baae8bffc09e25b9bb04a6031 SHA512 b02ebd2c6e0ea1f10f618cb59948e7b28493171382654528c1b652badfccc12316b08abcd2d62456b7c4b47f363fb72ba19e45cee7eeb241b3031bb5440e7b17 WHIRLPOOL b373569a9a8d3dcd35f306bae269fda6194451953c6440d11dce3d50863dae8a49bb3d677efc1e6fc9fbc08abe59a516ded1021699709f174007a55513b40368 -DIST firefox-38.6.0esr-cy.xpi 444385 SHA256 6c3ee40c1b326172a55866b1f21ede38d8b94598e85c9b6f16a6ac7f269d515a SHA512 ea6fe2bec16400b9b28b6b75e13dc18e6e1ad875927dbd7a9f83c923aa182c1ec885a0fde6a3bc9ea104a64d21fc78e9c01ec0e996bb5942d3beb2a37f03fabf WHIRLPOOL de6b09c45290858622e71757d529332cbf1ad0ae8911b0052eb44e74fbccbbb1faad5826e088c88e9a4b66aeeaf321f8b8dda09aa4e0edd2a26749dce87cb8b0 -DIST firefox-38.6.0esr-da.xpi 450763 SHA256 375b9c390e90612e7a9e847ec2b3a71527ee4ad79231b70b2ae9c67ca1fd5a19 SHA512 8a7c257e7fbe4aa0fd0bdb0ffcf8109c42ae350db4259c94da733a879505befa1a93a328e491fb0c6f661ae6de4b8e36d0bdcf91dec15d216c8de6c48bd88e36 WHIRLPOOL dcb10a5652ab22d7635e346d85a22ac2346e023bf50f676070f81d92ac46ef44b508f83760e0cc798f43af1b672c05ddd2c81a51b856bd49001c35f84068677a -DIST firefox-38.6.0esr-de.xpi 451630 SHA256 8bdc8b5e21eb9f2c8c5a179cc60e7e23f2b3e34debd5bef69201d6cb347f3b83 SHA512 30da6352d8daaad7989bb23bd120d6af2fb8da684bb039fb629342d83030e64167ec6bf2beba84bf3dff20206a83996b6eb6e8335dc09f1fb77338d9d5a746c1 WHIRLPOOL b828d68bd1e61fdef2d30e111acac3d2602444d17b07e03bed9ecc1d291f918c9eff3f052bf0699d7c2a8dfb53db6273bd47c87fe6860858d47cb20602516c59 -DIST firefox-38.6.0esr-el.xpi 498370 SHA256 f746ebe43d8b4848fcca795e753f4daa52b83e1fbe8b5148f460d7eed993f7a4 SHA512 ce47e79321f6100956acf0a955bfe3cad2ccff84880f704311dc079394ad5af39ebfa927ba46f8b51ffd7c87ddcd08f2ee672f97293112238aa5fe67bfc7c361 WHIRLPOOL 3bec4e5d847334b3be21e332e05c7a6b85e7e5ed10cd91397ee4ca4a34a720c71a8fd14728e92dede32222d6fc711cf431cb624eb46cdbee78b24dbc64a46df2 -DIST firefox-38.6.0esr-en-GB.xpi 437845 SHA256 ac83745df0734e618b6a5b52166c9e2564c40ed16691da121ee0aeb7eefff506 SHA512 87482e6050f850c6564c0e197109c244570cb089aefd28737bd2c65c26030dc4f1e0c98d6c47aa246f9790192afaa06680b7cf18329f35065ebad490c509ade5 WHIRLPOOL 0c1d3536ac4df9c3df5dd2cfea33742349ca625dd8b50f0c2a4453b3ef0bd32b66f5db750727999f399106b40f543cec16e1321a1a6217e6818c6e0c3bb7d84e -DIST firefox-38.6.0esr-en-ZA.xpi 439926 SHA256 288f473e35d4b682e45a2b82d2219adbddefed8bbe33d051ddd8d8de9fa9adc9 SHA512 e7d933819f5d1a0a782fa91cf8c2f7c21348a2be418a57715e9db78e2356cefa73d07b3f9cb62a432f354657e6f3cdd4a386f4841eb85d107bf5ec7f3224f39b WHIRLPOOL 3e5d5f57ae00aea276317613898b35037a4fe4f6af04de97058c8f79f6c5e0cf0ce3e84238e9af8a6ecc787604153864349f7e4e72e5066dacf9d1e793e5dffa -DIST firefox-38.6.0esr-eo.xpi 488370 SHA256 03dd766b490847583cbf2765b4cf81ff23da75739e60918811c406af846f43c5 SHA512 98f46db5f5a40cae86bec7e004f509d2c71f151c10f2f4646539b8d7d7f8122b13a38ae4461649b64ced8e3db0aa6ff7e19f5d0474f6a964f8f27167513cd300 WHIRLPOOL 2a84facc56a7e290575cc95d532a4f75999670d4c827b281f6698a683cd9c487d194dcc61f48df341022ea1ddca5fe7c97a31f8f4945e39da0800ff982bba873 -DIST firefox-38.6.0esr-es-AR.xpi 453983 SHA256 c2599ff3ee9f099478427831f8f244252d16be7fc165f9d686cfe35b5a97cafe SHA512 46ed2163bca9201e9bc8b37d0128463e65de4db53caf0a1b23c11f00cd9577b8777968d59ac598132d093d2125857b97961ce6177ff6d5b9215b978f0c8e94f7 WHIRLPOOL 5de8a488eca9bd2a90f4fca558a40a0eb0fc5a6defbe66c9d7899de7d7297cf7fb2a9e05a1ed0f427c29cfaafde55aa9a673e3d7e5e626ba7ef30fe672ae4058 -DIST firefox-38.6.0esr-es-CL.xpi 384679 SHA256 e0cb68b939d965387e706f02fb5771fb091900ec392b135cfebdc3f1668213fc SHA512 b5e70e284f321ce575d431d3209b5c1f5218feea851beab255f7803f3f421adcdf64c3ab9baa266fbe14d0e91ad8073e5e065563256c91a4e9253c6374cef745 WHIRLPOOL bb2dd90362a5ba285771fdfb350abeffffb7b0bac7046bd2f9409ee30f2b222b57f397722b997495e2e8788947500c2ab808d229a9ce9a6566d58713af673024 -DIST firefox-38.6.0esr-es-ES.xpi 374073 SHA256 a444361e1c0a3003f0f51285429096abea71309e358b3d308266a95773d7b3d9 SHA512 f1ac712d1daa8db88cc7af1b680f4df6316aada15efe12b60abd8cd45b993e0b9b49a878f6deb7a20af85c6fdff6af6560c6e6a5eb0c7ff17ccdcf87afcb8606 WHIRLPOOL 4016b55dc5bcfc68da6b58658e53b0eae8cf4e738f2c525219f0376db212fae043117fc6579f19b0089dc69ac7086fa1c6ec3212b393b381448173f7873ebbdb -DIST firefox-38.6.0esr-es-MX.xpi 457050 SHA256 9f78e0b078724d2f81e0a510c89388de42573086ca999c1a7b98af665761ef58 SHA512 fa9617ca15a922f5ff3e1a3b79bc43707772d9c7e04753cf162b67f9086c7981d456158902c70df4a1a03d883aa2022489e997f58a3cd01bf3e3caa90fe7c1bb WHIRLPOOL 464122fa3bfa45a1fac21424ad77bedfa899c77fc238a10c1a588202f9cff047a9ec56c4869ec55c522a778e53864b4ebd8d440702f6f3efa4d0801faf0a8d43 -DIST firefox-38.6.0esr-et.xpi 443228 SHA256 23d0b0a9da9d207775c82f3f0b4b99d1bef54e1d50e9ca8920748ddbb3bd17a8 SHA512 5fb2ccd4bf7d661007ff57df1b2ec2b65749c267456f7e9ec17f653b71e784dc6fb9fb75943cca96b1b3041220633a7dd08e002724ff628ba7ad9d3614de2acb WHIRLPOOL a190d1eb7794403f75274e2ebd80fa17332517cdd29bb00abdfce58ac01d4fbdea89bd60e12fb8addc4e456351271f5083cde9c0782283009388bd386b200bba -DIST firefox-38.6.0esr-eu.xpi 466555 SHA256 114f0b7a0266d89545475d9e84b17ce9e44ef9430ae7e97dd8dfe746aa6924b4 SHA512 49f5f629fea56cfd53a08dc52ec0d8892e6f42ddd984181067a71f9b18738029799ac5d72500ef01b7862e551c799198093b331003b630ee8f6d7890edc2fbcc WHIRLPOOL 009d4095eff0fe702be12afd508be32849f00c02ae23996b59107b6c0466af8fe10ae25353bddeb69b8b9f66fe444a1c24c743c27a46790e0c8e7b1bbf8d2abe -DIST firefox-38.6.0esr-fa.xpi 518282 SHA256 6a1e3e580ed74ba93e3691bb25a4a1775975d13e6cee6c911735a942f1b78e00 SHA512 8acce7fc15aa5815f6ccd9f628233ba5bc56f939b78cfdc2293a35a31a7f111b9386da5a997b9ad46f4e2df01e913604302c986382cb6eaf8293dab109677866 WHIRLPOOL f8ba2db7a8d72cbd3d609888097554c5de87b2aa51b17e2516a3eb6dc1a3534d30713e7cddf025fd6099463cde8f9c3854f07fc11042660f4057bd76a3873605 -DIST firefox-38.6.0esr-fi.xpi 444853 SHA256 c574888f1b30a6e360b4b1c1cacd84cbc2b18108fadcbd49ac4ccfd47e924b65 SHA512 48de4f540ac1c6da3fbbd037695363388e388c295860b3dc27dec8550e40977347813a4a15ae8a1e3b141d8b33a2d8282464806b13a13c0119ce82fe326b392f WHIRLPOOL d2300ff3859ffc98da14a174d674df8cf570cf3192aed7ee882b4ca543e1aaf5ff6bb73db2c8aa3436aea0f5d5d27b26d92c55c890f4cf4689e850d208f6861e -DIST firefox-38.6.0esr-fr.xpi 461402 SHA256 da189e63a07aa2d26784e5ddcb7041fb969dc63c3f147f566290e5f55581d083 SHA512 de146d269cc91206cb1d9cad4148463264df80b2881f9e4f76cac9f800f6b1e860af48921372c9b96e033a5cc3c52e6c15e77d1342b75e83577fa8de6299ec20 WHIRLPOOL 0f7402ecc552498d13b0ce50e1e3c2cd967d78dc058497a137891fbc37eb992a1a30c44c4a04fe365c3076cb63429e731eb4942895aa7eb2d9f62a6d86a6316e -DIST firefox-38.6.0esr-fy-NL.xpi 455538 SHA256 ec064490e4c4bdc05eca33974878cdb079ba144f9dac4fa497296d030441265c SHA512 4f64f24a9f723e9999af26d2ce4164b1b7f632dd44315759e4ffdd354ca8cc9d5b43bef8be3b588c4ce369d7ca66cb0af1a001407751a04d195b6f6b2cec2997 WHIRLPOOL c1b5ce28a86872479acd9009b2529787e029ddabfb42a1991f108da401ed3c9ba15101bab53b95218f8f9b473fbc5386d4d997f74d1fa0e712be141fb8250d81 -DIST firefox-38.6.0esr-ga-IE.xpi 469623 SHA256 c009652b9800dfa3f38e07b5d89e9bc6b2f0e8056926420afbd99ec9aa322e8d SHA512 30a998b1cd56cff0c2930fcaca655b8cec17df87b9563482436adabbfcdc019de67c21a4c841db0f112b419ac9adda59fa482009e0ecb2ae2daa1eb29eebeb44 WHIRLPOOL 8397fd0fc34e4bde7af26831a399aa03fe08f6303b8839183424b318d4c14fa4dc07b9a2b63fb08692aa51bfef693073610db14eb4d587a83760347ef20cb007 -DIST firefox-38.6.0esr-gd.xpi 454617 SHA256 04e9ce1235b1fa0d726e0925472fdad4a9ebd8b6baf80392f77e9f7f44afc665 SHA512 183c782b91582dbe8a4ac9909998f9a598e022c26ce1fbfb9c35b7062521234405eb1799f13c6d0f78162a2633eabcf6105440abfae35ebc365572d468816b94 WHIRLPOOL 42246a526903e7fcbe2048cb4baa3f0e7e3b0d3cb68ac16e346d293290bb5bda1677ab4b0779b2fbfa3a5f73811741025e8e9895c75715596df944566d1b4f0f -DIST firefox-38.6.0esr-gl.xpi 448925 SHA256 ef4c959d24191e6abd54eb03bf7848a08f7ac4f0196e219c6074bea377e87ff4 SHA512 934dca66ea1d36ae2aa823ad07b76500bbfd4098540643a9b44fe8cae8c0bffbfc9d65b1f7841486e36eeba76556d5654144c179fd801874640e46cfd7b62f6b WHIRLPOOL 2a1a77171a9f81c4e1bbfa05287336f9bfa48c6ba9c3f1d4c22a89d06d9ab1c363791c3736d218db9b06bd87f7e394949e5bc3e1ec7945cd940fa367ac234ef5 -DIST firefox-38.6.0esr-gu-IN.xpi 477981 SHA256 e5380052b2adae2e99e592cc28d9a1ecff4dfbb74103abe4432d9688feabe452 SHA512 5620ef31dbad389b2a385e50f766bd8644d6911cbfe98b3e85d6f1e7f8b6090b63caed7362d49a8617abf7a7f9412cfe0aa3cb5af00dd3317c3216036a22072a WHIRLPOOL df6b5a8624e362de5492f196907d5e82e5f6679052e51dabbb701b6cd1e8515d116aee570969d283f5a83ff48dc81cb1e2984f37d31fa2c2383d3f167cb02b37 -DIST firefox-38.6.0esr-he.xpi 486786 SHA256 a9992a670f7c2412202b6c87e849c59d23e68f793770d06dd436ca274ffa921f SHA512 cd000b20130f27a26d58f0bfd0abe91c8cea23e2ad7581d899e1282a29dee1f5dd1ea6e42343fade4ec6b09a0db15c36eb3d1986f7cd9ba1510f64a897dbbe8a WHIRLPOOL 752b039a174d03cdd723102cc537ed57028ba31f37b9fc0634f69014462058de4e88c254263cf1cbe2f31dcc99208f315a47d8f1323ac3b6c1942e04c2018e96 -DIST firefox-38.6.0esr-hi-IN.xpi 508167 SHA256 4e68a008b7d0fd078d239bfc417ea4dcf2f505f97b39351c3b74d4147f847186 SHA512 e2e30710bb2be8a66ec6c90a44b19f3550e2611832dad13cf9ff173be9fe70cc7757503555797c146f5c1ace9107c836f2022129d83cd835ea30d66c41dc314b WHIRLPOOL 76b4d05b30919c3380e0da5a78b42a3ef5e6a837db0ac712174c893758930685a304fb51a432ad4b893def438c5ccd61329cd26182e599b4c41782c946e084b2 -DIST firefox-38.6.0esr-hr.xpi 478272 SHA256 34f86d16e2f1db465e44bafb53d23f858caa0f2e42f46b0a9270fe57c1a86fb3 SHA512 2dc02e798d00e70d2d2b272e6512a4ff08f894fcf353d43d55f9b547c4f46fff822af11656f39fe34e3c4cd2bdeea04a4cfb66ab6a80c0888b2cf2dfe47c1d64 WHIRLPOOL dfe809b4e6a2f68fe0a8c41b7a0b4bd154f3fb67e3e2bc10772c153d2f17e8e8fe03526845243695df1cd113e5b2ad984eb32727e4244c8d8d1131b2d04dfa4b -DIST firefox-38.6.0esr-hu.xpi 453555 SHA256 c5423d6a3f9e67c6ebc5db09befee3bbccf4d9de16f52533a1fa08c22b5f2ecc SHA512 e50716a661b7f9fa982dbb28c6eeaae78623dd0e32902ad612c93d863c8b731aa999d81560806fa95158b820839bba0977b94f0d865af6495060c75f15609744 WHIRLPOOL a57a7cf532392a08d7162f026961dc6001fb5fb8e94f5ae40bab7a1e6c700110a5473e6bedd7c713b25fb805f8a984df85983e3aed888edaf982afe8de01a2e6 -DIST firefox-38.6.0esr-hy-AM.xpi 534265 SHA256 0ff3c6e8fcd716047daf002ed2b58254fccb82d22c5de1a7fe780d1eea7d771f SHA512 7cb584a9fcf83c7f34e16339085fb3db8404900d41196ed41cb2ea2bf4b79ec7e430999d283f827ebc9c85e929bb316e2f145a11d99502d0bcefc266b66de0b8 WHIRLPOOL 7dc0d4353edafa5fe9bfca2463758abd142a32b216b3d952f0492f4d0fecf4caae587770cb4b476212b38cdd160564c34a8584da1b8637a1571015a68005ef7d -DIST firefox-38.6.0esr-id.xpi 431489 SHA256 34fc6704d13c6bad38932eaa9c57221fe7b54e5c57acf2e49a184d0c7c4660e1 SHA512 e32f171988050fdb19820c80a6f9108bcdba63b4ab16cc26ef977d6d85e2772bc187e84fa1bdfdf3b6daaee5f1a219b69c6e5ea8128708bb1811694d19c731e9 WHIRLPOOL 69fab5335992179af65ecd42e644f76be30a83a560865241624082a6dee3c145c8f31c81a7f2000120921261cdd9e6edb25bbc697c587e52098bf8d540e3b90d -DIST firefox-38.6.0esr-is.xpi 485129 SHA256 9a13253adc716018e7fa522915c2a9aca3a4d7daf5cb12b61ec77a7df4c2f3e1 SHA512 b6f8c81dbe3327c07079c7c550b63a2f7deb8cd8ad3dbf0495c92701d95b31d05851d2bb915485bde66b9908c356f56dcf65031b2a0420eff543c064d5ff276e WHIRLPOOL ba1ca66082d544ae9aa4b8227ffd2810bbedb5814f2a5f8108c8abb7758da3816701459af26c065c6dad66165e89de713deec17e70f14a8769e6b6930a73ca35 -DIST firefox-38.6.0esr-it.xpi 368410 SHA256 3e78f0900b56104b61baab01e636256e8cd6d1241f142e2957d566b86ea79ba0 SHA512 969afe42a542d921d6ec6a08b2ee76beb104151c1c9cf0276f0f0b76c3442c6ee308ebfa9e8ea1e3ee1c214ef3a2c9324c8de94c1aa56ba95659368942d89e21 WHIRLPOOL bcd68cb07e450bae4e57caafd85112b9d60780700ce4abf2a0efc60cad2c39b034088109ac6a3819c97c587f849cc6ab8674aca10ff81ebdf2ad055acbf015d0 -DIST firefox-38.6.0esr-ja.xpi 479114 SHA256 693b4c0256e2252077bd4b3823ebf1cd2fde98d145da0ecdf8824133e445e165 SHA512 1c996b84145e99af72232ec70ed87921fb6bd0b8ac0420b1283c320b885604640394fc9c4d6d03aa3efba6c9b71c14f2dcf260658681efc12ce7dc0229ecfefe WHIRLPOOL c6ce15ff80a14c15eda964c29414e2b26c13e1b6ecbc23277be170953ce588294ccc3194721279825a6eccc91e53005f39794b7663708bf559f8a06b03b3d938 -DIST firefox-38.6.0esr-kk.xpi 503568 SHA256 c9668fad6190cc7c7d1d71c8bf01aa46c9ee565ff0f08959a8be3a4343e68f96 SHA512 f2b282d096c9b64ddf1285bfbc853d7497debd7655b32ae4c6c6ab1be37d9162d669c80c42df50d12db6b6676123779aad0e5b0eb818315e5684374b2bd59715 WHIRLPOOL 4ce29eb951b54be0ed4c4e1348e892c54832ecf9b7ca97a2b8ee6a512c2af3c2d31f5f7ec8422f965bfe963a22855b4ec52b6fd04573c652b779170fb988d4f3 -DIST firefox-38.6.0esr-km.xpi 565674 SHA256 78dd06c63acdd8cff52f2c08604f612bd98f2ac9029b6da11913e9a5053e0f50 SHA512 c401de4c7635a9bde3792e0418f434b61d0627fbd46d444bc73d8461f2494ce0edf51bbdccc89d1e977c285d76da39416f5bfe5b78905541fb28beb47b7be83e WHIRLPOOL 11957ec881b7fa403a567f8a6fa4d719df9e87bca69e95f87b5c119fc6e372e25a57f6ec7e24daf225acc64913fe99d309ed8b0854033f4f44f2c0b5318ef138 -DIST firefox-38.6.0esr-kn.xpi 533463 SHA256 fe1f07f526b2a4069e69bf746e31fe435058f8eb0daf24e72e0362af00e0679a SHA512 dcb7340c6e7aea278bad68b56a45bea63e88370c7ed4178c948477482c2532babe57685d2deab7f41788687811bcde7b9feeb1daa74cfd41f019c108ba285df0 WHIRLPOOL 88a260c2d452d1e4354c332f7119a666ccaff0cac6bdbf9f2849bd772bf37eda74d15cfaf7648876ca6ae346acfaf76ff16e1fef090ea4b87e7b53e6e2a6e32c -DIST firefox-38.6.0esr-ko.xpi 460854 SHA256 6be4f4e43fed606021d2218ec2cfe3712c63c737692b9116296a85ffe11650c5 SHA512 8cd1977f4cad826e055adc669586c323f6149b22eff8b1d45bc35543747c32a8712980b3086ca95da8672f2c46c57d4bbb3fbcf103f518054990e9cc281bbe9a WHIRLPOOL 147240ea1ab7e4d317ab0d3fd37090a5047e6f58ec2a1e5cae5bbd4e5b2310f5f668fb9fa92698526b17fae34f37b953ce932b8231c552fe923321ea19cf2c7a -DIST firefox-38.6.0esr-lt.xpi 486451 SHA256 824b6142ec3d13f31d4ea77b9a548eb66eab4942e745a719e197fa5813578ea1 SHA512 733a90580e8b6b19607ba5cb50c55f33db70f2fd153a40a6424a8fea9a6764733a975ffc4a8202c832cf4329848501fe9252fd9d3b05ba66428aace9022a1aba WHIRLPOOL 1d78a0f7a561a254c309ac3427ec05dce71efea83a15fdfe9e2047f572898e49c9d7aafa8374012496a717752f88b26d2e2decad8d1379797a218f35985e3454 -DIST firefox-38.6.0esr-lv.xpi 467198 SHA256 28cdc44b46e3126c60091b664e9fe3c5ed8116372acd13182e46ef5a6024bfe4 SHA512 2e86d3f8fee65547db9f8e051ae81bd6588d297b6eac1baca3a3400355c3d3e23e49189d83d260c42ecee93608cb87dd2ec84d6ba6e6d0e346f59ea5b098fa41 WHIRLPOOL c212dec3d57b01d53fbbe7923958d2995cbf8244ef75b2347ea663960ba9fffc039a5dcc92ca7bcfe1c765d93373ea5a3082ce713fc6093ecf5e04f7d174f210 -DIST firefox-38.6.0esr-mai.xpi 514666 SHA256 bafb8f90a8162dd03f3d2f49aae061411e0b412ca15c85c9da82150bb034769a SHA512 112d98070ad2d5fb319978df75fa4c7a6f84049a6c8b818b66ff1a120ff57686b82cb40beae6f1454aee31930bef374c245a67374deea42b7a34ae86659fb3a7 WHIRLPOOL 883df662ac1b97eeb5ae401687c3b989d25e0c41da1819ca9107d665d353f2ac6ee9c8e369196d9595aa9f1225c8d1cc63c763625b418c520ecc1eaef9f32cd8 -DIST firefox-38.6.0esr-mk.xpi 529205 SHA256 69bb1d10e0f265342b4f4826766d0f6b13f3d777a0bafc448173f6441512a3f5 SHA512 a65a60c49b6126c66210eb52c7e8a752dfe5a4e83cc7ca62db545c44bc0e93ac1812ede3f0575805f96dccf12c936b9776129f8c98f3edf5bd4eb6285446a821 WHIRLPOOL 72e43a37c4fe6b0a24bd0034b35984f4115b8d638fc0629bafe38d5d7ac5863d9f2403777500d5054be043c826277ce5c6cc695207777fa7b6449caee9fbba3f -DIST firefox-38.6.0esr-ml.xpi 528919 SHA256 67ad0c3738ce988fd14536da26873519bc707e554e57e02e08c36a74228328b0 SHA512 ecc3be0003962cc1041787911e14547ddc337c2938ba9d1bde003cf7fa05abd560dd8c82d9235b211b9b7a1f9804ed160b1070fd33d39f423c0d3282fa45d05c WHIRLPOOL f18c6add110caa52078a2331e949c7cec937aa0dab8d5da4474e2c96d4c94f8537c053719978d614f63fb331f5f966f0ab132d9e6530ed5b00db1a50328d1bc2 -DIST firefox-38.6.0esr-mr.xpi 505962 SHA256 f9e656e45fe64f95a2abb818ddcb8e2344ea42545c59f8f6d29909f181933120 SHA512 7c373d8bdda6f6643fb003bde4ca6da7f9434fb2b3adbfaf5955a667f346e7c0c1c600d0314a231c24bc1e127cd22e38fa62c237e207a96b86cd9ea89aeb564b WHIRLPOOL 993bed70cae4b731e36c393b7b05a2ac5a4d05ec068266956e77f12268fa1db85d9648a45d9fb9f9e95adadf5b4c8d6ce1447860a655afcfa369366fe5a81e6c -DIST firefox-38.6.0esr-nb-NO.xpi 444177 SHA256 d2d6e1fb4c126dd0736994613682439201d7f0b4ec25a64aeedd18ba5ce89c79 SHA512 e1756fc5027eb2fd3f37c1bfadf48ec81d872c3e68d7492f6a30a32a9d7bf06c3bf8594c21d2655f7767f3e706f1baa4307a22a4ec1b37c14d6cdc3dedd90c20 WHIRLPOOL 4b058bfafa1014c216abef3b378e84aac75fcc05a49bcaecbe0f1588a2483ceed49f1897d804a2875ea7fb32458e82cabe060d0f4e2060b2b38882a3dae7c5f3 -DIST firefox-38.6.0esr-nl.xpi 443994 SHA256 963ef9ce080aa18c0c4dac7e1192368025be95d7a0e4363ea63006a0950c85ad SHA512 1a5e09434d0dafa33c5c6aacd124150e8f0e94d64664e2a4b4e689c58d768281466abd0c1550caee918ed3f79d2fc9a9a6e98cebeceb2c2df3f76957c3bf0bff WHIRLPOOL 0b9d33c4774c355669fe146d31f36e9786166625c76de14a04e8b8f2d09f4c14b6544e04d9e6bc0fe7e31ddcf1aeb4c0f988352af4dd997f1cefc9e68ed06b64 -DIST firefox-38.6.0esr-nn-NO.xpi 438452 SHA256 a05ec5d5da615d06a060df9e005d1cc4ebc2c82bca7d8836c06ba9a138f3ce5b SHA512 cfa5d381f7faf407bb27ad7fe82523c9ce024ae29e053ab33af48138fbfa34e47cc987d09abd6b7cdd6edd1e2db371a9ae3d793f95b84d3fd70467e42de3d50b WHIRLPOOL 5dbb7c8cf00d29e1af34b363c84187aa6157a1f1824a94fc3cdbb2399c5ea2bf7e89ad854d71a424709f3d8573fbc2000cb79785d1d16791b202508f339d828d -DIST firefox-38.6.0esr-or.xpi 527049 SHA256 526b2590f5b213d4b90d2e8a3a55723f3a551dc0ad98fbc8c40898cfeb82d58b SHA512 bc46d8e1e7aed9291c632ad54026179c040d2281538b7d9743e951acf1a84efa97b05de4744e93b7a834a8c618d3f0ff3075a94adc644e888dfa427757a5ff3f WHIRLPOOL 918fc85534f043ff82e95982fb98515013ba9268cccc730aa4fc3f791be4f2c7dfd1a094286c324a90e32ac42291054ec623d336fbff6a080b870808d88aab44 -DIST firefox-38.6.0esr-pa-IN.xpi 493722 SHA256 16c2d17420c49a4f7fffdc978e9a114748ae0cfe76ee0f8db721ceef8a9bdc94 SHA512 5c2a7859264c87ff440ff104e76b57268856bae90a1c38ec2e63a5c3db21dd56529b9179335bd394ac9484b105fcf53f6c36c505a1038e45063c3f9bc71d972c WHIRLPOOL d9aae23e1f81d862959505ae0b54a30841e784524fe3e583a19f52f8c925f5ed5714f8eb9d9ef8a373f82d8865f649045ba0a5c2781e756654aead0aaaf6a8e0 -DIST firefox-38.6.0esr-pl.xpi 406566 SHA256 8d918d988341c462b0b621c7d0cd9d77ff49c14b0e2b1bf134e99e9cc4469fb1 SHA512 b7430755e3a3122a822902bba90dcb5186c8ae2b26219410f6857290afc8da2c06d758a3b8a58d8e708eec2e8499d1d43278d987bcf6342838c7e145109f11ae WHIRLPOOL 9cd8d6bd9b2f359982093089e5d186e51fd0fb38e09372987af7335dc8f19d9a16b624a1669912d035bcba6b39b0bc4fe867193839285bde44993916811be409 -DIST firefox-38.6.0esr-pt-BR.xpi 459813 SHA256 396e9bfe5192511c0ad67107dcd8e9bcda83de94d62095ca10f6af4433d59100 SHA512 a2053820711c34b6ebac5c82eddbbf74b694a7a1a3e5d47d863fa85b146c5191ea89d3a4b33a5cd7cc609f46eda27064fdeac3c4d6de3bf720feb76a47e43f52 WHIRLPOOL 9e79c57b389c400258cdfee64cb789f7e852acb1de5ad48053567850d749c63b739eb5898e11596bd5cd0f7f2b1135c5dc89a5a862f9f891f7d2d8f3a648d4a4 -DIST firefox-38.6.0esr-pt-PT.xpi 439975 SHA256 7968f2e7b2a5da76d82312230d5486f8c8b59ddef18d43d0c3e43581ebe717d8 SHA512 1dfa8c75a58a4d1cc306d3430c0a8829238a37382027f6985457acd5ed936eb16ee8972e375933fa24409d614e8a9b389c6b2b162c8fb89e9787d2b59d37d94c WHIRLPOOL 08c4a98afe291ff5cf93b2a47ccef5576175bc6456b74894337733999eca5a936d31a33f08ca162334efbd5ac6ecf52c2e99df17dec610211b92c6cdca250f1d -DIST firefox-38.6.0esr-rm.xpi 446288 SHA256 7813fc4421fb3c08ec81e60ce955194f9f2a376662262da4a0f320db5caff342 SHA512 0eb56d59a8ec5b1ed77755a6d68b677d23d4ac67c147379f6bf903f23793fb9f1f23c07de52664dd1c3ee7dbb2be34e5b5bb99529f20e395f05d2c98b9dd4a7b WHIRLPOOL 0ac7af0b68f38c8c6de8f2183d028d955e3d0cb0e212158f18d65706492aedc1d92d88a23df648d26887377106ce227fd838a9df3edf3571acfdcdc36e533e7b -DIST firefox-38.6.0esr-ro.xpi 494079 SHA256 7476011cb35e32f3cfa265621d830cac44d4912f5a5a3814c5c31e9cc5b899bc SHA512 bcf61c1c7ecf4d21bf7920a6a365e04a2c5261959df48af88b01975c0b0c6d1254b090e264afde172677434a44d0f5e087b87095ab4a9d82d3850d55ca27413e WHIRLPOOL 9e5b5d6359d2217ab3c3fe4517e25b713b8ab027217a8e4e76857d7107acc58201a9fde9ca85ba28d6b9d1dbd793e86931198cc1c8cf5d833209ddc9f66d5afd -DIST firefox-38.6.0esr-ru.xpi 414418 SHA256 145b4bef6d8fa5f644d3d1726bd7fa3d5679d3dfa1c456a0e39be3bb98b64ab9 SHA512 343c6cfa77efda402f79165e4170fbb7916d9c2db9c26fd7e05ee4b32fe08ddf41d03bf4325f3d389aa8e6530114ed6647f072e3af6b8432570f5108dabb1da2 WHIRLPOOL 894c80f114c098e3e3f2e6207ea970d26b807399fb304b8f85df277726f6cf0cc6a89539a0992b3c8d735b74baa10cdba6b2e58cd62811e7d8d5d3abeb1e9810 -DIST firefox-38.6.0esr-si.xpi 537394 SHA256 1ba99487b2dba24c1a34f9cb3355492fc7002d1e15f00402788aa14bf1ea8483 SHA512 aa735d97a53a3f53f63469e30dcd91ea34c4c5a1caf54faa0c6a3c5dcd7aeb2321d3fb773d819f7c54c685666d508788e0060a853e5655a61fe9eaeb20e2b70a WHIRLPOOL 116302fe0182d8b6a7e9e9c01ce9270f396cbb5bf387828475c1a65b0b8954dece682646695369b73d6d5f430230b62c75dbfc5c8564667874db87997033df7a -DIST firefox-38.6.0esr-sk.xpi 469436 SHA256 b3cc30232399d25c130fbbf8476ef56013589b370ec44c18e76eb61caa4a457b SHA512 7d05fefa9174de322104b6f2c8c113914bed3bf9f4f5ca1f510884e332c9fd4b3159ae22351545334586c1e7898bf0cabec5f5f2288a404f8ca6c96397327cf4 WHIRLPOOL 87a77ec14a39b75a178139297286b4f419919dafa855f5a282d5053a39cdfbec2697175cb5c1020ab48bb0e3760f4b7bb94fb36fb6c04e50b2325166336592e8 -DIST firefox-38.6.0esr-sl.xpi 441594 SHA256 77982fb211296342a39d5b16e2d538b8d4cecf7ab5a8ef7d958fb373bc32dd63 SHA512 1196020a475defc083c7a3507a515b2cc8779883b8d170bdb691822eaa0436258240229746fe23729793ccf68d81ac6377547c2183747d6aef67925d8485a56a WHIRLPOOL a1dd41c471b512c67bf0c92b03e67082f8d06b57e16d1e8b2173b008a046501a4f6c4e276d17c1fad023df668d2a57c2777e9f88a8f041670ab9b137a84d75e8 -DIST firefox-38.6.0esr-son.xpi 449267 SHA256 0c80545bab1f7119067bafcecbcef0f902393fd3451a71dfc90122a6f0b8701e SHA512 812c0e91b69e647ba554f242020ced7597c11a0da8695505f88677507d73c8e67169dba5053e9e575a261eb8bfcd15016191d830fc0ab51782fae819c1d0bcd1 WHIRLPOOL 1aa8d99ea3f4f18d10807ff52c4519497c9b70c9852dc84f57cc6a6d70f7a162a7f74f9029098670ad148248dad6321a199d3ef32e3455a4cd08087b6f85758c -DIST firefox-38.6.0esr-sq.xpi 486076 SHA256 6f3d9fcfff460a162fc3e0cfe75a8bccfbf5eddc8d683117474c99d07f47100b SHA512 dcd4bd9aef9a6094b30ece8babe2bec877dada4ab235260650811454e9a773e2827d64c3c34f5a4b48c7776a161205346f4c091e67db47bdeefc1a5f62aae121 WHIRLPOOL 3bc920c2de13ac202643f99ef4cabfa53dc340d910f43e30efe04aa142050e16fdde6177ce34fd59df183f0f810462e3eabb9ba00c3c24a746846298e0ddf9e8 -DIST firefox-38.6.0esr-sr.xpi 479419 SHA256 825d25c1d7b7fd15919579e5930bc6d146dd9c39ba31ee544bb78da7ba1a9b5e SHA512 67dca0f68449af6a868f08e8a6809525526fa9ef6ed7851a51044a5d22e9b24f95d38191f4c34110f30968f4144f0b9a6325283599f09d2501dcd088bb471fba WHIRLPOOL 58383d8775c7484947c0406b55d7af53c7bee52b6df918bae1b6fd2388efefa2728ebee7c9590e6d5235d14ef323dc35407a63066ddb018d976abe1e0551830d -DIST firefox-38.6.0esr-sv-SE.xpi 452633 SHA256 62c5280c5e49f47c0c6136c41196db112b220bbc238e8219b989805bcfe66dd3 SHA512 7e8134b9330df184d1a36779cd6861d42cb6ac1b51db04ba56aba5f0fb4b9becbecc56643d0af04f1b72382a671b5f6c3f9fc1014c2b08cb5fb0f481e1e1d028 WHIRLPOOL b8797b65c85814d8c62d6983d49510e107c445d1c2d822dc13e1fdbce6ace01d7eb4c43b098613c75420c1ab68ac86a8c1cceb1a71550021ac62889cc565019a -DIST firefox-38.6.0esr-ta.xpi 506606 SHA256 57decfe700c7e047c10f39d8ef0a5d0a9f6f606fdbced530dff906cdba42bc43 SHA512 1bc88c7b98c0a2c978c4c5d7b14deae2cb156c994ae4b6a9be6d88bfccf922a3813becf5f2873f2821bf27b24c1ff3efa49a154147fdec1184078afe01085f5f WHIRLPOOL 13d061f3bd99183ff0243933638f493077eda4c1f190d1a7a830f5dd036c1d62ec7b9f7c979c949b6d9a330edd52be17ce415ba4f5bebfaf31c94acf4381e795 -DIST firefox-38.6.0esr-te.xpi 526253 SHA256 a87f56bb7ebe1c01c0dd3aca66f0542d6c769e01171e99e6667a4f226cef2635 SHA512 44e63a03d317191bbd5e129a98dba3c06a32b79a5debfd56c2bd65361646474217b3e77ede339fc785e4f65bcc152bef3d35dabc1224fb9e2b8d7a708b43553c WHIRLPOOL 97c23cd09f968e5282443608717f9c9201e4b9237fdd315112d466104eb145ee3322f0b76b6e8604bcd0538088929805d26e422f6e3414336b1ad4e311888b8b -DIST firefox-38.6.0esr-th.xpi 534270 SHA256 c0e6584c2265cb1c2a5c55547e9ac11ae09817e26e3dea8f6b00334c3262a60a SHA512 5f0c3890a132c3ac211e280f965f7fabe8cd0b2647ff954cb180eb9aec304ece2fe77d884f7b4c3d4f4e8a078c63df03086dad520e2cedd9723080443696c26e WHIRLPOOL 3a134b4054e8bb75aa443e5bf4149dbc7b9dc1560782951ecf72419e7b51a33b0ad66f7dca8303bf9e0bd226ab2f94d9fc69837af9a2f6f371107f8b66a7a11e -DIST firefox-38.6.0esr-tr.xpi 481076 SHA256 d05ea4e1f54a2356eb9062432280f85ac4733a1938eba039a01b5c7359913a24 SHA512 386db705562489fb6db438e3a37312304482ceb1c12c2949808144aada2bb57c20e969d9a98f7d80184f5dbc51aedc0c823d15a6b04f929337885a911220c707 WHIRLPOOL 301f87897b55a34ed4c10e911c1bd122b9f4a2ea072ff444c6257238d832a96e14d23ce45666f9314b2a9f601a391bf68a63df18723c20db3b4c6d2556b29d2b -DIST firefox-38.6.0esr-uk.xpi 493313 SHA256 f81f6f044d01cb8fe1e5e56fd80524a735d08dd6b75ed88b05980aafbbaa3c5b SHA512 83ced81d6c43d7da5de60f7c36d887d0445cb5ef94cc858a2cf4368e7bcb2d0dcb4f3c18ce2dcc3bb67ca80c491d9b72586f71b08c39c95e05d376605633e892 WHIRLPOOL 305a181b1aea6138f12da120e41c51cc9bdc7ba3d9d1c575c98f7c6709dbccb24760cce5394e349641c8f78ddf74a54e5711fb8163b0d41dfc7cd058f5d8871f -DIST firefox-38.6.0esr-vi.xpi 467504 SHA256 3c07c24f533e3eb27f3189cfa384ef815a55cb8d160e706e0506f9d676a9ca9d SHA512 ff50993a235f766eb4107328e012146e1ae7ee6e77055ac7f23a1b7d09fe9ab281044d6b309580e0611ecee0a97b8bee745af9864ec8676bf89da9a738b1b34e WHIRLPOOL be46a01c76ed994ccfa5a0d6265b164160186cd8c2f6d40e9d90194858eab678c37983a8abf0eeda765a6fa9a5ecafbeb42e291e2c9a530281395ccd41d66a23 -DIST firefox-38.6.0esr-xh.xpi 450242 SHA256 5d23ed0ff61a1f9b7c4153450df002b3f4e559a60ed17e93d7b0f350f6130974 SHA512 291f9a9999649c0c0e5209a78ab36889604145eb342e42e4d527cbf0304608bd18f2e75240623f132135fc8c19a85b37b7791992817c8377c15d17dc18287369 WHIRLPOOL ad1198aa84bc4c95b856310248f25d48f625e2dfd5c8768830b6ccb13dc2359ff6adc753ac71e3b411eefebac542a5a415cbd0887f2c3fbb442a0218056ca45b -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-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 diff --git a/www-client/firefox/firefox-38.6.0.ebuild b/www-client/firefox/firefox-38.6.0.ebuild deleted file mode 100644 index a795236dc850..000000000000 --- a/www-client/firefox/firefox-38.6.0.ebuild +++ /dev/null @@ -1,382 +0,0 @@ -# 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=1 - -# This list can be updated with scripts/get_langs.sh from the mozilla overlay -# No official support as of fetch time -# csb -MOZ_LANGS=( af ar as ast be bg bn-BD bn-IN br bs ca cs cy da de el en -en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL ga-IE gd -gl gu-IN he hi-IN hr hu hy-AM id is it ja kk km kn ko lt lv mai mk ml mr -nb-NO nl nn-NO or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta te -th tr uk vi xh zh-CN zh-TW ) - -# Convert the ebuild version to the upstream mozilla version, used by mozlinguas -MOZ_PV="${PV/_alpha/a}" # Handle alpha for SRC_URI -MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI -MOZ_PV="${MOZ_PV/_rc/rc}" # Handle rc for SRC_URI - -if [[ ${MOZ_ESR} == 1 ]]; then - # ESR releases have slightly version numbers - MOZ_PV="${MOZ_PV}esr" -fi - -# Patch version -PATCH="${PN}-38.0-patches-04" -MOZ_HTTP_URI="http://archive.mozilla.org/pub/${PN}/releases" - -MOZCONFIG_OPTIONAL_WIFI=1 -MOZCONFIG_OPTIONAL_JIT="enabled" - -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" - -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux" - -SLOT="0" -LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -IUSE="bindist egl hardened +minimal pgo selinux +gmp-autoupdate test" -RESTRICT="!bindist? ( bindist )" - -# More URIs appended below... -SRC_URI="${SRC_URI} - https://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.xz - https://dev.gentoo.org/~axs/mozilla/patchsets/${PATCH}.tar.xz - https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/${PATCH}.tar.xz" - -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 - selinux? ( sec-policy/selinux-mozilla )" - -DEPEND="${RDEPEND} - pgo? ( - >=sys-devel/gcc-4.5 ) - amd64? ( ${ASM_DEPEND} - virtual/opengl ) - x86? ( ${ASM_DEPEND} - virtual/opengl )" - -# No source releases for alpha|beta -if [[ ${PV} =~ alpha ]]; then - CHANGESET="8a3042764de7" - SRC_URI="${SRC_URI} - 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 - SRC_URI="${SRC_URI} - ${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 - -QA_PRESTRIPPED="usr/$(get_libdir)/${PN}/firefox" - -BUILD_OBJ_DIR="${S}/ff" - -pkg_setup() { - moz_pkgsetup - - # Avoid PGO profiling problems due to enviroment leakage - # These should *always* be cleaned up anyway - unset DBUS_SESSION_BUS_ADDRESS \ - DISPLAY \ - ORBIT_SOCKETDIR \ - SESSION_MANAGER \ - XDG_SESSION_COOKIE \ - XAUTHORITY - - if ! use bindist; then - einfo - elog "You are enabling official branding. You may not redistribute this build" - elog "to any users on your network or the internet. Doing so puts yourself into" - elog "a legal problem with Mozilla Foundation" - elog "You can disable it by emerging ${PN} _with_ the bindist USE-flag" - fi - - if use pgo; then - einfo - ewarn "You will do a double build for profile guided optimization." - ewarn "This will result in your build taking at least twice as long as before." - fi -} - -pkg_pretend() { - # Ensure we have enough disk space to compile - if use pgo || use debug || use test ; then - CHECKREQS_DISK_BUILD="8G" - else - CHECKREQS_DISK_BUILD="4G" - fi - check-reqs_pkg_setup -} - -src_unpack() { - unpack ${A} - - # Unpack language packs - mozlinguas_src_unpack -} - -src_prepare() { - # Apply our patches - EPATCH_SUFFIX="patch" \ - EPATCH_FORCE="yes" \ - 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 - epatch_user - - # Enable gnomebreakpad - if use debug ; then - sed -i -e "s:GNOME_DISABLE_CRASH_DIALOG=1:GNOME_DISABLE_CRASH_DIALOG=0:g" \ - "${S}"/build/unix/run-mozilla.sh || die "sed failed!" - fi - - # Ensure that our plugins dir is enabled as default - sed -i -e "s:/usr/lib/mozilla/plugins:/usr/lib/nsbrowser/plugins:" \ - "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 32bit!" - sed -i -e "s:/usr/lib64/mozilla/plugins:/usr/lib64/nsbrowser/plugins:" \ - "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 64bit!" - - # Fix sandbox violations during make clean, bug 372817 - sed -e "s:\(/no-such-file\):${T}\1:g" \ - -i "${S}"/config/rules.mk \ - -i "${S}"/nsprpub/configure{.in,} \ - || die - - # Don't exit with error when some libs are missing which we have in - # system. - sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \ - -i "${S}"/browser/installer/Makefile.in || die - - # Don't error out when there's no files to be removed: - sed 's@\(xargs rm\)$@\1 -f@' \ - -i "${S}"/toolkit/mozapps/installer/packager.mk || die - - eautoreconf - - # Must run autoconf in js/src - cd "${S}"/js/src || die - eautoconf - - # Need to update jemalloc's configure - cd "${S}"/memory/jemalloc/src || die - WANT_AUTOCONF= eautoconf -} - -src_configure() { - MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" - MEXTENSIONS="default" - # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) - # Note: These are for Gentoo Linux use ONLY. For your own distribution, please - # get your own set of keys. - _google_api_key=AIzaSyDEAOvatFo0eTgsV_ZlEzx0ObmepsMzfAc - - #################################### - # - # mozconfig, CFLAGS and CXXFLAGS setup - # - #################################### - - mozconfig_init - mozconfig_config - - # It doesn't compile on alpha without this LDFLAGS - use alpha && append-ldflags "-Wl,--no-relax" - - # Add full relro support for hardened - use hardened && append-ldflags "-Wl,-z,relro,-z,now" - - use egl && mozconfig_annotate 'Enable EGL as GL provider' --with-gl-provider=EGL - - # Setup api key for location services - echo -n "${_google_api_key}" > "${S}"/google-api-key - mozconfig_annotate '' --with-google-api-keyfile="${S}/google-api-key" - - mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}" - mozconfig_annotate '' --disable-mailnews - - # Other ff-specific settings - mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME} - - # Allow for a proper pgo build - if use pgo; then - echo "mk_add_options PROFILE_GEN_SCRIPT='\$(PYTHON) \$(OBJDIR)/_profile/pgo/profileserver.py'" >> "${S}"/.mozconfig - fi - - echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" >> "${S}"/.mozconfig - - # Finalize and report settings - mozconfig_final - - if [[ $(gcc-major-version) -lt 4 ]]; then - append-cxxflags -fno-stack-protector - fi - - # workaround for funky/broken upstream configure... - emake -f client.mk configure -} - -src_compile() { - if use pgo; then - addpredict /root - addpredict /etc/gconf - # Reset and cleanup environment variables used by GNOME/XDG - gnome2_environment_reset - - # Firefox tries to use dri stuff when it's run, see bug 380283 - shopt -s nullglob - cards=$(echo -n /dev/dri/card* | sed 's/ /:/g') - if test -z "${cards}"; then - cards=$(echo -n /dev/ati/card* /dev/nvidiactl* | sed 's/ /:/g') - if test -n "${cards}"; then - # Binary drivers seem to cause access violations anyway, so - # let's use indirect rendering so that the device files aren't - # touched at all. See bug 394715. - export LIBGL_ALWAYS_INDIRECT=1 - fi - fi - shopt -u nullglob - addpredict "${cards}" - - CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \ - MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \ - Xemake -f client.mk profiledbuild || die "Xemake failed" - else - CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \ - MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \ - emake -f client.mk realbuild - fi - -} - -src_install() { - MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" - DICTPATH="\"${EPREFIX}/usr/share/myspell\"" - - cd "${BUILD_OBJ_DIR}" || die - - # Pax mark xpcshell for hardened support, only used for startupcache creation. - pax-mark m "${BUILD_OBJ_DIR}"/dist/bin/xpcshell - - # Add our default prefs for firefox - cp "${FILESDIR}"/gentoo-default-prefs.js-1 \ - "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ - || die - - # Set default path to search for dictionaries. - echo "pref(\"spellchecker.dictionary_path\", ${DICTPATH});" \ - >> "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ - || die - - echo "pref(\"extensions.autoDisableScopes\", 3);" >> \ - "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ - || die - - local plugin - use gmp-autoupdate || for plugin in \ - gmp-gmpopenh264 ; do - echo "pref(\"media.${plugin}.autoupdate\", false);" >> \ - "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ - || die - done - - MOZ_MAKE_FLAGS="${MAKEOPTS}" \ - emake DESTDIR="${D}" install - - # Install language packs - mozlinguas_src_install - - local size sizes icon_path icon name - if use bindist; then - sizes="16 32 48" - icon_path="${S}/browser/branding/aurora" - # Firefox's new rapid release cycle means no more codenames - # Let's just stick with this one... - icon="aurora" - name="Aurora" - else - sizes="16 22 24 32 256" - icon_path="${S}/browser/branding/official" - icon="${PN}" - name="Mozilla Firefox" - fi - - # Install icons and .desktop for menu entry - for size in ${sizes}; do - insinto "/usr/share/icons/hicolor/${size}x${size}/apps" - newins "${icon_path}/default${size}.png" "${icon}.png" - done - # The 128x128 icon has a different name - insinto "/usr/share/icons/hicolor/128x128/apps" - newins "${icon_path}/mozicon128.png" "${icon}.png" - # Install a 48x48 icon into /usr/share/pixmaps for legacy DEs - newicon "${icon_path}/content/icon48.png" "${icon}.png" - newmenu "${FILESDIR}/icon/${PN}.desktop" "${PN}.desktop" - sed -i -e "s:@NAME@:${name}:" -e "s:@ICON@:${icon}:" \ - "${ED}/usr/share/applications/${PN}.desktop" || die - - # Add StartupNotify=true bug 237317 - if use startup-notification ; then - echo "StartupNotify=true"\ - >> "${ED}/usr/share/applications/${PN}.desktop" \ - || die - fi - - # Required in order to use plugins and even run firefox on hardened. - if use jit; then - pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container} - else - pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/plugin-container - fi - - if use minimal; then - rm -r "${ED}"/usr/include "${ED}${MOZILLA_FIVE_HOME}"/{idl,include,lib,sdk} \ - || die "Failed to remove sdk and headers" - fi - - # very ugly hack to make firefox not sigbus on sparc - # FIXME: is this still needed?? - use sparc && { sed -e 's/Firefox/FirefoxGentoo/g' \ - -i "${ED}/${MOZILLA_FIVE_HOME}/application.ini" \ - || die "sparc sed failed"; } - - # revdep-rebuild entry - insinto /etc/revdep-rebuild - echo "SEARCH_DIRS_MASK=${MOZILLA_FIVE_HOME}" >> ${T}/10firefox - doins "${T}"/10${PN} || die -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - # Update mimedb for the new .desktop file - fdo-mime_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/www-client/httrack/httrack-3.48.21-r2.ebuild b/www-client/httrack/httrack-3.48.21-r2.ebuild index 0a53cb88aa8d..d3375e59e4fe 100644 --- a/www-client/httrack/httrack-3.48.21-r2.ebuild +++ b/www-client/httrack/httrack-3.48.21-r2.ebuild @@ -29,8 +29,8 @@ src_prepare() { src_configure() { econf $(use_enable static-libs static) \ - --docdir=/usr/share/doc/${PF} \ - --htmldir=/usr/share/doc/${PF}/html + --docdir=${EPREFIX}/usr/share/doc/${PF} \ + --htmldir=${EPREFIX}/usr/share/doc/${PF}/html } src_install() { diff --git a/www-servers/adsf/metadata.xml b/www-servers/adsf/metadata.xml index f9772993b65d..bd70e455b425 100644 --- a/www-servers/adsf/metadata.xml +++ b/www-servers/adsf/metadata.xml @@ -1,5 +1,5 @@ -graaff@gentoo.org +graaff@gentoo.org diff --git a/www-servers/tomcat/tomcat-7.0.68.ebuild b/www-servers/tomcat/tomcat-7.0.68-r1.ebuild similarity index 95% rename from www-servers/tomcat/tomcat-7.0.68.ebuild rename to www-servers/tomcat/tomcat-7.0.68-r1.ebuild index cfc066197b85..b98587f6ce56 100644 --- a/www-servers/tomcat/tomcat-7.0.68.ebuild +++ b/www-servers/tomcat/tomcat-7.0.68-r1.ebuild @@ -25,7 +25,6 @@ ECJ_SLOT="4.4" SAPI_SLOT="3.0" COMMON_DEP="dev-java/eclipse-ecj:${ECJ_SLOT} - dev-java/oracle-javamail:0 dev-java/tomcat-servlet-api:${SAPI_SLOT}" RDEPEND="${COMMON_DEP} websockets? ( >=virtual/jre-1.7 ) @@ -45,8 +44,8 @@ pkg_setup() { } java_prepare() { - # Remove bundled javamail, servlet-api - rm -rv java/javax/{el,mail,servlet} || die + # Remove bundled servlet-api + rm -rv java/javax/{el,servlet} || die java-pkg_clean @@ -61,7 +60,7 @@ java_prepare() { JAVA_ANT_REWRITE_CLASSPATH="true" EANT_BUILD_TARGET="deploy" -EANT_GENTOO_CLASSPATH="eclipse-ecj-${ECJ_SLOT},oracle-javamail,tomcat-servlet-api-${SAPI_SLOT}" +EANT_GENTOO_CLASSPATH="eclipse-ecj-${ECJ_SLOT},tomcat-servlet-api-${SAPI_SLOT}" EANT_GENTOO_CLASSPATH_EXTRA="${S}/output/classes" EANT_NEEDS_TOOLS="true" EANT_EXTRA_ARGS="-Dversion=${PV}-gentoo -Dversion.number=${PV} -Dcompile.debug=false" diff --git a/www-servers/tomcat/tomcat-8.0.32.ebuild b/www-servers/tomcat/tomcat-8.0.32-r1.ebuild similarity index 95% rename from www-servers/tomcat/tomcat-8.0.32.ebuild rename to www-servers/tomcat/tomcat-8.0.32-r1.ebuild index c6d846333b54..ac0869f61f8c 100644 --- a/www-servers/tomcat/tomcat-8.0.32.ebuild +++ b/www-servers/tomcat/tomcat-8.0.32-r1.ebuild @@ -25,7 +25,6 @@ ECJ_SLOT="4.4" SAPI_SLOT="3.1" COMMON_DEP="dev-java/eclipse-ecj:${ECJ_SLOT} - dev-java/oracle-javamail:0 dev-java/tomcat-servlet-api:${SAPI_SLOT}" RDEPEND="${COMMON_DEP} ! - - yngwin@gentoo.org - Ben de Groot - - - qt@gentoo.org - Gentoo Qt Project - - - sialan-labs/kaqaz - + + yngwin@gentoo.org + Ben de Groot + + + qt@gentoo.org + Gentoo Qt Project + + + sialan-labs/kaqaz + diff --git a/x11-misc/okindd/Manifest b/x11-misc/okindd/Manifest index 227b4d39f07e..6ad23b456c8e 100644 --- a/x11-misc/okindd/Manifest +++ b/x11-misc/okindd/Manifest @@ -1,2 +1 @@ -DIST okindd-0.6.0-49-20110113.tar.bz2 11557 SHA256 a2a98c1bbe2e64b22542d7a0f131a4373dcd075fb569841e045aa6cfb827a236 SHA512 219a8cfe516966066fd4da08e553df0e8f9e038bdc801e4bf5feeb634964ac96949e7bc8b800caa5ee63a1fd9d0bb31b8a96a46b35804981d9fe6b03d27426f1 WHIRLPOOL 02de3f2a93cc913f3b7b7414b747d8accdb9f234ad4f5ebfd86b350a55692872f71dc6b3e5d796f1852baa2fb49760e8aaf093d29cb4a3677b0e0793e6be08d9 DIST okindd-0.6.1-23-20120304.tar.bz2 14778 SHA256 f99e48b56f312d9aa7f0d612eb926ee3a11cec1bec50538e4c3efa5e7df6a985 SHA512 107d59b96363faac0a9394ad217b3ace0ac7d6eb003c34ea7b96760cba7d8e9abb7ef4e22222ab260dfc425099c8b6733ebd002dea79857b9080a30e1bc2d682 WHIRLPOOL 6c24fb40d11728969d81727d7398a062eb8a425a1370632de066746ce8fbae7d8cd5db1dbefee146f8f5ca8a7963522e090b249f8a4448033b4be45f1a0c4cff diff --git a/x11-misc/okindd/okindd-0.6.0.ebuild b/x11-misc/okindd/okindd-0.6.0.ebuild deleted file mode 100644 index 2dbefddf7d89..000000000000 --- a/x11-misc/okindd/okindd-0.6.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit qt4-r2 - -MY_P="${P}-49-20110113" - -DESCRIPTION="On Screen Display (OSD) for KDE 4.x - works on any qt desktop" -HOMEPAGE="http://sites.kochkin.org/okindd/Home" -SRC_URI="http://sites.kochkin.org/okindd/Home/development/${MY_P}.tar.bz2" - -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="debug" - -DEPEND="dev-qt/qtgui:4 - dev-qt/qtdbus:4" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}" - -src_configure() { - eqmake4 okindd.pro -} - -DOCS=( changelog ) -src_install() { - qt4-r2_src_install - docinto examples - dodoc scripts/* - dodoc conf/okinddrc.example - - elog "You can find an example configuration file at" - elog " /usr/share/doc/okindd/examples/okinddrc.example" - elog "It should be placed in \${HOME}/.okindd/" -} diff --git a/xfce-base/libxfcegui4/libxfcegui4-4.10.0-r1.ebuild b/xfce-base/libxfcegui4/libxfcegui4-4.10.0-r1.ebuild index 9de7153c7365..b0e6a0a6f854 100644 --- a/xfce-base/libxfcegui4/libxfcegui4-4.10.0-r1.ebuild +++ b/xfce-base/libxfcegui4/libxfcegui4-4.10.0-r1.ebuild @@ -12,14 +12,13 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris" -IUSE="glade startup-notification" +IUSE="startup-notification" RDEPEND="gnome-base/libglade x11-libs/libSM x11-libs/libX11 >=x11-libs/gtk+-2.10:2 >=xfce-base/libxfce4util-4.10 - glade? ( dev-util/glade:3 ) startup-notification? ( x11-libs/startup-notification )" DEPEND="${RDEPEND} dev-util/intltool @@ -32,7 +31,8 @@ pkg_setup() { XFCONF=( --disable-static $(use_enable startup-notification) - $(use_enable glade gladeui) + # glade:3 no longer supported on Gentoo, #575166 + --disable-gladeui --with-html-dir="${EPREFIX}"/deprecated ) } diff --git a/xfce-base/libxfcegui4/libxfcegui4-4.10.0.ebuild b/xfce-base/libxfcegui4/libxfcegui4-4.10.0.ebuild deleted file mode 100644 index 930f129c9ea9..000000000000 --- a/xfce-base/libxfcegui4/libxfcegui4-4.10.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit xfconf - -DESCRIPTION="A compability library for unported Xfce 4.6 plugins (DEPRECATED)" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage http://git.xfce.org/archive/libxfcegui4/" -SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris" -IUSE="glade startup-notification" - -RDEPEND="gnome-base/libglade - x11-libs/libSM - x11-libs/libX11 - >=x11-libs/gtk+-2.10:2 - >=xfce-base/libxfce4util-4.10 - xfce@gentoo.org XFCE Team - - Build glade bindings - diff --git a/xfce-extra/xfce4-dict/Manifest b/xfce-extra/xfce4-dict/Manifest index a334c001a8c2..c62801f99d41 100644 --- a/xfce-extra/xfce4-dict/Manifest +++ b/xfce-extra/xfce4-dict/Manifest @@ -1,2 +1 @@ -DIST xfce4-dict-0.6.0.tar.bz2 373420 SHA256 a8188ca4c980ca2003be6bf2391589f5122830680c41d51105b10813850da0d3 SHA512 3964abe66280413f7db4617c33379144414bfc751070a24167cd3285619fce18fdf81c4fce1b3f58e6866611a79400e9ea0a56063a4fb147e3fbc7a2f6db7c4c WHIRLPOOL eb04bd1521fdbfba5d01452948f9b6cedaa4620d48b155dd5a90af77e2d62e3817bb1bdf8804feb11d9d1286a537b341eb59fc9c76395a0677fa43649ab6e3de DIST xfce4-dict-0.7.1.tar.bz2 493952 SHA256 d15611e75a5e9c51167f2101cb760505ff72c446ef15542183b5e0fbf9c540fc SHA512 820d77e84583ace3b809b45ecbbf16da7fbdd5d4d69762e18e940f20ea9f54a5f88332e24fe85865fe50a5ab0c31f7b9b20ce28c1179b5538d4612c2d9fe1d50 WHIRLPOOL b17ca270ac568667467bfd79ec40e40257efdeaabee06fcc3a3044832e1f3e6c03876f11583382a95939bcd7a16c0e91b40e8a35557b1b37b45c47946db52158 diff --git a/xfce-extra/xfce4-dict/files/xfce4-dict-0.6.0-underlinking.patch b/xfce-extra/xfce4-dict/files/xfce4-dict-0.6.0-underlinking.patch deleted file mode 100644 index 9366f0b059b7..000000000000 --- a/xfce-extra/xfce4-dict/files/xfce4-dict-0.6.0-underlinking.patch +++ /dev/null @@ -1,21 +0,0 @@ -http://bugzilla.xfce.org/show_bug.cgi?id=8229 - -Fix underlinking. See below. Function "floor" and math.h is used in common.c which is part of libdict. - -/path/to/ld: ../lib/.libs/libdict.a(libdict_la-common.o): undefined reference to symbol 'floor@@GLIBC_2.2.5' -/path/to/ld: note: 'floor@@GLIBC_2.2.5' is defined in DSO /lib64/libm.so.6 so try adding it to the linker command line -/lib/libm.so.6: could not read symbols: Invalid operation -collect2: ld returned 1 exit status - ---- lib/Makefile.am -+++ lib/Makefile.am -@@ -34,7 +34,8 @@ - libdict_la_LIBADD = \ - $(LIBXFCE4PANEL_LIBS) \ - $(LIBXFCEGUI4_LIBS) \ -- @GTHREAD_LIBS@ -+ @GTHREAD_LIBS@ \ -+ -lm - - - noinst_DATA = \ diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild b/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild deleted file mode 100644 index 0ac66d54504b..000000000000 --- a/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -EAUTORECONF=yes -inherit multilib xfconf - -DESCRIPTION="A dict.org querying application and panel plug-in for the Xfce desktop" -HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-dict" -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.24 - >=x11-libs/gtk+-2.20:2 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/libxfcegui4-4.8 - >=xfce-base/xfce4-panel-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -pkg_setup() { - PATCHES=( "${FILESDIR}"/${P}-underlinking.patch ) - - XFCONF=( - --libexecdir="${EPREFIX}"/usr/$(get_libdir) - ) - - DOCS=( AUTHORS ChangeLog README ) -} - -src_prepare() { - # xfce4-dict.desktop: (will be fatal in the future): value "Dictionary" in key - # "Categories" in group "Desktop Entry" requires another category to be present - # among the following categories: Office;TextTools - sed -i -e '/Categories/s:Office:&;Utility;TextTools:' src/xfce4-dict.desktop.in || die - xfconf_src_prepare -} diff --git a/xfce-extra/xfce4-notes-plugin/Manifest b/xfce-extra/xfce4-notes-plugin/Manifest index caac4fc44b38..effdc63ad7eb 100644 --- a/xfce-extra/xfce4-notes-plugin/Manifest +++ b/xfce-extra/xfce4-notes-plugin/Manifest @@ -1,3 +1 @@ -DIST xfce4-notes-plugin-1.7.7.tar.bz2 472082 SHA256 a7baa105b37ad05dea4d6b55d98fd3214c77ad5c7a0e91471d4906c81e5f5217 SHA512 27172da495ee800c181e22839eb2761f3951c1ab18030680af28d132b6014fd5705ca7bbdcea77520afa55d242dc1351f1fcee0936d47ef6847528d5001fc52c WHIRLPOOL b3e41e1ab115bbede6fc52607d76f2f448fafbd5c4c7ba3041f6ca964376de61664b3ff31e63ab1fee4b2e13f5051d17bc6470ca5642c32c5d804fa5c40762e0 -DIST xfce4-notes-plugin-1.8.0.tar.bz2 469959 SHA256 3627b7da0533ca3fb10310f287dc0d569470960ffdaea7678fd878a20d409678 SHA512 ef1817fc0b8202f789cf0b6c0db3c0fea8cbdcaee33501db4e3f551bbe7609eb984dfd4f6be87e0c883e7d18d303dd46922676d3cb7f0249d03e60eb50ccb11f WHIRLPOOL c10f56256788db885f701dc754d3dad7756843cc2d25b10fe82c86da6f164326fd74f8ef07760e8dc06b7402c0165e8f3474381eec6d9ead2bee7bc7d5cc9a50 DIST xfce4-notes-plugin-1.8.1.tar.bz2 479652 SHA256 07a4c3e71431c24f97d2e270452dd0fa51ff0bdb6219a13a20d0bfa8d9de54b2 SHA512 3e3f2513aaa5d26880d21ba31458aa8b79c1e01cac47141513d61002df9535e52ca2c14a8da6cddd54fcab3bcda6199c636cce045cea9bd4548f5fc763e069f3 WHIRLPOOL cacb0549bccc06266671b414ac65cb1937e2ec64498792abfa255f37418aeebf0632fcc13234d96b860b952fa0f2c93597cf52e386e46ede4ef85006b0763324 diff --git a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild deleted file mode 100644 index ec2fe7746476..000000000000 --- a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.7.7.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit xfconf - -DESCRIPTION="Xfce4 panel sticky notes plugin" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.7/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.16:2 - >=x11-libs/gtk+-2.18:2 - >=xfce-base/libxfcegui4-4.8 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/xfce4-panel-4.8 - >=xfce-base/xfconf-4.8 - dev-libs/libunique:1" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool" - -pkg_setup() { - XFCONF=( --disable-static ) - DOCS=( AUTHORS ChangeLog NEWS README ) -} diff --git a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.0.ebuild b/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.0.ebuild deleted file mode 100644 index b8623dc58be8..000000000000 --- a/xfce-extra/xfce4-notes-plugin/xfce4-notes-plugin-1.8.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit versionator xfconf - -DESCRIPTION="Xfce4 panel sticky notes plugin" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.24:2= - >=x11-libs/gtk+-2.20:2= - >=xfce-base/libxfce4ui-4.10:= - >=xfce-base/libxfce4util-4.10:= - >=xfce-base/xfce4-panel-4.10:= - >=xfce-base/xfconf-4.10:= - dev-libs/libunique:1=" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool" - -pkg_setup() { - DOCS=( AUTHORS ChangeLog NEWS README ) -}