gentoo.git
7 years agodev-lang/perl: Start with Perl 5.30.0-RC1 ebuild
Andreas K. Hüttel [Sun, 12 May 2019 09:02:04 +0000 (11:02 +0200)]
dev-lang/perl: Start with Perl 5.30.0-RC1 ebuild

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
7 years agopackage.mask: Start Perl 5.30 preparation block
Andreas K. Hüttel [Sun, 12 May 2019 09:00:50 +0000 (11:00 +0200)]
package.mask: Start Perl 5.30 preparation block

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
7 years agoprofiles/package.mask: remove obsolete entries.
Patrice Clement [Sun, 12 May 2019 08:33:46 +0000 (10:33 +0200)]
profiles/package.mask: remove obsolete entries.

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
7 years agoprofiles/package.mask: remove last-rited packages.
Patrice Clement [Sat, 11 May 2019 22:18:47 +0000 (00:18 +0200)]
profiles/package.mask: remove last-rited packages.

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
7 years agomedia-libs/dav1d: Mark dav1d ~arm and ~arm64
Luca Barbato [Sun, 12 May 2019 08:15:14 +0000 (08:15 +0000)]
media-libs/dav1d: Mark dav1d ~arm and ~arm64

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
7 years agosys-fs/reiserfsprogs: stable 3.6.27 for ia64, bug #672580
Sergei Trofimovich [Sun, 12 May 2019 07:51:57 +0000 (08:51 +0100)]
sys-fs/reiserfsprogs: stable 3.6.27 for ia64, bug #672580

Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
7 years agomedia-radio/flrig: Version bump
Thomas Beierlein [Sun, 12 May 2019 06:35:22 +0000 (08:35 +0200)]
media-radio/flrig: Version bump

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
7 years agodev-ruby/activemodel-serializers-xml: add ruby26
Hans de Graaff [Sun, 12 May 2019 05:31:00 +0000 (07:31 +0200)]
dev-ruby/activemodel-serializers-xml: add ruby26

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

7 years agodev-ruby/amqp: add ruby26
Hans de Graaff [Sun, 12 May 2019 05:26:02 +0000 (07:26 +0200)]
dev-ruby/amqp: add ruby26

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

7 years agonet-analyzer/munin: cleanup
Hans de Graaff [Sun, 12 May 2019 05:19:49 +0000 (07:19 +0200)]
net-analyzer/munin: cleanup

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

7 years agonet-analyzer/munin: add 2.0.49
Hans de Graaff [Sun, 12 May 2019 05:18:48 +0000 (07:18 +0200)]
net-analyzer/munin: add 2.0.49

Depend on either netcat or openbsd-netcat.

Fixes: https://bugs.gentoo.org/685450
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

7 years agoprofiles/package.mask: remove dev-ruby celluloid mask
Hans de Graaff [Sun, 12 May 2019 05:11:22 +0000 (07:11 +0200)]
profiles/package.mask: remove dev-ruby celluloid mask

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
7 years agodev-ruby/celluloid: remove masked packages
Hans de Graaff [Sun, 12 May 2019 05:10:55 +0000 (07:10 +0200)]
dev-ruby/celluloid: remove masked packages

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
7 years agoeclass/ruby-ng.eclass: make ruby23 a no-op
Hans de Graaff [Sun, 12 May 2019 05:07:12 +0000 (07:07 +0200)]
eclass/ruby-ng.eclass: make ruby23 a no-op

dev-lang/ruby:2.3 has been removed after being masked for a
month. With no implementation in the tree anymore make ruby23 a no-op.

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
7 years agosys-fs/rar2fs: remove old
Tim Harder [Sun, 12 May 2019 04:46:57 +0000 (23:46 -0500)]
sys-fs/rar2fs: remove old

Signed-off-by: Tim Harder <radhermit@gentoo.org>
7 years agosys-fs/rar2fs: fix build with newer unrar that drops static libs
Tim Harder [Sun, 12 May 2019 04:46:06 +0000 (23:46 -0500)]
sys-fs/rar2fs: fix build with newer unrar that drops static libs

Signed-off-by: Tim Harder <radhermit@gentoo.org>
7 years agoapp-portage/genlop: Correctly filter sandboxes.
Gabriel Linder [Sat, 11 May 2019 23:50:57 +0000 (01:50 +0200)]
app-portage/genlop: Correctly filter sandboxes.

Embed the patch provided by Joe Breuer to fix `genlop -c`.

The underlying cause seems to be that genlop looks for running emerges
by filtering over sandbox processes. A change to portage (or something)
introduced the pid-ns-init process to the call tree, which is also
selected by genlop looking for sandbox processes. This is what causes
each emerge to show up twice - once matched on the pid-ns-init process,
once on the sandbox process itself.

See https://bugs.gentoo.org/677890#c7 for more details.

Closes: https://github.com/gentoo/gentoo/pull/11975
Bug: https://bugs.gentoo.org/677890
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Gabriel Linder <linder.gabriel@gmail.com>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
7 years agodev-qt/qt-creator: add 4.8.2
Davide Pesavento [Sun, 12 May 2019 02:38:35 +0000 (04:38 +0200)]
dev-qt/qt-creator: add 4.8.2

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Davide Pesavento <pesa@gentoo.org>
7 years agodev-python/paramiko: RESTRICT tests
Virgil Dupras [Sun, 12 May 2019 00:05:59 +0000 (20:05 -0400)]
dev-python/paramiko: RESTRICT tests

Bug: https://bugs.gentoo.org/685538
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

7 years agoapp-portage/gentoolkit: remove old
Virgil Dupras [Sat, 11 May 2019 23:55:51 +0000 (19:55 -0400)]
app-portage/gentoolkit: remove old

Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

7 years agoapp-portage/gentoolkit: bump to 0.4.5
Virgil Dupras [Sat, 11 May 2019 23:54:39 +0000 (19:54 -0400)]
app-portage/gentoolkit: bump to 0.4.5

Bug: https://bugs.gentoo.org/685538
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

7 years agosys-apps/portage: 2.3.66-r1 revbump for bug 685482
Zac Medico [Sat, 11 May 2019 22:43:09 +0000 (15:43 -0700)]
sys-apps/portage: 2.3.66-r1 revbump for bug 685482

Bug: https://bugs.gentoo.org/685482
Package-Manager: Portage-2.3.66_p4, Repoman-2.3.12_p113
Signed-off-by: Zac Medico <zmedico@gentoo.org>
7 years agosys-apps/portage: 2.3.62-r2 stable revbump for bug 685482
Zac Medico [Sat, 11 May 2019 21:58:38 +0000 (14:58 -0700)]
sys-apps/portage: 2.3.62-r2 stable revbump for bug 685482

This fixes false dependency.bad errors reported by repoman.

Bug: https://bugs.gentoo.org/683434
Bug: https://bugs.gentoo.org/685482
Package-Manager: Portage-2.3.66_p4, Repoman-2.3.12_p113
Signed-off-by: Zac Medico <zmedico@gentoo.org>
7 years agodev-util/android-studio: drop old
Jason Zaman [Sat, 11 May 2019 22:28:15 +0000 (15:28 -0700)]
dev-util/android-studio: drop old

Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
7 years agodev-util/android-studio: bump 3.4.0
Jason Zaman [Sat, 11 May 2019 20:39:50 +0000 (13:39 -0700)]
dev-util/android-studio: bump 3.4.0

Also add custom-jdk

Closes: https://bugs.gentoo.org/675734
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
7 years agosci-libs/tensorflow: set max version of bazel dep
Jason Zaman [Sat, 11 May 2019 21:11:42 +0000 (14:11 -0700)]
sci-libs/tensorflow: set max version of bazel dep

Closes: https://bugs.gentoo.org/685386
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Jason Zaman <perfinion@gentoo.org>
7 years agox11-wm/fvwm: Remove old
Andreas K. Hüttel [Sat, 11 May 2019 22:17:33 +0000 (00:17 +0200)]
x11-wm/fvwm: Remove old

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
7 years agox11-wm/fvwm: Add Perl 5.26 / 5.28 fix, bug 674742
Andreas K. Hüttel [Sat, 11 May 2019 22:16:33 +0000 (00:16 +0200)]
x11-wm/fvwm: Add Perl 5.26 / 5.28 fix, bug 674742

Closes: https://bugs.gentoo.org/674742
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
7 years agosys-devel/gdb: drop 8.3.50.* snapshot in favour of 8.3 release
Sergei Trofimovich [Sat, 11 May 2019 22:10:11 +0000 (23:10 +0100)]
sys-devel/gdb: drop 8.3.50.* snapshot in favour of 8.3 release

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
7 years agosys-devel/gdb: bump up to 8.3 release
Sergei Trofimovich [Sat, 11 May 2019 22:08:46 +0000 (23:08 +0100)]
sys-devel/gdb: bump up to 8.3 release

Enabled src_test() to detect failed tests.

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
7 years agodev-python/mypy: Bump to 0.701
Mike Auty [Sat, 11 May 2019 21:48:51 +0000 (22:48 +0100)]
dev-python/mypy: Bump to 0.701

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Mike Auty <ikelos@gentoo.org>
7 years agosys-apps/portage: remove old versions
Zac Medico [Sat, 11 May 2019 21:34:01 +0000 (14:34 -0700)]
sys-apps/portage: remove old versions

Package-Manager: Portage-2.3.66_p4, Repoman-2.3.12_p113
Signed-off-by: Zac Medico <zmedico@gentoo.org>
7 years agonet-fs/nfs-utils: Bump to version 2.3.4
Lars Wendler [Sat, 11 May 2019 21:02:51 +0000 (23:02 +0200)]
net-fs/nfs-utils: Bump to version 2.3.4

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
7 years agodev-tex/biber: Remove old, depends on Perl 5.24
Andreas K. Hüttel [Sat, 11 May 2019 20:45:46 +0000 (22:45 +0200)]
dev-tex/biber: Remove old, depends on Perl 5.24

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
7 years agoapp-portage/gentoolkit: Bump to 0.4.4 (proper ~riscv in eshowkw)
Michał Górny [Sat, 11 May 2019 20:28:05 +0000 (22:28 +0200)]
app-portage/gentoolkit: Bump to 0.4.4 (proper ~riscv in eshowkw)

Signed-off-by: Michał Górny <mgorny@gentoo.org>
7 years agosys-fs/zfs: drop 0.8.0_rc4
Georgy Yakovlev [Sat, 11 May 2019 20:11:30 +0000 (13:11 -0700)]
sys-fs/zfs: drop 0.8.0_rc4

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
7 years agosys-fs/zfs-kmod: drop 0.8.0_rc4
Georgy Yakovlev [Sat, 11 May 2019 20:10:13 +0000 (13:10 -0700)]
sys-fs/zfs-kmod: drop 0.8.0_rc4

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
7 years agodev-python/os-service-types: 1.6.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:46:52 +0000 (14:46 -0500)]
dev-python/os-service-types: 1.6.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agosys-cluster/placement: 1.0.0-r1 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:46:15 +0000 (14:46 -0500)]
sys-cluster/placement: 1.0.0-r1 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agosys-cluster/heat: 12.0.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:46:00 +0000 (14:46 -0500)]
sys-cluster/heat: 12.0.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/python-zunclient: 3.3.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:45:40 +0000 (14:45 -0500)]
dev-python/python-zunclient: 3.3.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/python-zaqarclient: 1.11.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:45:26 +0000 (14:45 -0500)]
dev-python/python-zaqarclient: 1.11.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/python-troveclient: 2.17.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:45:14 +0000 (14:45 -0500)]
dev-python/python-troveclient: 2.17.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/python-saharaclient: 2.2.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:44:58 +0000 (14:44 -0500)]
dev-python/python-saharaclient: 2.2.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/python-octaviaclient: 1.8.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:44:44 +0000 (14:44 -0500)]
dev-python/python-octaviaclient: 1.8.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/cmd2: 0.8.9 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:44:28 +0000 (14:44 -0500)]
dev-python/cmd2: 0.8.9 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/python-monascaclient: 1.14.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:44:08 +0000 (14:44 -0500)]
dev-python/python-monascaclient: 1.14.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/python-mistralclient: 3.8.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:43:48 +0000 (14:43 -0500)]
dev-python/python-mistralclient: 3.8.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/python-manilaclient: 1.27.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:43:28 +0000 (14:43 -0500)]
dev-python/python-manilaclient: 1.27.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/python-magnumclient: 2.12.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:43:02 +0000 (14:43 -0500)]
dev-python/python-magnumclient: 2.12.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/python-heatclient: 1.17.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:42:36 +0000 (14:42 -0500)]
dev-python/python-heatclient: 1.17.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/sphinxcontrib-httpdomain: 1.5.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:42:07 +0000 (14:42 -0500)]
dev-python/sphinxcontrib-httpdomain: 1.5.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agosys-cluster/nova: 19.0.0-r1 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:40:47 +0000 (14:40 -0500)]
sys-cluster/nova: 19.0.0-r1 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agoapp-emulation/spice-html5: 0.2.1 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:39:35 +0000 (14:39 -0500)]
app-emulation/spice-html5: 0.2.1 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/python-blazarclient: 2.1.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:38:31 +0000 (14:38 -0500)]
dev-python/python-blazarclient: 2.1.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/aodhclient: 1.2.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:38:18 +0000 (14:38 -0500)]
dev-python/aodhclient: 1.2.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/croniter: 0.3.29 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:38:04 +0000 (14:38 -0500)]
dev-python/croniter: 0.3.29 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/os-resource-classes: 0.3.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:34:54 +0000 (14:34 -0500)]
dev-python/os-resource-classes: 0.3.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/zVMCloudConnector: 1.4.1 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:34:41 +0000 (14:34 -0500)]
dev-python/zVMCloudConnector: 1.4.1 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/pypowervm: 1.1.20 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:34:25 +0000 (14:34 -0500)]
dev-python/pypowervm: 1.1.20 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/netifaces: 0.10.9 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:34:05 +0000 (14:34 -0500)]
dev-python/netifaces: 0.10.9 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agosys-cluster/neutron: 14.0.1 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:33:13 +0000 (14:33 -0500)]
sys-cluster/neutron: 14.0.1 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/os-ken: 0.3.1 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:32:32 +0000 (14:32 -0500)]
dev-python/os-ken: 0.3.1 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/python-designateclient: 2.11.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:30:29 +0000 (14:30 -0500)]
dev-python/python-designateclient: 2.11.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/os-vif: 1.15.1 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:30:12 +0000 (14:30 -0500)]
dev-python/os-vif: 1.15.1 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/ovsdbapp: 0.15.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:29:55 +0000 (14:29 -0500)]
dev-python/ovsdbapp: 0.15.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/os-xenapi: 0.3.4 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:29:41 +0000 (14:29 -0500)]
dev-python/os-xenapi: 0.3.4 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/ovs: 2.10.0-r1 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:29:26 +0000 (14:29 -0500)]
dev-python/ovs: 2.10.0-r1 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/tinyrpc: 1.0.1 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:29:09 +0000 (14:29 -0500)]
dev-python/tinyrpc: 1.0.1 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/tinyrpc: 0.9.4 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:28:53 +0000 (14:28 -0500)]
dev-python/tinyrpc: 0.9.4 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/jsonext: 0.4.2 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:28:38 +0000 (14:28 -0500)]
dev-python/jsonext: 0.4.2 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/arrow: 0.13.1 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:28:24 +0000 (14:28 -0500)]
dev-python/arrow: 0.13.1 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/gevent-websocket: 0.10.1 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:28:06 +0000 (14:28 -0500)]
dev-python/gevent-websocket: 0.10.1 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/pyroute2: 0.5.5 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:27:51 +0000 (14:27 -0500)]
dev-python/pyroute2: 0.5.5 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/neutron-lib: 1.25.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:27:37 +0000 (14:27 -0500)]
dev-python/neutron-lib: 1.25.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/os-traits: 0.11.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:27:19 +0000 (14:27 -0500)]
dev-python/os-traits: 0.11.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/pecan: 1.3.3 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:27:02 +0000 (14:27 -0500)]
dev-python/pecan: 1.3.3 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-libs/libutf8proc: bump to 2.4.0
Virgil Dupras [Sat, 11 May 2019 19:40:50 +0000 (15:40 -0400)]
dev-libs/libutf8proc: bump to 2.4.0

Also, propagate ~arm64 which was recently keyworded but not to later
versions.

Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

7 years agosys-cluster/cinder: 14.0.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:25:13 +0000 (14:25 -0500)]
sys-cluster/cinder: 14.0.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/rtslib-fb: 2.1.69 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:24:35 +0000 (14:24 -0500)]
dev-python/rtslib-fb: 2.1.69 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/python-novaclient: 13.0.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:24:15 +0000 (14:24 -0500)]
dev-python/python-novaclient: 13.0.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/python-neutronclient: 6.12.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:23:50 +0000 (14:23 -0500)]
dev-python/python-neutronclient: 6.12.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/python-openstackclient: 3.18.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:23:32 +0000 (14:23 -0500)]
dev-python/python-openstackclient: 3.18.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/osc-lib: 1.12.1 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:23:15 +0000 (14:23 -0500)]
dev-python/osc-lib: 1.12.1 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/os-client-config: 1.32.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:22:56 +0000 (14:22 -0500)]
dev-python/os-client-config: 1.32.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/openstacksdk: 0.27.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:22:42 +0000 (14:22 -0500)]
dev-python/openstacksdk: 0.27.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/munch: 2.3.2 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:22:24 +0000 (14:22 -0500)]
dev-python/munch: 2.3.2 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/python-barbicanclient: 4.8.1 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:22:09 +0000 (14:22 -0500)]
dev-python/python-barbicanclient: 4.8.1 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/pyparsing: 2.3.1 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:21:53 +0000 (14:21 -0500)]
dev-python/pyparsing: 2.3.1 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/psutil: 5.6.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:21:28 +0000 (14:21 -0500)]
dev-python/psutil: 5.6.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/oslo-versionedobjects: 1.35.1 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:21:02 +0000 (14:21 -0500)]
dev-python/oslo-versionedobjects: 1.35.1 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/oslo-reports: 1.29.2 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:20:47 +0000 (14:20 -0500)]
dev-python/oslo-reports: 1.29.2 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/lxml: 4.3.3 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:19:28 +0000 (14:19 -0500)]
dev-python/lxml: 4.3.3 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --force
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/oauth2client: 4.1.3 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:07:56 +0000 (14:07 -0500)]
dev-python/oauth2client: 4.1.3 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agoapp-text/mupdf: fix opengl dependencies
Virgil Dupras [Sat, 11 May 2019 19:16:51 +0000 (15:16 -0400)]
app-text/mupdf: fix opengl dependencies

It was a very bad idea from me to remove dependency on freeglut
on the account that we use the bundled version. I completely forgot
about freeglut dependencies themselves. Bad me.

These dependencies, however, are a bit complex and I find it fragile to
copy-paste them in mupdf. At the cost of installing an extra system
library (freeglut) that is rather small and probably already installed
anyways, we potentially save ourselves tricky problems down the road.

Closes: https://bugs.gentoo.org/685604
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

7 years agoapp-admin/glance: 18.0.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:04:46 +0000 (14:04 -0500)]
app-admin/glance: 18.0.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/python-glanceclient: 2.16.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:04:13 +0000 (14:04 -0500)]
dev-python/python-glanceclient: 2.16.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/warlock: 1.3.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:03:48 +0000 (14:03 -0500)]
dev-python/warlock: 1.3.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/jsonpatch: 1.23 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:03:23 +0000 (14:03 -0500)]
dev-python/jsonpatch: 1.23 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
7 years agodev-python/jsonpointer: 2.0 allarches stablized
Matthew Thode [Sat, 11 May 2019 19:02:59 +0000 (14:02 -0500)]
dev-python/jsonpointer: 2.0 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>