Sync with portage [Mon Jun 13 22:43:55 MSK 2016].

mhiretskiy 400
root 8 years ago
parent 4dcdfaf851
commit 9f283d72c3

@ -12,7 +12,7 @@ SRC_URI="https://linuxcontainers.org/downloads/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
IUSE="pam selinux"
RDEPEND="sys-libs/libnih[dbus]

@ -2,3 +2,4 @@ DIST supervisor-3.1.3.tar.gz 391529 SHA256 e32c546fe8d2a6e079ec4819c49fd24534d40
DIST supervisor-3.2.1.tar.gz 410461 SHA256 d6b54903aab4214664b6f2c6400f673bee3e21aec7b14d08940ed431a3ead630 SHA512 a4fa8b1729a578c36c989e91a87c0ff4d2e5487b1beb58bd0695729553b5005cf4a282c6a193330c5b352d2467597bae330a28d6e42305c8108593fbf24b1b80 WHIRLPOOL 36f798f87a73e76b8cd79d4c417a64246e77b3114142a82fc322f302deb285f625f6a1bab738cb437116665b6172a1b643fa8c765e57591500c53ed6823b3372
DIST supervisor-3.2.2.tar.gz 410884 SHA256 67b07b75bdf4529af0ed99f3940bac73d8bcdd8acb1b7cadb7314152e73b8c5f SHA512 2a4beba2bb707ce0ec90a80e212d7edc5e3a74e36675bb483100d97f75e2826538c3bf604faf07fe435e7f4c89608694a22f59293f272ea1e03f8859c0bf9da2 WHIRLPOOL 48795b0e61f9c7a295c0a807db81362d00012a91c3f37f4d2ccfa4f6c171d89219ec24c74e1ea53885353c2ae55c208ba6b6441345e89379c6159145f889a4de
DIST supervisor-3.2.3.tar.gz 411342 SHA256 3d6f0304c8ce74ab2100dfc4ab0f70050568504216f9508a81b8ed269aec9705 SHA512 53ced6e918aaf4cf780787378cf1559579c66760dc85fe07fe42554d42434ed01dc7f36b4b59bb3f56064523a51fe9f9b509bfc5d83c2306e2dcb523070c989a WHIRLPOOL 03d76d41a3c809305754e13087c183748a4c321b5e0ddf2b19a4869bffc457611946524749a80b33ee965dd52c9b9aa50212e669d87285c3201b736034b51a11
DIST supervisor-3.3.0.tar.gz 416329 SHA256 3176fb8a78c60164020e252e4a2b50b039cfec1f410b4562a843b66186188652 SHA512 cbb622522dde2bebfa98ae1eb47d747cc8e041b1a67b7708a9f1ddd50e2940af4e39fa859c02f4c431429896eb63d5be88b199921c68846ec774baad13244bb0 WHIRLPOOL 4ad6947c5ea4043785c7bd10d426c6d11ebac97e37622c0381d1f2cf62e41ae40301f48f340c2e2cfe28a24f28a6bac13ce8bc9e656b736e099725257384ad3a

@ -0,0 +1,47 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
PYTHON_COMPAT=( python2_7 ) # py2 only
# xml.etree.ElementTree module required.
PYTHON_REQ_USE="xml"
inherit distutils-r1
MY_PV="${PV/_beta/b}"
DESCRIPTION="A system for controlling process state under UNIX"
HOMEPAGE="http://supervisord.org/ https://pypi.python.org/pypi/supervisor"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
LICENSE="repoze ZPL BSD HPND GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
# ALL versions of meld3 match to >=meld3-0.6.5
RDEPEND="dev-python/meld3[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? ( dev-python/mock[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
S="${WORKDIR}/${PN}-${MY_PV}"
python_compile_all() {
# Somehow the test phase is called and run on invoking a doc build; harmless
use doc && emake -C docs html
}
python_test() {
esetup.py test
}
python_install_all() {
newinitd "${FILESDIR}/init.d-r1" supervisord
newconfd "${FILESDIR}/conf.d" supervisord
use doc && local HTML_DOCS=( docs/.build/html/. )
distutils-r1_python_install_all
}

@ -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$
@ -12,7 +12,7 @@ SRC_URI="https://p11-glue.freedesktop.org/releases/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="+asn1 debug +libffi +trust"
REQUIRED_USE="trust? ( asn1 )"

@ -2,3 +2,4 @@ DIST lxd-2.0.0.tar.bz2 2305314 SHA256 da5bab198cff8bee4528f35537221a252b4b2a23d6
DIST lxd-2.0.0_beta4.tar.bz2 2291955 SHA256 6487750275e21ab3e862ea56807b9fcf28e9a646040e1f50f3967e9f76cf27e5 SHA512 ae67b9098946f037c1c938cc46f141fb8089ae33b980dd55cebc9cc3f14fbcd645e810e185fdc61dacbd6437569d079e4d9bd9763d12fefb65cfcecf13c10b28 WHIRLPOOL 6c781b47b80d044128647567b6de81352b174e2224e9ff91f2e1eacc5dfbb9141e53aa74e9bce479ebee1bb6c691282849897c34f815415623abcf3d666c7033
DIST lxd-2.0.0_rc2.tar.bz2 2306077 SHA256 d74babbd5c537430a574a13c0f70c7633affc9bbd0e21bf0039872bdfb801fe9 SHA512 6a21620e19277293a3b665d4061f5aa9443d1a9a5ab88fa885096ff77acf828b215e247136bb99ea1ba230f015181bc9a86a919664c9288577509a2146a5aa66 WHIRLPOOL f88e0f3b5ecd9803bc8baee864ffbdf33b39f331a5e5ceb170b2792d2e26b6f4faae3a8cc6aae090e81accd3835408f2956a117095bc790ca7c16cd7f21d205e
DIST lxd-2.0.1.tar.bz2 2330217 SHA256 b9a315825bfc66469a442f3b3da73e2af97dba270ffe1bc18c871cd6c1c7ad69 SHA512 67b1c42a0957bd2f4963c860372211dbbc38cb8e9346e83c6319749efd9e1a188c00033865901d285650298531460b9f54cba0e88d0973179c0c17bcd30cc97d WHIRLPOOL 4ae640fc6410dff9d08816a6ac7ddb47a4cce9dfbbfaa65baf8456517aca25a501b0e680d9a6855a0fa3b9efe8cd1eddb0a9981d43de9ef573c16be936f5104a
DIST lxd-2.0.2.tar.bz2 2340565 SHA256 0054b0e79ba0bc1a1189eb63ca8ac2ca2bafd10c500ce53f67abbd5abc03b542 SHA512 c79f1c7f0aeb289ba7bea745917aaac0d339baf0e6b4fe62cbcb67b8da072ef135e971d4c17546e2e208aeae921ad2853073493f9e7a6e300876bd72b808e516 WHIRLPOOL a30bddfc79ad0c7d941db811f1942fff67afc79a217a251d55b1cf37d80cdb21f8f1f72df268382cbcd34d408005ef4185f5bd59f95369b51558938352f05c60

@ -0,0 +1,20 @@
--- Makefile.orig 2016-02-19 00:16:40.720102639 +0000
+++ Makefile 2016-02-19 00:18:10.886096473 +0000
@@ -12,17 +12,11 @@
.PHONY: default
default:
- # Must run twice due to go get race
- -go get -t -v -d ./...
- -go get -t -v -d ./...
go install -v $(DEBUG) ./...
@echo "LXD built successfully"
.PHONY: client
client:
- # Must run twice due to go get race
- -go get -t -v -d ./...
- -go get -t -v -d ./...
go install -v $(DEBUG) ./lxc
@echo "LXD client built successfully"

@ -0,0 +1,27 @@
# Group which owns the shared socket
LXD_OPTIONS+=" --group lxd"
# Enable cpu profiling into the specified file
#LXD_OPTIONS+=" --cpuprofile /tmp/lxc_cpu_profile"
# Enable memory profiling into the specified file
#LXD_OPTIONS+=" --memprofile /tmp/lxc_mem_profile"
# Enables debug mode
#LXD_OPTIONS+=" --debug"
# For debugging, print a complete stack trace every n seconds
#LXD_OPTIONS+=" --print-goroutines-every 5"
# Enables verbose mode
#LXD_OPTIONS+=" -v"
# Logfile to log to
#LXD_OPTIONS+=" --logfile /var/log/lxd/lxd.log"
# Enables syslog logging
#LXD_OPTIONS+=" --syslog"

@ -0,0 +1,50 @@
#!/sbin/openrc-run
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
DAEMON=/usr/sbin/lxd
PIDFILE=/run/lxd.pid
extra_commands="stopall"
depend() {
need net
use lxcfs
# remove with 2.0 release
need cgmanager
}
start() {
ebegin "Starting lxd server"
start-stop-daemon --start \
--pidfile ${PIDFILE} \
--exec ${DAEMON} \
--background \
--make-pidfile \
-- \
${LXD_OPTIONS}
eend $?
}
stop() {
if [[ $RC_GOINGDOWN = YES ]] || [[ $RC_REBOOT = YES ]]; then
stopall
else
ebegin "Stopping lxd service (but not containers)"
start-stop-daemon --stop --quiet -R TERM/45 -p ${PIDFILE}
eend $?
fi
}
stopall() {
ebegin "Stopping lxd service and containers"
if "${DAEMON}" shutdown; then
/etc/init.d/lxd zap
rm -f ${PIDFILE}
fi
eend $?
}

@ -0,0 +1,149 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
DESCRIPTION="Fast, dense and secure container management"
HOMEPAGE="https://linuxcontainers.org/lxd/introduction/"
EGO_PN_PARENT="github.com/lxc"
EGO_PN="${EGO_PN_PARENT}/lxd"
SRC_URI="https://dev.gentoo.org/~stasibear/distfiles/${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
PLOCALES="de fr ja"
IUSE="+daemon nls test"
# IUSE and PLOCALES must be defined before l10n inherited
inherit bash-completion-r1 eutils golang-build l10n systemd user vcs-snapshot
DEPEND="
dev-go/go-crypto
dev-libs/protobuf
dev-vcs/git
nls? ( sys-devel/gettext )
test? (
app-misc/jq
dev-db/sqlite
net-misc/curl
sys-devel/gettext
)
"
RDEPEND="
daemon? (
app-admin/cgmanager
app-arch/xz-utils
app-emulation/lxc[cgmanager,seccomp]
net-misc/rsync[xattr]
sys-apps/iproute2
virtual/acl
)
"
# KNOWN ISSUES:
# - Translations may not work. I've been unsuccessful in forcing
# localized output. Anyway, upstream (Canonical) doesn't install the
# message files.
# TODO:
# - since 0.15 gccgo is a supported compiler ('make gccgo'). It would
# be preferable for that support to go into the golang-build eclass not
# this package directly.
src_prepare() {
cd "${S}/src/${EGO_PN}" || die "Failed to change to deep src dir"
epatch "${FILESDIR}/${P}-dont-go-get.patch"
tmpgoroot="${T}/goroot"
mkdir -p "$tmpgoroot" || die "Failed to create temporary GOROOT"
cp -sR "$(get_golibdir_gopath)"/* "${tmpgoroot}" || die "Failed to copy files to temporary GOROOT"
# Warn on unhandled locale changes
l10n_find_plocales_changes po "" .po
}
src_compile() {
golang-build_src_compile
cd "${S}/src/${EGO_PN}" || die "Failed to change to deep src dir"
tmpgoroot="${T}/goroot"
if use daemon; then
# Build binaries
GOPATH="${S}:${tmpgoroot}" emake
else
# build client tool
GOPATH="${S}:${tmpgoroot}" emake client
fi
use nls && emake build-mo
}
src_test() {
if use daemon; then
# Go native tests should succeed
golang-build_src_test
fi
}
src_install() {
# Installs all src,pkg to /usr/lib/go-gentoo
golang-build_src_install
cd "${S}"
dobin bin/lxc
use daemon && dosbin bin/lxd
cd "src/${EGO_PN}"
if use nls; then
for lingua in ${PLOCALES}; do
if use linguas_${lingua}; then
domo po/${lingua}.mo
fi
done
fi
if use daemon; then
newinitd "${FILESDIR}"/${P}.initd lxd
newconfd "${FILESDIR}"/${P}.confd lxd
systemd_dounit "${FILESDIR}"/lxd.service
fi
newbashcomp config/bash/lxd-client lxc
dodoc AUTHORS CONTRIBUTING.md README.md doc/*
}
pkg_postinst() {
einfo
einfo "Consult https://wiki.gentoo.org/wiki/LXD for more information,"
einfo "including a Quick Start."
# The messaging below only applies to daemon installs
use daemon || return 0
# The control socket will be owned by (and writeable by) this group.
enewgroup lxd
# Ubuntu also defines an lxd user but it appears unused (the daemon
# must run as root)
einfo
einfo "Though not strictly required, some features are enabled at run-time"
einfo "when the relevant helper programs are detected:"
einfo "- sys-apps/apparmor"
einfo "- sys-fs/btrfs-progs"
einfo "- sys-fs/lvm2"
einfo "- sys-fs/lxcfs"
einfo "- sys-fs/zfs"
einfo "- sys-process/criu"
einfo
einfo "Since these features can't be disabled at build-time they are"
einfo "not USE-conditional."
}

@ -143,6 +143,10 @@ src_prepare() {
# Remove shipped binaries (kBuild,yasm), see bug #232775
rm -r kBuild/bin tools || die
# Remove pointless GCC version limitations in check_gcc()
sed -e "/\s*-o\s*\\\(\s*\$cc_maj\s*-eq\s*[5-9]\s*-a\s*\$cc_min\s*-gt\s*[0-5]\s*\\\)\s*\\\/d" \
-i configure || die
# Disable things unused or split into separate ebuilds
sed -e "s@MY_LIBDIR@$(get_libdir)@" \
"${FILESDIR}"/${PN}-5-localconfig > LocalConfig.kmk || die

@ -143,6 +143,10 @@ src_prepare() {
# Remove shipped binaries (kBuild,yasm), see bug #232775
rm -r kBuild/bin tools || die
# Remove pointless GCC version limitations in check_gcc()
sed -e "/\s*-o\s*\\\(\s*\$cc_maj\s*-eq\s*[5-9]\s*-a\s*\$cc_min\s*-gt\s*[0-5]\s*\\\)\s*\\\/d" \
-i configure || die
# Disable things unused or split into separate ebuilds
sed -e "s@MY_LIBDIR@$(get_libdir)@" \
"${FILESDIR}"/${PN}-5-localconfig > LocalConfig.kmk || die

@ -0,0 +1,49 @@
--- sobexsrv-1.0.1/src/obexsrv.c.orig 2016-06-13 01:59:28.000000000 +0300
+++ sobexsrv-1.0.1/src/obexsrv.c 2016-06-13 12:20:15.501101147 +0300
@@ -32,6 +32,10 @@
#include <langinfo.h>
#include <assert.h>
+#if ((OPENOBEX_VERSION_MAJOR==1) && (OPENOBEX_VERSION_MINOR>=6))
+#include <string.h>
+#endif
+
#include "obexsrv.h"
#include "util.h"
#include "sdp.h"
@@ -46,7 +50,8 @@
void UnicodeToChar(uint8_t *c, const uint8_t *uc, int size)
{
- iconv_t dsc = iconv_open(nl_langinfo(CODESET),"UTF16BE");
+ char *lang = nl_langinfo(CODESET);
+ iconv_t dsc = iconv_open(lang,"UTF16BE");
size_t isiz,osiz;
char *ip = (char*)uc;
char *op = (char*)c;
@@ -54,7 +59,25 @@
if (iconv(dsc,&ip,&isiz,&op,&osiz) == -1) {
debug_printf("iconv: error %s\n", strerror(errno));
+#if ((OPENOBEX_VERSION_MAJOR==1) && (OPENOBEX_VERSION_MINOR>=6))
+ // try to convert ignoring errors
+ iconv_close(dsc);
+ debug_printf("iconv: characters that cannot be converted will be discarded\n");
+
+ // append "//IGNORE"
+ const char *const suf = "//IGNORE";
+ size_t len = strlen(lang);
+ char *cd = malloc(len + 9);
+ memcpy(cd, lang, len);
+ memcpy(cd+len, suf, 8);
+ cd[len+8] = '\0';
+
+ dsc = iconv_open(cd,"UTF16BE");
+ iconv(dsc,&ip,&isiz,&op,&osiz);
+ free(cd);
+#else
OBEX_UnicodeToChar(c,uc,size);
+#endif
}
iconv_close(dsc);
}

@ -0,0 +1,94 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1 toolchain-funcs user
MY_P="${P/_pre/pre}"
DESCRIPTION="Scripting/Secure OBEX Server (for BlueZ Linux)"
SRC_URI="http://www.mulliner.org/bluetooth/${MY_P}.tar.gz
https://dev.gentoo.org/~joker/${P}-fix64.patch"
HOMEPAGE="http://www.mulliner.org/bluetooth/sobexsrv.php"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="gtk"
DEPEND="
dev-libs/openobex
net-wireless/bluez
gtk? ( ${PYTHON_DEPS} )"
RDEPEND="${DEPEND}
gtk? (
${PYTHON_DEPS}
>=dev-python/pygtk-2.2
)"
REQUIRED_USE="
gtk? ( ${PYTHON_REQUIRED_USE} )"
S="${WORKDIR}/${MY_P}"
PATCHES=(
"${DISTDIR}/${P}"-fix64.patch
"${FILESDIR}/${P}"-openobex16.patch
)
pkg_setup() {
use gtk && python-single-r1_pkg_setup
enewgroup sobexsrv
enewuser sobexsrv -1 -1 /var/spool/sobexsrv sobexsrv
}
src_prepare() {
default
sed -e 's:/usr/man/man8:/usr/share/man/man8:' \
-e 's/install: all/install:/' \
-i Makefile || die
sed -e 's/^CFLAGS =/CFLAGS +=/' \
-e 's/^CC =/CC ?=/' \
-e 's/$(CC) $(CFLAGS)/$(CC) $(LDFLAGS) $(CFLAGS)/' \
-i src/Makefile || die
}
src_compile() {
tc-export CC
emake -C src
}
src_install() {
default
dodoc AUTHOR CONFIG SECURITY THANKS
if use gtk; then
python_doscript "${D}/usr/bin/sobexsrv_handler"
newdoc "${S}/scripts/test" sobexsrv_handler.sample_script
else
rm "${D}/usr/bin/sobexsrv_handler" || die
fi
newinitd "${FILESDIR}/init.d_sobexsrv" sobexsrv
newconfd "${FILESDIR}/conf.d_sobexsrv" sobexsrv
keepdir /var/spool/sobexsrv
fowners sobexsrv:sobexsrv /var/spool/sobexsrv
}
pkg_postinst() {
elog
elog "/usr/bin/sobexsrv is *NOT* installed set-uid root by"
elog "default. suid is required for the chroot option (-R)."
elog
elog "Execute the following commands to enable suid:"
elog
elog "chown root:sobexsrv /usr/bin/sobexsrv"
elog "chmod 4710 /usr/bin/sobexsrv"
elog
}

@ -2,3 +2,4 @@ DIST mysql-extras-20151105-2051Z.tar.bz2 1490187 SHA256 129d79c2064b08b0afad69e0
DIST mysql-extras-20160307-1854Z.tar.bz2 298005 SHA256 a6516841d24670a1802e28fd66d4f540b16367396e6b2f687b8429b8e6a5d865 SHA512 d90081bd910dfffe6e1ac250465c0dbd9968edbdfe08f25f213ec328028fbb6fdb016816846c7fcee9202b9b93f4868edaff44ee04a0554cc93c6ecbf088db8f WHIRLPOOL f971804db83f42d717da318deeb647c1b294fa0967db7073e7f83d0fa15476d68089201430aaa882d90d5223a41a1a1668cfbe82bb897dcf864925e3da715c10
DIST percona-server-5.6.28-76.1.tar.gz 54994379 SHA256 ab8ab794a58a82132645ae84b74de91c7f9a5bcf81f2162628ce8976a00a4fd4 SHA512 fe26903d41034a6a7a240b0d7dbe8f3d7e417f6a23f8444ac42244f07649caee77d3ab781c13fdf45843cd297211a2058a6df5cd013c990497d9df9ed1fb9a9f WHIRLPOOL d9149f027f59d02a0fd0308e6806b5960ac29e347e3262e0b786e018ef16aac00c0e205104de7bc41b3ce20704a835d129ea485326cfc730143adfab01a349d0
DIST percona-server-5.6.29-76.2.tar.gz 55032788 SHA256 23217feafc92222f313aeeb6e1806d110c35e50cf0b5f74510a9f8babe22e4b9 SHA512 0765ba02dcceaa3e4cb8f1b7261982f66ea5a14982723a9eb0a47177d03c18ffb3e647f10736780f6312dccb23f082ebcdd1f6330f9bf08ec714e43bf9fb4e57 WHIRLPOOL 8d719fbf0ec5ac4e0e80c40140bbf9a796c4ef1cb3ef1d0f8b92d14385c7e1af49063f0f176ab57e86a31d9729224354a3f72d331330d1a4907d41d6ab5fd92d
DIST percona-server-5.6.30-76.3.tar.gz 55067217 SHA256 c762b6795b353ae9edecd2ccbb1b4a2677b04dd78ad760740a6a972b738f16cd SHA512 06428d3ffa6c00cba8d74a8f24a9c931f7069c08ed088b5f84972d29bcf42394c1fa2b9aa8b3542799c6ab460191afe8b942f493dba33b26b5a9a014aa9935b7 WHIRLPOOL 39d4e0fea528599ac9bb7a8e39db42472499c487333cf319a5ee5c02f6b35491966bdd49f3cfae5c004d74ee7f3bd26a7daa26b2c32e87c8c57802471e14f7d6

@ -0,0 +1,186 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="6"
MY_EXTRAS_VER="20160307-1854Z"
SUBSLOT="18"
PYTHON_COMPAT=( python2_7 )
inherit python-any-r1 mysql-multilib-r1
IUSE="pam tokudb tokudb-backup-plugin"
# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux"
HOMEPAGE="http://www.percona.com/software/percona-server"
DESCRIPTION="An enhanced, drop-in replacement for MySQL from the Percona team"
# When MY_EXTRAS is bumped, the index should be revised to exclude these.
EPATCH_EXCLUDE=''
COMMON_DEPEND="server? ( pam? ( virtual/pam:0= ) )
tokudb? ( app-arch/snappy )
tokudb-backup-plugin? ( dev-util/valgrind )
"
DEPEND="${COMMON_DEPEND}
|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )
test? ( $(python_gen_any_dep 'dev-python/mysql-python[${PYTHON_USEDEP}]') )"
RDEPEND="${COMMON_DEPEND}"
REQUIRED_USE="tokudb? ( jemalloc ) tokudb-backup-plugin? ( tokudb )"
MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}"
PATCHES=(
"${MY_PATCH_DIR}"/01050_all_mysql_config_cleanup-5.6.patch
"${MY_PATCH_DIR}"/02040_all_embedded-library-shared-5.5.10.patch
"${MY_PATCH_DIR}"/20001_all_fix-minimal-build-cmake-mysql-5.6.20.patch
"${MY_PATCH_DIR}"/20006_all_cmake_elib-percona-5.6.29.patch
"${MY_PATCH_DIR}"/20007_all_cmake-debug-werror-5.6.22.patch
"${MY_PATCH_DIR}"/20008_all_mysql-tzinfo-symlink.patch
"${MY_PATCH_DIR}"/20009_all_mysql_myodbc_symbol_fix-5.6.patch
"${MY_PATCH_DIR}"/20018_all_percona-server-5.6.25-without-clientlibs-tools.patch
)
# Please do not add a naive src_unpack to this ebuild
# If you want to add a single patch, copy the ebuild to an overlay
# and create your own mysql-extras tarball, looking at 000_index.txt
python_check_deps() {
has_version "dev-python/mysql-python[${PYTHON_USEDEP}]"
}
src_configure() {
local MYSQL_CMAKE_NATIVE_DEFINES=( -DWITH_PAM=$(usex pam)
$(mysql-cmake_use_plugin tokudb TOKUDB)
)
if use tokudb ; then
# TokuDB Backup plugin requires valgrind unconditionally
MYSQL_CMAKE_NATIVE_DEFINES+=(
$(usex tokudb-backup-plugin '' -DTOKUDB_BACKUP_DISABLED=1)
)
fi
mysql-multilib-r1_src_configure
}
# Official test instructions:
# USE='extraengine perl openssl static-libs' \
# FEATURES='test userpriv -usersandbox' \
# ebuild percona-server-X.X.XX.ebuild \
# digest clean package
multilib_src_test() {
if ! multilib_is_native_abi ; then
einfo "Server tests not available on non-native abi".
return 0;
fi
if ! use server ; then
einfo "Skipping server tests due to minimal build."
return 0
fi
local TESTDIR="${CMAKE_BUILD_DIR}/mysql-test"
local retstatus_unit
local retstatus_tests
# Bug #213475 - MySQL _will_ object strenously if your machine is named
# localhost. Also causes weird failures.
[[ "${HOSTNAME}" == "localhost" ]] && die "Your machine must NOT be named localhost"
if [[ $UID -eq 0 ]]; then
die "Testing with FEATURES=-userpriv is no longer supported by upstream. Tests MUST be run as non-root."
fi
has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox"
einfo ">>> Test phase [test]: ${CATEGORY}/${PF}"
addpredict /this-dir-does-not-exist/t9.MYI
# Run CTest (test-units)
cmake-utils_src_test
retstatus_unit=$?
[[ $retstatus_unit -eq 0 ]] || eerror "test-unit failed"
# Ensure that parallel runs don't die
export MTR_BUILD_THREAD="$((${RANDOM} % 100))"
# Enable parallel testing, auto will try to detect number of cores
# You may set this by hand.
# The default maximum is 8 unless MTR_MAX_PARALLEL is increased
export MTR_PARALLEL="${MTR_PARALLEL:-auto}"
# create directories because mysqladmin might right out of order
mkdir -p "${T}"/var-tests{,/log}
# These are failing in Percona 5.6 for now and are believed to be
# false positives:
#
# main.information_schema, binlog.binlog_statement_insert_delayed,
# main.mysqld--help-notwin, binlog.binlog_mysqlbinlog_filter
# perfschema.binlog_edge_mix, perfschema.binlog_edge_stmt
# funcs_1.is_columns_mysql funcs_1.is_tables_mysql funcs_1.is_triggers
# engines/funcs.db_alter_character_set engines/funcs.db_alter_character_set_collate
# engines/funcs.db_alter_collate_ascii engines/funcs.db_alter_collate_utf8
# engines/funcs.db_create_character_set engines/funcs.db_create_character_set_collate
# fails due to USE=-latin1 / utf8 default
#
# main.mysql_client_test:
# segfaults at random under Portage only, suspect resource limits.
#
# main.percona_bug1289599
# Looks to be a syntax error in the test file itself
#
# main.variables main.myisam main.merge_recover
# fails due to ulimit not able to open enough files (needs 5000)
#
# main.mysqlhotcopy_archive main.mysqlhotcopy_myisam
# Called with bad parameters should be reported upstream
#
for t in main.mysql_client_test \
binlog.binlog_statement_insert_delayed main.information_schema \
main.mysqld--help-notwin binlog.binlog_mysqlbinlog_filter \
perfschema.binlog_edge_mix perfschema.binlog_edge_stmt \
funcs_1.is_columns_mysql funcs_1.is_tables_mysql funcs_1.is_triggers \
main.variables main.myisam main.merge_recover \
engines/funcs.db_alter_character_set engines/funcs.db_alter_character_set_collate \
engines/funcs.db_alter_collate_ascii engines/funcs.db_alter_collate_utf8 \
engines/funcs.db_create_character_set engines/funcs.db_create_character_set_collate \
main.percona_bug1289599 main.mysqlhotcopy_archive main.mysqlhotcopy_myisam ; do
mysql-multilib-r1_disable_test "$t" "False positives in Gentoo"
done
if ! use extraengine ; then
# bug 401673, 530766
for t in federated.federated_plugin ; do
mysql-multilib-r1_disable_test "$t" "Test $t requires USE=extraengine (Need federated engine)"
done
fi
# Run mysql tests
pushd "${TESTDIR}" || die
# Set file limits higher so tests run
ulimit -n 3000
python_setup
# run mysql-test tests
perl mysql-test-run.pl --force --vardir="${T}/var-tests" \
--testcase-timeout=30 --reorder
retstatus_tests=$?
[[ $retstatus_tests -eq 0 ]] || eerror "tests failed"
has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox"
popd || die
# Cleanup is important for these testcases.
pkill -9 -f "${S}/ndb" 2>/dev/null
pkill -9 -f "${S}/sql" 2>/dev/null
failures=""
[[ $retstatus_unit -eq 0 ]] || failures="${failures} test-unit"
[[ $retstatus_tests -eq 0 ]] || failures="${failures} tests"
has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox"
[[ -z "$failures" ]] || die "Test failures: $failures"
einfo "Tests successfully completed"
}

@ -12,7 +12,7 @@ SRC_URI="http://untroubled.org/bglibs/archive/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86"
IUSE=""
DEPEND=""

@ -12,7 +12,7 @@ SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2"
LICENSE="GPL-2-with-exceptions"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
IUSE="bzip2 lzma nls static-libs test +threads +utils"
# This pkg does not actually seem to compile currently in a uClibc

@ -0,0 +1,97 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit eutils libtool multilib toolchain-funcs multilib-minimal
DESCRIPTION="Stream-oriented XML parser library"
HOMEPAGE="http://expat.sourceforge.net/"
SRC_URI="mirror://sourceforge/expat/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
IUSE="elibc_FreeBSD examples static-libs unicode"
RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r6
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
src_prepare() {
# https://bugs.gentoo.org/show_bug.cgi?id=583268
epatch "${FILESDIR}"/${P}-CVE-2015-1283-refix.patch
epatch "${FILESDIR}"/${P}-CVE-2016-0718-v2-2-1.patch
# https://bugs.gentoo.org/show_bug.cgi?id=577928
epatch "${FILESDIR}"/${P}-CVE-2012-6702-plus-CVE-2016-5300-v1.patch
}
multilib_src_configure() {
local myconf="$(use_enable static-libs static)"
mkdir -p "${BUILD_DIR}"{u,w} || die
ECONF_SOURCE="${S}" econf ${myconf}
if use unicode; then
pushd "${BUILD_DIR}"u >/dev/null
CPPFLAGS="${CPPFLAGS} -DXML_UNICODE" ECONF_SOURCE="${S}" econf ${myconf}
popd >/dev/null
pushd "${BUILD_DIR}"w >/dev/null
CPPFLAGS="${CPPFLAGS} -DXML_UNICODE_WCHAR_T" ECONF_SOURCE="${S}" econf ${myconf}
popd >/dev/null
fi
}
multilib_src_compile() {
emake
if use unicode; then
pushd "${BUILD_DIR}"u >/dev/null
emake buildlib LIBRARY=libexpatu.la
popd >/dev/null
pushd "${BUILD_DIR}"w >/dev/null
emake buildlib LIBRARY=libexpatw.la
popd >/dev/null
fi
}
multilib_src_install() {
emake install DESTDIR="${D}"
if use unicode; then
pushd "${BUILD_DIR}"u >/dev/null
emake installlib DESTDIR="${D}" LIBRARY=libexpatu.la
popd >/dev/null
pushd "${BUILD_DIR}"w >/dev/null
emake installlib DESTDIR="${D}" LIBRARY=libexpatw.la
popd >/dev/null
pushd "${ED}"/usr/$(get_libdir)/pkgconfig >/dev/null
cp expat.pc expatu.pc
sed -i -e '/^Libs/s:-lexpat:&u:' expatu.pc || die
cp expat.pc expatw.pc
sed -i -e '/^Libs/s:-lexpat:&w:' expatw.pc || die
popd >/dev/null
fi
if multilib_is_native_abi ; then
# libgeom in /lib and ifconfig in /sbin require libexpat on FreeBSD since
# we stripped the libbsdxml copy starting from freebsd-lib-8.2-r1
use elibc_FreeBSD && gen_usr_ldscript -a expat
fi
}
multilib_src_install_all() {
dodoc Changes README
dohtml doc/*
if use examples; then
insinto /usr/share/doc/${PF}/examples
doins examples/*.c
fi
prune_libtool_files
}

@ -0,0 +1,134 @@
From cb31522769d11a375078a073cba94e7176cb48a4 Mon Sep 17 00:00:00 2001
From: Sebastian Pipping <sebastian@pipping.org>
Date: Wed, 16 Mar 2016 15:30:12 +0100
Subject: [PATCH] Resolve call to srand, use more entropy (patch version 1.0)
Squashed backport against vanilla Expat 2.1.1, addressing:
* CVE-2012-6702 -- unanticipated internal calls to srand
* CVE-2016-5300 -- use of too little entropy
Since commit e3e81a6d9f0885ea02d3979151c358f314bf3d6d
(released with Expat 2.1.0) Expat called srand by itself
from inside generate_hash_secret_salt for an instance
of XML_Parser if XML_SetHashSalt was either (a) not called
for that instance or if (b) salt 0 was passed to XML_SetHashSalt
prior to parsing. That call to srand passed (rather litle)
entropy extracted from the current time as a seed for srand.
That call to srand (1) broke repeatability for code calling
srand with a non-random seed prior to parsing with Expat,
and (2) resulted in a rather small set of hashing salts in
Expat in total.
For a short- to mid-term fix, the new approach avoids calling
srand altogether, extracts more entropy out of the clock and
other sources, too.
For a long term fix, we may want to read sizeof(long) bytes
from a source like getrandom(..) on Linux, and from similar
sources on other supported architectures.
https://bugzilla.redhat.com/show_bug.cgi?id=1197087
---
expat/CMakeLists.txt | 3 +++
expat/lib/xmlparse.c | 48 +++++++++++++++++++++++++++++++++++++++++-------
2 files changed, 44 insertions(+), 7 deletions(-)
diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt
index 353627e..524d514 100755
--- a/expat/CMakeLists.txt
+++ b/expat/CMakeLists.txt
@@ -41,6 +41,9 @@ include_directories(${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/lib)
if(MSVC)
add_definitions(-D_CRT_SECURE_NO_WARNINGS -wd4996)
endif(MSVC)
+if(WIN32)
+ add_definitions(-DCOMPILED_FROM_DSP)
+endif(WIN32)
set(expat_SRCS
lib/xmlparse.c
diff --git a/expat/lib/xmlparse.c b/expat/lib/xmlparse.c
index e308c79..c5f942f 100644
--- a/expat/lib/xmlparse.c
+++ b/expat/lib/xmlparse.c
@@ -6,7 +6,14 @@
#include <string.h> /* memset(), memcpy() */
#include <assert.h>
#include <limits.h> /* UINT_MAX */
-#include <time.h> /* time() */
+
+#ifdef COMPILED_FROM_DSP
+#define getpid GetCurrentProcessId
+#else
+#include <sys/time.h> /* gettimeofday() */
+#include <sys/types.h> /* getpid() */
+#include <unistd.h> /* getpid() */
+#endif
#define XML_BUILDING_EXPAT 1
@@ -432,7 +439,7 @@ static ELEMENT_TYPE *
getElementType(XML_Parser parser, const ENCODING *enc,
const char *ptr, const char *end);
-static unsigned long generate_hash_secret_salt(void);
+static unsigned long generate_hash_secret_salt(XML_Parser parser);
static XML_Bool startParsing(XML_Parser parser);
static XML_Parser
@@ -691,11 +698,38 @@ static const XML_Char implicitContext[] = {
};
static unsigned long
-generate_hash_secret_salt(void)
+gather_time_entropy(void)
{
- unsigned int seed = time(NULL) % UINT_MAX;
- srand(seed);
- return rand();
+#ifdef COMPILED_FROM_DSP
+ FILETIME ft;
+ GetSystemTimeAsFileTime(&ft); /* never fails */
+ return ft.dwHighDateTime ^ ft.dwLowDateTime;
+#else
+ struct timeval tv;
+ int gettimeofday_res;
+
+ gettimeofday_res = gettimeofday(&tv, NULL);
+ assert (gettimeofday_res == 0);
+
+ /* Microseconds time is <20 bits entropy */
+ return tv.tv_usec;
+#endif
+}
+
+static unsigned long
+generate_hash_secret_salt(XML_Parser parser)
+{
+ /* Process ID is 0 bits entropy if attacker has local access
+ * XML_Parser address is few bits of entropy if attacker has local access */
+ const unsigned long entropy =
+ gather_time_entropy() ^ getpid() ^ (unsigned long)parser;
+
+ /* Factors are 2^31-1 and 2^61-1 (Mersenne primes M31 and M61) */
+ if (sizeof(unsigned long) == 4) {
+ return entropy * 2147483647;
+ } else {
+ return entropy * 2305843009213693951;
+ }
}
static XML_Bool /* only valid for root parser */
@@ -703,7 +737,7 @@ startParsing(XML_Parser parser)
{
/* hash functions must be initialized before setContext() is called */
if (hash_secret_salt == 0)
- hash_secret_salt = generate_hash_secret_salt();
+ hash_secret_salt = generate_hash_secret_salt(parser);
if (ns) {
/* implicit context only set for root parser, since child
parsers (i.e. external entity parsers) will inherit it
--
2.8.2

@ -20,7 +20,7 @@ SRC_URI="https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/$
LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="+cacert +nss-pem utils"
CDEPEND=">=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}]
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]"

@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Cross-platform basic tests for scripts"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
IUSE=""
RDEPEND="

@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="fork test"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="test"
RDEPEND="

@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Perl extension to test methods for warnings"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"

@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Automatic text wrapping and reformatting"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="test examples"
RDEPEND="

@ -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$
@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Manipulate comma-separated value strings"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="test"
RDEPEND=""

@ -13,7 +13,7 @@ inherit perl-module
DESCRIPTION="Comma-separated values manipulation routines"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RDEPEND="

@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Plain ASCII transliterations of Unicode text"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=""

@ -0,0 +1 @@
DIST brython-3.2.6.zip 9330416 SHA256 209f5ddd5165c083217c3146fbdf1dcbc26346f4e3366172c61e08d5af4a22e7 SHA512 307c914b5bbe30765187ff57c324a4ce575b28ea6b41f87e81b02309b1fae7d011603c006d9ab938af50657167de3d66b48de1a92363f76e225a0a3948d4e045 WHIRLPOOL f9a4bc892c2eb1737bb25486ec4c3dfb9615cb18191ac4e87f09316a2be4165236b4e578be374d493908a1d812417cdd7de7c9ab3aabd9eae257957af15c7099

@ -0,0 +1,33 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit webapp
DESCRIPTION="A Python 3 implementation for client-side web programming"
HOMEPAGE="http://www.brython.info"
SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.zip -> ${P}.zip"
LICENSE="BSD"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND="dev-lang/python:*"
DEPEND="${RDEPEND}"
need_httpd_cgi
src_install() {
dodoc LICENCE.txt README.md
rm -v LICENCE.txt README.md bower.json .{git*,tra*} server.py || die
webapp_src_preinst
insinto "${MY_HTDOCSDIR}"
doins -r .
webapp_src_install
}

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Gentoo Python Project</name>
</maintainer>
<maintainer type="person">
<email>monsieurp@gentoo.org</email>
<name>Patrice Clement</name>
</maintainer>
</pkgmetadata>

@ -1,3 +1,4 @@
DIST pyopencl-2014.1.tar.gz 1642825 SHA256 7c8df4f22ef49516a1444760dc622a037c83079ff60ff81779e60cb9fc5410e7 SHA512 da3e4e8d95605381d87db482f61fe7030fe244611a3c35d84c88210bcfb3472dc197be721f92e46e6828cc5d0245981ae004331a7c19e7fd8011a0aab593072f WHIRLPOOL e9d3c742c6ef217cf1f223990f852ae5b5ef50b7eae3513955da00f41134d9805e2078c16cd31429e327ea64a7ea16c15c014a749a3a532c3a11e4babdb91202
DIST pyopencl-2015.1.tar.gz 1652046 SHA256 823b8c5ae438a70de87b3675c3896d04d785261cb0cbd45c01c7dd0fe9d9f6ff SHA512 0236237b1f21283aa2fa7edf86d4c7a275df508e2bdd833ad83d333f3a070b00b125310bfbf8e0fd7308b47d94c565642f87645cc91c8d7020f1e377cdd8bec5 WHIRLPOOL 2b581e4a02c8f5f77085c87c5e8b63ada0b86c58d04e62e665144be00447a9cdd69e8befecc3effe8b6253f3cace2920e8158417c940d08f89ff2985c479753b
DIST pyopencl-2015.2.4.tar.gz 284648 SHA256 f67d0099add79c6baae2359872dec82d1472bd4df42523d1604afcd10ed87398 SHA512 19ae397adb357da2e04d8aade987471b7c83b902750aeb67bf5303e758b720d78ce05a130b1930478ccc47ff6c3cdf4484b85d4bf60dfb36aaf6e2f050a4af9e WHIRLPOOL b0fa45f68ccc05d45036ead1c9e6be0aff06c06f45d6c53f1dcbce2a1c70acf5e4ccbcbffea1966a3aa4a752f909c306296a2905bf7331cfd36d9b083d263f61
DIST pyopencl-2016.1.tar.gz 311327 SHA256 54b6e8ad02dc437807739bd53e43851efe979bd51ec87996e44b94ab67238297 SHA512 3be8da315f9b4a4e03071152bb5968c5c7b102cbae6c70f358438cfd7951d12970a76dd8e922187ff73e47f7d0ce7a070e6f303dbe364c016796fa65d7e1de71 WHIRLPOOL 23514d2ff8b578d623506033c749df5fd1d5604f5deefda72e817c688df9337c608d291f5ae8efc0e227e857ef16b65adb51ebc20773d0f8e636665990902ea9

@ -0,0 +1,51 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="Python wrapper for OpenCL"
HOMEPAGE="http://mathema.tician.de/software/pyopencl https://pypi.python.org/pypi/pyopencl"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples opengl"
RDEPEND="
>=dev-libs/boost-1.48[python,${PYTHON_USEDEP}]
>=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}]
>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]
>=dev-python/decorator-3.2.0[${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
>=dev-python/pytools-2015.1.2[${PYTHON_USEDEP}]
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=virtual/opencl-0-r1"
DEPEND="${RDEPEND}"
src_configure() {
local myconf=()
if use opengl; then
myconf+=(--cl-enable-gl)
fi
"${PYTHON}" configure.py \
--boost-compiler=gcc \
--boost-python-libname=boost_python-${PYTHON_ABI}-mt \
--no-use-shipped-boost \
"${myconf[@]}"
}
python_install_all() {
if use examples; then
local EXAMPLES=( examples/. )
einfo "Some of the examples provided by this package require dev-python/matplotlib."
fi
distutils-r1_python_install_all
}

@ -19,6 +19,6 @@ HOMEPAGE="https://github.com/wchen-r7/patch-finder"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""

@ -10,6 +10,8 @@ RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_BINDIR="exe"
inherit bash-completion-r1 ruby-fakegem
DESCRIPTION="Make-like scripting in Ruby"

@ -12,7 +12,7 @@ HOMEPAGE="https://git.kernel.org/cgit/devel/pahole/pahole.git/"
LICENSE="GPL-2" # only
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
RDEPEND="${PYTHON_DEPS}

@ -108,65 +108,65 @@ DIST thunderbird-38.8.0-uk.xpi 509600 SHA256 1b21957c28cfe9b196bd768bbfceb329bf0
DIST thunderbird-38.8.0-vi.xpi 519843 SHA256 ddaaab4ba689ccc0221f18b34aae2ce0dabed51e61c1776b4c108e7794426c86 SHA512 cbcecbd6dc3a151ecf36b5c8dbfb37068a4ceac2ebf9c18116a08cf4b1646dde0051c958882e57903e27c44c3cfd26d755908572a365df8bccebed50d055c57c WHIRLPOOL f53296869d069a940690b33d7c22c0b6da3a534a947a09fdbd2d681d07398af810c4b424f5a4e41188eee712d9e8786f441f417ed712657bebbe48386e562d5b
DIST thunderbird-38.8.0-zh-CN.xpi 466412 SHA256 4f9a4ff54f5aff408abfe9fc90da63d70e74eb5695d358ae22c7fa8a76e411f2 SHA512 076ef74d3c495d5b3b626007c423855318ed53a2c124b23c32013e336da277457372bce6973878ef77813e0e01d4bbb31583dc2537d73fa2b57fccbe1a82f847 WHIRLPOOL e8c7fbc57f92d83a84f9096c11ad21afef80ef4ae953e905fce5346b239b4e7da32960b5bb73807e4689a45fa9832704694333f75ac9f9c862b680db59e35e5d
DIST thunderbird-38.8.0-zh-TW.xpi 466661 SHA256 8ff0bc45973a73f6b3225c063c33c8dccda31ee6a385150984a1b4851214004e SHA512 8952fe0f9131c61b11d995ec69f7c0de42ddc42f11f99bd268c7e400b765a55047865a0463834b61e7a7917caffe0909ba62608b5fdae548fd55e53b8f8c18ec WHIRLPOOL e8452eb437fd1f414d776bd558511929f0d133fac4e756fc846219700f7e445f01eb5493e12a6d2cf7b8df4718dfff7524d5219655e709dcc47d7fa35900e38e
DIST thunderbird-45.1.0-ar.xpi 490774 SHA256 19ca994ba8ae469e3ee62d0e8f2c22b436c355a02ec187e81d615c67c9addad3 SHA512 63e12aca319f37aa8b810f2043ce8c83f2bf51b5c71b9207a99768e247ff5a26bb6f8786b94db0370db9ce54986511da682c9288147d9d3c835efaaa52a9cf7e WHIRLPOOL fbe8632b87bb74b4f0d19b6b49ee7925a26ffb326370f46d4ad45f6e5e986d55a3473e9d772a901e69c1748e128f17c9a3095524e8acf4518579d6aa5f9f4414
DIST thunderbird-45.1.0-ast.xpi 428058 SHA256 97a31e91a44e84ce5975f8a4f15b1792c5c11b3a796d648e3e9943f51454bfd3 SHA512 0859ff4544ba5bf91556d6ee996d9f548c8535482768bbb9949a6a519374671e11eeeed9efe72e9eba033d45f52442e68659c74f90d36a0cc0e0be8f74ce0f84 WHIRLPOOL 73cdfcf9b6ae6921b4b81ef5ffe47570154804f37b2b3631e5eab5ecdc1ace71ae43ebb57e42a11c42c6bc02689161e7a05f053772da14eba728ccddd6b23d66
DIST thunderbird-45.1.0-be.xpi 469095 SHA256 7e7b3c6d8ce6c73a0cc522924bf578682b2b029c5c534a6bbad24968f086fc47 SHA512 b22f66af38a688a75d37a71f2978c83a92def6ba3368de1cb18ca19b1329f49e443705c9a950d6a2e52102895801e442363285c68e51ab613343f0aa02f6d926 WHIRLPOOL b0c886118b91bad3ae6de4d28b90e1d3e324332c947fe468f6dd2ad32961b54c67e568cd4572d6c9edef076ba7de7e8777592b76dc2c971ebce17633de881338
DIST thunderbird-45.1.0-bg.xpi 524298 SHA256 4bbd01b864a0d57c7f9dd8f7b09b702db0b5629d5330ab23af64b1edc286cb47 SHA512 58e9e958a755e824ea5d1a83c4d6b5f41c63ca4be7b02939b19ab4aac33bb927c6561286351e441a693896186fd95058f3ef04a6ff14f7564f17f76d1740e744 WHIRLPOOL 9a485b7b78714d36ce2aff9344a002ec20d28b832f8a622598cbc3b2ab7b43e94df670cdd578dc25baab1431273d7ae665789ac5c8a065adbfcb9145ab8da0e4
DIST thunderbird-45.1.0-bn-BD.xpi 581438 SHA256 a234d2ddc12c466a2812329e3e2bb186bd09a85a8c0ab2ce387b7f6133a7ee73 SHA512 829894d61d4218fe192aa3257a1551a069329a3317d3fed061e4bce26ca7312764e5596de313765115ea53a169b2785e219011625ec710ac52578959adc0796d WHIRLPOOL f81fcac6bac19ee717c7dd57295eb24483a0d15ab13d44ce2df5b607c373fb475edffb2644a8731125e843694d2e692221f0169037ee00cdefd452925af84065
DIST thunderbird-45.1.0-br.xpi 465999 SHA256 47c8d122a35a688282f72e70c29af8a6e0cf3b31fa1bb98da5f7ec7dfcd5b381 SHA512 07e941b17e0f65b001df8d58f7ad11d939be1543505fd37d8c26ddad95db5753bbd406c1b39e749689e50a89ccc6fcb72684f60a0f4566f17d7b8d8540c9ea2d WHIRLPOOL 6f45c1bd969383ef3c1865059accc448c33d3cda0ad15af9376455286525c24a486016a2093fa51b1ef0e9012891274e7288e8235bddcc309e5c74de329c09a5
DIST thunderbird-45.1.0-ca.xpi 467979 SHA256 9d0ffb70eb8b72ba0932c3bee34f12a3fb06766d3cfb063872219397c48685fc SHA512 6b53787fcc4263c50b9939e6f0198f8fa7d93cae622993263a72d3db52f1ae3248c486bd1a72b1d58247f6e2a0b962e8e038251d16c86fa4625d487b180cdd0a WHIRLPOOL 5de5d65829003fd494c6a9da5394d31f95ee3b2b6132ab49eb633c80e66c639a4654749b5742f959224e0715aeced2f0021187db964a7253c9cd1756c4279363
DIST thunderbird-45.1.0-cs.xpi 474327 SHA256 dd7c1720fa7f2825438dee59e46e5d93911d29f8f4f05152b61d0ec6675009f0 SHA512 a0472c6c17eb505f683a38d8b0574c0dd17f4603cc030de3b5eee1127d0be37fe03cb121d78a3f28e3e7f882f1f2f6e56d59ae3e2f0e5a32dad0487e5451889b WHIRLPOOL 2ec8706820be3540cccd6b8b1425341da50f60850bebfb32bc4b7e6f0f40c8be3c666be5e846c9f8e1a8a4927c01d70dcc677f5b34d4467f7dc497e357caf421
DIST thunderbird-45.1.0-cy.xpi 456120 SHA256 5ef4be044999200b273a148f7bc1954c5a20047383ea27ac1eb065aaa47db56b SHA512 d3bb259f6411dfb5109596b9cc329c5007f9ebb3ad5e38c475c02f96cf4c3b118930c9194d2b24c467fef36f0f91661e566f91361a6393466c6d31bd5e68a4c6 WHIRLPOOL 146442557698f8d180a85c5ca24716c98544c5217f60c66126a20da9c32f08c8a1335eebedf194936b5bef922d24bfd7a9ae4413264a40472e171bf9a5ec622d
DIST thunderbird-45.1.0-da.xpi 445594 SHA256 7961f7214f3eff898964aaa2a79bf554d566fc18405508f504ba20b92a0085e6 SHA512 44a91fdf87b236dea22408a4263a945f82519fb0a6f33bac95fcda073ccadbdedb40ec06111c9da399e3a500586d85f0968b5f7b250b1e1728e77d6bf3a970ad WHIRLPOOL 9409848f9e25d7d76036479bca81377371cb13a85e1aa9aaba9f11e8e86086957e6ca9d99ed9c8198ff1d62e42d09125a8c47307373e1e7231714a75756dfd00
DIST thunderbird-45.1.0-de.xpi 451955 SHA256 0f8291cbc88d6fb18fae20ecc30e1a70f2492d06c3734d63e8900f2977721a5f SHA512 61d2710cd6017e8df7b90c492c5891a1784a76dcf13e46667c0bfb00a28a79621c4f6a6d9ce7688f810d31e1ba79102524955a613a3ca165eedc70317b209f7b WHIRLPOOL 77f3b0f0ebbc425e06629c2e39189eff1b3517f350a836406983bc0469c60e8392d9e580c8a355fa71029a4e8839cc7183f74611dd9a7d7c7b384d600f6efd45
DIST thunderbird-45.1.0-el.xpi 514358 SHA256 f9d39cdecfe57374fb35694a3d2073959fe6c33629df3a124b37b829fe50bcce SHA512 ac195110b0881de0c91c4a5cb0df8d100f475ff5cb965b49ec61c892565cee3b36f3bc2ed5e09fe512ccaaa59a5007fc0e34344971d9efa17dd7456a0ae848c9 WHIRLPOOL 9ba4bbaca70b57e4806233fcdd7a8a9a67230aa4cbd76b9a0a2f601888444d1a4c4a085aa7bdbacc19cd422753de1241fdf8c07959f5a47f5b6358544ca62f5d
DIST thunderbird-45.1.0-en-GB.xpi 437602 SHA256 b339fe2259e86be929cb7e9a9e9779d2fc16c5cdd92949ad64b8a57553eb1269 SHA512 82ec9d55ee930320235353da467bf24a2f6206ddc6d3941451bff717328bbc015d5a0f479ffdf4e9247c4b7ecbd6c510cb81a8375ae76c7601dfe51b0eca7885 WHIRLPOOL 265bcd47dd5a7fa2c489167b0ab6d943a9c67b4629b0c9eea9e14c1dd8596dcfa3b7bd477bdaaf2d54c35012a1b3d993b7762205b5881b2a84526c4a9eaa95a4
DIST thunderbird-45.1.0-es-AR.xpi 464683 SHA256 f05c5717d6b48632e389afde024a35df775c5bf5fa710606666f6385a5475755 SHA512 40ed8d9f1f6c5a65cd8c9484f973535ca7ef1c08357dc76fc3a443179ff97ddf9ba531e2b3e00cefd5796047830c55e7489c8a81bc326b7d841eb5edc4734c83 WHIRLPOOL 5bdedc9fd7bf4c97db0af112b3d5d70695d97cf0d327cc8023ad15d048552d3c903859a418b197409ed59f0bdfc38bb5a58ca856d619c8577fb3b620a94b4e8d
DIST thunderbird-45.1.0-es-ES.xpi 387999 SHA256 5c0de219e65edafd7893ae94727f002b6a8841c336f4f1acda82de982c76d0dd SHA512 ebc99c65eb767efa5967c570c314a90128d5ce5382c86358a9bfeb6ba6b1c5030f4719e3b8ca19cdc1950690136a28f6d7dab861e8aa3b018cc8cf751c75ba23 WHIRLPOOL 960816e6326ecb319ee0b1576dba7bc524c0b1c400fbdbd471576b161f554e942bdb6d78e76ed5c06b95c9e8bdaea28aec25c04d074fa4089257b04466e62e49
DIST thunderbird-45.1.0-et.xpi 458418 SHA256 bc8b3283dacf9180e1fc9b8cd563fcb576d746aa2b085a4287d3b69b84b2f8e8 SHA512 6dd4a86d3f7c567f6a8bf0d68b3f89d2087979d5407d80c7144cda26dfdbe097405be07cc8a38f3e091a5725c7df88c63615eda7996366cab5e72532a24fc13b WHIRLPOOL 7efb64aa75d3d01497b7a4df732b0d88003992c810ca2ff31335197f01f3e604a5f76f6530c28ff0408f2281652bf61eca39ce735b23b6534577a9979df03201
DIST thunderbird-45.1.0-eu.xpi 456707 SHA256 625b59556469dad351cde4a28a5dce5529aa2465dcde1f7eaeecbede785272dc SHA512 6a03355a51280d3cb9fa3ee0ffe8b96d125c4f6cacaef1263502ffb53665bd8d2f8c5c7541bc71e99ba2d4ccc0daf837ba6cf6a26ef3d1ca57d8208b2852c952 WHIRLPOOL dc6d0bb925f3b51e4f8496bd63d7f677a8594ae4bd6e6de857af12d08d7fc169e7c05be3e7e15c851c82fb2b2a00d0a0e74e76b718bf3bc5a618bacef5f9d820
DIST thunderbird-45.1.0-fi.xpi 458335 SHA256 15f4c05034134d9b1900a8a8a1040686b9a711eca5ff2e45ddc502e0f248768b SHA512 0d6636481be368433790b074a272f83084d7399f7e4cacbd20fa8d1bc7b9d28947b87181e86d340912c7b8a21612151f28bec3ab64335171203fe38b93b09594 WHIRLPOOL 337bcfe4164408e928159f8c63194a5a5ea79de867744b5d6fa678ccc95f6366da9808edc37adbaa786d7df4bf0c61ef087e693549474591b8ca794f1d7288ba
DIST thunderbird-45.1.0-fr.xpi 475465 SHA256 5490d542ad080fbce3076c691004a0fa8d47ead78ceb46ce8a0d1f6452ddb5a8 SHA512 9ee745854ff54d3df4285652205d3f9d72579ba249504c21722173cdcee266b01738f707e08c2275667494a6b643eee40df79d708e3d9e9d5c6c03c9f2f6964c WHIRLPOOL 4607e9a65b78bfd25a9b54ab6e168687cc8a75482ce9e9a9fedc0c99915123e9eed3b39a318e65e04416e473071543acb0bc9ef0a29b2ff2abe805b0c5b8e69e
DIST thunderbird-45.1.0-fy-NL.xpi 464756 SHA256 473af6e3e4bdf460485c6a46cae6b14d15221f5eb17d2a36500aefe6cd2589c6 SHA512 a5169ff139bf36a81d6346115f2d2a1f9f0496004b5fbba6df846c9e6c930796730ca90ff78ec6827a47c43dfd740c1e72cf0609d2cc863f776970b6821d584c WHIRLPOOL 17cca119490e3f0bbf08047753b789de95e8d14133b01b49dd43a1c07d671ba256016efc65f207e2090783595d75451f7b12edfff96c5c9c2178d2b9982f27d3
DIST thunderbird-45.1.0-ga-IE.xpi 480315 SHA256 4d2d14261e1ac010b3c762030cf416727821c433b2ff7b1867e5f5c07d8ca04b SHA512 99055a046365d807a9f7bafed8d4927c7f532a5e936151bba3e631919ea31c8e2c6f9d82a3486b31006a18acac56d4173ce5edbfde4aec147c195876e66f27af WHIRLPOOL 252bbcb7e8d725fb03f892cd1844d8ef1b6ef4769bee7a6af09caa4968f709b419370f758d67ec4af1d3640efb626c8c7167176f498cc354d82efb82a0c97001
DIST thunderbird-45.1.0-gd.xpi 478296 SHA256 05d709219a0c6ef956663dbcbfa7f546a4ada1128922ad678307b99d2f16f281 SHA512 6a34a079fd4ee40a1c473b68c810afa1191830211bc5e9cc037715fd732accbd938136349dd31dc4c8d9f13a123658f8ee2e4e4d17776c8b92ee8bf67f0a14cf WHIRLPOOL 5ca481a403a315c3097183f2f0d8c294ee481ac268acf72aaf0f06f9636b21168fddad0c97e7867c89592753ebc4dd418655622b028a25612ba05d3c0d82183e
DIST thunderbird-45.1.0-gl.xpi 478580 SHA256 15bd061510fdfbae09807f7697acc6e743f72a634c91002e830001fbeb01f5f5 SHA512 b24ff715b70ac6c1aadf7cae827b9d6c45a5cb8027ae7005f90743b2a236c9e9546ed92dee1e9d24fbe2abc6d64ba72ecfb6d6741fb42f3bfb09e1ab647bb23b WHIRLPOOL a2a11523f807771c6d7539984cde88fce0a6ab7dfea2bf8f21b6fc44587ee120c362b1e5a46dc427dd526cbed3d0f1785b9fa2aa9b67102a74ab96c135968913
DIST thunderbird-45.1.0-he.xpi 497962 SHA256 05fa15c626a0166280e2c406947ebf28e463337f77086c5f7fa374e5f859479a SHA512 20fb0240216c6294a05acb38c8a58daa3385d790481d4d24575f495e89a7f04776c4a9839fd926c6f772b3cc8cfab5715aa47118bef3da145c4320d277cffd5c WHIRLPOOL 9a9b188d1711429418e3469a01a81188e46bf2aaeebfdf0696daf8b7ed2da449807aaebacfb1ff0140917ca7b931a822546bf5ebde297730277371d4e047c039
DIST thunderbird-45.1.0-hr.xpi 463958 SHA256 3459b013efbfc2e15129b623869ee4a61810f4eb864bf71d3cdbbce0d3465144 SHA512 a784f5ab2ff3cd9dd0de13e9e725e65b01543a1422ef375e1d0442d48b943f6174041f3662f801fab4ced22d631ba208207d0ee3945440b42b9ddc786df507b1 WHIRLPOOL c28ba2369558c456a965fa952877ab2a216b840403ab2962236e42ec316624182118afd0ea7e0c642cb70c6305b7ad977a170ea62638678ae33f316b93fe526f
DIST thunderbird-45.1.0-hsb.xpi 479413 SHA256 2dc60498f9ede9f084805c65ce7a70d12cffa828c19d206478a1966023bf396d SHA512 c1ad90982b6ef94271c5dd2532767bfa3f46f7be67bca2ceec9ef9c1f31b9ca06b15b88b258d328dd3bccf1e246464ab084271c00c4f4e492d12fc91c765a515 WHIRLPOOL ef9a862fe9cb7e7e76de42ebdef6a72cba6105906b6c3ad734292d1a3ef0f84460828809d2c0ac8698cc9886c6c005237f10416e19d598703225652c06192843
DIST thunderbird-45.1.0-hu.xpi 479583 SHA256 e899edbae6b7d20346a08896770b63bd27226214777fbff43d8287407545b8a3 SHA512 10e4363da2f6c1ae16dd90cef8ff312dde7ebdc9969ad3bc82ba6e4a6b1b47ec31ff5a233dd5eeef14769975472d08920e869511c7b45a1a44836ae77024209d WHIRLPOOL 6d74a29c3b3bdb1c740f3394de65024bc8afe42f04bc22f01051929d95440809fcc327f7f5d004524a7ccdcdfc8ba3f345abcd13f59fd4ae49a00bf119f2e6ef
DIST thunderbird-45.1.0-hy-AM.xpi 518882 SHA256 5e8b49826771d87b40bd0de7c973715a9dc6f87cbcb57ecab2baf13c0312c9e7 SHA512 94a1998039e9b5464b9a1b31853a7e377fb602d5b73f0de9ed45120b2d21750e720851e5ee960ec2059ea841fbb245642c4afd3c835252aa8eb4fedfec695cea WHIRLPOOL 21a138759fdea5a192bad95ef25698100d24a4cbeba853098476b6012013e097f3578b1f761647fa4763603c0c81d8b5ae36d61bc31a43d48a70132ac52094cb
DIST thunderbird-45.1.0-id.xpi 499981 SHA256 218fd44697d5d77e7057203c618941341a477ce84cd9058c4aca1bf444ffba0a SHA512 20ad5fe29f1cd58650053b0ddf29ce2d11b6023fc1b8621eb832c0f53b686bb0ad818357cf6117f96885d77a42964d8e251159c9ee60e223cf6b0246d18c5108 WHIRLPOOL 3193e63fd8579733880c803bf3a50d9824b4d52887ec059b08c2213ed2a74ef20abce8a4d84fa4c864bf35f641154d649928ec80f8df438408916db6d7367e1c
DIST thunderbird-45.1.0-is.xpi 462190 SHA256 33a82beeed8d07a0e99027e4658956ead6191c4d83731b8ed9785b5e4a8ceeec SHA512 fb634641bc212457ed8762a605c56a45b42889dfd0aeefa0ccdd6992c18772e90facaf3b3cdb62c6000e15295f1095ddea5555adbd884175a07e801f8c40817a WHIRLPOOL 275e7008b4c83c6cea79ba7188ae73b61f9bf41d87a14e1b0099ee4e5d7f15d66856b2950d3941fd55b463659fbeb84fe5355c5258b35bf9ad95570c7af9ab71
DIST thunderbird-45.1.0-it.xpi 376888 SHA256 b88335742b965488b4c253b2762922dcbaec1b03e4a46e89ccf0868a312d97a9 SHA512 300e1ce89092c55624a596d4d2066c73a803e59e607295c5671f7274d971766c61db29c96f97fa9a7d43789483bc077d94cdd5cc319bf45e8ef8d096bccb1913 WHIRLPOOL 20a104b33ff81160c14f47010ccf23b6ec949b9bcceec99675d48cd8cc7bdbb9e9d28ae95599d60c261a47f3231852e28cb783cefd61c7cf57eaca5c5ac20110
DIST thunderbird-45.1.0-ja.xpi 519551 SHA256 508616adb80b75eb11ac4ffe774da069c53e5325cd2518bea8a6b68124e442aa SHA512 1815752355a68fe497065d4d38020c46e060897dca2b4bf0291b5841ec7f7e7e008d8e8734ba5975c49880c21029ce509ce8b4fe1672a2922e3c47ccb374d959 WHIRLPOOL 332ae881c88725d13c4094f70688698b310a326d9017354c61f7c1ab0ef62ce5fb5d5e4d2945fec83a040145d717f5dc302ab23b0f5e6fc26d831422795970b2
DIST thunderbird-45.1.0-ko.xpi 487416 SHA256 d66d4fff901d7e1b073709807f6b5d5d6bb3c1abac13df27c040f924a574ff05 SHA512 2ed9bd188dc689538572357acc3f212574c8717a2d3242690b955995b54ca510ac18988034a74c9af510453d0d510ed050a16421fac8930fd4f327585be6302e WHIRLPOOL f41df4954c75fc81cd48ee59b92cee4adae54f9be7cd67f827d882117cd68e16098b2065518734738e68f4cf081b8fe383d1d986dac5d6536b375d5def02077f
DIST thunderbird-45.1.0-lt.xpi 477735 SHA256 3505eab4baaca400374f6a600dc3502ddb8cd4415caa64c8e7fb8516e02d4ace SHA512 17b50125527881a1e2aaa7630588d947c8c146f38f4c9c35015589165cd69a30f798dc395f98f43ee2c5844d24ef8cb8ddfa3fd497cf7f6d2acfb246f18223a4 WHIRLPOOL cb628219b4138f083161e452f35dbac7ada4f8b334b3ac1dd236df2a1132a75540afed0a36857d0b53553c6b78dcfff76f4def41505a48285414021c6c47e16f
DIST thunderbird-45.1.0-nb-NO.xpi 460011 SHA256 77a7fd3ec33ea13f13dfc785a59bc195e4f22a526ce3af0657e4cd26a345bd0f SHA512 bb95c2663dd3140923e6396628257ba7f743cfd4aaced81b80c0a71d19ebd756e1e37dd978036a2452184f1090381257ffc580d01ce2ed760e8878ab1a7e9890 WHIRLPOOL 3ebb88e89fc87c10a7825c7b564ee46ee9f711f04471ce970fca87762da10522f010d38ef6a8b0b767a263e473716b7dfcd6925283960bff5ff6f9751d49b067
DIST thunderbird-45.1.0-nl.xpi 456663 SHA256 dc8d2c6a679f6d4e911015c87fb67c82f9cef4820965e0d80a8c53aaba1155ba SHA512 aeeaf7bc14d628370fff20306500447c478ff8608ae342177119bbbc8e09555206d583a2c92fd15f0c164d06759d7c6cebb97054257be1c952a50eefdeda1ab0 WHIRLPOOL f69c503ab47c6e23411b2f7a0754d608087dffa9dfd93c98082b0f3034a61ea8c50e30aa96557443b44d4cad145c57dc5b0f7b915daf0daec2927498efe7c7c6
DIST thunderbird-45.1.0-nn-NO.xpi 460879 SHA256 80a9d5f496db0854f565c1ab71473aaf5e39e2e0e312aa1516732d87f99e1e34 SHA512 5a170757193622a3f6e7e7e4dcb1d4121756562a62b7110c928557acf6aeabefeefbeaaeaca4d23667ebe006556b472b4ee4af12f5a04b4e5daf183aaba6c8e3 WHIRLPOOL fb65ccc7bc08eae5f599e773d942e9b7cfb7a1eff44f9cf3e82eaa58f010683b4be9d36f21c2cd2fb81aab9a49bb5e4e30190cef15a0f7ecc59218aa95c5dea4
DIST thunderbird-45.1.0-pa-IN.xpi 551066 SHA256 7be57264ce44d7a08addccaa24661f9cf1def3e1e0d1bb23e4f8b6de72a5a342 SHA512 3ae57aed907e2b5d444b6c25fd48711672f020c62e7acffcd95e0a9905f257d34bcb6a55ed522b5511344aa01ca05ff177cde25d98d0b2d68be248ef47bd233d WHIRLPOOL 13fb8f07f1320d22baacc2b3c15abe6778c4c7ac77f90d1a053405c9a213ad5ecb658149741b9d7a8419665c1d1c0059a11011ebcff20315f408a7e4020f2d0d
DIST thunderbird-45.1.0-pl.xpi 423866 SHA256 a2dfbf3e92891b98bb7ab6feef9c7b903f16fe4615b641506e3470ba5505af04 SHA512 9723c03109e9c0a79912391869a34f1f510418ad697d26c32b6f3380b765c9d67f10a493de7ff2ef34facf1520ae6c53940e7a878d803a83d097024594a3d532 WHIRLPOOL b9d1e73fd515cb48eaad62f5d09b80c20c835cf02712c843bc87ab30ef033662842ef449bb804836a12f489dda5bd98f3edfff1f14d6ccf4e7a04ea6ab42d713
DIST thunderbird-45.1.0-pt-BR.xpi 464682 SHA256 bf7f0de90bcf22a5087fbe4883962a72efbcefc969fabbdaff4675eadc8bef86 SHA512 bf4295eb907ccaa098420de2cc4f5b7536f7c60aabc0584a4522605aeb8f642dfe1c03787d0fc0302150ec6940db497672fd4951c2c3e6f751d032bc097d4bd0 WHIRLPOOL b3a90d970c84cf8fad2d0c0acc94692d787a52a3634eceaf3e165af3fcc6ea7fea2447ca80a9325c6f82458b92ae642276d5c7f48a2377e8e9d7e42e6fb001c2
DIST thunderbird-45.1.0-pt-PT.xpi 463750 SHA256 2c681adc6dc8c67ed7fd9e51a521a383c63397984e8d7f1eda915b3b3d596369 SHA512 2d3b37f1467f81920dc5a7b6078dd749e54f70da4c08b900f1ebf822372906b45c21c10af0278009914c674a56f35924e8ce4c9e1dca17230f0a56d2ad6dee53 WHIRLPOOL 37ab65c2e4ea4ff5b2c0c17daf1ec8cf3f2184b002dce101acae6164883519c7ef3b9eee43bdac275ad4a1119af4ed126022bb44239326e3032e1c1383f4b81e
DIST thunderbird-45.1.0-rm.xpi 462650 SHA256 a54eb68e4585eeefee3fb0e3bb02e9987002f8e0d6e2c268bd131bcb86dd5b47 SHA512 9cd35a7f548a4e4f1c1e0ac32438895d90318520ba4894205b3529f472a99ca819e829bcf4cc0bba3f438b39beef3020aaca7d575f5b628fee2b164ed3322cf8 WHIRLPOOL 781cba6312696dbe11d8dc23eacfff957e699700d18494bf5ee008249cc0561e659ad7e6943d0aec3ee822e08ef39f2a97772d5cd750ab2b8e5e710038a77d56
DIST thunderbird-45.1.0-ro.xpi 468517 SHA256 1f6d544d91d499de32abd5327bdb494e219215971dfa73532a4b184ace075cb3 SHA512 40a52d5e47aec070ba88d7d0ca85df440ffda72abb446a0eb724bf56a5b3aaec4f15284b5dfa914809d3535d33823f94ecb571200a2c220132eed6eb89ed9b28 WHIRLPOOL 736b51046912d7030622dd84d5d38a33399b6f02921fbce542f9a0f08d9b7858c0877cd00912dc0ac4bc6f85ef34766719196dbdef4349264846bad5f6576b08
DIST thunderbird-45.1.0-ru.xpi 463891 SHA256 12915fca3a3a5f821f8ee0c4c09105ae23b289d3cb0692f27177c75e811987c4 SHA512 21648a1e10a4db536b421dddacce579face0a20b94d27d148d8095e365cc5d00da72e4a8328bed668d403130ac1789391de231424b2132e462823b4a4c7e401e WHIRLPOOL d82a96de8c4ee45a274717cde2a0fb4b60a18510736960efa5224a8dbf8ce26ed8a6656e2f251656d6b215f6b2161daa2891549c91d59ff2a90ce0f3b7f5dfea
DIST thunderbird-45.1.0-si.xpi 555994 SHA256 fc7295c884f537ae6085322333a477c0c08995202b039ce439d5e1925ca22b65 SHA512 43e54b74a8a85d9d562b3f547873db40afcb7a7d46dcb0d0916006c1cdb94175935e98cdad6c55e1fb417bee53635eeb073eb863aac26f7025460caaa42bccbd WHIRLPOOL c6b8f89f1ab03a52bdcfcabce4705c417980cd8cfa3a67692f347facc4d8ec45937da7d38a64b355088027a861f3fdff71216be4d73dde07c529708b9a698ad8
DIST thunderbird-45.1.0-sk.xpi 481492 SHA256 1481bddd79f9d2b640adc3fa715f535dffada9aaac5b48b24bfe9cd9f77dee56 SHA512 d82f619d2c14470e4b697dea46d8cafd71c53a6562e503ac9aafb70b253434658822c54f97f30bc62fb00946f4bbf9d890c1da8030802db8546fd558039a8b88 WHIRLPOOL 3f3d5f849439a526e1eba8b666d18f7ef2d09ceab6a7fba89b165293caa17cc449ef05826adc4e211c75fb545edad599732aac852a5b2e7be450dedee1f20054
DIST thunderbird-45.1.0-sl.xpi 462776 SHA256 b7bc2a32d62917609ee1501a747b648357a875a337aa466e8b846fe83c0a5e94 SHA512 4a3646583ed8b7b41d481f4cf94ebbf5daf89c82f9d38130bb3173feae0e0d910ba5c7d71c38c230ce531cd7561271c8e14850437d5568ac5b5dc8130c9a3d28 WHIRLPOOL 882fb0e703220cad16daab71975ec84e332ac607a273e58f30c5a130c23eefe4132ce84e34858e51d21cdc71657231aebc3245b8aed9b593e21c26d43be5ab8a
DIST thunderbird-45.1.0-sq.xpi 469534 SHA256 8c4a165a103ca785e6b776bc0fd8b5d1bc2f9da33530d80aaa5fc6634272ed4b SHA512 c74768d6de198a3a7b2fdc0eaad7f2bd32a58a160ced0b0504f3d81776ca8cb72cd842151af7f8f197b166dd101c004d637fb1929fad445161948ad769efb757 WHIRLPOOL 29b44db4ca4f9797d33be2b404ea668263979522811f368d847b7c64c631290ac2d4e37bbdb86d68eed38a19fc83a7ee9e60b354c801e73e0adf6a4348098cf9
DIST thunderbird-45.1.0-sr.xpi 565464 SHA256 2ebe7c218753470f5bf9016b87fce71145994581cba6f50f99ae141aed3a97e6 SHA512 74124d3f20417c47d81bcf7514e98b8401a8d9871c53c00976a2ca9790bc8c5fb565923170d4671d9be2652e5f281bee0fbbc1a870fc807f48765e79e1d27e11 WHIRLPOOL 9c63acd1611285738545a9cd8372a897faf1d9e6409438a9e64cf6c6d7451c0121df0cfa7cb72849c05a39b2396500f9f7b551e971a0f07feef63d6ff2c3a652
DIST thunderbird-45.1.0-sv-SE.xpi 465433 SHA256 c8fecd5f57bc1954b5ffe8f3288790f59ef85c0734d8a1d7a4f5ae77955f1a3b SHA512 a1f1a46217fe57eb50f472b7d92115c1a3d13e1962c9bd449ca44c0c533462e017a2108867068eac443466d2dbc19b7b7a5325dfb8c1178024fdb859df03ca5b WHIRLPOOL 34eeff1399bf7775875ef2f72828b15a38f04db2a9c8a86549a98d9f724c392a88ba3e11107782abdbf7c247f2e6fd56fc783fad257440e1dd51312c3a7bf7c6
DIST thunderbird-45.1.0-ta-LK.xpi 579218 SHA256 e4b6656c11850367c353cf4034bea73676d4c9f90d9ed1121cca46c7603a3b4b SHA512 fbe78a7470c6780f350bdad770723b77b0401591565a2663c2b6a18e7f1d6b69ec6e4d1a10e45622a11ecd29c258f3abe3110cb94db540a93d3773f72fdba025 WHIRLPOOL 345993bced718fd2df8cab9bc1c57f960eb96b09058e20df8bb3a8b9c9f2588b0580b8eca38404aa57037c882690f4b1226b7711b162af186861bf3a0a423da0
DIST thunderbird-45.1.0-tr.xpi 467621 SHA256 bebf4f5adbec44d288bd5c36cd807e5fd894a39cd60b0325059fe6c0b46c0ffa SHA512 a770f3059eca7b7dbdb980ad024a6c0881e02d825c386cd77d6ef8f9dadf753d7211832bd1b24b3b8c9cf70839cb570bdf9a6fdd99f492dc5b6c3ec553f4bb2c WHIRLPOOL b46cef98002979e9175eb56d6de5a9a9f697813a3ffa400c0a7f3cc87b35e055521bfc606376d6dd3d9999b1fe13b57ba5d8793a4186d657288f7d839f2ca29a
DIST thunderbird-45.1.0-uk.xpi 536438 SHA256 8fc7721b3bc4010632041b08bdb7dde39c4ee6920afe5d7ee6608534a830abee SHA512 a43c90314e5d2a048a16587d5158f35ccdca33ff3de9dd06b62a82686671826e68383cde68bf670638398c40682ec1c9c598c9ea1d9e3a7a89989b90f8ca46d9 WHIRLPOOL 1d531f42e1d2d94d526c53295cd86c2b400e56373fb3ad2d6a660683d6392af64d9f8c6f001bf1a330c89f1255e57a51c2dc47a130086336173fb2ef00217df2
DIST thunderbird-45.1.0-vi.xpi 540497 SHA256 a26268f37e0eeabacb84b514c6dc1bc033706230a72dc882b67c17afd46faea9 SHA512 2291039d5f30be25d3aa298c2b5b1d1d18654a5b900103d60e11829a59a4cfa179dc3fca790c937bec774d19e90f9f61d843628a31a143f3bbf15e773cde7f57 WHIRLPOOL c3935d5e85bf4a6c2c4d1f70f431f2105c21504ea6dc31ce895ad856410936b347992323f24c3ea6cec7214325da0cffd76c80b3c153fe1d76a5c384641dcf2d
DIST thunderbird-45.1.0-zh-CN.xpi 489209 SHA256 e1618817070fc4c9904e752c9cc8d3aa431590b4a093b04cd6d54b4cd0b20d7d SHA512 fe17ee9226c341fca987216914fdea747d0a93e46ccd8aacbeb6b1c6b8dce2d7e5898bdfc5282467e8123c79b9311d417cf4c833e1b07955e625302d210e2a76 WHIRLPOOL bd6ff24475e0b32ce997590885d527fa9fbd2e018ecfe87fd08a279b1fcc65007b13e617798c48f431a5b3a2a688aef4a1dd016b3a2d051e6e5861c26a41d81c
DIST thunderbird-45.1.0-zh-TW.xpi 490849 SHA256 0e1939d37e92509190809d8da305c879f3bc48695272a0640ba1962cd9dcc9e1 SHA512 bbb73c4ccca064fad34d594d76b74e6951aff23c38178f25f113301c7fadda9cba8f95b70e293cccf17f5355d9b1d5ea04b405f7b96c70001ed8d32a12324bde WHIRLPOOL ada935e5adfca61611a52b94e5ade81af92ed26887abc7f36e8f556f68ee091c1ff08f9e44836a93da8ba4f2414232deb2e9c0a06d02b121efb100743109b3f1
DIST thunderbird-45.1.1-ar.xpi 490774 SHA256 c535c621cd989d46942058f14c90ec3d9c9236c45c4dde52af8be4614ddd7140 SHA512 2de70c2b066038bd0189e9e3470bd75dbbc6d6ee27759a06bd548ee23e47e3f0757036f8f89ade56c7af67c7e23ca5ab6fe502808684cb03fe779918fa3bbf52 WHIRLPOOL cf00ed81db4eadc83cf21272ae52a01388ba1aeedf773843eeaae636fa6791d1fc758b158eb5aa7ba8832522c039c423a42b190fd76f0138fd677439c1f1c04e
DIST thunderbird-45.1.1-ast.xpi 428058 SHA256 9e2f93f4851ce6fb7a180738823b8286f107e1380b1ec8f884fdc3758174c05b SHA512 537ad2e4c5f0dc30b5823b25bbac301c275dee248f5f41a903169ab41f836578f9fc3f4db034f26a1159d49c0b5f8c701e86b8e84f3b4e70d7b88b7466000ea8 WHIRLPOOL 3af4cd3d9ab36d4263099cd43ba43804590f56c9f6cc49116a8cdac2dc5272ed45bcab8ca520b993d7282ef81511163c20df92747ab0bb799097476dd580800b
DIST thunderbird-45.1.1-be.xpi 469096 SHA256 25ca69a539f92f53eb0b7fff142989bf6dbaa7231e28d43ff9f5c12c46450d0a SHA512 9a277d63381fee98ea07120eaa4a815e589079ed61ec9909b7f4b55cee3f1bbb1af9528d47f72cc38dd9a8c0fabd0d7470dee574aa76f13845e99f6a68a053bd WHIRLPOOL f6cedd2873f25b132104cb9036f8d16102ee537a6e45c3a0b3efa2c917794eff8d06a3595512b48e459fc6ea1827b14a6ebf0e9da457e91372947f1425076736
DIST thunderbird-45.1.1-bg.xpi 524304 SHA256 13ed61e0d9d6dccd8fdecf432dc6deec87d554239676fe7c96767b58aa8dcc49 SHA512 644056376bfea5b9d157a10d43661ab15e08b8c25e92844d2041157a66bf2e864abeb1b9f67220c1343846619eeeea9002cbb5ee840c3b50b9cee7f72453c926 WHIRLPOOL 8ad83097ab02dec7522d1b4207e5201513340fb009b6e8a70047ba620abba187329b876347c782a1f16773cfb09f54277473385a706b2c74578270b85559cf43
DIST thunderbird-45.1.1-bn-BD.xpi 581439 SHA256 65530a9adc3f442c9fa5032bd9e5e9d74f984397a227c34e36a07f888b69aa60 SHA512 95a40d8b7b53b9d4f693a163a4c12075e7b83bb8ec6896a334fe01e3a3fabedfe82dce8f616d6f6b4c519dc2093eab6d4efc0eff001250f4ffd1198118af46f8 WHIRLPOOL a7eab313a54018cdf0502226264419af14acd1517a80156d6f05a212394728d52849d94cce166249f15d90a3cceca48bdc07d9ee146360fefb0298fae568c679
DIST thunderbird-45.1.1-br.xpi 465999 SHA256 6b3c787ebc50c41eed5410f22402da6e7415c72dcc67c4a655e1931572a3e5a6 SHA512 a4ae8462258331ade9a30ab4842680dbc1da073efdda66b69c053fbc09a846ca1cd770d251b4b628dc517d5a0958f5b3a57d8bc4ca58d992626d6c9af43c5224 WHIRLPOOL d561f883591a877c098f26b43e153faf30904c102e290cea3b62902ad9b7af84159d34bbe6d3fbf77a3f4a0c2e998b2ef4f7db5478320307c03d1f2a6feec7c2
DIST thunderbird-45.1.1-ca.xpi 467979 SHA256 059a4d68d8319b6b66e6946a6b4add2ffb8b13a689c1cace70a5bcff56b49731 SHA512 8147fa8f444d3ed8e9e831ac75314c28ac6d07c11bfbf6f5de749ca2e42283880bdd2b165ba62c5d2e07b26774e700f697acb61342d98114423b1fe0b541e37e WHIRLPOOL a2449f1b43d55af8790db8a70c7eb78ee5ca76a5e761d7062df55d96c7773dcb8ade1f86aa1e14c4515d5d980aa271a41bbd54f11579cf7cafc9f81212c4d49e
DIST thunderbird-45.1.1-cs.xpi 474328 SHA256 76c4f7643a72b3a57ec123beba2aee25de553d71a700f3c739090ea580554b3d SHA512 cd6d14585f6bd69147870505aeb1b0423cad699a4a073a987a9b9030553365f0c25c21cdf18386b31f2733afc106d7026d6b52177ef3a0573277196c835ad86b WHIRLPOOL 4a2de38bfbb214f2901804b476b7f8fa7415d0c8d141ff331f8a8b431794d090128fb5b737c389be8456a267edde5df849f08ba2a6c7e692f868e81bcabb29e1
DIST thunderbird-45.1.1-cy.xpi 456120 SHA256 677eb544ddfd42a223d5f4858635ad00c6c2e2651f9820f737f8f0454cb5af5a SHA512 cf5a829b65029c81d1f76a132840a4235af98211f22dac3ed09a3044ea00307956d952c1a09ed23536a8629953256d8cf35a0c25a52727943c945d579b91e98d WHIRLPOOL 0a10b25899db9832dfae94fdc00a3db6b5fbd9768d605b2415a0684038eb126d906090601f036a75ff394f6f1047fb0ae06932ef39b7c1145b6c3e2edf9b3c68
DIST thunderbird-45.1.1-da.xpi 445594 SHA256 899e09b81ccbc88cc441e24c4a8d511ffd18d56fd247bd9164c15900b22e32be SHA512 3baf05e948babd33b3a1686dd1672a5f03bb874ae8778b95e10aa1ff33c023940378bbc853e62ffff6f832e8f7c42051a7889daaeb63abe254f0e5730cb2ed47 WHIRLPOOL b2cbc6494c3b71a76ea3f58d2ebd4dbb1201778aed1105438019c6ff9c81300c510f17916da8e91f0e2e5b856084e129f7374b6caf88ec689ee7a8a7d69b866a
DIST thunderbird-45.1.1-de.xpi 451955 SHA256 971d977956cf3e3a0ec9ff8d5f862abf4ea8829411c10c894750c232b35d5739 SHA512 0f08669a9aee984892f2254ba666aeb0502e2246e0b71b0de18b32b64d0585340cebe6d765299131b86f8f53e4b7fcfff6b13dba4a83bf2a043e94b4e2acfe96 WHIRLPOOL 2d21176b84cada44b90a00298f0a77d76ceeceb37e45edfc0ac1047cc2c5a569d76305e6d33598e9e9d4ef5fc55e7401e307297b1bb4cff9899734abb1803d6e
DIST thunderbird-45.1.1-el.xpi 514358 SHA256 5adb9671a58c732de677242f7bebefb8203bd00568f99a78ab3f1e09b80962f5 SHA512 c672eb731cf2cd4e4881eeb06029d091c84c5599d48927b96be3e093d40acbb3ddfcd020516c47bfe88a4b410a27ffc3ed2c62ffd3c172fb8d2ea98f1b3bfa65 WHIRLPOOL 612ec662d3d74b6a4509c0540628f6d949764c0f93a56720ee2a67a07bd858d1beac15123b9aaa724f10d3ff23284190e439a16424b7547eb4b46696d6f0bed8
DIST thunderbird-45.1.1-en-GB.xpi 437602 SHA256 b0afd91d607111545d251b9b51894bb25276e3aef11624a35b6c67b6947ad1b6 SHA512 581a16c71f48d4a7b8065b8a055c92910df57037a0eb578a347a89147ccd50928fde723571fae51bcd856cd9cbb5f6c1b630e2cb3923e032aca9644989441361 WHIRLPOOL bf0ef69c192b2992ca6ec452e2d0235e63ae784d65123b4d4787665bceb370c62e81bc9730836fd821749234c1bcf07582516e7e0ba3755555593417c30f7702
DIST thunderbird-45.1.1-es-AR.xpi 464683 SHA256 09e3d97c0dbd7ea39f5fca8fd372ecd43b5075a86ca3f5afaa80af6fb7fe6669 SHA512 d98a2d9cf6d423fdbb9e739e494d18ab355ad1ba4353f9bd517ca462195044094887ff34b93e2d984742c51a452a4e63406b51281dee22e10c5c85cdcb0b5525 WHIRLPOOL 840c3e8ab208e7c51d40b729e9dfc0effa7c6b045ccafc526943411e8b522695522d6db56b226d33cb44e9205685540fd81a60c61b01fb80f91fbd49c061c38e
DIST thunderbird-45.1.1-es-ES.xpi 387999 SHA256 1a277653c49a1a5ad7f859dc70ac9959ab026b9f5dcbef28081a901b876a67ec SHA512 bd4d71ee39fb19c4862382b5692cf23be7869440aae560fb11116e00cd6d8c14ba7e755826ae88ebb35e1cc484421124b8fe384e338ab27a2557fa83c6132dda WHIRLPOOL 2246d4893c1c24320a3372a8fb90cc96ac1091973b1a2ec8ad2b06b98b5d24e7890409f7b38a3009a9178cce3b5bbbed313f40a285f8a8f3477fccde13871c02
DIST thunderbird-45.1.1-et.xpi 458418 SHA256 bd3a19cf288f41d1b867ffa757bc5b2f8dfc300406958669981d61b74af4d3ef SHA512 269b7dd9fea4bd5fb1a78e66b8a92c4a456d8889b1f58dde835f60eac54f3dc205fb4943ddcc86073d7f9c309d4822c7f70df9bc9e9613e07290cd9c8d1c4f25 WHIRLPOOL 0ac02f6fcf420eb16840b957ec989ab94a2382887378da0c9db8a3b0bd5ca410d72af1c7c4992866dbbadb090ff5b0623ab6440890c3003c0f45a9e306231d9a
DIST thunderbird-45.1.1-eu.xpi 456707 SHA256 85ddf6c308c847e3102e813feb87c3ca2b585401ab9e17ef523b43d0c866097a SHA512 40fb609d4de41f20126cd0050d6f8472085103143b2a5ecc9bc4f16346b4250a575c9a8c3ba9e653f4b9e8d1ce9034457f92ef8d543ce93ab3cc06af66c8a97d WHIRLPOOL c5cb8b9f079fa0d46b0e75b69a7c4557f34b8913c70b91fc85954a93491efdf53fb9d409ba40f7258e4d25fc460d149f418f940a9aff0642dad5aa8d1f8e2e37
DIST thunderbird-45.1.1-fi.xpi 458335 SHA256 bdef4f4923042b7ac90e4e908965a56f75813d92cc0c6b678e492e8a2369f21a SHA512 bc97da4687fdad3fc67a83960ee487b9bc5d6d529e3cd0bd45365cd207260a98e6e48d06eb4ec643553ff0c4ebe4a092d8f3a51ec6372a5ff415b612bdce5898 WHIRLPOOL 96ab868de19055d77d1c77c3df0012d6ddfc102ea32161969c96c86f1a3c4e3ad8f01b4ac7e18bc207c93bb15bb284ad8a1cd111002315028da247b664a5cd04
DIST thunderbird-45.1.1-fr.xpi 475465 SHA256 9f0b1ccec04d4f5178e4ba76ddef4f130b9346e18e59b73f9183a717c11dd132 SHA512 8f9966ea9b8018cb3a02fb123c5404f36b28663f7d311c4febe5e30df6f5c1dfe937c2026264ac39739fc1cfd8685894b798e27cd993020557dad55663c5cca5 WHIRLPOOL 141f6292b30e50fb443e0acd858ac9472e2a0ba5be5166df9a383a02a5e98b5d6c2f3b51792c55c7d8d4f24352c5f65250df74fb415088d4c0c4b8f4b8d2b702
DIST thunderbird-45.1.1-fy-NL.xpi 464756 SHA256 ccca231508908ae9125a00b737a45d71e40006ba8bf9b3ca168553f15eb3d367 SHA512 006da70ce4bfbe11a95e4de45c9b7abb07952612c9f100bd6f9a831f67f2f4482178cc877caaff5b0ca7bda5c6f592b274f43622155be54f37a29d39f26bb864 WHIRLPOOL 5ef710801e492f744196df733cf5d18f0a5358638c82bcc8f62397c993646e58b3fcd8717065bc826df092ab7d991d0ffa730ad8a100125e5134a4bd201d93e2
DIST thunderbird-45.1.1-ga-IE.xpi 480317 SHA256 ccc8cd8d80aae1cfc58e63b8a9ee66bfb6247fa6d79859f5d3f6ed15333aaf45 SHA512 80c07b2647e1f2dc00d4bd6fd94874134a4d8d634ea96e88103fc043532ddf2b8df3fee4919be4a1443831d7d5fabb52c22f5a1193cb9c63aea3de657af47e5d WHIRLPOOL 11f9d8ffcf388974fdff48ef35d4463b3ca329e2e90790f26a2106d3433c388bdb2b9dece970cb9367dcd9e18c156ef4154ce0658e459f6722fdfb80a357d462
DIST thunderbird-45.1.1-gd.xpi 478296 SHA256 f9b89e925ce69bccf7284872f47fd010d26efc5ad9aa97c7c454b2d54462eb17 SHA512 3666d5d7304b7de39244ffe31749d6d40107e8c24ae2a3e1d5b1e337540f9ccbbed34d198dd0c686e663c329249679226a36a45da59fa9912832b550a6f14fe3 WHIRLPOOL 97cb734933349b9fa4d750b44d70bb8ed2a0204a278ee39ae68828a94b916afaae7c6449aba64a9430df38cda45b83713817042d836b64378bc41caf09d3a0db
DIST thunderbird-45.1.1-gl.xpi 478580 SHA256 8c896fa15d69ac8f829391b47051d596420fd2175058c6e0852d66af932d30c1 SHA512 1de0f40a2841a16e522cfee08c673953702e922211bc26cb4f7e45154512def9e71150a96a4329234f2c9c1cc5509321be5b272bedc860670ac6549f3c91e2e2 WHIRLPOOL ec2d346f61a4d1977af56a1297ee37fd5badbb87ba8584ec62e3406950d5f1ee163ca5973cdfba0de8505e67c987d6d2173b4ced53d630fb9063ce6e9e6227f5
DIST thunderbird-45.1.1-he.xpi 497962 SHA256 f8a78f0483a070fe619d9e0a918d736664edfdb56fdfa9db71c0a990c0c5b631 SHA512 10b130f5d1b2123edaad56927b9133c47ee8d8f78c30785dc0c2f3a418d93ae86c3090d15241ce9b9866491098f24c98cef87fc4d94f536e91378956822330a5 WHIRLPOOL 75c4eb74fb81058fcbd5163b2adcef484e40172cb98af5fd99e2ab96cb169da460131c57d1cbf7af19cd0d3f32286c1510893adbab6bf34c0f0634449c878ae8
DIST thunderbird-45.1.1-hr.xpi 463958 SHA256 dcab60dcadc2cac63cd854868bd7c731af592b5da292a335a3a98393f1e6eb4b SHA512 a8974b77dc1588261f371f4ac6663b1f70fc5f5af9d5e026e7bc234e7767fa4ba70ede0a5c3e1ee40d824fa7eae35ae486803837561f22f9a9ee40fc6d561eb2 WHIRLPOOL d902ba973658b9147f11f4e8307d51e28bb71d7ef84f05b37af8c1f033774d8d0bb4cd87d73b462437873bbe6a52039138342ce80d92b2d593e296fb60e419d2
DIST thunderbird-45.1.1-hsb.xpi 479414 SHA256 ecc2e8fc7a6068555465aa3f7d7db4fb468fc13197e331e78055659af062988b SHA512 645030cb5b49b1e18e19594bba7589b705b8fb2ad83c9669c69c8fa621677b3269206776a852fb20fdfd4fbe27713a52492ae3a9b9651cb30b3134643592902f WHIRLPOOL 942240e6691f43f1bc6eb789e00a71978cd8ab61a889f7b70e8526c0ce07bc7c55210a93ec64a5d7fc600b9758246d9b1809fb15d58dd9559022c1ab559fc6f8
DIST thunderbird-45.1.1-hu.xpi 479584 SHA256 69f71f459a486c4e8030025b3507fc2e3bacf77023b68d65a4ecf61a2994b7e9 SHA512 e68ff7874f321c3d7cb6da63e94a798c12815183509eb7327140dd826559cb8bfbb38a22dbb7741ee8b9d868d7ab985f9a522b15276e98eea98a6e711c775062 WHIRLPOOL f070ad4ac66e5c902c9b6bad7821ac2e3d03bc0a7b066f43bd8ebc463e94c83154de75e1bf0dbf36206c3b37cfc70ae8745e457ebfd368384bbc5332fedbe43e
DIST thunderbird-45.1.1-hy-AM.xpi 518882 SHA256 8215b28e46869204378b961eae14b3261247798573ef788d7e2befdb4efff419 SHA512 534cdd1c8e4c4e200ea5398f64e7b1f3e72b5ddda316cfd6a6ddfbc47a23cfa414724865b006a8ef47733d6aff3603b78406300e73876e62f8fd2974d2858ad4 WHIRLPOOL d87c24663fe87b98d7e2719dd1a6ac1b36d5e25989ae69ea9835186a3f07ababaf6077b4785fc371c4078deed0cdfbf5a39e5e8c8c65b41dce8f68d176638dfd
DIST thunderbird-45.1.1-id.xpi 499982 SHA256 5395263dd7af3767df9f930a202aadce4687373e7e152dd1843111fcf2bce52d SHA512 661e3a93f976c1e219832e8cf4d7f0121f27dd073d66b83edbbc2d887b7fdad18e987ffc56b712f69f2ac98491825e44b4bd167c33e05810c0ce9d1f9ec6ed05 WHIRLPOOL d8b3cbff831240e73b7cda8591e11b3fadbbb86a69599dd82af38244eedf8b78e57ed1ad8f34edc5b29cf95fad0eefb1e246ad52b75a82b21f9ad4930d7940ab
DIST thunderbird-45.1.1-is.xpi 462190 SHA256 92dd8e5c854c8572d267efb8392c182ecf3488203da4dd2f85c33db9a93b07e3 SHA512 cef75bfda8458a506324c9610f70ec967c41414dbbf0a8fe123a8ec6b34d973bfb4709836b120c5efb48e94c0d9c0a3cfb4f0e12d13b4f4f3d4eb44f1c11129a WHIRLPOOL 5eeeee731a73d21e35b2e932509a0f42f179455d9585ce50710ca2634f381fa38182d92d48d9fafa416eb46617a4ca1153fa7c3acd5918faf4838508a14cbb85
DIST thunderbird-45.1.1-it.xpi 376888 SHA256 98ef0facbb0a51b620c9846bf84d159cd1f66a3443465ccf4e63a8662b83dc4b SHA512 9b8ab8c50b657a4545ea0160f8172d0ac1b2c7dfccddd289ace2b8aeb99da19e2dd587df7233509d15ff4fc8c012b260ee2c417a6a24ed3ffe3660c9763e9abb WHIRLPOOL 7eac227f815f01178df05fe898059a491b63570f3199fcb001e8877cbeab918fad0ab613d104af4ee456f35b4459deb1626de8df943e4229475044074543676a
DIST thunderbird-45.1.1-ja.xpi 519552 SHA256 4f3fb68bc679a263d09287fd33d7348392eeb1340046bf907edbed3df7aaf64f SHA512 cd9569176afccf44c9bfba08a788006b177be60083e33f7aa1ee0530a93c2cd2b2f67770ac01e92e2f82f81d45dc8a87a5b310dd7ae0dccac375def1b105b6d4 WHIRLPOOL ec57588a58a71e690f945b0b69e8dabb1f38f8aa06d97356e2b83f17d49d5e60bae5bd4bcbbbe7b436db41e46ae72d894008f8f5be06767bb0722d3452826533
DIST thunderbird-45.1.1-ko.xpi 487417 SHA256 88a22ca155e94151e835dd86f7bf13db8b38309210339344eb1e17785b6f1143 SHA512 90ae25bc7aabf35034f87c7e86786de88df2ad70a2f6156dd7514466d1c46317950e457c0fa657ca8f1064acf4e90fab68bd788458013cdaed2d4413b3553f9c WHIRLPOOL ab886570cbe6dc6e7613bec42dc116e875fd3bdcc3e5df033a57ab31b10d1cb1fb14f755df5fcce228300dbf49f31d0549d68a36530fe17efe4f55f5dfcf997f
DIST thunderbird-45.1.1-lt.xpi 477735 SHA256 21908a4d42b989c1949cfa5fe81a4a72f661c24b0e049489305e7ac0149d995a SHA512 1664fb3f7e31f1464d86a6fdc6308c246214e28659fab9d78e75700a738d037e9f59c6c97dfa68a9cc64fc412ed396ee33c96db37d773ff6299c79e546622179 WHIRLPOOL eb9e3761e28277f2aa9333a00aa6fe3b2a4f9d95a814aea767fe2eb212687b894ab7f083c52ee6dca4e9c373e8546fd318595f0c079820d96d6b579baca64954
DIST thunderbird-45.1.1-nb-NO.xpi 460011 SHA256 191ec40d25a7714b34000075d18b20c215e2fdec4cf747b0dfc4e923a3ddc732 SHA512 eabde13d92ac4c362f98760183e14b4b43d3114c37bdb71f2bf14fd5d5d0eaea665e9e27b0f64cf6abc707ad4032aec878545dabd8c2829df9ec8535c9893cdd WHIRLPOOL 315653b29e08a7e966138455514ef9c74ebb8b08890b9e7ac14d66acd54d736e24c511cba23ca4cf5b41119dbbf1ac627114a896fb7f8401e84096619f48057a
DIST thunderbird-45.1.1-nl.xpi 456664 SHA256 5fb155e70095f2104c912e0773df1d0fc4a87515672b9a4b5f15377950e01bdd SHA512 461a3eaa4b73949faa4629c00ab889157966d46baaf2c2ad729dd8864cadefe461aef0b71d9f033f0e2d57ea326e22e246de7c31b3c59bb0e068eb9267b9ffe2 WHIRLPOOL d59c10c06d870addbca2c9101e73202a04f3de3e56eedf02289e1d7b1b71495894655040bdef711fc93d2973f1da92d5c34a9a111cd8caff947c0c02c0291ed2
DIST thunderbird-45.1.1-nn-NO.xpi 460879 SHA256 9384271d6c39b69e31f74dcf96327a26469c915163b9e187a4b3996700ab75c4 SHA512 9c49045db2319fc2120c41c5082268bfc486d4c185fcfd7b3e4fa4ae66bcb2ea0d231de5998f1c2f7cd35bbbf9746c8ba095e30ebecad069e766c5e9136b56ed WHIRLPOOL 6f62d74f509e9a551a78f9bc16c4e971284c8ac811f2eec5674bc2bdb238206f8c530fece8d34ba133269c35b46fe2dae191a9fb86b8c3508cd0037c8a509547
DIST thunderbird-45.1.1-pa-IN.xpi 551068 SHA256 2cf05a30f1a240e47ce6996f9f879d3046fabfc39a18ca5d42dc19fae35fb86f SHA512 07be69c773720ff8c0f67c51603c8694ee8277d0254b7b7ae710b7943166954ae95d8f6951b5269f845e20cc89e6abe29f234d916ab25632129eaa8aadf75792 WHIRLPOOL c1c11a635d8ece61a4717ec54464bdf3633befdb555433b64b6803ca4e158beeba5a2d5e83c013ad0f3da946e8ea0e567dd7f29aaa22d38eb723287f2afa791f
DIST thunderbird-45.1.1-pl.xpi 423867 SHA256 c06c0421f53003cb38d7a1b293944ecbc0bcc4b70349ed09dec3f01ef5e100cf SHA512 ba72ff7ef890defb512865f8c187085123c300c36bd866814447ca496722bcbedd535e2827e86f919b47e202fc50335ca67945186ee3ae3d03f61a06bcf7d54d WHIRLPOOL 725c2f767cedac6ad1370ff2aedb16b3ed371264413f72ff90d328d3c660ee9d794b9da7f39f8e0fe09170677b41ee91d0e9cb6a5249a672f4bbff5961fef9d9
DIST thunderbird-45.1.1-pt-BR.xpi 464682 SHA256 737136c3a556ff64dd162a5adf423856de8beacec2075b566c86538e6dc611be SHA512 ba9c89dac17194b0939c2dfce818b2660ba8fdbf319f08f32f5cec15ec9c0e51e83134dcd5c778eac6a97243bcab89cccfa6238db2b277b3c1b04272c8d497c0 WHIRLPOOL b9b6fb2052cf421791cda29ae81b2e783b09584260efd27182bfef47638f5b911f3bf07e2dafdbe813d2828de073d8c452136be41a7c0e9b1616f25cc470d737
DIST thunderbird-45.1.1-pt-PT.xpi 463751 SHA256 f2aa87ab0f584f4c8e358ba4043f16a4021f6d5f236050fa27002b0663d78b60 SHA512 04301efc088691d9c38d0023e192e20cca84eb9b1b63224591d4c71d1c2ec91704d05c9680e06ce0d28d38ca53bae993300c6bf2ab4e9d810ffb866c0b2ffe97 WHIRLPOOL 6732cb8f7b7e0d4c12215560dba1fe89bcb8c6ed3029ae3bfa93e1559f1763c738785a9214be165c7d3fd45c473e19232a9b5e9e13881605ee6d6fcd1f63e77d
DIST thunderbird-45.1.1-rm.xpi 462650 SHA256 cffdbb8f425afa026e667f1cbacff05cba999b452dd002f66cd9470e2be002fa SHA512 a8ce9116609324583a88f7e5063e90426da540e901fa54ecad92898e2d83b87a76d2c8d3b6bbacc1d81a36129b8a8f662a0770e09a32bc1cbeb3defd76e8291d WHIRLPOOL 9766c3eccc6f38c3ec8ffdc11f3c04de7f5456f37f683ba0517bc5c8ca62aec731c822de3b37ccef0e0758843e927f60de23ead8989db9d9061b651fb964ac4f
DIST thunderbird-45.1.1-ro.xpi 468518 SHA256 8107706cfc2eb68b1663c62b6e02bce98a3bbb72688133502bc8b44b93251a94 SHA512 3ba181656d70160592fc3194f834ec2aa0086b92f6de6d6faf7614e3718332b09a1e61ff2ed789a5dc5ba138dcb195bb6ad3b749909445b98424eefd34549b04 WHIRLPOOL 16f8a500e8f7423be47c416b29fba1b9619c61c68557ce882953466c0d117a482ee77641a8dcaa0f5bd0c8b97592a10103929b96f0b1d0f0260cc8fba21c4cbf
DIST thunderbird-45.1.1-ru.xpi 463892 SHA256 90a897492fda811c989b6ac6720f7c7a36153d452b7c4299be1837305bb7421c SHA512 76db7ed1cc251295798d7c0b64d60bee90a4c519435ff31831e022eff85902dd495a4931735fe977950c839e2541b6f64086eed9181e87863039abe4b4dab026 WHIRLPOOL 87d8515cb52928fb6e1f5f423f3e2647f9061b03f06d142cd497bd1e0a5f3bb1426238646680627d27061e17772a4b57c276fdd40055a4fa881ff5da6cefc675
DIST thunderbird-45.1.1-si.xpi 555995 SHA256 8a8308b82e663addc40bd0235afc4d2d480e3aa296c49b8083627d5eed822df2 SHA512 c7f78f551c84b327f00dcd83af632f14649b1cc37fd50c7240261c34051ee7c15e00bc9bea55868f5d0751a5a3b07c1b1e0a77250a0713335e29caf8e17fd535 WHIRLPOOL 52d012b09846154477ab146e9708fb32ce7aa6b95a69ddae5153becba0f702c42d98e974552c4957e3e5becf87cab3c94dc45509abc19664327b7d8166fe1b3f
DIST thunderbird-45.1.1-sk.xpi 481492 SHA256 3e3b26829625652ec2a1c43580a0b7b0b94cc0603cb8c21758306ba2cb857c14 SHA512 a7905b8a41db1492786cf95e5bbd8da73617494dca2741b804bb34be9a1a7cc5068b3ae8af6cc2f6ec112b66686d5ff0524c106783b699fe47a82ef365084adb WHIRLPOOL f2f0df8c6cc61793d588bd93baecdae39673fc4c8db15c7ba50eca73c9a3acfc17ff0afdece216840abaab9883d51e5623201a52704ff199951597867c12ac12
DIST thunderbird-45.1.1-sl.xpi 462780 SHA256 b0a150bfae8660dcef15e0e5c90795b61a1c78c4f65f9c3054755ba949c8b2b9 SHA512 071b48f607eaf224e3e6074d2a90d6a923ba503482193911d951aef550ad5904ba93afe2dbc1bfa8036f7be8e0a12c7ea7b85f9812ed034bd511c80cfcd92db3 WHIRLPOOL 9df64435411217dd5f75cef963de8dfd9fee29d155d0ac291cc451a9f2e2d2111a9bae44abc4456240f0e9d92ca7ccac572f445c7fc40977b0dd5c51fb1bc25e
DIST thunderbird-45.1.1-sq.xpi 469535 SHA256 51cc95ca790168f32697f7248c502e4e88a4229846e044892503cafa80a44750 SHA512 1a4e5ad0fe78fa0e37fb3969a5b32ecef6537c398a8b9626d9fce323e7e5916fbf87113e01c33c17ee398eddd035e30c76bcb807bf1ecb2bc9d86be218317d63 WHIRLPOOL bde2cb38c6c642e32ea89597350c82b49e2a41fae8f8d08d57e3963eff52287b61ab2dc49bad0027dfbeb4ddc50d28d635c70dca597685e1dc5ec36011ce892d
DIST thunderbird-45.1.1-sr.xpi 565465 SHA256 5d1a3c814f31aadb8782f7e0c540f5b8fe84fe984b772b16fb592469feab02f6 SHA512 9f8f570ab6272b70bd28b6e389fb8294ab4ccc49fc7e5af0edfb7e1173a5a4cf9215b31a9ab5757a3018cd81190ffaf0938024c35753b409704b429bb353c7c6 WHIRLPOOL 27bb7f24c459908350ef87d2d9570236df9c8e15cfa2908022351a975613a91e87b981654685287faa97481d382c1bfd19ee1a0f94acdcb01e6a4bccda2aaaa2
DIST thunderbird-45.1.1-sv-SE.xpi 465433 SHA256 3e99ca9ad562f247b8d80fae10867bf5ed7605ded5e877a91592af9c6f28f128 SHA512 b661165475bc880d615b08939527d643d74b0eefbffa614457c5daf5be142a94da224243f2d7723e3fcbb0944ab353203ac3b58489d4a56667dba36a8ed54a76 WHIRLPOOL 5c00168853fe140037bc2eda4242eac2e28cf8077446ab976b57afbdbb6c7ab76c840dec3b8e09750e6d6570158cba8e3aa544aa3dc74e1cba7a0fd1ddd15030
DIST thunderbird-45.1.1-ta-LK.xpi 579218 SHA256 f82cc68c2a2f5a0869c78d96f12ead30f77ebb6a984a0058445d75d38c4f5376 SHA512 148501de355e97a2bb0f3c09371cef2596cd6fad23a0c4ade43f81b78b1101bbf4e61f7df89ffc88777829059325a8e442f59cc5a4c4e2e700fd30118443bf03 WHIRLPOOL 7f995355b2106cda54bbe78f7eaee63de2f955a45a0619399549b6b15e1411d653fa2957816bb06c6f77dc440c030b344f5110258f31b1f2f915ec667f8823dc
DIST thunderbird-45.1.1-tr.xpi 467622 SHA256 324a8a9fee18a407824387e5544d9de1d46d467143ee45100576b1499f034da5 SHA512 ddc7a717868233e3cd963e305f621ce630cc710fbcea0ba1581fe2b695001617f4c801a4bf38d61bfb960732b6a6b1ce99b9fb32f0e7b5bb8663875a2f209ed7 WHIRLPOOL 8426e7bf93910fe2649dde85bcc0485f9ca4494a17a65f8bcee2faa669513556454feccca7f56c5f33c08333061962616b9660cf87d108eb701aed31eff06de9
DIST thunderbird-45.1.1-uk.xpi 536438 SHA256 0d5c01967f6a5a7c42051ce2fdf5f22ae25056e4e55ef1519c77a961694dae5c SHA512 badd2e0ff6935be47304ea3f142dd2a0bfd5cd755a2dc6c57cd0d96aeb374e7604d01b0eb8cdd83f61dfe0ca9c24f84894e0966f867b9ef957a023515ae68026 WHIRLPOOL 0d7355797a512e383f331bf098aad2fc794dc44e263b19b292a1307969e10a1bf23d5b4cc1c7e5bd44ff1a85cc0fda650ffe26c0fa6c98f4575f1f9f12a10e24
DIST thunderbird-45.1.1-vi.xpi 540497 SHA256 4219170416d1c3cf5bcb3e78fde7747e3bbbf44bb8dca3d9d826c93782a36ff2 SHA512 19c90a5883d3a7929716bcf8896f3bc8957f5067432265caab1e4940bccc59c97f8b3caeac61d0888e0c946e1f740af5f56903323054da1036fe6602bfa45596 WHIRLPOOL c540dda28577aa22ef55bcf0ebeb75e2d55b52cb301efafe0cb7af79e9b14f783e8f9397bc299451c56a6335fd1e4077dd537010167142a28e4f7d59dd23f20f
DIST thunderbird-45.1.1-zh-CN.xpi 489209 SHA256 b75726022d753a4fb55df7a47b83a36227b88382b2a91775252b7e909b34f979 SHA512 705c21521fb6d49352c1a9d737977cd03fe4aebe8eeaa3ccd4e1b5d9769bab1d3e0853d36a5d5fccf3da026e6efd41ad48cbbb09c5a2fa57abfd83a368dad098 WHIRLPOOL 6c51eaaa96c57ebbb74b35616877471a8ab5fb2ae963f43774cde70c9606c9e457c07d2fcad1793c7f2fbc2ec898a4c22a15da1ae9f6dd7b23e283551f91bcc6
DIST thunderbird-45.1.1-zh-TW.xpi 490850 SHA256 fcbb98c5bb083bcb036bca8651e3edb00a1efff9b5aebc69a5f02492ab09719a SHA512 44c3d17cb03603d7465c11952d1e1de6669a659ceb2721fe5b55c83dd9346d2a547caafdf1e72ae2f32e8d484c363a1cbdb30693ff378bee76928ba3cebef436 WHIRLPOOL a6bc4d5bfd831777d0b7fca4200b9e18e5be51986b022e34c97ec2cb1a4a83804812f3d7a4dd4d1d9456826f2b26070cd53450a7c9210315bcaa0b6bc5608e6d
DIST thunderbird-bin_i686-31.8.0.tar.bz2 36887073 SHA256 b0dae02046e97849d8e0136787b823a05ba38f85ac757b549f02f2672608407d SHA512 542d01ebbbf6c63c6d051e98964614aad628678ff9089382a080a8fecea8f84f8cf5b9bcc68e89fcd838c0c74cb9947de41eabf850be15b4363c94b35bb16e5e WHIRLPOOL fbe97109c8669a9aa7dca01942001ae59b7dd2af60394344428c26746d83d0e77205896faee1947c8054fe3180c8c2b1488263c6cfd2b9e33553ad66d007ad4f
DIST thunderbird-bin_i686-38.8.0.tar.bz2 41994655 SHA256 943b6314c2ae37c38b9f88f5255c53545912b3a953cddbb4c62d771334c3355a SHA512 4cfe139451cb1146571a6171ab69834306e5379faad7d752b53d774400d585a605317aae302b28a702c68b9fbe4d72617e7717d0cf43e057ff27042e7155d114 WHIRLPOOL 57a0a8d14969b7bd1f66ddd60c92c923ed3b31f55461fbc3a145e238c590cfef844554cd2f4f9cc500567c5ad9158e5511ee129f5022e3d1b42196f3e3e248ff
DIST thunderbird-bin_i686-45.1.0.tar.bz2 44112579 SHA256 8c12a3035a81524126766f9e59d246f1f7ec53fa863ac1c9a22f20e01ca562e3 SHA512 e30f11ffbf7ade1e46923a52bccbbfc3722229d15a323cd5f812f1287004f7d2f09a688c29205de3baa06c9314bed892747ed8a6a15eacd36fb1b8494b78965b WHIRLPOOL eb7b822ac8ad4844b42922e28272dbbd0ff2666beb3ad9611be58e5b1d64a6c3259ffb34fc4e98ada37c509b62f32da042852f29eccdf55b7147efe79b85350c
DIST thunderbird-bin_i686-45.1.1.tar.bz2 44113727 SHA256 f40cfa03c6c557417b78536b3d636dbccdf945c732621bad985d9f027b7e08ff SHA512 f5f85a0c0bbe8066fc06891760113323b23de7d90480c1aeaac3f5fb2a9492792fb0de1cb4b7d7cbedc93ded0098afb5a30d144748a1bfc0b59481885214f581 WHIRLPOOL a9e9f3b02d00e849b43baf8d84bdc592263df1bd4a18f8bd879eecd91d82e9d8cac355819c2b35d3852302f972ca6e9de256b0bc379bbc5e1983518d73f5dc7a
DIST thunderbird-bin_x86_64-31.8.0.tar.bz2 35851678 SHA256 5e2fc9deb0726f5d1b685bb64e28046401468a8f8249e599a6a0cd003b105d62 SHA512 ce81356925208b92c06211a1568dbdf2a494c5bb03c7d37e5c3d1d2a46a83b817725e6f2f3bd818a811ab3404885f44260a9b892b7143fc505d04f23470a584c WHIRLPOOL 585e8d6970d518ff1067fa149dc59762f2f70ba8b54e459c264213fcbf7b9e6d90b6ce8f5a8e465398b053604d484561ccdb61253e2b936f49e2527fa4e28855
DIST thunderbird-bin_x86_64-38.8.0.tar.bz2 40879981 SHA256 a8d969c4a42ad1705d0523e8ebf2695e503a40d156695ffe5e58feb1b5909c7c SHA512 78c5c2dffef77b0a9d3e6b6b5cd17a677222708804cd4deef292a5708296e0f9821e9d1a073b4fc5a1de35671f1053d0990588e8e1cad8248bda8680125f7c75 WHIRLPOOL 211b8fe3493d56e50a6e8d51e6f0134129a03f05d1087e0a6957f04ea67da664c107f7118ab93ade6a004b9806ce90146e021a9248cc264e75a0019b75885bc8
DIST thunderbird-bin_x86_64-45.1.0.tar.bz2 42786740 SHA256 259e36468d13453060d7b5bad63805b356a796caf51b28c5dd6cb85c03bc27b9 SHA512 53dc9169aeb45fde1bf96897dc49e113a24bf851cf19b9d428d4362856267a4974dd06c1ffaebc1b0a4db120175677dd3867dcff66be98c2aa4815f89910f5a7 WHIRLPOOL 8c03aecbf4874a565ff2de1b539e5583eb0a73e49724fa20f4576ad88f51b2383fd7860e882b4b360ec0fa768a2a7784ca97c3731148358df8e09618ef370af5
DIST thunderbird-bin_x86_64-45.1.1.tar.bz2 42793014 SHA256 5cc75bf79988bf1aba8978e2c149993d82962a850ca31b0f483eb493756be188 SHA512 88d037587e5d80d02621881ce6ba4034f686b87e3fd25741127345b655edb106d5d43f5900504b7f41b5403389e4f8317d715e6fb3994425dadcd4a5e527cde3 WHIRLPOOL 4c1e9f113172b21bc5b28059db1046823140328efebb8e797215f22b90f2aa5b6f05d6a2aed906c0722788cb889394d32dad6e6916b085f4f48a35a2068ca8e6

@ -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 @@ IUSE=""
RDEPEND="media-libs/mesa
>=dev-cpp/eigen-3.2.0:3
media-libs/libepoxy
sci-libs/fftw
>=sci-libs/fftw-3
media-libs/libsdl2
"
DEPEND="${RDEPEND}"

@ -1 +1 @@
Mon, 13 Jun 2016 08:40:47 +0000
Mon, 13 Jun 2016 19:10:47 +0000

@ -1 +1 @@
Mon, 13 Jun 2016 08:40:47 +0000
Mon, 13 Jun 2016 19:10:48 +0000

@ -4,10 +4,10 @@ DESCRIPTION=Control Group manager daemon
EAPI=6
HOMEPAGE=https://linuxcontainers.org/cgmanager/introduction/
IUSE=pam selinux
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86
KEYWORDS=alpha ~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86
LICENSE=LGPL-2.1
RDEPEND=sys-libs/libnih[dbus] sys-apps/dbus selinux? ( sec-policy/selinux-cgmanager )
SLOT=0
SRC_URI=https://linuxcontainers.org/downloads/cgmanager/cgmanager-0.41.tar.gz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 pam 3ecd5b75e39b0bb05a3183c08fcdfdb4 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1
_md5_=4b58cc6535e5fdbf33925735736b62b0
_md5_=61ef1a7888ce7e7c44f03b475ef6f78b

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/meld3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] test? ( dev-python/mock[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) doc? ( dev-python/sphinx[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
DESCRIPTION=A system for controlling process state under UNIX
EAPI=5
HOMEPAGE=http://supervisord.org/ https://pypi.python.org/pypi/supervisor
IUSE=doc test python_targets_python2_7
KEYWORDS=~amd64 ~x86
LICENSE=repoze ZPL BSD HPND GPL-2
RDEPEND=dev-python/meld3[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml] ) >=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/s/supervisor/supervisor-3.3.0.tar.gz
_eclasses_=distutils-r1 3a17743abcc9335483329f33c87b472d eutils 792f83d5ec9536cb5ccef375469d8bde multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 c0ed2a2f233d3af6dd556048695dc5cb toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1
_md5_=24bd6933e8968a303e925e821613fabb

@ -4,11 +4,11 @@ DESCRIPTION=Provides a standard configuration setup for installing PKCS#11
EAPI=5
HOMEPAGE=https://p11-glue.freedesktop.org/p11-kit.html
IUSE=+asn1 debug +libffi +trust abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
KEYWORDS=alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
LICENSE=MIT
RDEPEND=asn1? ( >=dev-libs/libtasn1-3.4[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(-)?] ) libffi? ( >=dev-libs/libffi-3.0.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) trust? ( app-misc/ca-certificates )
REQUIRED_USE=trust? ( asn1 )
SLOT=0
SRC_URI=https://p11-glue.freedesktop.org/releases/p11-kit-0.23.2.tar.gz
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1
_md5_=7e1eeb51b2ff73b8c19fe826be7eb7ba
_md5_=faa5a66417481b8da0cd748ba90f9f4d

@ -0,0 +1,13 @@
DEFINED_PHASES=compile install postinst prepare test unpack
DEPEND=dev-go/go-crypto dev-libs/protobuf dev-vcs/git nls? ( sys-devel/gettext ) test? ( app-misc/jq dev-db/sqlite net-misc/curl sys-devel/gettext ) >=dev-lang/go-1.4.2:= virtual/pkgconfig
DESCRIPTION=Fast, dense and secure container management
EAPI=5
HOMEPAGE=https://linuxcontainers.org/lxd/introduction/
IUSE=+daemon nls test linguas_de linguas_fr linguas_ja
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=daemon? ( app-admin/cgmanager app-arch/xz-utils app-emulation/lxc[cgmanager,seccomp] net-misc/rsync[xattr] sys-apps/iproute2 virtual/acl )
SLOT=0
SRC_URI=https://dev.gentoo.org/~stasibear/distfiles/lxd-2.0.2.tar.bz2
_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 792f83d5ec9536cb5ccef375469d8bde golang-base 08fe6e0e2b4750daff8887a7f0e1f873 golang-build a44f10e6bd86ecccf2a07cc0d4cf6bec l10n e26ea0642846685782f1813642e7ff0f multilib d062ae4ba2fc40a19c11de2ad89b6616 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1 user 906f3c8eb3a2350a4f1191a89baa3e46 vcs-snapshot b45be87e7012be0af8424e8a5644da1d
_md5_=3377cdba47ef65dc2d9c111883a89a9a

@ -11,4 +11,4 @@ REQUIRED_USE=java? ( sdk ) python? ( sdk ) vboxwebsrv? ( java ) python_targets_p
SLOT=0
SRC_URI=http://download.virtualbox.org/virtualbox/5.0.16/VirtualBox-5.0.16.tar.bz2 https://dev.gentoo.org/~polynomial-c/virtualbox/patchsets/virtualbox-5.0.16-patches-01.tar.xz
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib d062ae4ba2fc40a19c11de2ad89b6616 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 c0ed2a2f233d3af6dd556048695dc5cb toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1 udev 73058269b3e70e34e084fa3981282338 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=2331a12529db7a6610ab65097b56a113
_md5_=65c5f5a6c5a21469996f33da50eef296

@ -11,4 +11,4 @@ REQUIRED_USE=java? ( sdk ) python? ( sdk ) vboxwebsrv? ( java ) python_targets_p
SLOT=0
SRC_URI=http://download.virtualbox.org/virtualbox/5.0.20/VirtualBox-5.0.20.tar.bz2 https://dev.gentoo.org/~polynomial-c/virtualbox/patchsets/virtualbox-5.0.16-patches-01.tar.xz
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f linux-info fd1e29abbb02cbc49f1a14299846e9c4 multilib d062ae4ba2fc40a19c11de2ad89b6616 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 c0ed2a2f233d3af6dd556048695dc5cb toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1 udev 73058269b3e70e34e084fa3981282338 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=d62cf4041840ef15c06fb01e8b79c1d9
_md5_=4932e56150434f071bc32d91ec8b8738

@ -0,0 +1,14 @@
DEFINED_PHASES=compile install postinst prepare setup
DEPEND=dev-libs/openobex net-wireless/bluez gtk? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] )
DESCRIPTION=Scripting/Secure OBEX Server (for BlueZ Linux)
EAPI=6
HOMEPAGE=http://www.mulliner.org/bluetooth/sobexsrv.php
IUSE=gtk python_targets_python2_7
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=GPL-2
RDEPEND=dev-libs/openobex net-wireless/bluez gtk? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) gtk? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=dev-python/pygtk-2.2 )
REQUIRED_USE=gtk? ( python_targets_python2_7 )
SLOT=0
SRC_URI=http://www.mulliner.org/bluetooth/sobexsrv-1.0.1.tar.gz https://dev.gentoo.org/~joker/sobexsrv-1.0.1-fix64.patch
_eclasses_=multilib d062ae4ba2fc40a19c11de2ad89b6616 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 c0ed2a2f233d3af6dd556048695dc5cb toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=191c7b36640f4ba8eea0792bbe5a0246

@ -0,0 +1,16 @@
DEFINED_PHASES=compile config configure install postinst preinst prepare pretend setup test unpack
DEPEND=server? ( pam? ( virtual/pam:0= ) ) tokudb? ( app-arch/snappy ) tokudb-backup-plugin? ( dev-util/valgrind ) || ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 ) test? ( || ( ( >=dev-lang/python-2.7.5-r2:2.7 dev-python/mysql-python[python_targets_python2_7(-),python_single_target_python2_7(+)] ) ) ) virtual/pkgconfig sys-devel/make >=dev-util/cmake-2.8.12 kernel_linux? ( sys-process/procps:0= dev-libs/libaio:0= ) >=sys-apps/sed-4 >=sys-apps/texinfo-4.7-r1 !dev-db/mariadb-native-client[mysqlcompat] jemalloc? ( dev-libs/jemalloc:0= ) tcmalloc? ( dev-util/google-perftools:0= ) systemtap? ( >=dev-util/systemtap-1.3:0= ) openssl? ( >=dev-libs/openssl-1.0.0:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs?] ) libressl? ( dev-libs/libressl: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(-)?,static-libs?] ) >=sys-libs/zlib-1.2.3: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(-)?,static-libs?] sys-libs/ncurses:0= virtual/yacc static? ( sys-libs/ncurses[static-libs] )
DESCRIPTION=An enhanced, drop-in replacement for MySQL from the Percona team
EAPI=6
HOMEPAGE=http://www.percona.com/software/percona-server
IUSE=pam tokudb tokudb-backup-plugin 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 debug embedded extraengine jemalloc latin1 libressl +openssl +perl profiling selinux +server systemtap static static-libs tcmalloc test yassl
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux
LICENSE=GPL-2
PDEPEND=perl? ( >=dev-perl/DBD-mysql-2.9004 ) ~virtual/mysql-5.6[embedded=,static=] virtual/libmysqlclient:0/18[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs=]
RDEPEND=server? ( pam? ( virtual/pam:0= ) ) tokudb? ( app-arch/snappy ) tokudb-backup-plugin? ( dev-util/valgrind ) kernel_linux? ( sys-process/procps:0= dev-libs/libaio:0= ) >=sys-apps/sed-4 >=sys-apps/texinfo-4.7-r1 !dev-db/mariadb-native-client[mysqlcompat] jemalloc? ( dev-libs/jemalloc:0= ) tcmalloc? ( dev-util/google-perftools:0= ) systemtap? ( >=dev-util/systemtap-1.3:0= ) openssl? ( >=dev-libs/openssl-1.0.0:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,static-libs?] ) libressl? ( dev-libs/libressl: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(-)?,static-libs?] ) >=sys-libs/zlib-1.2.3: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(-)?,static-libs?] sys-libs/ncurses:0= selinux? ( sec-policy/selinux-mysql ) abi_x86_32? ( !app-emulation/emul-linux-x86-db[-abi_x86_32(-)] ) !dev-db/mysql !dev-db/mariadb !dev-db/mariadb-galera !dev-db/mysql-cluster server? ( !prefix? ( dev-db/mysql-init-scripts ) ) !<virtual/mysql-5.6-r4
REQUIRED_USE=tokudb? ( jemalloc ) tokudb-backup-plugin? ( tokudb ) ^^ ( yassl openssl libressl ) !server? ( !extraengine !embedded ) ?? ( tcmalloc jemalloc ) static? ( !libressl !openssl yassl )
RESTRICT=libressl? ( test )
SLOT=0/18
SRC_URI=http://www.percona.com/redir/downloads/Percona-Server-5.6/Percona-Server-5.6.30-76.3/source/tarball/percona-server-5.6.30-76.3.tar.gz mirror://gentoo/mysql-extras-20160307-1854Z.tar.bz2 https://gitweb.gentoo.org/proj/mysql-extras.git/snapshot/mysql-extras-20160307-1854Z.tar.bz2 https://dev.gentoo.org/~grknight/distfiles/mysql-extras-20160307-1854Z.tar.bz2 https://dev.gentoo.org/~robbat2/distfiles/mysql-extras-20160307-1854Z.tar.bz2 https://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-20160307-1854Z.tar.bz2
_eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 mysql-multilib-r1 59a1cf51b0453c5d5f18ca865eb02f45 prefix e7f2b9c6e57342e5d25eac22fce23062 python-any-r1 1c20f9b800324335a8e3b137363362e8 python-utils-r1 c0ed2a2f233d3af6dd556048695dc5cb systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=cd35e0671068bd185920fe3e802f3c66

@ -2,9 +2,9 @@ DEFINED_PHASES=compile install prepare test
DESCRIPTION=Bruce Guenters Libraries Collection
EAPI=2
HOMEPAGE=http://untroubled.org/bglibs/
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86
KEYWORDS=~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc x86
LICENSE=LGPL-2.1
SLOT=0
SRC_URI=http://untroubled.org/bglibs/archive/bglibs-1.106.tar.gz
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1
_md5_=e02886e591ca2e4165a495e798bc36de
_md5_=e57d7fd6f5a208d60a8905ce5d640e94

@ -4,10 +4,10 @@ DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for l
EAPI=5
HOMEPAGE=https://fedorahosted.org/elfutils/
IUSE=bzip2 lzma nls static-libs test +threads +utils abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux
KEYWORDS=alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux
LICENSE=GPL-2-with-exceptions
RDEPEND=>=sys-libs/zlib-1.2.8-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(-)?] bzip2? ( >=app-arch/bzip2-1.0.6-r4[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(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-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(-)?] ) !dev-libs/libelf abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )
SLOT=0
SRC_URI=https://fedorahosted.org/releases/e/l/elfutils/0.166/elfutils-0.166.tar.bz2
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1
_md5_=2c2812f9bc348c654fca412f30c51f7a
_md5_=c05c8f3d832598cc778ad6be70e87fff

@ -0,0 +1,12 @@
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Stream-oriented XML parser library
EAPI=5
HOMEPAGE=http://expat.sourceforge.net/
IUSE=elibc_FreeBSD examples static-libs unicode abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux
LICENSE=MIT
RDEPEND=abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r6 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )
SLOT=0
SRC_URI=mirror://sourceforge/expat/expat-2.1.1.tar.bz2
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1
_md5_=4b3836d1c82488dea4f6463d98b77f79

@ -4,11 +4,11 @@ DESCRIPTION=Mozilla's Network Security Services library that implements PKI supp
EAPI=6
HOMEPAGE=http://www.mozilla.org/projects/security/pki/nss/
IUSE=+cacert +nss-pem utils abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
KEYWORDS=alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
LICENSE=|| ( MPL-2.0 GPL-2 LGPL-2.1 )
RDEPEND=>=dev-libs/nspr-4.12[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-db/sqlite-3.8.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(-)?] >=sys-libs/zlib-1.2.8-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(-)?] abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140508-r12 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )
RESTRICT=test
SLOT=0
SRC_URI=https://archive.mozilla.org/pub/security/nss/releases/NSS_3_23_RTM/src/nss-3.23.tar.gz cacert? ( https://dev.gentoo.org/~anarchy/patches/nss-3.14.1-add_spi+cacerts_ca_certs.patch ) nss-pem? ( https://dev.gentoo.org/~anarchy/dist/nss-pem-20140125.tar.bz2 )
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1
_md5_=73530f4d7e629976fec984d2bb61027d
_md5_=a3c9203096a6ed8d4b12fa991f82547c

@ -3,10 +3,10 @@ DEPEND=>=virtual/perl-File-Spec-0.800.0 >=dev-perl/Probe-Perl-0.10.0 >=dev-perl/
DESCRIPTION=Cross-platform basic tests for scripts
EAPI=6
HOMEPAGE=http://search.cpan.org/dist/Test-Script/
KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos
KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=>=virtual/perl-File-Spec-0.800.0 >=dev-perl/Probe-Perl-0.10.0 >=dev-perl/IPC-Run3-0.34.0 >=virtual/perl-Test-Simple-0.960.0 dev-lang/perl:=
SLOT=0
SRC_URI=mirror://cpan/authors/id/P/PL/PLICEASE/Test-Script-1.10.tar.gz
_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions aac50de73be0a80ebe780e0b20850130 perl-module c584f9e0fe426f3dcc2c46c6f7cb95ce
_md5_=f04c5e86495d2b2821a9ed799c7e023f
_md5_=caf8961f87251e38fd65e95dbefd57b8

@ -4,10 +4,10 @@ DESCRIPTION=fork test
EAPI=6
HOMEPAGE=http://search.cpan.org/dist/Test-SharedFork/
IUSE=test
KEYWORDS=~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
KEYWORDS=alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=virtual/perl-File-Temp >=virtual/perl-Test-Simple-0.880.0 dev-lang/perl:=
SLOT=0
SRC_URI=mirror://cpan/authors/id/E/EX/EXODIST/Test-SharedFork-0.35.tar.gz
_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions aac50de73be0a80ebe780e0b20850130 perl-module c584f9e0fe426f3dcc2c46c6f7cb95ce
_md5_=a115d12ee94fea547f741e2c3c0a5dd3
_md5_=9b4340d15e5374ea7f9b376bc5317f70

@ -4,10 +4,10 @@ DESCRIPTION=Perl extension to test methods for warnings
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/Test-Warn/
IUSE=test
KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
KEYWORDS=alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=>=virtual/perl-Carp-1.220.0 >=dev-perl/Sub-Uplevel-0.12 >=virtual/perl-Test-Simple-0.880.0 dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/C/CH/CHORNY/Test-Warn-0.30.tar.gz
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions aac50de73be0a80ebe780e0b20850130 perl-module c584f9e0fe426f3dcc2c46c6f7cb95ce toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1 unpacker 45d07319df5f40ee6af58418b0f930be
_md5_=02dfb042858f0a2c16de6f6c05180a58
_md5_=239dd59ac2b5be0283561a2df236b137

@ -4,10 +4,10 @@ DESCRIPTION=Automatic text wrapping and reformatting
EAPI=6
HOMEPAGE=http://search.cpan.org/dist/Text-Autoformat/
IUSE=test examples
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris
KEYWORDS=alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=virtual/perl-Carp virtual/perl-Exporter dev-perl/Text-Reform virtual/perl-Text-Tabs+Wrap dev-lang/perl:=
SLOT=0
SRC_URI=mirror://cpan/authors/id/N/NE/NEILB/Text-Autoformat-1.74.tar.gz
_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions aac50de73be0a80ebe780e0b20850130 perl-module c584f9e0fe426f3dcc2c46c6f7cb95ce
_md5_=7af65d68c4a8242accfe5f7a5460c233
_md5_=9bed49b015b339703be916f3d8c72832

@ -4,10 +4,10 @@ DESCRIPTION=Manipulate comma-separated value strings
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/Text-CSV/
IUSE=test
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
KEYWORDS=alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/M/MA/MAKAMAKA/Text-CSV-1.33.tar.gz
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions aac50de73be0a80ebe780e0b20850130 perl-module c584f9e0fe426f3dcc2c46c6f7cb95ce toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1 unpacker 45d07319df5f40ee6af58418b0f930be
_md5_=0457b4857586f47f081775ca4e1374ce
_md5_=795f5b3541f86dbe2c9c54be1bc1b967

@ -4,10 +4,10 @@ DESCRIPTION=Comma-separated values manipulation routines
EAPI=6
HOMEPAGE=http://search.cpan.org/dist/Text-CSV_XS/
IUSE=test examples
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
KEYWORDS=alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=virtual/perl-IO dev-lang/perl:=
SLOT=0
SRC_URI=mirror://cpan/authors/id/H/HM/HMBRAND/Text-CSV_XS-1.23.tgz
_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions aac50de73be0a80ebe780e0b20850130 perl-module c584f9e0fe426f3dcc2c46c6f7cb95ce
_md5_=f9622996791167b4e66491fa6f19531e
_md5_=f498360bc70da25eac6e369ee5ee94e1

@ -3,10 +3,10 @@ DEPEND=virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=[-build(-)]
DESCRIPTION=Plain ASCII transliterations of Unicode text
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/Text-Unidecode/
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris
KEYWORDS=alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/S/SB/SBURKE/Text-Unidecode-1.27.tar.gz
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions aac50de73be0a80ebe780e0b20850130 perl-module c584f9e0fe426f3dcc2c46c6f7cb95ce toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1 unpacker 45d07319df5f40ee6af58418b0f930be
_md5_=fe9da8645695f4c810e1c70f4e92566e
_md5_=e54cab6ed14843a669a2336555adff06

@ -0,0 +1,13 @@
DEFINED_PHASES=install postinst prerm setup
DEPEND=dev-lang/python:* || ( virtual/httpd-cgi virtual/httpd-fastcgi ) >=app-admin/webapp-config-1.50.15
DESCRIPTION=A Python 3 implementation for client-side web programming
EAPI=6
HOMEPAGE=http://www.brython.info
IUSE=vhosts
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
LICENSE=BSD
RDEPEND=dev-lang/python:* >=app-admin/webapp-config-1.50.15
SLOT=3.2.6
SRC_URI=https://github.com/brython-dev/brython/archive/3.2.6.zip -> brython-3.2.6.zip
_eclasses_=webapp 42c6ef7af496b228f9854b3c81e4b226
_md5_=10941251f46c38f2967522f20502da7e

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-libs/boost-1.48[python,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/appdirs-1.4.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/cffi-1.1.0:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/decorator-3.2.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/mako[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/numpy[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/pytools-2015.1.2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=virtual/opencl-0-r1 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 wrapper for OpenCL
EAPI=5
HOMEPAGE=http://mathema.tician.de/software/pyopencl https://pypi.python.org/pypi/pyopencl
IUSE=examples opengl python_targets_python2_7 python_targets_python3_3 python_targets_python3_4
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=>=dev-libs/boost-1.48[python,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/appdirs-1.4.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/cffi-1.1.0:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/decorator-3.2.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/mako[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/numpy[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/pytools-2015.1.2[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/six-1.9.0[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=virtual/opencl-0-r1 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/pyopencl/pyopencl-2016.1.tar.gz
_eclasses_=distutils-r1 3a17743abcc9335483329f33c87b472d eutils 792f83d5ec9536cb5ccef375469d8bde multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 c0ed2a2f233d3af6dd556048695dc5cb toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1
_md5_=e904dacdb9052a796d9deead655fbe2f

@ -4,11 +4,11 @@ DESCRIPTION=Generic Patch Finder
EAPI=5
HOMEPAGE=https://github.com/wchen-r7/patch-finder
IUSE=elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm ~x86
LICENSE=BSD
RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] )
REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 )
SLOT=0
SRC_URI=mirror://rubygems/patch_finder-1.0.2.gem
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=476cb3c548fd838eac9c0df161450109
_md5_=2c899e5a5d127080386f14c3faf5020b

@ -11,4 +11,4 @@ REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ru
SLOT=0
SRC_URI=https://github.com/ruby/rake/archive/v11.2.2.tar.gz -> rake-11.2.2.tar.gz
_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils 792f83d5ec9536cb5ccef375469d8bde java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=7eba616629dddc5280e658bf2f43ccbd
_md5_=2bc888b60ed3317c974275d1b1b280a5

@ -4,10 +4,10 @@ DESCRIPTION=pahole (Poke-a-Hole) and other DWARF2 utilities
EAPI=5
HOMEPAGE=https://git.kernel.org/cgit/devel/pahole/pahole.git/
IUSE=debug python_targets_python2_7
KEYWORDS=~amd64
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=>=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] >=dev-libs/elfutils-0.131 sys-libs/zlib
SLOT=0
SRC_URI=https://dev.gentoo.org/~zzam/dwarves/dwarves-1.10_p20160519.tar.xz
_eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multilib d062ae4ba2fc40a19c11de2ad89b6616 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 c0ed2a2f233d3af6dd556048695dc5cb toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=d38df4712ef89346258dd5ae713907e1
_md5_=6a0414dd682905ca100c2d857fc75f02

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1,13 +1,13 @@
DEFINED_PHASES=compile test
DEPEND=media-libs/mesa >=dev-cpp/eigen-3.2.0:3 media-libs/libepoxy sci-libs/fftw media-libs/libsdl2
DEPEND=media-libs/mesa >=dev-cpp/eigen-3.2.0:3 media-libs/libepoxy >=sci-libs/fftw-3 media-libs/libsdl2
DESCRIPTION=Modern Video Toolkit
EAPI=5
HOMEPAGE=http://movit.sesse.net/
KEYWORDS=~amd64 ~ppc64 ~x86
LICENSE=GPL-2+
RDEPEND=media-libs/mesa >=dev-cpp/eigen-3.2.0:3 media-libs/libepoxy sci-libs/fftw media-libs/libsdl2
RDEPEND=media-libs/mesa >=dev-cpp/eigen-3.2.0:3 media-libs/libepoxy >=sci-libs/fftw-3 media-libs/libsdl2
RESTRICT=test
SLOT=0
SRC_URI=http://movit.sesse.net/movit-1.3.2.tar.gz https://googletest.googlecode.com/files/gtest-1.7.0.zip
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1
_md5_=d47fb17ac4250b8f1dd8cf3a11546429
_md5_=8b0be201a21bd9f2ce202302c0b5cee4

@ -4,7 +4,7 @@ DESCRIPTION=Advanced framework for developing, testing, and using vulnerability
EAPI=5
HOMEPAGE=http://www.metasploit.org/
IUSE=development +java oracle +pcap test test elibc_FreeBSD ruby_targets_ruby21
KEYWORDS=~amd64
KEYWORDS=~amd64 ~arm
LICENSE=BSD
RDEPEND=ruby_targets_ruby21? ( virtual/ruby-ssl[ruby_targets_ruby21] >=dev-ruby/activesupport-4.2.6:4.2[ruby_targets_ruby21] >=dev-ruby/actionpack-4.2.6:4.2[ruby_targets_ruby21] >=dev-ruby/activerecord-4.2.6:4.2[ruby_targets_ruby21] dev-ruby/bcrypt-ruby[ruby_targets_ruby21] dev-ruby/builder:3[ruby_targets_ruby21] dev-ruby/bundler[ruby_targets_ruby21] dev-ruby/filesize[ruby_targets_ruby21] dev-ruby/jsobfu:0.3.0[ruby_targets_ruby21] dev-ruby/json[ruby_targets_ruby21] dev-ruby/kissfft[ruby_targets_ruby21] dev-ruby/metasm:1.0.2[ruby_targets_ruby21] >=dev-ruby/metasploit_data_models-2.0.0[ruby_targets_ruby21] dev-ruby/meterpreter_bins:0.0.22[ruby_targets_ruby21] dev-ruby/metasploit-payloads:1.1.11[ruby_targets_ruby21] >=dev-ruby/metasploit-credential-2.0.0[ruby_targets_ruby21] >=dev-ruby/metasploit-concern-2.0.0[ruby_targets_ruby21] >=dev-ruby/metasploit-model-2.0.0[ruby_targets_ruby21] dev-ruby/msgpack[ruby_targets_ruby21] dev-ruby/nokogiri[ruby_targets_ruby21] dev-ruby/octokit[ruby_targets_ruby21] dev-ruby/openssl-ccm:1.2.1[ruby_targets_ruby21] dev-ruby/patch_finder[ruby_targets_ruby21] dev-ruby/recog:2.0.14[ruby_targets_ruby21] dev-ruby/redcarpet[ruby_targets_ruby21] =dev-ruby/rkelly-remix-0.0.6[ruby_targets_ruby21] dev-ruby/sqlite3[ruby_targets_ruby21] >=dev-ruby/pg-0.11[ruby_targets_ruby21] dev-ruby/packetfu:1.1.11[ruby_targets_ruby21] >=dev-ruby/rubyzip-1.1[ruby_targets_ruby21] dev-ruby/rb-readline-r7[ruby_targets_ruby21] dev-ruby/robots[ruby_targets_ruby21] dev-ruby/tzinfo:*[ruby_targets_ruby21] java? ( dev-ruby/rjb[ruby_targets_ruby21] ) oracle? ( dev-ruby/ruby-oci8[ruby_targets_ruby21] ) pcap? ( dev-ruby/pcaprub:*[ruby_targets_ruby21] dev-ruby/network_interface[ruby_targets_ruby21] ) development? ( dev-ruby/fivemat[ruby_targets_ruby21] dev-ruby/pry[ruby_targets_ruby21] dev-ruby/redcarpet[ruby_targets_ruby21] dev-ruby/yard[ruby_targets_ruby21] >=dev-ruby/rake-10.0.0[ruby_targets_ruby21] >=dev-ruby/factory_girl-4.1.0[ruby_targets_ruby21] ) ) dev-db/postgresql[server] >=app-crypt/johntheripper-1.7.9-r1[-minimal] net-analyzer/nmap >=app-eselect/eselect-metasploit-0.16 ruby_targets_ruby21? ( dev-lang/ruby:2.1 )
REQUIRED_USE=|| ( ruby_targets_ruby21 )
@ -12,4 +12,4 @@ RESTRICT=strip
SLOT=4.12
SRC_URI=https://github.com/rapid7/metasploit-framework/archive/4.12.7.tar.gz -> metasploit-4.12.7.tar.gz
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=2fab37fc48dbdd090eb03966c81348f7
_md5_=9ae6417af63c4040357c9fdaf5c6a4a4

@ -1,14 +1,14 @@
DEFINED_PHASES=compile configure install postinst preinst prepare prerm setup
DEPEND=snmp? ( net-analyzer/net-snmp ) ldap? ( net-nds/openldap =dev-libs/cyrus-sasl-2* net-libs/gnutls ) mysql? ( >=virtual/mysql-5.0.3 ) sqlite? ( >=dev-db/sqlite-3.3.5 ) postgres? ( dev-db/postgresql:* ) oracle? ( >=dev-db/oracle-instantclient-basic-10.0.0.0 ) xmpp? ( dev-libs/iksemel ) libxml2? ( dev-libs/libxml2 ) curl? ( net-misc/curl ) openipmi? ( sys-libs/openipmi ) ssh? ( net-libs/libssh2 ) java? ( virtual/jdk:* ) odbc? ( dev-db/unixODBC ) static? ( ldap? ( net-nds/openldap[static-libs] =dev-libs/cyrus-sasl-2*[static-libs] net-libs/gnutls[static-libs] ) mysql? ( >=virtual/mysql-5.0.3[static-libs] ) sqlite? ( >=dev-db/sqlite-3.3.5[static-libs] ) postgres? ( dev-db/postgresql:*[static-libs] ) libxml2? ( dev-libs/libxml2[static-libs] ) curl? ( net-misc/curl[static-libs] ) ssh? ( net-libs/libssh2[static-libs] ) odbc? ( dev-db/unixODBC[static-libs] ) ) virtual/pkgconfig java? ( >=dev-java/java-config-2.2.0-r3 ) virtual/pkgconfig
DEPEND=snmp? ( net-analyzer/net-snmp ) ldap? ( net-nds/openldap =dev-libs/cyrus-sasl-2* net-libs/gnutls ) mysql? ( >=virtual/mysql-5.0.3 ) sqlite? ( >=dev-db/sqlite-3.3.5 ) postgres? ( dev-db/postgresql:* ) oracle? ( >=dev-db/oracle-instantclient-basic-10.0.0.0 ) xmpp? ( dev-libs/iksemel ) libxml2? ( dev-libs/libxml2 ) curl? ( net-misc/curl ) openipmi? ( sys-libs/openipmi ) ssh? ( net-libs/libssh2 ) java? ( virtual/jdk:* ) odbc? ( dev-db/unixODBC ) ssl? ( dev-libs/openssl:= ) static? ( ldap? ( net-nds/openldap[static-libs] =dev-libs/cyrus-sasl-2*[static-libs] net-libs/gnutls[static-libs] ) mysql? ( >=virtual/mysql-5.0.3[static-libs] ) sqlite? ( >=dev-db/sqlite-3.3.5[static-libs] ) postgres? ( dev-db/postgresql:*[static-libs] ) libxml2? ( dev-libs/libxml2[static-libs] ) curl? ( net-misc/curl[static-libs] ) ssh? ( net-libs/libssh2[static-libs] ) odbc? ( dev-db/unixODBC[static-libs] ) ) virtual/pkgconfig java? ( >=dev-java/java-config-2.2.0-r3 ) virtual/pkgconfig
DESCRIPTION=ZABBIX is software for monitoring of your applications, network and servers
EAPI=6
HOMEPAGE=http://www.zabbix.com/
IUSE=+agent java curl frontend ipv6 xmpp ldap libxml2 mysql openipmi oracle postgres proxy server ssh snmp sqlite odbc static elibc_FreeBSD java
IUSE=+agent java curl frontend ipv6 xmpp ldap libxml2 mysql openipmi oracle postgres proxy server ssh ssl snmp sqlite odbc static elibc_FreeBSD java
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=snmp? ( net-analyzer/net-snmp ) ldap? ( net-nds/openldap =dev-libs/cyrus-sasl-2* net-libs/gnutls ) mysql? ( >=virtual/mysql-5.0.3 ) sqlite? ( >=dev-db/sqlite-3.3.5 ) postgres? ( dev-db/postgresql:* ) oracle? ( >=dev-db/oracle-instantclient-basic-10.0.0.0 ) xmpp? ( dev-libs/iksemel ) libxml2? ( dev-libs/libxml2 ) curl? ( net-misc/curl ) openipmi? ( sys-libs/openipmi ) ssh? ( net-libs/libssh2 ) java? ( virtual/jdk:* ) odbc? ( dev-db/unixODBC ) proxy? ( net-analyzer/fping ) server? ( net-analyzer/fping app-admin/webapp-config ) java? ( >=virtual/jre-1.4 dev-java/slf4j-api ) frontend? ( >=dev-lang/php-5.3.0[bcmath,ctype,sockets,gd,truetype,xml,session,xmlreader,xmlwriter,nls,sysvipc,unicode] || ( dev-lang/php[apache2] dev-lang/php[cgi] dev-lang/php[fpm] ) mysql? ( dev-lang/php[mysqli] ) odbc? ( dev-lang/php[odbc] ) oracle? ( dev-lang/php[oci8-instant-client] ) postgres? ( dev-lang/php[postgres] ) sqlite? ( dev-lang/php[sqlite] ) media-libs/gd[png] app-admin/webapp-config ) java? ( >=dev-java/java-config-2.2.0-r3 )
RDEPEND=snmp? ( net-analyzer/net-snmp ) ldap? ( net-nds/openldap =dev-libs/cyrus-sasl-2* net-libs/gnutls ) mysql? ( >=virtual/mysql-5.0.3 ) sqlite? ( >=dev-db/sqlite-3.3.5 ) postgres? ( dev-db/postgresql:* ) oracle? ( >=dev-db/oracle-instantclient-basic-10.0.0.0 ) xmpp? ( dev-libs/iksemel ) libxml2? ( dev-libs/libxml2 ) curl? ( net-misc/curl ) openipmi? ( sys-libs/openipmi ) ssh? ( net-libs/libssh2 ) java? ( virtual/jdk:* ) odbc? ( dev-db/unixODBC ) ssl? ( dev-libs/openssl:= ) proxy? ( net-analyzer/fping ) server? ( net-analyzer/fping app-admin/webapp-config ) java? ( >=virtual/jre-1.4 dev-java/slf4j-api ) frontend? ( >=dev-lang/php-5.3.0[bcmath,ctype,sockets,gd,truetype,xml,session,xmlreader,xmlwriter,nls,sysvipc,unicode] || ( dev-lang/php[apache2] dev-lang/php[cgi] dev-lang/php[fpm] ) mysql? ( dev-lang/php[mysqli] ) odbc? ( dev-lang/php[odbc] ) oracle? ( dev-lang/php[oci8-instant-client] ) postgres? ( dev-lang/php[postgres] ) sqlite? ( dev-lang/php[sqlite] ) media-libs/gd[png] app-admin/webapp-config ) java? ( >=dev-java/java-config-2.2.0-r3 )
REQUIRED_USE=|| ( agent frontend proxy server ) proxy? ( ^^ ( mysql oracle postgres sqlite odbc ) ) server? ( ^^ ( mysql oracle postgres sqlite odbc ) ) static? ( !oracle !snmp )
SLOT=0
SRC_URI=http://prdownloads.sourceforge.net/zabbix/zabbix-3.0.3.tar.gz
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 9a25f292ff66f8c2c00100ac0b15c54f multilib d062ae4ba2fc40a19c11de2ad89b6616 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c webapp 42c6ef7af496b228f9854b3c81e4b226
_md5_=d56494a95a4ea46e4f714c96e9bb667b
_md5_=dd3e6ef319cfabc635db96db4febc9e3

@ -1,14 +0,0 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=gnutls? ( net-libs/gnutls dev-libs/libgcrypt:0= ) pam? ( virtual/pam ) png? ( media-libs/libpng:0= x11-libs/cairo ) xml? ( dev-libs/libxml2:2 sys-libs/zlib ) systemd? ( sys-apps/systemd ) sqlite? ( dev-db/sqlite:3 ) libev? ( dev-libs/libev ) !libev? ( libevent? ( dev-libs/libevent ) ) test? ( net-misc/curl ) sys-devel/make >=dev-util/cmake-2.8.12
DESCRIPTION=C library to create simple HTTP servers and Web Applications
EAPI=5
HOMEPAGE=http://www.coralbits.com/libonion/ https://github.com/davidmoreno/onion
IUSE=gnutls pam png xml systemd sqlite test examples cxx -libev -libevent
KEYWORDS=~amd64
LICENSE=|| ( GPL-2+ Apache-2.0 ) AGPL-3
RDEPEND=gnutls? ( net-libs/gnutls dev-libs/libgcrypt:0= ) pam? ( virtual/pam ) png? ( media-libs/libpng:0= x11-libs/cairo ) xml? ( dev-libs/libxml2:2 sys-libs/zlib ) systemd? ( sys-apps/systemd ) sqlite? ( dev-db/sqlite:3 ) libev? ( dev-libs/libev ) !libev? ( libevent? ( dev-libs/libevent ) )
REQUIRED_USE=test? ( examples )
SLOT=0
SRC_URI=https://github.com/davidmoreno/onion/archive/v0.7.tar.gz -> onion-0.7.tar.gz
_eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=ca13d014a283472a13261256521baefa

@ -4,11 +4,11 @@ DESCRIPTION=PC/SC Architecture smartcard middleware library
EAPI=6
HOMEPAGE=http://pcsclite.alioth.debian.org/
IUSE=python libusb policykit selinux +udev python_targets_python2_7 abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
LICENSE=BSD ISC MIT GPL-3+ GPL-2
RDEPEND=libusb? ( virtual/libusb:1 ) udev? ( virtual/udev ) policykit? ( >=sys-auth/polkit-0.111 ) python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),python_single_target_python2_7(+)] ) !<app-crypt/ccid-1.4.1-r1 !<sys-apps/baselayout-2 !<sys-apps/openrc-0.11.8 selinux? ( sec-policy/selinux-pcscd )
REQUIRED_USE=^^ ( udev libusb ) python? ( python_targets_python2_7 )
SLOT=0
SRC_URI=http://alioth.debian.org/download.php/file/4164/pcsc-lite-1.8.16.tar.bz2
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multibuild 742139c87a9fa3766f0c2b155e5522bf multilib d062ae4ba2fc40a19c11de2ad89b6616 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 c0ed2a2f233d3af6dd556048695dc5cb systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1 udev 73058269b3e70e34e084fa3981282338 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=53fa05044803e683dafab8a93392378a
_md5_=bec1368a09e3b80553164157393107bc

@ -3,9 +3,9 @@ DEPEND=>=sys-apps/sg3_utils-1.42
DESCRIPTION=Utility to output and modify parameters on a SCSI device, like hdparm
EAPI=5
HOMEPAGE=http://sg.danny.cz/sg/sdparm.html
KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux
KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux
LICENSE=BSD
RDEPEND=>=sys-apps/sg3_utils-1.42
SLOT=0
SRC_URI=http://sg.danny.cz/sg/p/sdparm-1.10.tgz
_md5_=e89ccfb48c522c6444588d0e9b9a8d12
_md5_=a7c71afbab4811759570c11610b101b6

@ -4,10 +4,10 @@ DESCRIPTION=Apps for querying the sg SCSI interface
EAPI=5
HOMEPAGE=http://sg.danny.cz/sg/
IUSE=static-libs
KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
LICENSE=GPL-2
PDEPEND=>=sys-apps/rescan-scsi-bus-1.24
SLOT=0
SRC_URI=http://sg.danny.cz/sg/p/sg3_utils-1.42.tgz
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1
_md5_=36c4b18982732c180587c7a5ed773966
_md5_=719aa32b1ea14cd9fffe9bcbd1a04aad

@ -0,0 +1,15 @@
DEFINED_PHASES=compile configure install postinst postrm prepare pretend setup test unpack
DEPEND=elibc_glibc? ( >=sys-libs/glibc-2.8 ) !multislot? ( !<sys-devel/gcc-4.9 ) >=sys-devel/binutils-2.20 >=sys-apps/sed-4 sys-devel/gnuconfig sys-libs/zlib nls? ( virtual/libintl ) virtual/libiconv >=dev-libs/gmp-4.3.2:0 >=dev-libs/mpfr-2.4.2:0 >=dev-libs/mpc-0.8.1:0 graphite? ( >=dev-libs/isl-0.14 ) >=sys-devel/bison-1.875 >=sys-devel/flex-2.5.4 nls? ( sys-devel/gettext ) regression-test? ( >=dev-util/dejagnu-1.4.4 >=sys-devel/autogen-5.5.4 ) gcj? ( awt? ( x11-libs/libXt x11-libs/libX11 x11-libs/libXtst x11-proto/xproto x11-proto/xextproto =x11-libs/gtk+-2* virtual/pkgconfig x11-libs/pango ) >=media-libs/libart_lgpl-2.1 app-arch/zip app-arch/unzip )
DESCRIPTION=The GNU Compiler Collection
EAPI=4
HOMEPAGE=https://gcc.gnu.org/
IUSE=multislot regression-test vanilla altivec debug nopie nossp doc gcj awt hardened multilib objc objc-gc libssp objc++ fixed-point go graphite cilk +vtv jit mpx +nls +nptl +cxx +fortran +openmp +sanitize
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd
LICENSE=GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+
PDEPEND=elibc_glibc? ( >=sys-libs/glibc-2.8 ) >=sys-devel/gcc-config-1.7
RDEPEND=sys-libs/zlib nls? ( virtual/libintl ) virtual/libiconv >=dev-libs/gmp-4.3.2:0 >=dev-libs/mpfr-2.4.2:0 >=dev-libs/mpc-0.8.1:0 graphite? ( >=dev-libs/isl-0.14 )
RESTRICT=strip
SLOT=5.4.0
SRC_URI=mirror://gnu/gcc/gcc-5.4.0/gcc-5.4.0.tar.bz2 mirror://gentoo/gcc-5.4.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-5.4.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-5.4.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-5.4.0-uclibc-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-5.4.0-uclibc-patches-1.0.tar.bz2 mirror://gentoo/gcc-5.4.0-patches-1.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-5.4.0-patches-1.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-5.4.0-patches-1.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-5.4.0-patches-1.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-5.4.0-patches-1.0.tar.bz2 mirror://gentoo/gcc-5.4.0-piepatches-v0.6.5.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-5.4.0-piepatches-v0.6.5.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-5.4.0-piepatches-v0.6.5.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-5.4.0-piepatches-v0.6.5.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-5.4.0-piepatches-v0.6.5.tar.bz2 mirror://gentoo/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~vapier/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~rhill/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~zorry/patches/gcc/gcc-4.4.3-specs-0.2.0.tar.bz2 https://dev.gentoo.org/~blueness/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 gcj? ( ftp://sourceware.org/pub/java/ecj-4.5.jar )
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde fixheadtails 2f44773656577fe2653bacc8bdcb2174 flag-o-matic d270fa247153df66074f795fa42dba3e gnuconfig 3920de1188fc7bfee873515453ed1d10 libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain 3d59dc74af4193490682ef805f24a519 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=226fa626f43ded397439debcbf6e2ae2

@ -0,0 +1,12 @@
DEFINED_PHASES=configure install prepare unpack
DEPEND=sys-apps/help2man dev-libs/glib:2 sys-fs/fuse virtual/pam virtual/pkgconfig
DESCRIPTION=FUSE filesystem for LXC
EAPI=5
HOMEPAGE=https://linuxcontainers.org/lxcfs/introduction/
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-libs/glib:2 sys-fs/fuse virtual/pam
SLOT=0
SRC_URI=https://github.com/lxc/lxcfs/archive/lxcfs-2.0.1.tar.gz -> lxcfs-2.0.1.tar.gz
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib d062ae4ba2fc40a19c11de2ad89b6616 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1 vcs-snapshot b45be87e7012be0af8424e8a5644da1d versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=1789fba386ac474bef438b9d3723b6ea

@ -4,11 +4,11 @@ DESCRIPTION=Portable and efficient API to determine the call-chain of a program
EAPI=5
HOMEPAGE=https://savannah.nongnu.org/projects/libunwind
IUSE=debug debug-frame libatomic lzma static-libs
KEYWORDS=amd64 arm hppa ~ia64 ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux
KEYWORDS=amd64 arm hppa ia64 ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux
LICENSE=MIT
RDEPEND=lzma? ( app-arch/xz-utils )
RESTRICT=test
SLOT=7
SRC_URI=http://download.savannah.nongnu.org/releases/libunwind/libunwind-1.1.tar.gz
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1
_md5_=fe889467f37606af45d342196baf0586
_md5_=11b4b229aab6ca3a6ca002d6471e9526

@ -0,0 +1,14 @@
DEFINED_PHASES=configure install prepare test
DEPEND=lzma? ( app-arch/xz-utils ) libatomic? ( dev-libs/libatomic_ops )
DESCRIPTION=Portable and efficient API to determine the call-chain of a program
EAPI=5
HOMEPAGE=https://savannah.nongnu.org/projects/libunwind
IUSE=debug debug-frame libatomic lzma static-libs
KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux
LICENSE=MIT
RDEPEND=lzma? ( app-arch/xz-utils )
RESTRICT=test
SLOT=7
SRC_URI=http://download.savannah.nongnu.org/releases/libunwind/libunwind-1.1.tar.gz
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1
_md5_=87bab9ef74d5c92fd2773987d9a0914a

@ -11,4 +11,4 @@ RESTRICT=test
SLOT=7
SRC_URI=http://download.savannah.nongnu.org/releases/libunwind/libunwind-1.2-rc1.tar.gz
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde libtool 4890219c51da247200223277f993e054 multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1
_md5_=eb4100646ebd11131065c3e1686041d1
_md5_=213b61b768d4f1f4d083030378f24a5d

@ -3,10 +3,10 @@ DEPEND=>=sys-process/cronbase-0.3.2 virtual/mta sys-apps/ucspi-unix virtual/daem
DESCRIPTION=A new cron system designed with secure operations in mind by Bruce Guenter
EAPI=5
HOMEPAGE=http://untroubled.org/bcron/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=>=sys-process/cronbase-0.3.2 virtual/mta sys-apps/ucspi-unix virtual/daemontools >=sys-process/cronbase-0.3.2 !sys-process/vixie-cron !sys-process/cronie !sys-process/dcron !sys-process/fcron
SLOT=0
SRC_URI=http://untroubled.org/bcron/archive/bcron-0.10.tar.gz
_eclasses_=cron 3d3a6a85df42b2dbf24b5f9b97b0f55c eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multilib d062ae4ba2fc40a19c11de2ad89b6616 python-any-r1 1c20f9b800324335a8e3b137363362e8 python-utils-r1 c0ed2a2f233d3af6dd556048695dc5cb toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1
_md5_=7991ae0adf195c775b14184da3507d58
_md5_=fe7d3d631fdb7d7394fb937cb6342f53

@ -0,0 +1,12 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=sys-libs/ncurses:0= sys-devel/make >=dev-util/cmake-2.8.12
DESCRIPTION=Interactive memory viewer
EAPI=6
HOMEPAGE=https://unixdev.ru/memwatch
KEYWORDS=~amd64 ~x86
LICENSE=WTFPL-2
RDEPEND=sys-libs/ncurses:0=
SLOT=0
SRC_URI=http://unixdev.ru/src/memwatch-0.3.0.tar.gz
_eclasses_=cmake-utils 9e0d156beee613940cde06d0bc00791b eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multilib d062ae4ba2fc40a19c11de2ad89b6616 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=7d83d65e58523f6cfdd4c2350902724b

@ -4,7 +4,7 @@ DESCRIPTION=Robust, small and high performance http and reverse proxy server
EAPI=6
HOMEPAGE=http://nginx.org
IUSE=aio debug +http +http2 +http-cache ipv6 libatomic libressl luajit +pcre pcre-jit rtmp selinux ssl threads userland_GNU vim-syntax +nginx_modules_http_access +nginx_modules_http_auth_basic +nginx_modules_http_autoindex +nginx_modules_http_browser +nginx_modules_http_charset +nginx_modules_http_empty_gif +nginx_modules_http_fastcgi +nginx_modules_http_geo +nginx_modules_http_gzip +nginx_modules_http_limit_req +nginx_modules_http_limit_conn +nginx_modules_http_map +nginx_modules_http_memcached +nginx_modules_http_proxy +nginx_modules_http_referer +nginx_modules_http_rewrite +nginx_modules_http_scgi +nginx_modules_http_ssi +nginx_modules_http_split_clients +nginx_modules_http_upstream_ip_hash +nginx_modules_http_userid +nginx_modules_http_uwsgi nginx_modules_http_addition nginx_modules_http_auth_request nginx_modules_http_dav nginx_modules_http_degradation nginx_modules_http_flv nginx_modules_http_geoip nginx_modules_http_gunzip nginx_modules_http_gzip_static nginx_modules_http_image_filter nginx_modules_http_mp4 nginx_modules_http_perl nginx_modules_http_random_index nginx_modules_http_realip nginx_modules_http_secure_link nginx_modules_http_slice nginx_modules_http_stub_status nginx_modules_http_sub nginx_modules_http_xslt nginx_modules_stream_access nginx_modules_stream_limit_conn nginx_modules_stream_upstream nginx_modules_mail_imap nginx_modules_mail_pop3 nginx_modules_mail_smtp nginx_modules_http_upload_progress nginx_modules_http_headers_more nginx_modules_http_cache_purge nginx_modules_http_slowfs_cache nginx_modules_http_fancyindex nginx_modules_http_lua nginx_modules_http_auth_pam nginx_modules_http_upstream_check nginx_modules_http_metrics nginx_modules_http_naxsi nginx_modules_http_dav_ext nginx_modules_http_echo nginx_modules_http_security nginx_modules_http_push_stream nginx_modules_http_sticky nginx_modules_http_ajp nginx_modules_http_mogilefs nginx_modules_http_memc nginx_modules_http_auth_ldap nginx_modules_http_spdy
KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
KEYWORDS=amd64 ~arm ~arm64 ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux
LICENSE=BSD-2 BSD SSLeay MIT GPL-2 GPL-2+ nginx_modules_http_security? ( Apache-2.0 ) nginx_modules_http_push_stream? ( GPL-3 )
PDEPEND=vim-syntax? ( app-vim/nginx-syntax )
RDEPEND=pcre? ( >=dev-libs/libpcre-4.2 ) pcre-jit? ( >=dev-libs/libpcre-8.20[jit] ) ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) http2? ( !libressl? ( >=dev-libs/openssl-1.0.1c:0= ) libressl? ( dev-libs/libressl:= ) ) http-cache? ( userland_GNU? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) ) nginx_modules_http_geoip? ( dev-libs/geoip ) nginx_modules_http_gunzip? ( sys-libs/zlib ) nginx_modules_http_gzip? ( sys-libs/zlib ) nginx_modules_http_gzip_static? ( sys-libs/zlib ) nginx_modules_http_image_filter? ( media-libs/gd[jpeg,png] ) nginx_modules_http_perl? ( >=dev-lang/perl-5.8 ) nginx_modules_http_rewrite? ( >=dev-libs/libpcre-4.2 ) nginx_modules_http_secure_link? ( userland_GNU? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) ) nginx_modules_http_xslt? ( dev-libs/libxml2 dev-libs/libxslt ) nginx_modules_http_lua? ( !luajit? ( dev-lang/lua:0= ) luajit? ( dev-lang/luajit:2= ) ) nginx_modules_http_auth_pam? ( virtual/pam ) nginx_modules_http_metrics? ( dev-libs/yajl ) nginx_modules_http_dav_ext? ( dev-libs/expat ) nginx_modules_http_security? ( >=dev-libs/libxml2-2.7.8 dev-libs/apr-util www-servers/apache ) nginx_modules_http_auth_ldap? ( net-nds/openldap[ssl?] ) selinux? ( sec-policy/selinux-nginx ) !www-servers/nginx:mainline
@ -12,4 +12,4 @@ REQUIRED_USE=pcre-jit? ( pcre ) nginx_modules_http_lua? ( nginx_modules_http_rew
SLOT=0
SRC_URI=http://nginx.org/download/nginx-1.10.1.tar.gz https://github.com/simpl/ngx_devel_kit/archive/v0.3.0.tar.gz -> ngx_devel_kit-0.3.0-r1.tar.gz nginx_modules_http_upload_progress? ( https://github.com/masterzen/nginx-upload-progress-module/archive/v0.9.1.tar.gz -> ngx_http_upload_progress-0.9.1-r1.tar.gz ) nginx_modules_http_headers_more? ( https://github.com/agentzh/headers-more-nginx-module/archive/v0.30.tar.gz -> ngx_http_headers_more-0.30.tar.gz ) nginx_modules_http_cache_purge? ( http://labs.frickle.com/files/ngx_cache_purge-2.3.tar.gz -> ngx_http_cache_purge-2.3.tar.gz ) nginx_modules_http_slowfs_cache? ( http://labs.frickle.com/files/ngx_slowfs_cache-1.10.tar.gz -> ngx_http_slowfs_cache-1.10.tar.gz ) nginx_modules_http_fancyindex? ( https://github.com/aperezdc/ngx-fancyindex/archive/v0.4.0.tar.gz -> ngx_http_fancyindex-0.4.0.tar.gz ) nginx_modules_http_lua? ( https://github.com/openresty/lua-nginx-module/archive/v0.10.5.tar.gz -> ngx_http_lua-0.10.5.tar.gz ) nginx_modules_http_auth_pam? ( https://github.com/stogh/ngx_http_auth_pam_module/archive/v1.5.1.tar.gz -> ngx_http_auth_pam-1.5.1.tar.gz ) nginx_modules_http_upstream_check? ( https://github.com/yaoweibin/nginx_upstream_check_module/archive/v0.3.0-10-g10782ea.tar.gz -> ngx_http_upstream_check-0.3.0-10-g10782ea.tar.gz ) nginx_modules_http_metrics? ( https://github.com/madvertise/ngx_metrics/archive/v0.1.1.tar.gz -> ngx_metrics-0.1.1.tar.gz ) nginx_modules_http_naxsi? ( https://github.com/nbs-system/naxsi/archive/0.54.tar.gz -> ngx_http_naxsi-0.54.tar.gz ) rtmp? ( https://github.com/arut/nginx-rtmp-module/archive/v1.1.7.tar.gz -> ngx_rtmp-1.1.7.tar.gz ) nginx_modules_http_dav_ext? ( https://github.com/arut/nginx-dav-ext-module/archive/v0.0.3.tar.gz -> ngx_http_dav_ext-0.0.3.tar.gz ) nginx_modules_http_echo? ( https://github.com/openresty/echo-nginx-module/archive/v0.59.tar.gz -> ngx_http_echo-0.59.tar.gz ) nginx_modules_http_security? ( https://www.modsecurity.org/tarball/2.9.1/modsecurity-2.9.1.tar.gz -> modsecurity-2.9.1.tar.gz ) nginx_modules_http_push_stream? ( https://github.com/wandenberg/nginx-push-stream-module/archive/0.5.2.tar.gz -> ngx_http_push_stream-0.5.2.tar.gz ) nginx_modules_http_sticky? ( https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng/get/1.2.6.tar.bz2 -> nginx_http_sticky_module_ng-1.2.6.tar.bz2 ) nginx_modules_http_mogilefs? ( https://github.com/vkholodkov/nginx-mogilefs-module/archive/1.0.4.tar.gz -> ngx_mogilefs_module-1.0.4.tar.gz ) nginx_modules_http_memc? ( https://github.com/openresty/memc-nginx-module/archive/v0.17.tar.gz -> ngx_memc_module-0.17.tar.gz ) nginx_modules_http_auth_ldap? ( https://github.com/kvspb/nginx-auth-ldap/archive/dbcef31bebb2d54b6120422d0b178bbf78bc48f7.tar.gz -> nginx-auth-ldap-dbcef31bebb2d54b6120422d0b178bbf78bc48f7.tar.gz )
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multilib d062ae4ba2fc40a19c11de2ad89b6616 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions aac50de73be0a80ebe780e0b20850130 perl-module c584f9e0fe426f3dcc2c46c6f7cb95ce ssl-cert b031e94f4c7c34e1d677376b8929821a systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=46800625b689f59ff0ea202772828794
_md5_=760b44a130dde3b58ae6d341ccbf40e5

@ -1,15 +0,0 @@
DEFINED_PHASES=compile configure install postinst prepare setup test unpack
DEPEND=pcre? ( >=dev-libs/libpcre-4.2 ) pcre-jit? ( >=dev-libs/libpcre-8.20[jit] ) ssl? ( dev-libs/openssl:0= ) http-cache? ( userland_GNU? ( dev-libs/openssl:0= ) ) nginx_modules_http_geoip? ( dev-libs/geoip ) nginx_modules_http_gunzip? ( sys-libs/zlib ) nginx_modules_http_gzip? ( sys-libs/zlib ) nginx_modules_http_gzip_static? ( sys-libs/zlib ) nginx_modules_http_image_filter? ( media-libs/gd[jpeg,png] ) nginx_modules_http_perl? ( >=dev-lang/perl-5.8 ) nginx_modules_http_rewrite? ( >=dev-libs/libpcre-4.2 ) nginx_modules_http_secure_link? ( userland_GNU? ( dev-libs/openssl:0= ) ) nginx_modules_http_spdy? ( >=dev-libs/openssl-1.0.1c:0= ) nginx_modules_http_xslt? ( dev-libs/libxml2 dev-libs/libxslt ) nginx_modules_http_lua? ( !luajit? ( dev-lang/lua:0= ) luajit? ( dev-lang/luajit:2= ) ) nginx_modules_http_auth_pam? ( virtual/pam ) nginx_modules_http_metrics? ( dev-libs/yajl ) nginx_modules_http_dav_ext? ( dev-libs/expat ) nginx_modules_http_security? ( >=dev-libs/libxml2-2.7.8 dev-libs/apr-util www-servers/apache ) arm? ( dev-libs/libatomic_ops ) libatomic? ( dev-libs/libatomic_ops ) ssl? ( || ( dev-libs/openssl:0 dev-libs/libressl:0 ) ) virtual/pkgconfig
DESCRIPTION=Robust, small and high performance http and reverse proxy server
EAPI=5
HOMEPAGE=http://nginx.org
IUSE=aio debug +http +http-cache ipv6 libatomic luajit +pcre pcre-jit rtmp selinux ssl userland_GNU vim-syntax +nginx_modules_http_access +nginx_modules_http_auth_basic +nginx_modules_http_autoindex +nginx_modules_http_browser +nginx_modules_http_charset +nginx_modules_http_empty_gif +nginx_modules_http_fastcgi +nginx_modules_http_geo +nginx_modules_http_gzip +nginx_modules_http_limit_req +nginx_modules_http_limit_conn +nginx_modules_http_map +nginx_modules_http_memcached +nginx_modules_http_proxy +nginx_modules_http_referer +nginx_modules_http_rewrite +nginx_modules_http_scgi +nginx_modules_http_ssi +nginx_modules_http_split_clients +nginx_modules_http_upstream_ip_hash +nginx_modules_http_userid +nginx_modules_http_uwsgi nginx_modules_http_addition nginx_modules_http_auth_request nginx_modules_http_dav nginx_modules_http_degradation nginx_modules_http_flv nginx_modules_http_geoip nginx_modules_http_gunzip nginx_modules_http_gzip_static nginx_modules_http_image_filter nginx_modules_http_mp4 nginx_modules_http_perl nginx_modules_http_random_index nginx_modules_http_realip nginx_modules_http_secure_link nginx_modules_http_spdy nginx_modules_http_stub_status nginx_modules_http_sub nginx_modules_http_xslt nginx_modules_mail_imap nginx_modules_mail_pop3 nginx_modules_mail_smtp nginx_modules_http_upload_progress nginx_modules_http_headers_more nginx_modules_http_cache_purge nginx_modules_http_slowfs_cache nginx_modules_http_fancyindex nginx_modules_http_lua nginx_modules_http_auth_pam nginx_modules_http_upstream_check nginx_modules_http_metrics nginx_modules_http_naxsi nginx_modules_http_dav_ext nginx_modules_http_echo nginx_modules_http_security nginx_modules_http_push_stream nginx_modules_http_sticky nginx_modules_http_ajp nginx_modules_http_mogilefs ssl
KEYWORDS=amd64 ~arm ~arm64 ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux
LICENSE=BSD-2 BSD SSLeay MIT GPL-2 GPL-2+ nginx_modules_http_security? ( Apache-2.0 ) nginx_modules_http_push_stream? ( GPL-3 )
PDEPEND=vim-syntax? ( app-vim/nginx-syntax )
RDEPEND=pcre? ( >=dev-libs/libpcre-4.2 ) pcre-jit? ( >=dev-libs/libpcre-8.20[jit] ) ssl? ( dev-libs/openssl:0= ) http-cache? ( userland_GNU? ( dev-libs/openssl:0= ) ) nginx_modules_http_geoip? ( dev-libs/geoip ) nginx_modules_http_gunzip? ( sys-libs/zlib ) nginx_modules_http_gzip? ( sys-libs/zlib ) nginx_modules_http_gzip_static? ( sys-libs/zlib ) nginx_modules_http_image_filter? ( media-libs/gd[jpeg,png] ) nginx_modules_http_perl? ( >=dev-lang/perl-5.8 ) nginx_modules_http_rewrite? ( >=dev-libs/libpcre-4.2 ) nginx_modules_http_secure_link? ( userland_GNU? ( dev-libs/openssl:0= ) ) nginx_modules_http_spdy? ( >=dev-libs/openssl-1.0.1c:0= ) nginx_modules_http_xslt? ( dev-libs/libxml2 dev-libs/libxslt ) nginx_modules_http_lua? ( !luajit? ( dev-lang/lua:0= ) luajit? ( dev-lang/luajit:2= ) ) nginx_modules_http_auth_pam? ( virtual/pam ) nginx_modules_http_metrics? ( dev-libs/yajl ) nginx_modules_http_dav_ext? ( dev-libs/expat ) nginx_modules_http_security? ( >=dev-libs/libxml2-2.7.8 dev-libs/apr-util www-servers/apache ) selinux? ( sec-policy/selinux-nginx )
REQUIRED_USE=pcre-jit? ( pcre ) nginx_modules_http_lua? ( nginx_modules_http_rewrite ) nginx_modules_http_naxsi? ( pcre ) nginx_modules_http_dav_ext? ( nginx_modules_http_dav ) nginx_modules_http_metrics? ( nginx_modules_http_stub_status ) nginx_modules_http_security? ( pcre ) nginx_modules_http_push_stream? ( ssl )
SLOT=0
SRC_URI=http://nginx.org/download/nginx-1.8.1.tar.gz https://github.com/simpl/ngx_devel_kit/archive/v0.2.19.tar.gz -> ngx_devel_kit-0.2.19-r1.tar.gz nginx_modules_http_upload_progress? ( https://github.com/masterzen/nginx-upload-progress-module/archive/v0.9.1.tar.gz -> ngx_http_upload_progress-0.9.1-r1.tar.gz ) nginx_modules_http_headers_more? ( https://github.com/agentzh/headers-more-nginx-module/archive/v0.26.tar.gz -> ngx_http_headers_more-0.26.tar.gz ) nginx_modules_http_cache_purge? ( http://labs.frickle.com/files/ngx_cache_purge-2.3.tar.gz -> ngx_http_cache_purge-2.3.tar.gz ) nginx_modules_http_slowfs_cache? ( http://labs.frickle.com/files/ngx_slowfs_cache-1.10.tar.gz -> ngx_http_slowfs_cache-1.10.tar.gz ) nginx_modules_http_fancyindex? ( https://github.com/aperezdc/ngx-fancyindex/archive/v0.3.5.tar.gz -> ngx_http_fancyindex-0.3.5.tar.gz ) nginx_modules_http_lua? ( https://github.com/openresty/lua-nginx-module/archive/v0.9.15.tar.gz -> ngx_http_lua-0.9.15.tar.gz ) nginx_modules_http_auth_pam? ( https://github.com/stogh/ngx_http_auth_pam_module/archive/v1.4.tar.gz -> ngx_http_auth_pam-1.4.tar.gz ) nginx_modules_http_upstream_check? ( https://github.com/yaoweibin/nginx_upstream_check_module/archive/v0.3.0.tar.gz -> ngx_http_upstream_check-0.3.0.tar.gz ) nginx_modules_http_metrics? ( https://github.com/madvertise/ngx_metrics/archive/v0.1.1.tar.gz -> ngx_metrics-0.1.1.tar.gz ) nginx_modules_http_naxsi? ( https://github.com/nbs-system/naxsi/archive/0.53-2.tar.gz -> ngx_http_naxsi-0.53-2.tar.gz ) rtmp? ( https://github.com/arut/nginx-rtmp-module/archive/v1.1.7.tar.gz -> ngx_rtmp-1.1.7.tar.gz ) nginx_modules_http_dav_ext? ( https://github.com/arut/nginx-dav-ext-module/archive/v0.0.3.tar.gz -> ngx_http_dav_ext-0.0.3.tar.gz ) nginx_modules_http_echo? ( https://github.com/agentzh/echo-nginx-module/archive/v0.57.tar.gz -> ngx_http_echo-0.57.tar.gz ) nginx_modules_http_security? ( https://www.modsecurity.org/tarball/2.9.0/modsecurity-2.9.0.tar.gz -> modsecurity-2.9.0.tar.gz ) nginx_modules_http_push_stream? ( https://github.com/wandenberg/nginx-push-stream-module/archive/0.4.1.tar.gz -> ngx_http_push_stream-0.4.1.tar.gz ) nginx_modules_http_sticky? ( https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng/get/1.2.5.tar.bz2 -> nginx_http_sticky_module_ng-1.2.5.tar.bz2 ) nginx_modules_http_mogilefs? ( http://www.grid.net.ru/nginx/download/nginx_mogilefs_module-1.0.4.tar.gz -> ngx_mogilefs_module-1.0.4.tar.gz )
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde flag-o-matic d270fa247153df66074f795fa42dba3e multilib d062ae4ba2fc40a19c11de2ad89b6616 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions aac50de73be0a80ebe780e0b20850130 perl-module c584f9e0fe426f3dcc2c46c6f7cb95ce ssl-cert b031e94f4c7c34e1d677376b8929821a systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs c9d9187f4caa4026a0ceddd8dfceb3c1 unpacker 45d07319df5f40ee6af58418b0f930be user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=34d8cad263a9115b2e37b2a52b3f2dc4

@ -1 +1 @@
Mon, 13 Jun 2016 08:40:47 +0000
Mon, 13 Jun 2016 19:10:48 +0000

@ -2912,7 +2912,7 @@
<member>
<email>gokturk@gentoo.org</email>
<name>Göktürk Yüksek</name>
<role>Member</role>
<role>QA panda</role>
</member>
<member>
<email>kensington@gentoo.org</email>

@ -1 +1 @@
Mon Jun 13 08:39:51 UTC 2016
Mon Jun 13 19:09:53 UTC 2016

@ -1 +1 @@
Mon, 13 Jun 2016 09:00:01 +0000
Mon, 13 Jun 2016 19:30:01 +0000

@ -1 +1 @@
1465807202 Mon 13 Jun 2016 08:40:02 AM UTC
1465845001 Mon 13 Jun 2016 07:10:01 PM UTC

@ -1 +1 @@
Mon, 13 Jun 2016 08:40:47 +0000
Mon, 13 Jun 2016 19:10:47 +0000

@ -21,7 +21,7 @@ else
##Snapshots
MY_PV=${PV/_p/-}
SRC_URI="https://github.com/rapid7/metasploit-framework/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~arm"
RUBY_S="${PN}-framework-${MY_PV}"
inherit versionator
SLOT="$(get_version_component_range 1).$(get_version_component_range 2)"

@ -17,7 +17,7 @@ LICENSE="GPL-2"
SLOT="0"
WEBAPP_MANUAL_SLOT="yes"
KEYWORDS="~amd64 ~x86"
IUSE="+agent java curl frontend ipv6 xmpp ldap libxml2 mysql openipmi oracle postgres proxy server ssh snmp sqlite odbc static"
IUSE="+agent java curl frontend ipv6 xmpp ldap libxml2 mysql openipmi oracle postgres proxy server ssh ssl snmp sqlite odbc static"
REQUIRED_USE="|| ( agent frontend proxy server )
proxy? ( ^^ ( mysql oracle postgres sqlite odbc ) )
server? ( ^^ ( mysql oracle postgres sqlite odbc ) )
@ -39,7 +39,8 @@ COMMON_DEPEND="snmp? ( net-analyzer/net-snmp )
openipmi? ( sys-libs/openipmi )
ssh? ( net-libs/libssh2 )
java? ( virtual/jdk:* )
odbc? ( dev-db/unixODBC )"
odbc? ( dev-db/unixODBC )
ssl? ( dev-libs/openssl:= )"
RDEPEND="${COMMON_DEPEND}
proxy? ( net-analyzer/fping )
@ -137,6 +138,7 @@ src_configure() {
$(use_with ssh ssh2) \
$(use_with libxml2) \
$(use_with odbc unixodbc) \
$(use_with ssl openssl) \
|| die "econf failed"
}

@ -1,2 +1 @@
DIST onion-0.7.tar.gz 287822 SHA256 18785a462ea2d7214df8413de86eba2d74e414dace9716a2a7ce7b1cb3d4edb7 SHA512 9da45100ec91893e43c62cdabc1b022dc60fd2b509e387ce12fea69495fc68084afcc2534693955d340352cafc58e98a901a5ef981d1c92793ab15b7b6257d4c WHIRLPOOL e7d0695c2d45ac80edd271eaef0148474c12f1b53777714719af2bdd6d0b0d0c8375ecdc19990ee38f6dc2a31c2f7a19b7b70a4c3ac1a1fbef3548d1a923dad3
DIST onion-0.8.tar.gz 344347 SHA256 9708ba74b6727fa2fef219a821241f21a661ea9a30611213b0133e7effab1b17 SHA512 c40a36346de7dee6e98d0b5c38b5e133606046e29bacb06a0055a361013077ec0f6adb04dfcbf2f4ce0b72317c9ed918573299aed8760f069dcfd7c211a302d7 WHIRLPOOL 7bdb11b950cddcc948609b6e3d9278e3ba1a17956bf2997fa5aaa62b7c0a8b2b5a023aff3a49ef0625a9a53cf3289f2446655b2c2cf015568c46bfbde1306f29

@ -1,20 +0,0 @@
Index: onion-0.7/CMakeLists.txt
===================================================================
--- onion-0.7.orig/CMakeLists.txt
+++ onion-0.7/CMakeLists.txt
@@ -151,15 +151,6 @@ endif (SYSTEMD_ENABLED)
add_definitions(-D_BSD_SOURCE)
add_definitions(-D_POSIX_C_SOURCE=200112L)
-##
-IF (${CMAKE_BUILD_TYPE} MATCHES "Debug")
- add_definitions(-D__DEBUG__)
- SET(CMAKE_C_FLAGS "-Wall -Werror -O0 -fPIC")
-ELSE (${CMAKE_BUILD_TYPE} MATCHES "Debug")
- SET(CMAKE_C_FLAGS "-Wall -Werror -O2 -fPIC")
-ENDIF (${CMAKE_BUILD_TYPE} MATCHES "Debug")
-
-
project (onion)
INCLUDE(CPackConfig.cmake)

@ -1,67 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
SCM=""
if [ "${PV#9999}" != "${PV}" ] ; then
SCM="git-r3"
EGIT_REPO_URI="https://github.com/davidmoreno/onion"
fi
inherit ${SCM} cmake-utils
DESCRIPTION="C library to create simple HTTP servers and Web Applications"
HOMEPAGE="http://www.coralbits.com/libonion/ https://github.com/davidmoreno/onion"
if [ "${PV#9999}" != "${PV}" ] ; then
KEYWORDS=""
SRC_URI=""
else
KEYWORDS="~amd64"
SRC_URI="https://github.com/davidmoreno/onion/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi
LICENSE="|| ( GPL-2+ Apache-2.0 ) AGPL-3"
SLOT="0"
IUSE="
gnutls pam png xml systemd sqlite
test examples cxx -libev -libevent
"
RDEPEND="
gnutls? ( net-libs/gnutls dev-libs/libgcrypt:0= )
pam? ( virtual/pam )
png? ( media-libs/libpng:0= x11-libs/cairo )
xml? ( dev-libs/libxml2:2 sys-libs/zlib )
systemd? ( sys-apps/systemd )
sqlite? ( dev-db/sqlite:3 )
libev? ( dev-libs/libev )
!libev? ( libevent? ( dev-libs/libevent ) )
"
DEPEND="${RDEPEND}
test? ( net-misc/curl )
"
REQUIRED_USE="test? ( examples )"
PATCHES=(
"${FILESDIR}/cflags.patch"
)
src_configure() {
use test || echo '' > tests/CMakeLists.txt
local mycmakeargs=(
"-DONION_USE_SSL=$(usex gnutls)"
"-DONION_USE_PAM=$(usex pam)"
"-DONION_USE_PNG=$(usex png)"
"-DONION_USE_XML2=$(usex xml)"
"-DONION_USE_SYSTEMD=$(usex systemd)"
"-DONION_USE_SQLITE3=$(usex sqlite)"
"-DONION_USE_TESTS=$(usex test)"
"-DONION_EXAMPLES=$(usex examples)"
"-DONION_USE_BINDINGS_CPP=$(usex cxx)"
"-DONION_POLLER=$(usex libev libev "$(usex libevent libevent default)")"
)
cmake-utils_src_configure
}

@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_P}"
# upstream.
LICENSE="BSD ISC MIT GPL-3+ GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
# This is called libusb so that it doesn't fool people in thinking that
# it is _required_ for USB support. Otherwise they'll disable udev and

@ -10,7 +10,7 @@ SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
IUSE=""
# Older releases contain a conflicting sas_disk_blink

@ -12,7 +12,7 @@ SRC_URI="http://sg.danny.cz/sg/p/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="static-libs"
DEPEND="sys-devel/libtool"

@ -56,4 +56,8 @@ DIST gcc-5.3.0-patches-1.1.tar.bz2 29696 SHA256 979f188196325a635fc84e6a11678859
DIST gcc-5.3.0-piepatches-v0.6.5.tar.bz2 14552 SHA256 01bb0408eee2b97c4605b10b4d0b2b8fd3b1eccbaf9733c7274e281182f4e975 SHA512 9e924665d1dd24081b2f06618c26a5969069d30ec7626ba96166f299e4738918a6df99dc74c8b36cad17b62b778c350b42cf0ec0ad3897cb25c20938846f225c WHIRLPOOL a9464f4b386219f54ad12add39e7467d793fc75777245a4577f50b2bc6e19e6ede5be7849cdf50c11514175782658f7b3917f3fb86ce9beb07694069a6679404
DIST gcc-5.3.0-uclibc-patches-1.0.tar.bz2 2534 SHA256 4b03623b614b42308420e3036886ab58cf29fe52a238e67013fa82c568f22c82 SHA512 243d063a42ebef0428c43434d5ba3623ee66b1678746ab4c2efd129004614efecb8fe145bf4dc54d6daef03dfd656deb874b0b49213ec1e13490128d91714de2 WHIRLPOOL ba6db27fc0e19b120761b411da33d1925527a3a79cc686300d581ee3de8bbad788fe722c6c3c6b512a96e755c407e220bf509a1ca4f0ca02f1cc5485990bf249
DIST gcc-5.3.0.tar.bz2 95441837 SHA256 b84f5592e9218b73dbae612b5253035a7b34a9a1f7688d2e1bfaaf7267d5c4db SHA512 d619847383405fd389f5a2d7225f97fedb01f81478dbb8339047ccba7561a5c20045ab500a8744bffd19ea51892ce09fc37f862f2cfcb42de0f0f8cd8f8da37a WHIRLPOOL 63c10c65dcd9eaca7a426113fb593744829b00093eb57eb02603fb5387a81af20f3576c4d61d32c351e46cc79db20b445a5630e54e328c9771c92cff980661f5
DIST gcc-5.4.0-patches-1.0.tar.bz2 28227 SHA256 ff600369f150129754108322338c3f4f0064d222843a2d82778537f94a22ecbb SHA512 70cd83b142abaa3c22d67d5d58185da2cfa178737ec963e230cc03ea8dc6dc757665c711fae91af4cd91062d3136c6f31a5ee3c4c7440ed9485c6f3632731940 WHIRLPOOL 84a69d2dde582fd486f6c60f78ce9f8c7cc5b480c2989cc1804617eb6526a4a17d20d2ed010bd9fc78019d69caa665428970234090b21f9d4b97217011d4fcd6
DIST gcc-5.4.0-piepatches-v0.6.5.tar.bz2 14551 SHA256 495eb9110244dac17408cd0eb6977a593577eeb0437e72b60339b8ec394f2fb0 SHA512 4890f0713d261982ab81a20f93c5f65193aa1dfa171e3f9e5867f0b80ec7c1e76c5a997b1a4e6f47f8ce36af54ac91125c5bff8bf6d971b7d77c65a57a40a3c0 WHIRLPOOL 13b74b1ca75cc94f9624fe1b52221a953962c918c2cb932302a3078b6deba4f3e501647ad8a2915edef6301e64c820ed612a6fbb9e1178cf1711fe0045686969
DIST gcc-5.4.0-uclibc-patches-1.0.tar.bz2 3731 SHA256 a3145faa6c81c0753ba754b735834c38987c356dadaa7c4a625c738e374604b5 SHA512 009f34197e79c5e8c6497a0db01ac45cc657e92e56a663b4f3281661d108b2a129cd977fab5f0064f225d6812ae91e82bab22a2b10ae02c486881eeed85ec7a3 WHIRLPOOL a3598ce0aad7e9110db156005190739abc5b4ceea3c327cb9c747c4cf1b99589c1a9fac170aea346eae030b09ee563f9f990e031ad7dfa1aa19b895898bf2608
DIST gcc-5.4.0.tar.bz2 95661481 SHA256 608df76dec2d34de6558249d8af4cbee21eceddbcb580d666f7a5a583ca3303a SHA512 2941cc950c8f2409a314df497631f9b0266211aa74746c1839c46e04f1c7c299afe2528d1ef16ea39def408a644ba48f97519ec7a7dd37d260c3e9423514265b WHIRLPOOL ec81c8143e48bc8d9d0bbdc0fa3ca553c805193f53ac46c86127b54565894780dd97281485e396a130567464c753f043458c8e450018c957813f50ff90a40708
DIST gdc-0.24-src.tar.bz2 1012099 SHA256 cc6a97c76c9e6db31e76ff97014d24b3d43e21f018a3c6218e3fb2a4500fc79a SHA512 9aec7e4b102e602dfb61cd09ea4b4a96af637ceb3d726235261d09ebd35dbd416abcbfe0e46918e48474bd241fe9bb29abc145a65aa834669295aaee4fca0686 WHIRLPOOL 22322b0c3e2d67b3b37bd7fa92a29c593688f934d4ffd62b9cc87eb63a44a4f8bbc9d75cadf11209c73bdc9942c9b4430036629d0eefcd04de9055c502b85f12

@ -0,0 +1,46 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="4"
PATCH_VER="1.0"
UCLIBC_VER="1.0"
# Hardened gcc 4 stuff
PIE_VER="0.6.5"
SPECS_VER="0.2.0"
SPECS_GCC_VER="4.4.3"
# arch/libc configurations known to be stable with {PIE,SSP}-by-default
PIE_GLIBC_STABLE="x86 amd64 mips ppc ppc64 arm ia64"
PIE_UCLIBC_STABLE="x86 arm amd64 mips ppc ppc64"
SSP_STABLE="amd64 x86 mips ppc ppc64 arm"
# uclibc need tls and nptl support for SSP support
# uclibc need to be >= 0.9.33
SSP_UCLIBC_STABLE="x86 amd64 mips ppc ppc64 arm"
#end Hardened stuff
inherit toolchain
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
RDEPEND=""
DEPEND="${RDEPEND}
elibc_glibc? ( >=sys-libs/glibc-2.8 )
!multislot? ( !<${CATEGORY}/gcc-4.9 )
>=${CATEGORY}/binutils-2.20"
if [[ ${CATEGORY} != cross-* ]] ; then
PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.8 )"
fi
src_prepare() {
if has_version '<sys-libs/glibc-2.12' ; then
ewarn "Your host glibc is too old; disabling automatic fortify."
ewarn "Please rebuild gcc after upgrading to >=glibc-2.12 #362315"
EPATCH_EXCLUDE+=" 10_all_default-fortify-source.patch"
fi
is_crosscompile && EPATCH_EXCLUDE+=" 05_all_gcc-spec-env.patch"
toolchain_src_prepare
}

@ -1,3 +1,4 @@
DIST lxcfs-0.17.tar.gz 40501 SHA256 bcfe14a1ab4b717af1750b04c891a70b59f167d166c2db74984610041c926745 SHA512 dbc38265a65056330e46b8cc56558c6d14e13102c5e6c65a446749f5370c25d70a3a008d22c64b7d435c60e31bbe3efba887fd4f98c0a62fb5ad60c15366b174 WHIRLPOOL af4c0b03ede15414b53670a1363fa240986252b0ad1de8b0e13f99150ef4b2d419f63b6f96e94015344665c118c8599e1e97fb94854be89fc884ba40b96ec2c0
DIST lxcfs-2.0.0.tar.gz 48655 SHA256 4c03114a85aff530bf385b724b992470ffb97c6bf759d61900cb93f4d12c517d SHA512 44b35b6c275366f88e036ed1e136cb193b65024fcbdff250658d360fced14bec84a2bcfa9f8ca28af9205f38babdd5520cfa42a5521cf545c42df80eec40c1b8 WHIRLPOOL 8972fe4838a3ec157479a9bed9404ba51d7ea47efe7e37c2b9f872fcab6068daef6898ef143304868003748a50068cc5634041020d6b6ced0acca97ffd9d8d07
DIST lxcfs-2.0.0_beta2.tar.gz 44421 SHA256 4eacbbb51031ebd0776f050d7279b2076f7b4e156503f1bbe88e034f181e1d38 SHA512 d62bccc687873c060f299a726debc4642a0900f7e7a460b5c37dcb0b5d7cb75cd5b98ee03f129ccddbe62085510e1760db73010674333536f7126d01987262f4 WHIRLPOOL 470c6118a5560ff5fd447a409d136453b423d0b27a2f00652316b9415f68e08d349fc0e75edb1d312f7a25709bf96621574bd200c8fc92808a9e4eb59aada971
DIST lxcfs-2.0.1.tar.gz 49004 SHA256 4731a4d6939e32f3503560ee953e840d16e6abbb4fc7993c92cc1179e40d4f84 SHA512 3801a1d643b1f4478e702f615c8f9f9bc7070272ef2cca6c22d944a680f6829f0b14b7d193cc5c046f9f1a0a258bd5de68456d884a00d48f0f2639c66975cb23 WHIRLPOOL cbbad76d61a05dbb4750cd8218e1946d6b8b2e798f0a4071c6e706ee6d88a0e36dd9fcc8664c9cb0e3f8bdbac9ba6c548ce0a0829a4bf79d0965f18ee207bb90

@ -0,0 +1,27 @@
#!/sbin/openrc-run
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
DAEMON=/usr/bin/lxcfs
PIDFILE=/run/lxcfs.pid
start() {
ebegin "Starting lxcfs"
start-stop-daemon --start \
--pidfile ${PIDFILE} \
--exec ${DAEMON} \
--background \
--make-pidfile \
-- \
-f -o allow_other /var/lib/lxcfs
eend $?
}
stop() {
ebegin "Stopping lxcfs"
start-stop-daemon --stop --quiet -R TERM/45 -p ${PIDFILE}
eend $?
}

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save