Michael Mair-Keimberger [Wed, 8 Aug 2018 19:12:31 +0000 (21:12 +0200)]
sci-electronics/gwave: fix SRC_URI.
Closes: https://bugs.gentoo.org/663184
Michael Mair-Keimberger [Wed, 8 Aug 2018 18:55:49 +0000 (20:55 +0200)]
sci-electronics/gwave: use xdg-utils, add missing inherit, add missing unzip dependency.
Closes: https://github.com/gentoo/gentoo/pull/9512
Conrad Kostecki [Wed, 15 Aug 2018 21:15:22 +0000 (23:15 +0200)]
games-fps/eduke32: drop old version
Bug: https://bugs.gentoo.org/663742
Package-Manager: Portage-2.3.45, Repoman-2.3.10
Conrad Kostecki [Wed, 15 Aug 2018 21:14:59 +0000 (23:14 +0200)]
games-fps/eduke32: version bump to
20180809.6969.
Closes: https://bugs.gentoo.org/663742
Package-Manager: Portage-2.3.45, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9585
Joonas Niilola [Mon, 20 Aug 2018 10:47:49 +0000 (13:47 +0300)]
x11-terms/terminology: version bump to 1.1.1.
Package-Manager: Portage[mgorny]-2.3.43.3
Closes: https://github.com/gentoo/gentoo/pull/9637
Andreas Sturmlechner [Tue, 21 Aug 2018 21:36:00 +0000 (23:36 +0200)]
media-sound/musescore: Drop 2.1.0 (r0)
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Andreas Sturmlechner [Tue, 21 Aug 2018 21:35:35 +0000 (23:35 +0200)]
media-sound/musescore: Fix USE vorbis
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Andreas Sturmlechner [Tue, 21 Aug 2018 21:34:45 +0000 (23:34 +0200)]
media-sound/musescore: Fix cmake (missing all.h)
Closes: https://bugs.gentoo.org/626618
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Azamat H. Hackimov [Tue, 21 Aug 2018 20:20:57 +0000 (23:20 +0300)]
app-emulation/punes: Fix compilation with Qt 5.11
Thanks-to: Fabio Cavallo <fhorse@libero.it>
Closes: https://bugs.gentoo.org/661524
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9656
Andreas Sturmlechner [Tue, 21 Aug 2018 21:12:36 +0000 (23:12 +0200)]
media-sound/musescore: Add USE vorbis for SoundFont support
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Andreas Sturmlechner [Tue, 21 Aug 2018 21:08:51 +0000 (23:08 +0200)]
media-sound/musescore: Add missing DEPENDs
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Andreas Sturmlechner [Tue, 21 Aug 2018 21:01:52 +0000 (23:01 +0200)]
media-sound/musescore: Run xdg_{desktop,mimeinfo}_database_update
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Andreas Sturmlechner [Tue, 21 Aug 2018 20:56:10 +0000 (22:56 +0200)]
media-sound/musescore: Add USE webengine
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Andreas Sturmlechner [Tue, 21 Aug 2018 20:12:27 +0000 (22:12 +0200)]
media-sound/musescore: Set USE_SYSTEM_FREETYPE=ON
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Andreas Sturmlechner [Tue, 21 Aug 2018 20:09:18 +0000 (22:09 +0200)]
media-sound/musescore: Set USE_SYSTEM_QTSINGLEAPPLICATION=ON
Bug: https://bugs.gentoo.org/489144
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Andreas Sturmlechner [Tue, 21 Aug 2018 19:44:14 +0000 (21:44 +0200)]
media-sound/musescore: Switch to https, add newline at end of file
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Justin Bronder [Mon, 20 Aug 2018 21:23:31 +0000 (17:23 -0400)]
sys-cluster/openmpi: bump 2.1.5
Package-Manager: Portage-2.3.40, Repoman-2.3.9
James Le Cuirot [Tue, 24 Jul 2018 21:54:27 +0000 (22:54 +0100)]
toolchain-funcs.eclass: Update tc-is-softfloat for new ARM tuples
ARM tuples will change from armv7a-hardfloat-linux-gnueabi to
armv7a-unknown-linux-gnueabihf or similar in the 17.0 profiles. The
function already treated the latter as hardfloat but this commit will
now treat ambiguous tuples such as arm-unknown-linux-gnueabi as
softfloat rather than hardfloat. This brings Gentoo in line with most
of the ARM Linux community. However, the function will now check
existing toolchains to avoid breaking existing systems, if possible.
This has been achieved by splitting the function in three,
tc-detect-is-softfloat for checking existing toolchains,
tc-tuple-is-softfloat for checking just the tuple, and the new
tc-is-softfloat that calls the first two. The output from the first
two could be compared to inform the user that they are not using a
recommended tuplet.
James Le Cuirot [Thu, 9 Aug 2018 20:48:07 +0000 (21:48 +0100)]
toolchain-funcs.eclass: tc-cpp-is-true function to simplify helpers
CTARGET is used, if defined, otherwise CHOST. CHOST was previously
assumed but this should not affect existing usage of these helpers.
James Le Cuirot [Mon, 13 Aug 2018 21:21:32 +0000 (22:21 +0100)]
toolchain-funcs.eclass: New tc-getTARGET_CPP function
This returns the name of the C preprocessor for the toolchain being
built if CTARGET is defined, or the toolchain being used otherwise. It
is primarily intended to determine characteristics about an existing
toolchain's target as these may differ from what the tuple suggests.
It is not necessary to add the full set of tc-getTARGET_* helper
functions as this is probably the only reason we would ever invoke a
toolchain in the context of CTARGET.
Jeffrey Lin [Mon, 20 Aug 2018 21:28:02 +0000 (17:28 -0400)]
dev-util/shellcheck: require quickcheck[template_haskell]
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9642
Bernard Cafarelli [Tue, 21 Aug 2018 20:33:59 +0000 (22:33 +0200)]
net-misc/rdesktop: support libressl in openssl 1.1 patch
This patch uses openssl-1.1 specific functions when openssl version is
new enough. This fails for libressl (reporting itself as higher
version), the patch is updated to check for libressl version number too
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Manuel Rüger [Tue, 21 Aug 2018 20:29:28 +0000 (22:29 +0200)]
dev-python/pycobertura: Drop maintainership
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Manuel Rüger [Tue, 21 Aug 2018 20:28:47 +0000 (22:28 +0200)]
net-dns/coredns: Drop maintainership
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Manuel Rüger [Tue, 21 Aug 2018 20:26:05 +0000 (22:26 +0200)]
app-metrics/snmp_exporter: Remove old
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Zac Medico [Tue, 21 Aug 2018 20:23:28 +0000 (13:23 -0700)]
sys-apps/portage: remove old versions
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Manuel Rüger [Tue, 21 Aug 2018 20:20:08 +0000 (22:20 +0200)]
app-metrics/snmp_exporter: Version bump to 0.12.0
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Manuel Rüger [Mon, 20 Aug 2018 18:00:17 +0000 (20:00 +0200)]
dev-go/gogo-protobuf: Drop maintainership
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Manuel Rüger [Mon, 20 Aug 2018 17:59:43 +0000 (19:59 +0200)]
dev-go/go-bindata-assetfs: Drop maintainership
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Michał Górny [Tue, 21 Aug 2018 19:53:37 +0000 (21:53 +0200)]
mail-filter/razor: Remove stray proxy-maint
This package does not seem to be proxy-maintained, and there were no
commits indicating that it ever were.
Zac Medico [Tue, 21 Aug 2018 19:30:58 +0000 (12:30 -0700)]
dev-python/marshmallow: add simplejson test dep (bug 664212)
Closes: https://bugs.gentoo.org/664212
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Andreas Sturmlechner [Tue, 21 Aug 2018 19:26:16 +0000 (21:26 +0200)]
media-sound/mumble: Add USE jack
Closes: https://bugs.gentoo.org/380161
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Andreas Sturmlechner [Tue, 21 Aug 2018 19:20:21 +0000 (21:20 +0200)]
media-sound/mumble: Fix missing pulseaudio build switch
Reported-by: Jarek Rymut <jarymut+gentoo.bugs@gmail.com>
Closes: https://bugs.gentoo.org/661790
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Zac Medico [Tue, 21 Aug 2018 18:49:31 +0000 (11:49 -0700)]
dev-python/pyformance: exclude tests package (bug 664206)
Closes: https://bugs.gentoo.org/664206
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Rolf Eike Beer [Tue, 21 Aug 2018 17:37:46 +0000 (19:37 +0200)]
x11-libs/pango: stable 1.42.4 for sparc, bug #664108
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"
Rolf Eike Beer [Tue, 21 Aug 2018 15:22:26 +0000 (17:22 +0200)]
app-admin/sudo: stable 1.8.23-r2 for sparc, bug #664116
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"
Rolf Eike Beer [Tue, 21 Aug 2018 15:20:34 +0000 (17:20 +0200)]
media-libs/fontconfig: stable 2.13.0-r4 for sparc, bug #664108
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"
Rolf Eike Beer [Tue, 21 Aug 2018 15:17:39 +0000 (17:17 +0200)]
app-portage/gemato: stable 14.0 for sparc, bug #664034
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"
Matthias Schwarzott [Tue, 21 Aug 2018 05:17:24 +0000 (07:17 +0200)]
dev-util/dwarves: Version bump to 1.12 and use EAPI 6
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Zero_Chaos [Tue, 21 Aug 2018 17:23:15 +0000 (17:23 +0000)]
net-wireless/gr-ieee802154: add snapshot
minor updates, eapi bump, qa warning fix
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Andreas Sturmlechner [Tue, 21 Aug 2018 17:10:58 +0000 (19:10 +0200)]
media-libs/allegro: Fix USE=X build switch
Minimum change for stable 5.0.11. The big dependency fix is already
provided by 5.2.4.0.
Closes: https://bugs.gentoo.org/661414
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Andreas Sturmlechner [Tue, 21 Aug 2018 16:10:04 +0000 (18:10 +0200)]
dev-util/kdevelop-python: 5.2.4 version bump
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Andreas Sturmlechner [Tue, 21 Aug 2018 16:08:49 +0000 (18:08 +0200)]
dev-util/kdevelop-php: 5.2.4 version bump
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Andreas Sturmlechner [Tue, 21 Aug 2018 16:07:41 +0000 (18:07 +0200)]
dev-util/kdevelop: 5.2.4 version bump
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Patrice Clement [Tue, 21 Aug 2018 17:06:39 +0000 (19:06 +0200)]
dev-python/future: keyword for amd64-fbsd.
Bug: https://bugs.gentoo.org/664178
Package-Manager: Portage-2.3.43, Repoman-2.3.9
Patrice Clement [Tue, 21 Aug 2018 17:05:39 +0000 (19:05 +0200)]
dev-python/sphinx-bootstrap-theme: keyword for amd64-fbsd.
Bug: https://bugs.gentoo.org/664178
Package-Manager: Portage-2.3.43, Repoman-2.3.9
Matt Turner [Tue, 21 Aug 2018 15:55:10 +0000 (08:55 -0700)]
x11-libs/libX11: Version bump to 1.6.6
Andreas Sturmlechner [Tue, 21 Aug 2018 14:40:36 +0000 (16:40 +0200)]
media-libs/allegro: 5.2.4.0 version bump, add USE opengl,opus,webp
Improve description.
Properly make opengl and X dependencies optional.
Add necessary REQUIRED_USE.
Thanks-to: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Closes: https://bugs.gentoo.org/623798
Azamat H. Hackimov [Thu, 24 May 2018 22:41:10 +0000 (01:41 +0300)]
media-libs/allegro: fix format-security error
Combined patch taken from Fedora Project
(https://src.fedoraproject.org/rpms/allegro/tree/master)
Fixes #540470
Closes: https://bugs.gentoo.org/540470
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Andreas Sturmlechner [Tue, 21 Aug 2018 12:54:47 +0000 (14:54 +0200)]
net-misc/megatools: Add missing dev-libs/openssl slot op
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Henning Schild [Sat, 24 Mar 2018 14:47:57 +0000 (15:47 +0100)]
net-misc/megatools: remove non-available configure switches and deps
Version 1.9.98 dropped fuse support and some configure switches, correct
the ebuild for that version.
Closes: https://bugs.gentoo.org/649460
Closes: https://github.com/gentoo/gentoo/pull/9033
Louis Sautier [Tue, 21 Aug 2018 14:39:59 +0000 (16:39 +0200)]
dev-python/future: add Python 3.7, doc, EAPI=7
Closes: https://github.com/gentoo/gentoo/pull/9597
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Louis Sautier [Tue, 21 Aug 2018 13:34:55 +0000 (15:34 +0200)]
dev-python/sphinx-bootstrap-theme: add bugs-to and GH to metadata
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Louis Sautier [Tue, 21 Aug 2018 09:07:39 +0000 (11:07 +0200)]
dev-python/sphinx-bootstrap-theme: bump to 0.6.5, add Python 3.7
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Thomas Deutschmann [Tue, 21 Aug 2018 14:00:44 +0000 (16:00 +0200)]
media-gfx/imagemagick: bump to v6.9.10-10 & v7.0.8-10
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Thomas Deutschmann [Tue, 21 Aug 2018 13:15:16 +0000 (15:15 +0200)]
dev-libs/openssl: bump to v1.1.1 pre release 9 (beta)
- openssl-1.0.2a-x32-asm.patch dropped which shouldn't be
necessary anymore according to upstream [Link 1].
Link 1: https://rt.openssl.org/Ticket/Display.html?id=3759#txn-62605
Bug: https://bugs.gentoo.org/542618
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Michael Mair-Keimberger [Fri, 22 Jun 2018 13:46:05 +0000 (15:46 +0200)]
app-misc/irtrans-irserver: EAPI 7 bump + improve ebuild.
Closes: https://bugs.gentoo.org/360945
Closes: https://bugs.gentoo.org/425912
Closes: https://bugs.gentoo.org/663796
Michael Mair-Keimberger [Fri, 22 Jun 2018 13:41:05 +0000 (15:41 +0200)]
app-misc/irtrans-irclient: EAPI 7 bump + improve ebuild.
Closes: https://github.com/gentoo/gentoo/pull/9028
Andreas Sturmlechner [Tue, 21 Aug 2018 11:06:42 +0000 (13:06 +0200)]
media-video/shotcut: Fix media-libs/mlt usedeps to sdl,sdl2(+)
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Virgil Dupras [Tue, 21 Aug 2018 10:15:15 +0000 (06:15 -0400)]
dev-python/django-celery: remove package
Closes: https://bugs.gentoo.org/661804
Mart Raudsepp [Tue, 21 Aug 2018 10:04:32 +0000 (13:04 +0300)]
sys-apps/pciutils-3.5.6: arm64 stable (bug #663486)
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Mart Raudsepp [Tue, 21 Aug 2018 10:00:54 +0000 (13:00 +0300)]
app-crypt/rhash-1.3.6-r1: arm64 stable (bug #663198)
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Mart Raudsepp [Tue, 21 Aug 2018 09:53:31 +0000 (12:53 +0300)]
dev-python/snakeoil-0.7.5: arm64 stable (bug #659624)
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Michał Górny [Tue, 21 Aug 2018 09:00:26 +0000 (11:00 +0200)]
app-vim/gentoo-syntax: Bump to
20180821
Francesco Turco [Sat, 18 Aug 2018 19:33:22 +0000 (21:33 +0200)]
www-client/netrik: update link to upstream bug tracker.
Closes: https://github.com/gentoo/gentoo/pull/9618
mil [Mon, 20 Aug 2018 02:11:57 +0000 (21:11 -0500)]
media-sound/chuck: version bump to 1.4.0.0.
Closes: https://github.com/gentoo/gentoo/pull/9631
Joonas Niilola [Mon, 20 Aug 2018 10:21:55 +0000 (13:21 +0300)]
x11-terms/terminology: remove old 1.2.1.
Package-Manager: Portage[mgorny]-2.3.43.3
Joonas Niilola [Mon, 20 Aug 2018 09:08:32 +0000 (12:08 +0300)]
x11-terms/terminology: revbump for 1.2.1.
- Add patch to use system liblz4 instead of bundled one,
- More accurate dependencies on dev-libs/efl to use with wayland.
Closes: https://bugs.gentoo.org/648834
Closes: https://github.com/gentoo/gentoo/pull/9636
Package-Manager: Portage[mgorny]-2.3.43.3
Christian Segundo [Mon, 20 Aug 2018 16:08:53 +0000 (18:08 +0200)]
www-client/uget: version bump to 2.2.1.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9639
Amit Prakash Ambasta [Mon, 20 Aug 2018 12:37:40 +0000 (18:07 +0530)]
dev-libs/aws-sdk-cpp: new package.
The AWS SDK for C++ provides a modern C++ (version C++ 11 or later) interface
for Amazon Web Services (AWS).
Closes: https://bugs.gentoo.org/591512
Closes: https://github.com/gentoo/gentoo/pull/9638
ktrace [Sat, 11 Aug 2018 17:10:25 +0000 (20:10 +0300)]
games-engines/openmw: version bump to 0.44.0.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9540
Patrice Clement [Sun, 19 Aug 2018 21:44:04 +0000 (23:44 +0200)]
dev-python/pyformance: version bump.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Patrice Clement [Sat, 18 Aug 2018 20:01:51 +0000 (22:01 +0200)]
dev-python/py: version bump.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Patrice Clement [Fri, 17 Aug 2018 17:22:21 +0000 (19:22 +0200)]
dev-python/paver: version bump.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Patrice Clement [Thu, 16 Aug 2018 18:12:23 +0000 (20:12 +0200)]
dev-python/jsmin: version bump.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Patrice Clement [Thu, 16 Aug 2018 18:08:39 +0000 (20:08 +0200)]
dev-python/joblib: version bump.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Patrice Clement [Wed, 15 Aug 2018 17:03:59 +0000 (19:03 +0200)]
dev-python/hiro: version bump.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Andreas Sturmlechner [Tue, 21 Aug 2018 08:26:54 +0000 (10:26 +0200)]
net-p2p/retroshare: Drop obsolete gnome2_icon_savelist
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Andreas Sturmlechner [Tue, 21 Aug 2018 08:26:27 +0000 (10:26 +0200)]
net-p2p/retroshare: eutils -> desktop
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Andreas Sturmlechner [Tue, 21 Aug 2018 08:23:16 +0000 (10:23 +0200)]
net-p2p/retroshare: Fix build with Qt 5.11
Closes: https://bugs.gentoo.org/661742
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Mart Raudsepp [Tue, 21 Aug 2018 08:22:28 +0000 (11:22 +0300)]
profiles/arch/arm64: Drop some outdated package.use.stable.mask entries
All of these work in stable by now without further keywording. Also build
tested all of these with these USE flags.
Mart Raudsepp [Tue, 21 Aug 2018 07:46:56 +0000 (10:46 +0300)]
x11-libs/pango-1.42.4: arm64 stable bug (#664108)
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Mart Raudsepp [Tue, 21 Aug 2018 07:44:45 +0000 (10:44 +0300)]
media-libs/fontconfig-2.13.0-r4: arm64 stable bug (#664108)
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Andreas Sturmlechner [Tue, 21 Aug 2018 08:01:22 +0000 (10:01 +0200)]
media-sound/mumble: Drop obsolete/insufficient sys-devel/gcc check
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Andreas Sturmlechner [Tue, 21 Aug 2018 07:36:09 +0000 (09:36 +0200)]
media-sound/mumble: Run gnome2_icon_cache_update
Closes: https://bugs.gentoo.org/652198
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Andreas Sturmlechner [Tue, 21 Aug 2018 07:32:18 +0000 (09:32 +0200)]
media-sound/mumble: Add missing DEPEND
Reported-by: Lysergia <pavan.rikhi@gmail.com>
Closes: https://bugs.gentoo.org/662490
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Hans de Graaff [Tue, 21 Aug 2018 05:27:50 +0000 (07:27 +0200)]
dev-ruby/spreadsheet: add 1.1.8
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Hans de Graaff [Tue, 21 Aug 2018 05:16:00 +0000 (07:16 +0200)]
dev-ruby/logue: add 1.0.14
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Hans de Graaff [Tue, 21 Aug 2018 05:08:27 +0000 (07:08 +0200)]
dev-ruby/bundler: add 1.16.4
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Mart Raudsepp [Tue, 21 Aug 2018 05:25:32 +0000 (08:25 +0300)]
app-text/xiphos: fix invalid dev-libs/glib[$PYTHON_USEDEP] deps
Also fix >=glib-2 dep to glib:2 and libxml2 dep to libxml2:2 while here
Closes: https://bugs.gentoo.org/664088
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Mart Raudsepp [Tue, 21 Aug 2018 05:08:14 +0000 (08:08 +0300)]
dev-util/glib-utils: add missing PYTHON_REQUIRED_USE
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Zero_Chaos [Tue, 21 Aug 2018 02:30:33 +0000 (02:30 +0000)]
net-wireless/aircrack-ng: minor airmon-ng fixes
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Virgil Dupras [Tue, 21 Aug 2018 02:09:11 +0000 (22:09 -0400)]
dev-python/flask: bump to 1.0.2
* EAPI 7
* Python 3.7
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Virgil Dupras [Tue, 21 Aug 2018 02:04:41 +0000 (22:04 -0400)]
dev-python/werkzeug: add python 3.7 support
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Virgil Dupras [Tue, 21 Aug 2018 02:03:21 +0000 (22:03 -0400)]
dev-python/blinker: add python 3.7 support
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Virgil Dupras [Tue, 21 Aug 2018 02:01:47 +0000 (22:01 -0400)]
dev-python/click: add python 3.7 support
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Virgil Dupras [Tue, 21 Aug 2018 01:57:34 +0000 (21:57 -0400)]
dev-python/pytest-xprocess: add python 3.7 support
* EAPI 7
* Fix broken tests
Closes: https://bugs.gentoo.org/644098
Closes: https://bugs.gentoo.org/626328
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Virgil Dupras [Tue, 21 Aug 2018 01:51:45 +0000 (21:51 -0400)]
dev-python/pytest-cache: add python 3.7 support
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Virgil Dupras [Tue, 21 Aug 2018 01:49:02 +0000 (21:49 -0400)]
dev-python/psutil: bump to 5.4.7
* Python 3.7
* EAPI 7
Package-Manager: Portage-2.3.47, Repoman-2.3.10
Virgil Dupras [Tue, 21 Aug 2018 01:46:14 +0000 (21:46 -0400)]
dev-python/ipaddress: bump to 1.0.22
* Python 3.7
* EAPI 7
Package-Manager: Portage-2.3.47, Repoman-2.3.10