gentoo.git
6 years agodev-python/pafy: version bump to 0.5.5
Tim Harder [Fri, 31 Jan 2020 08:23:59 +0000 (01:23 -0700)]
dev-python/pafy: version bump to 0.5.5

Signed-off-by: Tim Harder <radhermit@gentoo.org>
6 years agomedia-gfx/valentina: switched 9999 to gitlab
Miroslav Šulc [Fri, 31 Jan 2020 08:23:40 +0000 (09:23 +0100)]
media-gfx/valentina: switched 9999 to gitlab

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
6 years agosys-cluster/neutron: Backport CI issue fixes
Michał Górny [Fri, 31 Jan 2020 08:17:27 +0000 (09:17 +0100)]
sys-cluster/neutron: Backport CI issue fixes

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agonet-misc/icaclient: Fix AbsoluteSymlink
Michał Górny [Fri, 31 Jan 2020 08:14:33 +0000 (09:14 +0100)]
net-misc/icaclient: Fix AbsoluteSymlink

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agomedia-plugins/vdr-graphlcd: Remove broken 1.0.0
Michał Górny [Fri, 31 Jan 2020 08:12:45 +0000 (09:12 +0100)]
media-plugins/vdr-graphlcd: Remove broken 1.0.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agomedia-plugins/vdr-graphlcd: Fix AbsoluteSymlink
Michał Górny [Fri, 31 Jan 2020 08:12:27 +0000 (09:12 +0100)]
media-plugins/vdr-graphlcd: Fix AbsoluteSymlink

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agomedia-plugins/vdr-burn: Fix dosym calls
Michał Górny [Fri, 31 Jan 2020 08:09:06 +0000 (09:09 +0100)]
media-plugins/vdr-burn: Fix dosym calls

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agox11-wm/fvwm: version bump to 2.6.9
Tim Harder [Fri, 31 Jan 2020 08:11:52 +0000 (01:11 -0700)]
x11-wm/fvwm: version bump to 2.6.9

Signed-off-by: Tim Harder <radhermit@gentoo.org>
6 years agomail-client/mutt: Fix AbsoluteSymlink
Michał Górny [Fri, 31 Jan 2020 08:01:49 +0000 (09:01 +0100)]
mail-client/mutt: Fix AbsoluteSymlink

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agodev-libs/hsa-ext-rocr: Fix dosym calls
Michał Górny [Fri, 31 Jan 2020 07:59:11 +0000 (08:59 +0100)]
dev-libs/hsa-ext-rocr: Fix dosym calls

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agodev-embedded/arduino: Fix AbsoluteSymlink
Michał Górny [Fri, 31 Jan 2020 07:52:59 +0000 (08:52 +0100)]
dev-embedded/arduino: Fix AbsoluteSymlink

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agoapp-i18n/atokx3: Fix AbsoluteSymlink
Michał Górny [Fri, 31 Jan 2020 07:49:26 +0000 (08:49 +0100)]
app-i18n/atokx3: Fix AbsoluteSymlink

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agomedia-libs/exiftool: remove old
Tim Harder [Fri, 31 Jan 2020 07:59:10 +0000 (00:59 -0700)]
media-libs/exiftool: remove old

Signed-off-by: Tim Harder <radhermit@gentoo.org>
6 years agomedia-libs/exiftool: stabilize 11.80
Tim Harder [Fri, 31 Jan 2020 07:58:44 +0000 (00:58 -0700)]
media-libs/exiftool: stabilize 11.80

Signed-off-by: Tim Harder <radhermit@gentoo.org>
6 years agomedia-libs/exiftool: version bump to 11.85
Tim Harder [Fri, 31 Jan 2020 07:58:27 +0000 (00:58 -0700)]
media-libs/exiftool: version bump to 11.85

Signed-off-by: Tim Harder <radhermit@gentoo.org>
6 years agodev-ruby/ruby-gettext: add 3.3.2
Hans de Graaff [Fri, 31 Jan 2020 07:37:10 +0000 (08:37 +0100)]
dev-ruby/ruby-gettext: add 3.3.2

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
6 years agodev-ruby/test-unit-rr: add ruby27
Hans de Graaff [Fri, 31 Jan 2020 07:26:21 +0000 (08:26 +0100)]
dev-ruby/test-unit-rr: add ruby27

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
6 years agodev-ruby/yard: add 0.9.24
Hans de Graaff [Fri, 31 Jan 2020 07:19:11 +0000 (08:19 +0100)]
dev-ruby/yard: add 0.9.24

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
6 years agodev-libs/gmp: add USE=pic for static libraries, bug #707332
Sergei Trofimovich [Fri, 31 Jan 2020 07:56:56 +0000 (07:56 +0000)]
dev-libs/gmp: add USE=pic for static libraries, bug #707332

gmp makes a decision to use PIC or non-PIC assemply at
./configure time instead of (typical) build time.

On top of that non-PIC assembly also has TEXTRELs in it
which musl can't handle and crashes binaries at relocation
setup time. For gmp is it relevant only for static linking.

The change adds USE=pic to force static libraries to generate
assembly code without TEXTRELs.

Reported-by: Andrew Aladjev
Closes: https://bugs.gentoo.org/707332
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
6 years agodev-python/pyparsing: version bump to 2.4.6
Tim Harder [Fri, 31 Jan 2020 07:44:38 +0000 (00:44 -0700)]
dev-python/pyparsing: version bump to 2.4.6

Closes: https://bugs.gentoo.org/704842
Signed-off-by: Tim Harder <radhermit@gentoo.org>
6 years agodev-python/pybluez: Drop to maint-needed
Michał Górny [Fri, 31 Jan 2020 07:32:00 +0000 (08:32 +0100)]
dev-python/pybluez: Drop to maint-needed

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agopackage.mask: Last rite app-mobilephone/lightblue
Michał Górny [Fri, 31 Jan 2020 07:31:00 +0000 (08:31 +0100)]
package.mask: Last rite app-mobilephone/lightblue

Bug: https://bugs.gentoo.org/707550
Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agodev-python/pytest-xprocess: Bump to 0.13.1
Michał Górny [Fri, 31 Jan 2020 06:40:58 +0000 (07:40 +0100)]
dev-python/pytest-xprocess: Bump to 0.13.1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agoxfce-base/thunar: Bump to 1.8.12
Michał Górny [Fri, 31 Jan 2020 06:03:25 +0000 (07:03 +0100)]
xfce-base/thunar: Bump to 1.8.12

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agodev-python/wheel: Bump to 0.34.2
Michał Górny [Fri, 31 Jan 2020 05:53:14 +0000 (06:53 +0100)]
dev-python/wheel: Bump to 0.34.2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agoapp-vim/fugitive: version bump to 3.2
Tim Harder [Fri, 31 Jan 2020 03:47:21 +0000 (20:47 -0700)]
app-vim/fugitive: version bump to 3.2

Signed-off-by: Tim Harder <radhermit@gentoo.org>
6 years agoapp-vim/merginal: version bump to 2.1.2
Tim Harder [Fri, 31 Jan 2020 03:45:23 +0000 (20:45 -0700)]
app-vim/merginal: version bump to 2.1.2

Signed-off-by: Tim Harder <radhermit@gentoo.org>
6 years agomedia-libs/simage: removed unused patches
Miroslav Šulc [Fri, 31 Jan 2020 01:15:03 +0000 (02:15 +0100)]
media-libs/simage: removed unused patches

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
6 years agomedia-libs/simage: bump to 1.8.0
Miroslav Šulc [Fri, 31 Jan 2020 01:13:08 +0000 (02:13 +0100)]
media-libs/simage: bump to 1.8.0

1) switched from cmake-utils to cmake
2) updated homepage, src_uri and license
3) updated deps

some updates used from the ebuild in waebbl overlay

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
6 years agodev-util/idea-community: Version bump
Mike Pagano [Fri, 31 Jan 2020 00:41:49 +0000 (19:41 -0500)]
dev-util/idea-community: Version bump

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
6 years agomedia-libs/simage: removed old 1.7.0-r1
Miroslav Šulc [Fri, 31 Jan 2020 00:38:42 +0000 (01:38 +0100)]
media-libs/simage: removed old 1.7.0-r1

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
6 years agosci-geosciences/qgis: Raise minimum sci-libs/gdal version to 3.0.4
Andreas Sturmlechner [Thu, 30 Jan 2020 22:48:38 +0000 (23:48 +0100)]
sci-geosciences/qgis: Raise minimum sci-libs/gdal version to 3.0.4

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
6 years agodev-python/basemap: Fix MissingUseDepDefault
Andreas Sturmlechner [Thu, 30 Jan 2020 22:42:27 +0000 (23:42 +0100)]
dev-python/basemap: Fix MissingUseDepDefault

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
6 years agosci-libs/gdal: 3.0.4 version bump
Andreas Sturmlechner [Thu, 30 Jan 2020 22:38:31 +0000 (23:38 +0100)]
sci-libs/gdal: 3.0.4 version bump

Fixes build against app-text/poppler-0.85.0

Closes: https://bugs.gentoo.org/686732
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
6 years agoapp-text/poppler: 0.85.0 version bump
Andreas Sturmlechner [Thu, 30 Jan 2020 22:22:20 +0000 (23:22 +0100)]
app-text/poppler: 0.85.0 version bump

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
6 years agoapp-text/poppler: Subslot bump
Andreas Sturmlechner [Thu, 30 Jan 2020 21:47:54 +0000 (22:47 +0100)]
app-text/poppler: Subslot bump

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
6 years agonet-libs/libupnp: Drop 1.8 slot
Ian Whyman [Thu, 30 Jan 2020 22:07:31 +0000 (22:07 +0000)]
net-libs/libupnp: Drop 1.8 slot

Closes: https://bugs.gentoo.org/691866
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Ian Whyman <thev00d00@gentoo.org>
6 years agosys-apps/bolt: fix building with gcc-10
Matthew Thode [Thu, 30 Jan 2020 22:07:46 +0000 (16:07 -0600)]
sys-apps/bolt: fix building with gcc-10

Closes: https://bugs.gentoo.org/706958
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
6 years agodev-lang/go: 1.13.7 bump
William Hubbs [Thu, 30 Jan 2020 21:43:24 +0000 (15:43 -0600)]
dev-lang/go: 1.13.7 bump

Signed-off-by: William Hubbs <williamh@gentoo.org>
6 years agosci-libs/geos: Drop no-op USE=python
Andreas Sturmlechner [Thu, 30 Jan 2020 20:49:53 +0000 (21:49 +0100)]
sci-libs/geos: Drop no-op USE=python

Reported-by: Jouni Kosonen <jouni.kosonen@tukesoft.com>
Bug: https://bugs.gentoo.org/707516
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
6 years agosci-geosciences/qgis: 3.10.2 version bump
Andreas Sturmlechner [Thu, 30 Jan 2020 20:41:46 +0000 (21:41 +0100)]
sci-geosciences/qgis: 3.10.2 version bump

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
6 years agodev-db/postgis: Drop 2.5.1-r1
Andreas Sturmlechner [Thu, 30 Jan 2020 20:40:57 +0000 (21:40 +0100)]
dev-db/postgis: Drop 2.5.1-r1

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
6 years agodev-db/postgis: Drop 2.4.6
Andreas Sturmlechner [Thu, 30 Jan 2020 20:40:25 +0000 (21:40 +0100)]
dev-db/postgis: Drop 2.4.6

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
6 years agomedia-libs/opencv: Permit numpy-python2 in 2*
Michał Górny [Thu, 30 Jan 2020 21:16:55 +0000 (22:16 +0100)]
media-libs/opencv: Permit numpy-python2 in 2*

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agomedia-libs/opencv: Remove py2 where possible
Michał Górny [Thu, 30 Jan 2020 21:16:19 +0000 (22:16 +0100)]
media-libs/opencv: Remove py2 where possible

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agomedia-libs/openimageio: Remove py2
Michał Górny [Thu, 30 Jan 2020 21:15:47 +0000 (22:15 +0100)]
media-libs/openimageio: Remove py2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agomedia-libs/opencolorio: Remove py2
Michał Górny [Thu, 30 Jan 2020 21:15:39 +0000 (22:15 +0100)]
media-libs/opencolorio: Remove py2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agomedia-libs/mlt: Remove py2
Michał Górny [Thu, 30 Jan 2020 21:14:35 +0000 (22:14 +0100)]
media-libs/mlt: Remove py2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agodev-python/intreehooks: Remove py2
Michał Górny [Thu, 30 Jan 2020 21:11:52 +0000 (22:11 +0100)]
dev-python/intreehooks: Remove py2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agodev-python/flit_core: Remove py2
Michał Górny [Thu, 30 Jan 2020 21:11:35 +0000 (22:11 +0100)]
dev-python/flit_core: Remove py2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agoapp-misc/yq: Remove py2
Michał Górny [Thu, 30 Jan 2020 21:11:08 +0000 (22:11 +0100)]
app-misc/yq: Remove py2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agodev-python/tox: Remove py2
Michał Górny [Thu, 30 Jan 2020 21:10:19 +0000 (22:10 +0100)]
dev-python/tox: Remove py2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agoapp-shells/autojump: Remove py2
Michał Górny [Thu, 30 Jan 2020 21:09:36 +0000 (22:09 +0100)]
app-shells/autojump: Remove py2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agodev-python/numba: Remove py2
Michał Górny [Thu, 30 Jan 2020 21:06:28 +0000 (22:06 +0100)]
dev-python/numba: Remove py2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agodev-python/h5py: Remove py2
Michał Górny [Thu, 30 Jan 2020 21:05:45 +0000 (22:05 +0100)]
dev-python/h5py: Remove py2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agodev-python/dynd-python: Combine both ebuilds (remove py2)
Michał Górny [Thu, 30 Jan 2020 21:04:27 +0000 (22:04 +0100)]
dev-python/dynd-python: Combine both ebuilds (remove py2)

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agodev-python/datashape: Combine both ebuilds (remove py2)
Michał Górny [Thu, 30 Jan 2020 21:03:42 +0000 (22:03 +0100)]
dev-python/datashape: Combine both ebuilds (remove py2)

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agodev-python/colorspacious: Remove py2
Michał Górny [Thu, 30 Jan 2020 21:02:40 +0000 (22:02 +0100)]
dev-python/colorspacious: Remove py2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agox11-misc/bbrun: tweak for gcc-10, bug #707448
Sergei Trofimovich [Thu, 30 Jan 2020 21:19:00 +0000 (21:19 +0000)]
x11-misc/bbrun: tweak for gcc-10, bug #707448

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/707448
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
6 years agodev-db/mariadb: Version bump for 10.1.44
Brian Evans [Thu, 30 Jan 2020 21:12:48 +0000 (16:12 -0500)]
dev-db/mariadb: Version bump for 10.1.44

Signed-off-by: Brian Evans <grknight@gentoo.org>
6 years agonet-misc/omnisync: Drop old
Brian Evans [Thu, 30 Jan 2020 20:14:49 +0000 (15:14 -0500)]
net-misc/omnisync: Drop old

Signed-off-by: Brian Evans <grknight@gentoo.org>
6 years agonet-misc/omnisync: New snapshot to fix -fno-common
Brian Evans [Thu, 30 Jan 2020 20:11:44 +0000 (15:11 -0500)]
net-misc/omnisync: New snapshot to fix -fno-common

Closes: https://bugs.gentoo.org/707498
Signed-off-by: Brian Evans <grknight@gentoo.org>
6 years agodev-db/mariadb: Version bump for 5.5.67
Brian Evans [Thu, 30 Jan 2020 19:12:56 +0000 (14:12 -0500)]
dev-db/mariadb: Version bump for 5.5.67

Signed-off-by: Brian Evans <grknight@gentoo.org>
6 years agodev-util/idea-community: Fix all unsatisfied soname dependencies.
Mike Pagano [Thu, 30 Jan 2020 21:00:35 +0000 (16:00 -0500)]
dev-util/idea-community: Fix all unsatisfied soname dependencies.

Remove old.

Closes: https://bugs.gentoo.org/704620
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
6 years agosys-devel/clang-runtime: Bump to 10.0.0_rc1
Michał Górny [Thu, 30 Jan 2020 20:42:51 +0000 (21:42 +0100)]
sys-devel/clang-runtime: Bump to 10.0.0_rc1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agosys-libs/libomp: Bump to 10.0.0_rc1
Michał Górny [Thu, 30 Jan 2020 20:42:49 +0000 (21:42 +0100)]
sys-libs/libomp: Bump to 10.0.0_rc1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agosys-libs/libcxx: Bump to 10.0.0_rc1
Michał Górny [Thu, 30 Jan 2020 20:42:48 +0000 (21:42 +0100)]
sys-libs/libcxx: Bump to 10.0.0_rc1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agosys-libs/libcxxabi: Bump to 10.0.0_rc1
Michał Górny [Thu, 30 Jan 2020 20:42:46 +0000 (21:42 +0100)]
sys-libs/libcxxabi: Bump to 10.0.0_rc1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agosys-libs/llvm-libunwind: Bump to 10.0.0_rc1
Michał Górny [Thu, 30 Jan 2020 20:42:45 +0000 (21:42 +0100)]
sys-libs/llvm-libunwind: Bump to 10.0.0_rc1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agosys-libs/compiler-rt-sanitizers: Bump to 10.0.0_rc1
Michał Górny [Thu, 30 Jan 2020 20:42:43 +0000 (21:42 +0100)]
sys-libs/compiler-rt-sanitizers: Bump to 10.0.0_rc1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agosys-libs/compiler-rt: Bump to 10.0.0_rc1
Michał Górny [Thu, 30 Jan 2020 20:42:41 +0000 (21:42 +0100)]
sys-libs/compiler-rt: Bump to 10.0.0_rc1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agodev-util/lldb: Bump to 10.0.0_rc1
Michał Górny [Thu, 30 Jan 2020 20:42:40 +0000 (21:42 +0100)]
dev-util/lldb: Bump to 10.0.0_rc1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agodev-python/clang-python: Bump to 10.0.0_rc1
Michał Górny [Thu, 30 Jan 2020 20:42:38 +0000 (21:42 +0100)]
dev-python/clang-python: Bump to 10.0.0_rc1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agosys-devel/clang: Bump to 10.0.0_rc1
Michał Górny [Thu, 30 Jan 2020 20:42:36 +0000 (21:42 +0100)]
sys-devel/clang: Bump to 10.0.0_rc1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agosys-devel/clang-common: Bump to 10.0.0_rc1
Michał Górny [Thu, 30 Jan 2020 20:42:33 +0000 (21:42 +0100)]
sys-devel/clang-common: Bump to 10.0.0_rc1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agosys-devel/lld: Bump to 10.0.0_rc1
Michał Górny [Thu, 30 Jan 2020 20:42:31 +0000 (21:42 +0100)]
sys-devel/lld: Bump to 10.0.0_rc1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agodev-ml/llvm-ocaml: Bump to 10.0.0_rc1
Michał Górny [Thu, 30 Jan 2020 20:42:29 +0000 (21:42 +0100)]
dev-ml/llvm-ocaml: Bump to 10.0.0_rc1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agodev-python/lit: Bump to 10.0.0_rc1
Michał Górny [Thu, 30 Jan 2020 20:42:27 +0000 (21:42 +0100)]
dev-python/lit: Bump to 10.0.0_rc1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agosys-devel/llvm: Bump to 10.0.0_rc1
Michał Górny [Thu, 30 Jan 2020 20:42:23 +0000 (21:42 +0100)]
sys-devel/llvm: Bump to 10.0.0_rc1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agosys-devel/llvm-common: Bump to 10.0.0_rc1
Michał Górny [Thu, 30 Jan 2020 20:42:21 +0000 (21:42 +0100)]
sys-devel/llvm-common: Bump to 10.0.0_rc1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agonet-dns/dnscrypt-proxy: bump to 2.0.38
Georgy Yakovlev [Thu, 30 Jan 2020 20:45:55 +0000 (12:45 -0800)]
net-dns/dnscrypt-proxy: bump to 2.0.38

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
6 years agodev-lang/rust: QA: RedundantDodir
Georgy Yakovlev [Thu, 30 Jan 2020 20:33:42 +0000 (12:33 -0800)]
dev-lang/rust: QA: RedundantDodir

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
6 years agodev-lang/rust-bin: QA: RedundantDodir
Georgy Yakovlev [Thu, 30 Jan 2020 20:31:24 +0000 (12:31 -0800)]
dev-lang/rust-bin: QA: RedundantDodir

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
6 years agonet-misc/dibbler: fix unconditional dep on virtual/resolvconf
Bernard Cafarelli [Thu, 30 Jan 2020 20:33:10 +0000 (21:33 +0100)]
net-misc/dibbler: fix unconditional dep on virtual/resolvconf

Closes: https://bugs.gentoo.org/707386
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
6 years agosci-libs/proj: Drop 6.0.0 and 6.2.0
Andreas Sturmlechner [Thu, 30 Jan 2020 20:07:00 +0000 (21:07 +0100)]
sci-libs/proj: Drop 6.0.0 and 6.2.0

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
6 years agodev-db/postgis: Sync 2.5.3 with 9999, fix dependencies
Andreas Sturmlechner [Thu, 30 Jan 2020 19:54:55 +0000 (20:54 +0100)]
dev-db/postgis: Sync 2.5.3 with 9999, fix dependencies

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
6 years agogames-action/xblast: tweak for gcc-10, bug #707470
Sergei Trofimovich [Thu, 30 Jan 2020 19:57:11 +0000 (19:57 +0000)]
games-action/xblast: tweak for gcc-10, bug #707470

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/707470
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
6 years agonet-mail/mlmmj: tweak for gcc-10, bug #
Sergei Trofimovich [Thu, 30 Jan 2020 19:49:12 +0000 (19:49 +0000)]
net-mail/mlmmj: tweak for gcc-10, bug #

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/707476
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
6 years agosys-kernel/gentoo-kernel-bin: Bump to 5.4.16
Michał Górny [Thu, 30 Jan 2020 19:04:09 +0000 (20:04 +0100)]
sys-kernel/gentoo-kernel-bin: Bump to 5.4.16

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agosys-kernel/vanilla-kernel-bin: Bump to 5.4.16
Michał Górny [Thu, 30 Jan 2020 18:29:28 +0000 (19:29 +0100)]
sys-kernel/vanilla-kernel-bin: Bump to 5.4.16

Signed-off-by: Michał Górny <mgorny@gentoo.org>
6 years agovirtual/rust: bump to 1.41.0
Georgy Yakovlev [Thu, 30 Jan 2020 19:16:35 +0000 (11:16 -0800)]
virtual/rust: bump to 1.41.0

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
6 years agodev-lang/rust: bump to 1.41.0
Georgy Yakovlev [Thu, 30 Jan 2020 19:15:36 +0000 (11:15 -0800)]
dev-lang/rust: bump to 1.41.0

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
6 years agodev-lang/rust-bin: bump to 1.41.0
Georgy Yakovlev [Thu, 30 Jan 2020 17:23:16 +0000 (09:23 -0800)]
dev-lang/rust-bin: bump to 1.41.0

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
6 years agodev-db/mariadb: Version bump for 10.4.12
Brian Evans [Thu, 30 Jan 2020 19:06:44 +0000 (14:06 -0500)]
dev-db/mariadb: Version bump for 10.4.12

Closes: https://bugs.gentoo.org/703510
Signed-off-by: Brian Evans <grknight@gentoo.org>
6 years agoAdd myself as maintainer to rt-sources
Alice Ferrazzi [Thu, 30 Jan 2020 18:41:04 +0000 (03:41 +0900)]
Add myself as maintainer to rt-sources

Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
6 years agoAdd rt-sources 5.4.13-rt7
Alice Ferrazzi [Thu, 30 Jan 2020 18:32:50 +0000 (03:32 +0900)]
Add rt-sources 5.4.13-rt7

Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
6 years agoRemove old versions
Alice Ferrazzi [Thu, 23 Jan 2020 18:36:21 +0000 (03:36 +0900)]
Remove old versions

Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
6 years agoAdd latest stable version 4.19-rt 4.19.94_p38
Alice Ferrazzi [Thu, 23 Jan 2020 18:34:56 +0000 (03:34 +0900)]
Add latest stable version 4.19-rt 4.19.94_p38

Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
6 years agoRemove old rt-sources
Alice Ferrazzi [Thu, 23 Jan 2020 18:17:56 +0000 (03:17 +0900)]
Remove old rt-sources

Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
6 years agodev-python/numexpr: Remove py2
Michał Górny [Thu, 30 Jan 2020 17:30:25 +0000 (18:30 +0100)]
dev-python/numexpr: Remove py2

Signed-off-by: Michał Górny <mgorny@gentoo.org>