gentoo.git
6 years agodev-libs/libevdev-1.5.9-r1: ia64 stable, bug 664002
Matt Turner [Fri, 28 Sep 2018 15:51:32 +0000 (17:51 +0200)]
dev-libs/libevdev-1.5.9-r1: ia64 stable, bug 664002

6 years agoapp-arch/brotli: make multilib
Craig Andrews [Fri, 28 Sep 2018 15:37:14 +0000 (11:37 -0400)]
app-arch/brotli: make multilib

Bug: https://bugs.gentoo.org/650104
Package-Manager: Portage-2.3.50, Repoman-2.3.11

6 years agosys-process/lsof: Drop old
Mikle Kolyada [Fri, 28 Sep 2018 14:52:17 +0000 (17:52 +0300)]
sys-process/lsof: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agodev-util/rr: Version bump
Luca Barbato [Fri, 28 Sep 2018 14:45:39 +0000 (14:45 +0000)]
dev-util/rr: Version bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

6 years agonet-libs/libnetfilter_conntrack: s390/sh/m68k stable wrt bug #641228
Mikle Kolyada [Fri, 28 Sep 2018 14:40:18 +0000 (17:40 +0300)]
net-libs/libnetfilter_conntrack: s390/sh/m68k stable wrt bug #641228

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agonet-firewall/iptables: s390/sh/m68k stable wrt bug #641228
Mikle Kolyada [Fri, 28 Sep 2018 14:39:03 +0000 (17:39 +0300)]
net-firewall/iptables: s390/sh/m68k stable wrt bug #641228

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agosys-apps/grep: Drop old
Mikle Kolyada [Fri, 28 Sep 2018 14:26:11 +0000 (17:26 +0300)]
sys-apps/grep: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agosys-apps/debianutils: Drop old
Mikle Kolyada [Fri, 28 Sep 2018 14:21:03 +0000 (17:21 +0300)]
sys-apps/debianutils: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agonet-misc/ntpclient: version bump to 2018.244.
Conrad Kostecki [Fri, 28 Sep 2018 11:16:04 +0000 (13:16 +0200)]
net-misc/ntpclient: version bump to 2018.244.

Closes: https://bugs.gentoo.org/650830
Closes: https://bugs.gentoo.org/667218
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10000

6 years agognome-base/gdm: bump to 3.26.2.1
Mart Raudsepp [Thu, 27 Sep 2018 22:55:51 +0000 (01:55 +0300)]
gnome-base/gdm: bump to 3.26.2.1

This is a -r1 revision because gnome overlay had a -r0 that lacked
CVE-2018-14424 fix patches.

Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

6 years agox11-themes/zuki-themes: bump to 3.26.1
Mart Raudsepp [Thu, 27 Sep 2018 22:08:37 +0000 (01:08 +0300)]
x11-themes/zuki-themes: bump to 3.26.1

Completely untested, but to be in sync with gnome-shell.
Please report any packaging issues, obviously.

Closes: https://bugs.gentoo.org/646254
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

6 years agognome-extra/gnome-shell-extensions: bump to 3.26.2
Mart Raudsepp [Thu, 27 Sep 2018 21:58:45 +0000 (00:58 +0300)]
gnome-extra/gnome-shell-extensions: bump to 3.26.2

Also includes some bug fixes and translation updates from
upstream unreleased 3.26 branch

Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

6 years agognome-base/gnome-shell: bump to 3.26.2, support elogind, many tweaks
Mart Raudsepp [Thu, 27 Sep 2018 21:36:24 +0000 (00:36 +0300)]
gnome-base/gnome-shell: bump to 3.26.2, support elogind, many tweaks

* Port ebuild to use meson (no autotools upstream anymore)
* Support elogind and get rid of unnecessary openrc-force hacks;
  gnome-shell systemd code only handles journald integration - logging
  structured data to it itself, instead of plain g_prints and telling
  it about launched apps, so they get to log under their own identifier
  instead of gnome-session. The -Denable-systemd option only deals with
  that, so we can safely just not pass it on non-systemd systems. The
  suspend support is handled purely via logind dbus interfaces and is
  build unconditionally - at runtime it is conditional on
  /run/systemd/seats existing and being accessible, which should be the
  case with newer elogind (with relevant bugs fixed) by my quick
  research, but I have not tested personally. Don't make a big deal
  about lacking suspend and seat inhibition support and just pull in
  a logind interface provider (techically this is runtime only, but
  not bothering with a separate DEPEND-free RDEPEND block for elogind).
  The alternative (to require logind) would be to require one of the
  systemd or elogind USE flags instead of at-most-one-of, but this is
  runtime optional anyways, so don't block it - user could just build
  with systemd and boot with something else, for example, and similarly
  not have this work at runtime). Also remove some ewarns appropriately.
* Build-time depend on systemd with USE=systemd for the aforementioned
  journald integration, which needs systemd present at build time already.
* More appropriately use python-single-r1 instead of python-r1 for the two
  small python utilities. Hack meson to update to the correct shebang.
* Make telepathy optional - it was made runtime optional in 3.24 already,
  and with empathy being in the state it's in, the chat integration is
  rather unused on a desktop system.
* Remove questionable glib USE=dbus requirement - if dconf is required,
  it should be depended upon directly; but as this is just your typical
  GSettings memory vs dconf backend scenario, I don't see why that'd be.
* Remove unnecessary libXtst depend - I can't find any usage of it in
  current version (only mentions of caribou using it, which has its own
  dep and is optional on-screen keyboard support, gone in newer versions).
* Move dbus-glib depend inside USE=networkmanager, as this legacy thing
  is for some reason (instead of GDbus) still used only in a NM specific
  source file that doesn't get compiled with USE=-networkmanager afaics.
* Require introspection on nm-applet with USE=networkmanager, as NMGtk
  GIR is used.
* Remove bogus mesa-progs depend - no glxinfo/glxgears usages here.
* Add glib-utils build depend.
* Drop dejavu font depend - I don't think we should be pulling in a
  specific font these days for some glyphs; and if we should, then it
  probably should be cantarell.
* Require USE=glib on pulseaudio, as libpulse-mainloop-glib is linked to
  in a subproject, not just libpulse.
* Simplify the pax-mark logic, as we don't use so old spidermonkey for so
  long, and pax-mark stuff is not tested by us. But the old complicated
  conditionals don't apply in many cases, so simplify it to just the common
  case. Additionally newer spidermonkey (60) will lose jit USE flag and
  have that unconditional on arches where it's supported, so these
  conditionals will then result in wrong code paths being taken. Therefore
  just simplify it to the basics and hope it works and rely on any incoming
  bugs about it to modernize this.

Closes: https://bugs.gentoo.org/655426
Closes: https://bugs.gentoo.org/553966
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

6 years agox11-wm/mutter: bump to 3.26.2
Mart Raudsepp [Thu, 27 Sep 2018 08:39:07 +0000 (11:39 +0300)]
x11-wm/mutter: bump to 3.26.2

Also includes many fixes and updates from upstream
unreleased 3.26 branch

Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

6 years agognome-base/gnome-control-center: bump to 3.26.2
Mart Raudsepp [Wed, 26 Sep 2018 20:08:03 +0000 (23:08 +0300)]
gnome-base/gnome-control-center: bump to 3.26.2

Also includes many fixes and updates from upstream
unreleased 3.26 branch and our optionality patches.

Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

6 years agognome-base/gnome-settings-daemon: bump to 3.26.2, try to support elogind
Mart Raudsepp [Tue, 25 Sep 2018 21:02:06 +0000 (00:02 +0300)]
gnome-base/gnome-settings-daemon: bump to 3.26.2, try to support elogind

Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

6 years agognome-base/gnome-session: bump to 3.26.1; wayland default if USE enabled
Mart Raudsepp [Tue, 25 Sep 2018 20:54:50 +0000 (23:54 +0300)]
gnome-base/gnome-session: bump to 3.26.1; wayland default if USE enabled

Defaults to wayland session if built with USE=wayland, as the reverts have
been removed. We are targeting wayland default enabled in gnome profiles
for next stable (3.28 or 3.30).

Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

6 years agosys-cluster/kube-proxy: Version bump to 1.12.0
Manuel Rüger [Fri, 28 Sep 2018 13:47:01 +0000 (15:47 +0200)]
sys-cluster/kube-proxy: Version bump to 1.12.0

Package-Manager: Portage-2.3.50, Repoman-2.3.11

6 years agosys-cluster/kubelet: Version bump to 1.12.0
Manuel Rüger [Fri, 28 Sep 2018 13:46:40 +0000 (15:46 +0200)]
sys-cluster/kubelet: Version bump to 1.12.0

Package-Manager: Portage-2.3.50, Repoman-2.3.11

6 years agosys-cluster/kube-scheduler: Version bump to 1.12.0
Manuel Rüger [Fri, 28 Sep 2018 13:45:26 +0000 (15:45 +0200)]
sys-cluster/kube-scheduler: Version bump to 1.12.0

Package-Manager: Portage-2.3.50, Repoman-2.3.11

6 years agosys-cluster/kube-controller-manager: Version bump to 1.12.0
Manuel Rüger [Fri, 28 Sep 2018 13:44:55 +0000 (15:44 +0200)]
sys-cluster/kube-controller-manager: Version bump to 1.12.0

Package-Manager: Portage-2.3.50, Repoman-2.3.11

6 years agosys-cluster/kube-apiserver: Version bump to 1.12.0
Manuel Rüger [Fri, 28 Sep 2018 13:43:12 +0000 (15:43 +0200)]
sys-cluster/kube-apiserver: Version bump to 1.12.0

Package-Manager: Portage-2.3.50, Repoman-2.3.11

6 years agosys-cluster/kubectl: Version bump to 1.12.0
Manuel Rüger [Fri, 28 Sep 2018 13:37:04 +0000 (15:37 +0200)]
sys-cluster/kubectl: Version bump to 1.12.0

Package-Manager: Portage-2.3.50, Repoman-2.3.11

6 years agosys-cluster/minikube: Version bump to 0.29.0
Manuel Rüger [Fri, 28 Sep 2018 13:28:03 +0000 (15:28 +0200)]
sys-cluster/minikube: Version bump to 0.29.0

Package-Manager: Portage-2.3.50, Repoman-2.3.11

6 years agodev-libs/libtasn1: eapi bump
Alon Bar-Lev [Fri, 28 Sep 2018 12:58:34 +0000 (15:58 +0300)]
dev-libs/libtasn1: eapi bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agosci-chemistry/votca-xtp: fix deps
Christoph Junghans [Fri, 28 Sep 2018 12:36:59 +0000 (06:36 -0600)]
sci-chemistry/votca-xtp: fix deps

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agosci-chemistry/votca-ctp: fixed deps
Christoph Junghans [Fri, 28 Sep 2018 12:27:59 +0000 (06:27 -0600)]
sci-chemistry/votca-ctp: fixed deps

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agoapp-doc/votca-csg-manual: fix deps
Christoph Junghans [Fri, 28 Sep 2018 12:20:18 +0000 (06:20 -0600)]
app-doc/votca-csg-manual: fix deps

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agosci-chemistry/votca-csgapps: fix deps
Christoph Junghans [Fri, 28 Sep 2018 12:17:54 +0000 (06:17 -0600)]
sci-chemistry/votca-csgapps: fix deps

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agosci-chemistry/votca-csg: fix deps
Christoph Junghans [Fri, 28 Sep 2018 12:15:31 +0000 (06:15 -0600)]
sci-chemistry/votca-csg: fix deps

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agosci-libs/votca-tools: fix deps
Christoph Junghans [Fri, 28 Sep 2018 12:02:36 +0000 (06:02 -0600)]
sci-libs/votca-tools: fix deps

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agowww-client/vivaldi-snapshot: Old.
Jeroen Roovers [Fri, 28 Sep 2018 12:22:28 +0000 (14:22 +0200)]
www-client/vivaldi-snapshot: Old.

Package-Manager: Portage-2.3.50, Repoman-2.3.11

6 years agowww-client/vivaldi-snapshot: Version 2.1.1317.4_p2.
Jeroen Roovers [Fri, 28 Sep 2018 12:22:03 +0000 (14:22 +0200)]
www-client/vivaldi-snapshot: Version 2.1.1317.4_p2.

Package-Manager: Portage-2.3.50, Repoman-2.3.11

6 years agoperl-module.eclass: replace search.cpan.org
Azamat H. Hackimov [Sun, 16 Sep 2018 13:51:22 +0000 (16:51 +0300)]
perl-module.eclass: replace search.cpan.org

Replace search.cpan.org with metacpan.org since it is retired[1][2].

[1] https://www.perl.com/article/saying-goodbye-to-search-cpan-org/
[2] https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html

Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/9968

6 years agonet-im/signal-desktop-bin: remove old version
Robert Siebeck [Fri, 21 Sep 2018 09:17:00 +0000 (11:17 +0200)]
net-im/signal-desktop-bin: remove old version

Signed-off-by: Robert Siebeck <gentoo.bugzilla.2012@r123.de>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9930

6 years agonet-im/signal-desktop-bin: new version 1.16.2
Robert Siebeck [Fri, 21 Sep 2018 09:16:36 +0000 (11:16 +0200)]
net-im/signal-desktop-bin: new version 1.16.2

Signed-off-by: Robert Siebeck <gentoo.bugzilla.2012@r123.de>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agomedia-libs/dav1d: Add new package
Niklas Haas [Thu, 27 Sep 2018 14:43:20 +0000 (16:43 +0200)]
media-libs/dav1d: Add new package

This is a new AV1 decoder by VideoLAN. There is no tagged release yet,
so this commit only adds the 9999 ebuild.

Signed-off-by: Niklas Haas <git@haasn.xyz>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
6 years agowww-client/firefox: add missing "errno.h" include in SandboxOpenedFiles.cpp
Thomas Deutschmann [Fri, 28 Sep 2018 11:59:39 +0000 (13:59 +0200)]
www-client/firefox: add missing "errno.h" include in SandboxOpenedFiles.cpp

In addition, patch "firefox-60.0-rust-1.29-comp.patch" was dropped from
firefox-62.x wchi was added in previous commit b1e7185593b8d3f4c46481d4
because patch is already present.

Closes: https://bugs.gentoo.org/667096
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

6 years agonet-print/cndrvcups-lb: amd64 stable wrt bug #666276
Mikle Kolyada [Fri, 28 Sep 2018 11:49:16 +0000 (14:49 +0300)]
net-print/cndrvcups-lb: amd64 stable wrt bug #666276

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agonet-print/cndrvcups-common-lb: amd64 stable wrt bug #666276
Mikle Kolyada [Fri, 28 Sep 2018 11:48:46 +0000 (14:48 +0300)]
net-print/cndrvcups-common-lb: amd64 stable wrt bug #666276

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agomedia-sound/picard: amd64 stable wrt bug #664786
Mikle Kolyada [Fri, 28 Sep 2018 11:45:28 +0000 (14:45 +0300)]
media-sound/picard: amd64 stable wrt bug #664786

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agomail-client/thunderbird: add rust-1.29+ support
Thomas Deutschmann [Fri, 28 Sep 2018 11:43:37 +0000 (13:43 +0200)]
mail-client/thunderbird: add rust-1.29+ support

Closes: https://bugs.gentoo.org/666898
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

6 years agowww-client/firefox: add rust-1.29+ support
Thomas Deutschmann [Fri, 28 Sep 2018 11:39:43 +0000 (13:39 +0200)]
www-client/firefox: add rust-1.29+ support

Closes: https://bugs.gentoo.org/666898
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

6 years agonet-im/pidgin: amd64 stable wrt bug #666858
Mikle Kolyada [Fri, 28 Sep 2018 11:43:21 +0000 (14:43 +0300)]
net-im/pidgin: amd64 stable wrt bug #666858

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agosys-kernel/gentoo-sources: Cleanup of 4.18.X series
Mike Pagano [Fri, 28 Sep 2018 11:39:55 +0000 (07:39 -0400)]
sys-kernel/gentoo-sources: Cleanup of 4.18.X series

Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

6 years agox11-plugins/wmpeople: Drop old (EAPI=0)
Mikle Kolyada [Fri, 28 Sep 2018 11:39:21 +0000 (14:39 +0300)]
x11-plugins/wmpeople: Drop old (EAPI=0)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agox11-plugins/wmmp3: Drop old (EAPI=0)
Mikle Kolyada [Fri, 28 Sep 2018 11:38:13 +0000 (14:38 +0300)]
x11-plugins/wmmp3: Drop old (EAPI=0)

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agosys-kernel/gentoo-sources: Cleanup of Linux patch series 4.14.X
Mike Pagano [Fri, 28 Sep 2018 11:37:10 +0000 (07:37 -0400)]
sys-kernel/gentoo-sources: Cleanup of Linux patch series 4.14.X

Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

6 years agosys-kernel/gentoo-sources: Cleanup of Linux 4.9.X series
Mike Pagano [Fri, 28 Sep 2018 11:34:25 +0000 (07:34 -0400)]
sys-kernel/gentoo-sources: Cleanup of Linux 4.9.X series

Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

6 years agodev-perl/Devel-CheckCompiler: Drop old
Mikle Kolyada [Fri, 28 Sep 2018 11:13:38 +0000 (14:13 +0300)]
dev-perl/Devel-CheckCompiler: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agodev-python/elasticsearch-py: drop old
Tomas Mozes [Thu, 20 Sep 2018 11:12:59 +0000 (13:12 +0200)]
dev-python/elasticsearch-py: drop old

Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9927

6 years agodev-python/elasticsearch-py: allow using newer dev-python/urllib3
Tomas Mozes [Thu, 20 Sep 2018 11:11:17 +0000 (13:11 +0200)]
dev-python/elasticsearch-py: allow using newer dev-python/urllib3

Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agosys-kernel/vanilla-sources: Automated version bump to 3.16.58 - remove old.
Agostino Sarubbo [Fri, 28 Sep 2018 10:43:45 +0000 (12:43 +0200)]
sys-kernel/vanilla-sources: Automated version bump to 3.16.58 - remove old.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agodev-perl/Module-Build-XSUtil: Drop old
Mikle Kolyada [Fri, 28 Sep 2018 10:39:24 +0000 (13:39 +0300)]
dev-perl/Module-Build-XSUtil: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agox11-terms/terminology: drop old 1.1.0
Joonas Niilola [Fri, 28 Sep 2018 09:12:23 +0000 (12:12 +0300)]
x11-terms/terminology: drop old 1.1.0

Signed-off-by: Joonas Niilola <juippis@gmail.com>
Package-Manager: Portage[mgorny]-2.3.49.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9997

6 years agoapp-editors/gummi: add runtime dependencies
Alexey Korepanov [Thu, 27 Sep 2018 10:07:08 +0000 (11:07 +0100)]
app-editors/gummi: add runtime dependencies

Signed-off-by: Alexey Korepanov <kaikaikai@yandex.ru>
Closes: https://bugs.gentoo.org/666794
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9984

6 years agosci-libs/tensorflow: bump 1.11.0
Jason Zaman [Fri, 28 Sep 2018 04:02:18 +0000 (12:02 +0800)]
sci-libs/tensorflow: bump 1.11.0

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agodev-python/gast: add python3_5 compat
Jason Zaman [Fri, 28 Sep 2018 10:21:17 +0000 (18:21 +0800)]
dev-python/gast: add python3_5 compat

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agosci-visualization/tensorboard: bump 1.11.0
Jason Zaman [Fri, 28 Sep 2018 04:00:39 +0000 (12:00 +0800)]
sci-visualization/tensorboard: bump 1.11.0

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agosci-libs/keras-applications: bump 1.0.5
Jason Zaman [Fri, 28 Sep 2018 03:58:40 +0000 (11:58 +0800)]
sci-libs/keras-applications: bump 1.0.5

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agosci-libs/keras-preprocessing: bump 1.0.3
Jason Zaman [Fri, 28 Sep 2018 03:43:54 +0000 (11:43 +0800)]
sci-libs/keras-preprocessing: bump 1.0.3

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agodev-lua/luaossl: bump version to 20180708
crito [Wed, 26 Sep 2018 19:56:38 +0000 (21:56 +0200)]
dev-lua/luaossl: bump version to 20180708

Signed-off-by: Matthias Hauber <crito@fnordpipe.org>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9977

6 years agoapp-benchmarks/stress-ng: drop old version
Conrad Kostecki [Thu, 27 Sep 2018 21:44:06 +0000 (23:44 +0200)]
app-benchmarks/stress-ng: drop old version

Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9993

6 years agoapp-benchmarks/stress-ng: bump to version 0.09.41
Conrad Kostecki [Thu, 27 Sep 2018 21:43:29 +0000 (23:43 +0200)]
app-benchmarks/stress-ng: bump to version 0.09.41

Closes: https://bugs.gentoo.org/667188
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agox11-plugins/pidgin-telegram: add USE libressl
Stefan Strogin [Wed, 19 Sep 2018 16:12:02 +0000 (19:12 +0300)]
x11-plugins/pidgin-telegram: add USE libressl

Closes: https://bugs.gentoo.org/666562
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9915

6 years agoapp-accessibility/brltty: Fix installation with USE=-api
Matt Turner [Fri, 28 Sep 2018 09:43:16 +0000 (11:43 +0200)]
app-accessibility/brltty: Fix installation with USE=-api

In commit 6326de87e9f6 ("app-accessibility/brltty: bump to EAPI 6") this
|| die was added, but there are no static libraries installed at least
under some circimstances.

6 years agowww-apps/kibana-bin: drop old
Tomas Mozes [Mon, 17 Sep 2018 10:48:32 +0000 (12:48 +0200)]
www-apps/kibana-bin: drop old

Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agowww-apps/kibana-bin: allow using newer node.js version
Tomas Mozes [Mon, 17 Sep 2018 10:47:56 +0000 (12:47 +0200)]
www-apps/kibana-bin: allow using newer node.js version

Closes: https://github.com/gentoo/gentoo/pull/9892
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agoprofiles/releases/13.0: mask >=www-apps/kibana-bin-6
Tomas Mozes [Mon, 17 Sep 2018 10:46:43 +0000 (12:46 +0200)]
profiles/releases/13.0: mask >=www-apps/kibana-bin-6

It requires nodejs-8.

Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agodev-go/twofactor: version bump to 0_p20180418
Andrew Udvare [Thu, 27 Sep 2018 08:18:35 +0000 (04:18 -0400)]
dev-go/twofactor: version bump to 0_p20180418

Closes: https://github.com/gentoo/gentoo/pull/9742

6 years agoapp-shells/bash-completion: Add conditional test restriction
Michał Górny [Fri, 28 Sep 2018 09:24:19 +0000 (11:24 +0200)]
app-shells/bash-completion: Add conditional test restriction

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agoapp-shells/bash-completion: Correct license to GPL-2+
Michał Górny [Fri, 28 Sep 2018 09:23:49 +0000 (11:23 +0200)]
app-shells/bash-completion: Correct license to GPL-2+

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agoapp-shells/bash-completion: Fix slot in bash dep
Michał Górny [Fri, 28 Sep 2018 09:20:54 +0000 (11:20 +0200)]
app-shells/bash-completion: Fix slot in bash dep

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agoapp-shells/bash-completion: Tests now require python3
Michał Górny [Fri, 28 Sep 2018 09:20:29 +0000 (11:20 +0200)]
app-shells/bash-completion: Tests now require python3

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agosys-kernel/ck-sources: Bump to 4.18.9
Sarah White [Thu, 27 Sep 2018 07:24:31 +0000 (03:24 -0400)]
sys-kernel/ck-sources: Bump to 4.18.9

Includes genpatches-4.18-12.

Signed-off-by: Sarah White <kuzetsa@poindexter.ovh>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9926

6 years agosys-kernel/ck-sources: Bump to 4.14.71
Sarah White [Thu, 27 Sep 2018 07:23:39 +0000 (03:23 -0400)]
sys-kernel/ck-sources: Bump to 4.14.71

Includes genpatches-4.14-77.

Signed-off-by: Sarah White <kuzetsa@poindexter.ovh>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agosys-kernel/ck-sources: bump to 4.9.128
Sarah White [Thu, 27 Sep 2018 07:22:55 +0000 (03:22 -0400)]
sys-kernel/ck-sources: bump to 4.9.128

Includes genpatches-4.9-132.

Signed-off-by: Sarah White <kuzetsa@poindexter.ovh>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agosys-kernel/ck-sources: update maintainer info
Sarah White [Thu, 27 Sep 2018 07:21:45 +0000 (03:21 -0400)]
sys-kernel/ck-sources: update maintainer info

Signed-off-by: Sarah White <kuzetsa@poindexter.ovh>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agosys-power/upower: amd64 stable wrt bug #666870
Mikle Kolyada [Fri, 28 Sep 2018 09:25:36 +0000 (12:25 +0300)]
sys-power/upower: amd64 stable wrt bug #666870

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agodev-tex/pscyr: amd64 stable wrt bug #656402
Mikle Kolyada [Fri, 28 Sep 2018 09:20:26 +0000 (12:20 +0300)]
dev-tex/pscyr: amd64 stable wrt bug #656402

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agodev-perl/Mouse: Drop old
Mikle Kolyada [Fri, 28 Sep 2018 09:14:13 +0000 (12:14 +0300)]
dev-perl/Mouse: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agoapp-editors/emacs: amd64 stable wrt bug #667042
Mikle Kolyada [Fri, 28 Sep 2018 09:04:36 +0000 (12:04 +0300)]
app-editors/emacs: amd64 stable wrt bug #667042

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agoapp-editors/emacs: amd64 stable wrt bug #667040
Mikle Kolyada [Fri, 28 Sep 2018 09:03:27 +0000 (12:03 +0300)]
app-editors/emacs: amd64 stable wrt bug #667040

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agoapp-editors/emacs: amd64 stable wrt bug #667038
Mikle Kolyada [Fri, 28 Sep 2018 09:02:23 +0000 (12:02 +0300)]
app-editors/emacs: amd64 stable wrt bug #667038

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agoapp-text/libspectre: amd64 stable wrt bug #666828
Mikle Kolyada [Fri, 28 Sep 2018 08:56:00 +0000 (11:56 +0300)]
app-text/libspectre: amd64 stable wrt bug #666828

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agomedia-sound/pianobar: amd64 stable wrt bug #663568
Mikle Kolyada [Fri, 28 Sep 2018 08:52:50 +0000 (11:52 +0300)]
media-sound/pianobar: amd64 stable wrt bug #663568

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agodev-haskell/nanospec: amd64 stable wrt bug #666808
Mikle Kolyada [Fri, 28 Sep 2018 08:48:36 +0000 (11:48 +0300)]
dev-haskell/nanospec: amd64 stable wrt bug #666808

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agodev-libs/redland: amd64 stable wrt bug #609650
Mikle Kolyada [Fri, 28 Sep 2018 08:44:49 +0000 (11:44 +0300)]
dev-libs/redland: amd64 stable wrt bug #609650

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agosys-fs/lsscsi: amd64 stable wrt bug #667022
Mikle Kolyada [Fri, 28 Sep 2018 08:42:38 +0000 (11:42 +0300)]
sys-fs/lsscsi: amd64 stable wrt bug #667022

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agonet-analyzer/traceroute: amd64 stable wrt bug #659454
Mikle Kolyada [Fri, 28 Sep 2018 08:40:48 +0000 (11:40 +0300)]
net-analyzer/traceroute: amd64 stable wrt bug #659454

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agoapp-editors/okteta: amd64 stable wrt bug #666302
Mikle Kolyada [Fri, 28 Sep 2018 08:36:31 +0000 (11:36 +0300)]
app-editors/okteta: amd64 stable wrt bug #666302

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agoapp-text/docbook-sgml-dtd: amd64 stable wrt bug #666826
Mikle Kolyada [Fri, 28 Sep 2018 08:32:24 +0000 (11:32 +0300)]
app-text/docbook-sgml-dtd: amd64 stable wrt bug #666826

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agonet-fs/minio: Version bump
Mikle Kolyada [Fri, 28 Sep 2018 08:25:05 +0000 (11:25 +0300)]
net-fs/minio: Version bump

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agosys-fs/f2fs-tools: arm stable wrt bug #666360
Mikle Kolyada [Fri, 28 Sep 2018 08:18:42 +0000 (11:18 +0300)]
sys-fs/f2fs-tools: arm stable wrt bug #666360

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agoapp-crypt/pinentry: amd64 stable wrt bug #666822
Mikle Kolyada [Fri, 28 Sep 2018 08:14:38 +0000 (11:14 +0300)]
app-crypt/pinentry: amd64 stable wrt bug #666822

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agomail-client/roundcube: amd64 stable wrt bug #666232
Mikle Kolyada [Fri, 28 Sep 2018 08:11:59 +0000 (11:11 +0300)]
mail-client/roundcube: amd64 stable wrt bug #666232

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agodev-libs/dbus-glib: amd64 stable wrt bug #666832
Mikle Kolyada [Fri, 28 Sep 2018 08:04:41 +0000 (11:04 +0300)]
dev-libs/dbus-glib: amd64 stable wrt bug #666832

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agox11-terms/terminology: amd64 stable wrt bug #666605
Mikle Kolyada [Fri, 28 Sep 2018 08:03:01 +0000 (11:03 +0300)]
x11-terms/terminology: amd64 stable wrt bug #666605

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agomedia-libs/x265: amd64 stable wrt bug #666486
Mikle Kolyada [Fri, 28 Sep 2018 08:01:20 +0000 (11:01 +0300)]
media-libs/x265: amd64 stable wrt bug #666486

Package-Manager: Portage-2.3.49, Repoman-2.3.10

6 years agosys-apps/iproute2: ppc/ppc64 stable wrt bug #666778
Mikle Kolyada [Fri, 28 Sep 2018 07:58:26 +0000 (10:58 +0300)]
sys-apps/iproute2: ppc/ppc64 stable wrt bug #666778

Package-Manager: Portage-2.3.49, Repoman-2.3.10