gentoo.git
4 years agosys-cluster/openmpi: slot-dep on libevent
Justin Bronder [Thu, 29 Aug 2019 21:05:08 +0000 (17:05 -0400)]
sys-cluster/openmpi: slot-dep on libevent

Thanks to Arfrever Frehtes Taifersar Arahesis for the report and fix, #692748.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Justin Bronder <jsbronder@gentoo.org>
4 years agodev-ada: gnat_201* use flags are now global
Tupone Alfredo [Thu, 29 Aug 2019 19:31:45 +0000 (21:31 +0200)]
dev-ada: gnat_201* use flags are now global

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
4 years agoprofiles/use.desc: add gnat_201*
Tupone Alfredo [Thu, 29 Aug 2019 19:26:52 +0000 (21:26 +0200)]
profiles/use.desc: add gnat_201*

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
4 years agosys-cluster/nova: remove custom python-install
Matthew Thode [Thu, 29 Aug 2019 19:05:11 +0000 (14:05 -0500)]
sys-cluster/nova: remove custom python-install

Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
4 years agosys-kernel/vanilla-sources: Version bump to 4.19.69
Patrick McLean [Thu, 29 Aug 2019 18:41:47 +0000 (11:41 -0700)]
sys-kernel/vanilla-sources: Version bump to 4.19.69

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
4 years agosys-kernel/vanilla-sources: Version bump to 5.2.11
Patrick McLean [Thu, 29 Aug 2019 18:41:09 +0000 (11:41 -0700)]
sys-kernel/vanilla-sources: Version bump to 5.2.11

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
4 years agosys-kernel/vanilla-sources: Version bump to 4.14.141
Patrick McLean [Thu, 29 Aug 2019 18:38:35 +0000 (11:38 -0700)]
sys-kernel/vanilla-sources: Version bump to 4.14.141

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
4 years agox11-terms/alacritty: add live ebuild
Georgy Yakovlev [Thu, 29 Aug 2019 06:02:19 +0000 (23:02 -0700)]
x11-terms/alacritty: add live ebuild

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
4 years agocargo.eclass: add cargo_live_src_unpack()
Georgy Yakovlev [Thu, 29 Aug 2019 05:13:47 +0000 (22:13 -0700)]
cargo.eclass: add cargo_live_src_unpack()

This function will allow using 'cargo fetch' during src_unpack
Since only new cargo supports vendoring, all live packages will
have to depend on >=rust-1.37.0

This enables us to ship live rust packages,
cargo fetch will download all crates and vendor them for offline
phases.

here's an example of src_unpack()

src_unpack() {
        if [[ "${PV}" == *9999* ]]; then
                git-r3_src_unpack
                cargo_live_src_unpack
        else
                cargo_src_unpack
        fi
}

Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
4 years agoapp-emulation/slirp4netns: Remove old versions
Zac Medico [Thu, 29 Aug 2019 17:36:59 +0000 (10:36 -0700)]
app-emulation/slirp4netns: Remove old versions

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Zac Medico <zmedico@gentoo.org>
4 years agoapp-emulation/slirp4netns: Bump to version 0.3.3
Zac Medico [Thu, 29 Aug 2019 17:23:37 +0000 (10:23 -0700)]
app-emulation/slirp4netns: Bump to version 0.3.3

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Zac Medico <zmedico@gentoo.org>
4 years agonet-libs/wvstreams: add USE=libressl and patch for LibreSSL support
Stefan Strogin [Wed, 28 Aug 2019 19:41:26 +0000 (22:41 +0300)]
net-libs/wvstreams: add USE=libressl and patch for LibreSSL support

Drop the redundant "ssl" flag, since wvstreams is always built with SSL
support.

Closes: https://bugs.gentoo.org/687096
Closes: https://github.com/gentoo/gentoo/pull/12233
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Stefan Strogin <steils@gentoo.org>
4 years agodev-lang/php: bump to v7.4.0_beta4
Thomas Deutschmann [Thu, 29 Aug 2019 16:23:01 +0000 (18:23 +0200)]
dev-lang/php: bump to v7.4.0_beta4

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
4 years agodev-lang/php: bump to v7.3.9
Thomas Deutschmann [Thu, 29 Aug 2019 16:01:47 +0000 (18:01 +0200)]
dev-lang/php: bump to v7.3.9

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
4 years agodev-ros/interactive_marker_tutorials: add missing boost dep
Alexis Ballier [Thu, 29 Aug 2019 15:56:26 +0000 (17:56 +0200)]
dev-ros/interactive_marker_tutorials: add missing boost dep

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
4 years agodev-ros/interactive_marker_tutorials: Remove old
Alexis Ballier [Thu, 29 Aug 2019 15:55:48 +0000 (17:55 +0200)]
dev-ros/interactive_marker_tutorials: Remove old

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
4 years agosys-kernel/gentoo-sources: Linux patch 5.2.11
Mike Pagano [Thu, 29 Aug 2019 15:58:29 +0000 (11:58 -0400)]
sys-kernel/gentoo-sources: Linux patch 5.2.11

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
4 years agosys-kernel/gentoo-sources: Linux patch 4.19.69
Mike Pagano [Thu, 29 Aug 2019 15:55:02 +0000 (11:55 -0400)]
sys-kernel/gentoo-sources: Linux patch 4.19.69

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
4 years agosys-kernel/gentoo-sources: Linux patch 4.14.141
Mike Pagano [Thu, 29 Aug 2019 15:52:16 +0000 (11:52 -0400)]
sys-kernel/gentoo-sources: Linux patch 4.14.141

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
4 years agowww-apps/grafana-bin: bump to v5.4.5
Thomas Deutschmann [Thu, 29 Aug 2019 15:51:15 +0000 (17:51 +0200)]
www-apps/grafana-bin: bump to v5.4.5

Bug: https://bugs.gentoo.org/692962
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
4 years agowww-apps/grafana-bin: bump to v6.3.4
Thomas Deutschmann [Thu, 29 Aug 2019 15:49:09 +0000 (17:49 +0200)]
www-apps/grafana-bin: bump to v6.3.4

Bug: https://bugs.gentoo.org/692962
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
4 years agodev-ros/laser_cb_detector: fix build with boost 1.70
Alexis Ballier [Thu, 29 Aug 2019 15:50:13 +0000 (17:50 +0200)]
dev-ros/laser_cb_detector: fix build with boost 1.70

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
4 years agosci-misc/ViSP-images: bump to 3.2.0
Alexis Ballier [Thu, 29 Aug 2019 15:48:33 +0000 (17:48 +0200)]
sci-misc/ViSP-images: bump to 3.2.0

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
4 years agodev-ros/visp_camera_calibration: drop merged patch
Alexis Ballier [Thu, 29 Aug 2019 15:21:20 +0000 (17:21 +0200)]
dev-ros/visp_camera_calibration: drop merged patch

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
4 years agodev-ros/visp_auto_tracker: fix build with boost 1.70
Alexis Ballier [Thu, 29 Aug 2019 15:19:56 +0000 (17:19 +0200)]
dev-ros/visp_auto_tracker: fix build with boost 1.70

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
4 years agosci-libs/ViSP: ocv link patch is still needed.
Alexis Ballier [Thu, 29 Aug 2019 15:18:28 +0000 (17:18 +0200)]
sci-libs/ViSP: ocv link patch is still needed.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
4 years agodev-ros/visp_auto_tracker: Remove old
Alexis Ballier [Thu, 29 Aug 2019 15:08:56 +0000 (17:08 +0200)]
dev-ros/visp_auto_tracker: Remove old

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
4 years agosci-libs/ViSP: Fix opencv detection
Alexis Ballier [Thu, 29 Aug 2019 15:07:18 +0000 (17:07 +0200)]
sci-libs/ViSP: Fix opencv detection

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
4 years agosci-libs/ViSP: bump to 3.2.0
Alexis Ballier [Wed, 28 Aug 2019 17:32:51 +0000 (19:32 +0200)]
sci-libs/ViSP: bump to 3.2.0

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
4 years agoros-meta/vision_visp: Bump to 0.11.1.
Alexis Ballier [Wed, 28 Aug 2019 17:27:57 +0000 (19:27 +0200)]
ros-meta/vision_visp: Bump to 0.11.1.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
4 years agodev-ros/visp_tracker: Bump to 0.11.1.
Alexis Ballier [Wed, 28 Aug 2019 17:27:53 +0000 (19:27 +0200)]
dev-ros/visp_tracker: Bump to 0.11.1.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
4 years agodev-ros/visp_hand2eye_calibration: Bump to 0.11.1.
Alexis Ballier [Wed, 28 Aug 2019 17:27:47 +0000 (19:27 +0200)]
dev-ros/visp_hand2eye_calibration: Bump to 0.11.1.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
4 years agodev-ros/visp_camera_calibration: Bump to 0.11.1.
Alexis Ballier [Wed, 28 Aug 2019 17:27:43 +0000 (19:27 +0200)]
dev-ros/visp_camera_calibration: Bump to 0.11.1.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
4 years agodev-ros/visp_bridge: Bump to 0.11.1.
Alexis Ballier [Wed, 28 Aug 2019 17:27:38 +0000 (19:27 +0200)]
dev-ros/visp_bridge: Bump to 0.11.1.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
4 years agodev-ros/visp_auto_tracker: Bump to 0.11.1.
Alexis Ballier [Wed, 28 Aug 2019 17:27:33 +0000 (19:27 +0200)]
dev-ros/visp_auto_tracker: Bump to 0.11.1.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
4 years agonet-print/epson-inkjet-printer-escpr: use HTTPS for HOMEPAGE
Louis Sautier [Thu, 29 Aug 2019 15:14:02 +0000 (17:14 +0200)]
net-print/epson-inkjet-printer-escpr: use HTTPS for HOMEPAGE

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
4 years agonet-wireless/unifi: 5.11.39 stable & drop old
Ben Kohler [Thu, 29 Aug 2019 15:08:10 +0000 (10:08 -0500)]
net-wireless/unifi: 5.11.39 stable & drop old

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
4 years agoprofiles: Clean stale flag masks/forces
David Seifert [Thu, 29 Aug 2019 14:14:06 +0000 (16:14 +0200)]
profiles: Clean stale flag masks/forces

Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-editors/emacs: Fix compilation with glibc-2.28 for slot 18.
Ulrich Müller [Thu, 29 Aug 2019 13:47:51 +0000 (15:47 +0200)]
app-editors/emacs: Fix compilation with glibc-2.28 for slot 18.

Bug: https://bugs.gentoo.org/681904
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
4 years agowww-client/elinks: Move PYTHON_DEPS to DEPEND
Michał Górny [Thu, 29 Aug 2019 13:38:03 +0000 (15:38 +0200)]
www-client/elinks: Move PYTHON_DEPS to DEPEND

Closes: https://bugs.gentoo.org/692068
Signed-off-by: Michał Górny <mgorny@gentoo.org>
4 years agodev-libs/granite: bump 5.2.4
Bernardo Meurer [Tue, 13 Aug 2019 07:39:13 +0000 (00:39 -0700)]
dev-libs/granite: bump 5.2.4

Closes: https://bugs.gentoo.org/691624
Package-Manager: Portage-2.3.71, Repoman-2.3.17
RepoMan-Options: --force
Signed-off-by: Bernardo Meurer <bernardo@standard.ai>
Closes: https://github.com/gentoo/gentoo/pull/12690
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
4 years agodev-libs/granite: add myself as maintainer
Bernardo Meurer [Tue, 13 Aug 2019 07:43:21 +0000 (00:43 -0700)]
dev-libs/granite: add myself as maintainer

Package-Manager: Portage-2.3.71, Repoman-2.3.17
RepoMan-Options: --force
Signed-off-by: Bernardo Meurer <bernardo@standard.ai>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
4 years agonet-misc/kea: Removed old
Lars Wendler [Thu, 29 Aug 2019 12:49:43 +0000 (14:49 +0200)]
net-misc/kea: Removed old

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
4 years agonet-misc/kea: Synced live ebuild
Lars Wendler [Thu, 29 Aug 2019 12:48:48 +0000 (14:48 +0200)]
net-misc/kea: Synced live ebuild

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
4 years agonet-misc/kea: Bump to version 1.6.0
Lars Wendler [Thu, 29 Aug 2019 12:47:42 +0000 (14:47 +0200)]
net-misc/kea: Bump to version 1.6.0

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
4 years agoapp-emacs/elscreen: Typo.
Ulrich Müller [Thu, 29 Aug 2019 12:42:11 +0000 (14:42 +0200)]
app-emacs/elscreen: Typo.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
4 years agoapp-emacs/popwin: Bump to version 1.0.0.
Ulrich Müller [Thu, 29 Aug 2019 12:26:47 +0000 (14:26 +0200)]
app-emacs/popwin: Bump to version 1.0.0.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
4 years agoapp-emacs/calfw: Bump to version 1.6.
Ulrich Müller [Thu, 29 Aug 2019 12:15:30 +0000 (14:15 +0200)]
app-emacs/calfw: Bump to version 1.6.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
4 years agopackage.mask: Last rite sci-electronics/gplcver
David Seifert [Thu, 29 Aug 2019 12:13:17 +0000 (14:13 +0200)]
package.mask: Last rite sci-electronics/gplcver

Signed-off-by: David Seifert <soap@gentoo.org>
4 years agosci-electronics/geda-suite: Remove old
David Seifert [Thu, 29 Aug 2019 12:13:14 +0000 (14:13 +0200)]
sci-electronics/geda-suite: Remove old

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agosci-mathematics/num-utils: Remove old
David Seifert [Thu, 29 Aug 2019 12:13:11 +0000 (14:13 +0200)]
sci-mathematics/num-utils: Remove old

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agopackage.mask: Last rite dev-cpp/threadpool
David Seifert [Thu, 29 Aug 2019 11:50:49 +0000 (13:50 +0200)]
package.mask: Last rite dev-cpp/threadpool

Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-vim/zenburn: [QA] Use tarball instead of zip archive
David Seifert [Thu, 29 Aug 2019 11:39:06 +0000 (13:39 +0200)]
app-vim/zenburn: [QA] Use tarball instead of zip archive

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-vim/vimoutliner: [QA] Use tarball instead of zip archive
David Seifert [Thu, 29 Aug 2019 11:39:03 +0000 (13:39 +0200)]
app-vim/vimoutliner: [QA] Use tarball instead of zip archive

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-vim/perlomni: [QA] Use tarball instead of zip archive
David Seifert [Thu, 29 Aug 2019 11:39:00 +0000 (13:39 +0200)]
app-vim/perlomni: [QA] Use tarball instead of zip archive

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-vim/jedi: [QA] Use tarball instead of zip archive
David Seifert [Thu, 29 Aug 2019 11:38:57 +0000 (13:38 +0200)]
app-vim/jedi: [QA] Use tarball instead of zip archive

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-vim/csscomplete: [QA] Use tarball instead of zip archive
David Seifert [Thu, 29 Aug 2019 11:38:54 +0000 (13:38 +0200)]
app-vim/csscomplete: [QA] Use tarball instead of zip archive

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-vim/cream: [QA] Fix ${HOMEPAGE} in SRC_URI
David Seifert [Thu, 29 Aug 2019 11:38:51 +0000 (13:38 +0200)]
app-vim/cream: [QA] Fix ${HOMEPAGE} in SRC_URI

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-text/xchm: [QA] Fix ${HOMEPAGE} in SRC_URI
David Seifert [Thu, 29 Aug 2019 11:38:48 +0000 (13:38 +0200)]
app-text/xchm: [QA] Fix ${HOMEPAGE} in SRC_URI

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-text/winefish: [QA] Fix ${HOMEPAGE} in SRC_URI
David Seifert [Thu, 29 Aug 2019 11:38:45 +0000 (13:38 +0200)]
app-text/winefish: [QA] Fix ${HOMEPAGE} in SRC_URI

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-text/tokyodystopia: [QA] Fix ${HOMEPAGE} in SRC_URI
David Seifert [Thu, 29 Aug 2019 11:38:41 +0000 (13:38 +0200)]
app-text/tokyodystopia: [QA] Fix ${HOMEPAGE} in SRC_URI

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-text/recode: [QA] Use tarball instead of zip archive
David Seifert [Thu, 29 Aug 2019 11:38:38 +0000 (13:38 +0200)]
app-text/recode: [QA] Use tarball instead of zip archive

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-text/qpdf: [QA] Remove unnecessary slash strip
David Seifert [Thu, 29 Aug 2019 11:38:35 +0000 (13:38 +0200)]
app-text/qpdf: [QA] Remove unnecessary slash strip

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-text/pinfo: [QA] Fix ${HOMEPAGE} in SRC_URI
David Seifert [Thu, 29 Aug 2019 11:38:32 +0000 (13:38 +0200)]
app-text/pinfo: [QA] Fix ${HOMEPAGE} in SRC_URI

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-text/mathtex: [QA] Add missing DEPEND="app-arch/unzip"
David Seifert [Thu, 29 Aug 2019 11:38:29 +0000 (13:38 +0200)]
app-text/mathtex: [QA] Add missing DEPEND="app-arch/unzip"

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-text/jo: [QA] Fix ${HOMEPAGE} in SRC_URI
David Seifert [Thu, 29 Aug 2019 11:38:26 +0000 (13:38 +0200)]
app-text/jo: [QA] Fix ${HOMEPAGE} in SRC_URI

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-text/grip: [QA] Add missing DEPEND="app-arch/unzip"
David Seifert [Thu, 29 Aug 2019 11:38:23 +0000 (13:38 +0200)]
app-text/grip: [QA] Add missing DEPEND="app-arch/unzip"

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-text/asciidoc: [QA] Remove unnecessary slash strip
David Seifert [Thu, 29 Aug 2019 11:38:20 +0000 (13:38 +0200)]
app-text/asciidoc: [QA] Remove unnecessary slash strip

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-text/XML-Schema-learner: [QA] Fix ${HOMEPAGE} in SRC_URI
David Seifert [Thu, 29 Aug 2019 11:38:17 +0000 (13:38 +0200)]
app-text/XML-Schema-learner: [QA] Fix ${HOMEPAGE} in SRC_URI

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-shells/rrs: [QA] Update copyright header
David Seifert [Thu, 29 Aug 2019 11:38:13 +0000 (13:38 +0200)]
app-shells/rrs: [QA] Update copyright header

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-shells/localshell: [QA] Fix ${HOMEPAGE} in SRC_URI
David Seifert [Thu, 29 Aug 2019 11:38:10 +0000 (13:38 +0200)]
app-shells/localshell: [QA] Fix ${HOMEPAGE} in SRC_URI

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-portage/gentoolkit: [QA] Remove unnecessary slash strip
David Seifert [Thu, 29 Aug 2019 11:38:07 +0000 (13:38 +0200)]
app-portage/gentoolkit: [QA] Remove unnecessary slash strip

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-office/openoffice-bin: [QA] Fix python metadata
David Seifert [Thu, 29 Aug 2019 11:38:04 +0000 (13:38 +0200)]
app-office/openoffice-bin: [QA] Fix python metadata

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-mobilephone/gnocky: [QA] Fix ${HOMEPAGE} in SRC_URI
David Seifert [Thu, 29 Aug 2019 11:38:01 +0000 (13:38 +0200)]
app-mobilephone/gnocky: [QA] Fix ${HOMEPAGE} in SRC_URI

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-misc/xmind: [QA] Add missing DEPEND="app-arch/unzip"
David Seifert [Thu, 29 Aug 2019 11:37:58 +0000 (13:37 +0200)]
app-misc/xmind: [QA] Add missing DEPEND="app-arch/unzip"

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-misc/screenfetch: [QA] Fix ${HOMEPAGE} in SRC_URI
David Seifert [Thu, 29 Aug 2019 11:37:55 +0000 (13:37 +0200)]
app-misc/screenfetch: [QA] Fix ${HOMEPAGE} in SRC_URI

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-misc/rox-filer: [QA] Use desktop.eclass
David Seifert [Thu, 29 Aug 2019 11:37:52 +0000 (13:37 +0200)]
app-misc/rox-filer: [QA] Use desktop.eclass

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-misc/oneko: [QA] Fix ${HOMEPAGE} in SRC_URI
David Seifert [Thu, 29 Aug 2019 11:37:49 +0000 (13:37 +0200)]
app-misc/oneko: [QA] Fix ${HOMEPAGE} in SRC_URI

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-misc/media-player-info: [QA] Remove unnecessary slash strip
David Seifert [Thu, 29 Aug 2019 11:37:45 +0000 (13:37 +0200)]
app-misc/media-player-info: [QA] Remove unnecessary slash strip

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
4 years agoapp-editors/emacs: Remove release candidate.
Ulrich Müller [Thu, 29 Aug 2019 11:09:10 +0000 (13:09 +0200)]
app-editors/emacs: Remove release candidate.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
4 years agoapp-editors/emacs: Bump to version 26.3.
Ulrich Müller [Thu, 29 Aug 2019 11:07:35 +0000 (13:07 +0200)]
app-editors/emacs: Bump to version 26.3.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
4 years agoapp-emacs/elscreen: Bump to version 20180209.
Ulrich Müller [Thu, 29 Aug 2019 11:06:21 +0000 (13:06 +0200)]
app-emacs/elscreen: Bump to version 20180209.

Keywords ~alpha ~ia64 ~ppc64 dropped because of new dependency
on app-emacs/wanderlust.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
4 years agopackage.mask: Last rite net-misc/libss7
Michał Górny [Thu, 29 Aug 2019 10:43:02 +0000 (12:43 +0200)]
package.mask: Last rite net-misc/libss7

Bug: https://bugs.gentoo.org/667064
Signed-off-by: Michał Górny <mgorny@gentoo.org>
4 years agosys-cluster/nova: Fix DoublePrefixInPath
Michał Górny [Thu, 29 Aug 2019 10:16:22 +0000 (12:16 +0200)]
sys-cluster/nova: Fix DoublePrefixInPath

Signed-off-by: Michał Górny <mgorny@gentoo.org>
4 years agosys-cluster/neutron: Fix DoublePrefixInPath
Michał Górny [Thu, 29 Aug 2019 10:09:26 +0000 (12:09 +0200)]
sys-cluster/neutron: Fix DoublePrefixInPath

Signed-off-by: Michał Górny <mgorny@gentoo.org>
4 years agoapp-emacs/lookup: Version bump, snapshot from git.
Ulrich Müller [Thu, 29 Aug 2019 10:15:39 +0000 (12:15 +0200)]
app-emacs/lookup: Version bump, snapshot from git.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
4 years agoapp-emacs/muse: Update HOMEPAGE.
Ulrich Müller [Thu, 29 Aug 2019 09:24:12 +0000 (11:24 +0200)]
app-emacs/muse: Update HOMEPAGE.

Bump EAPI to 7.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
4 years agoapp-emacs/nxml-docbook5-schemas: Bump to version 5.1.
Ulrich Müller [Thu, 29 Aug 2019 09:18:18 +0000 (11:18 +0200)]
app-emacs/nxml-docbook5-schemas: Bump to version 5.1.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
4 years agoapp-emacs/nxml-docbook5-schemas: Use upstream version for the ebuild.
Ulrich Müller [Thu, 29 Aug 2019 09:15:53 +0000 (11:15 +0200)]
app-emacs/nxml-docbook5-schemas: Use upstream version for the ebuild.

Update HOMEPAGE and SRC_URI. Bump EAPI to 7.

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
4 years agonet-wireless/multimode: Fix DoublePrefixInPath
Michał Górny [Thu, 29 Aug 2019 05:32:18 +0000 (07:32 +0200)]
net-wireless/multimode: Fix DoublePrefixInPath

Signed-off-by: Michał Górny <mgorny@gentoo.org>
4 years agonet-mail/rss2email: Fix DoublePrefixInPath
Michał Górny [Thu, 29 Aug 2019 05:30:56 +0000 (07:30 +0200)]
net-mail/rss2email: Fix DoublePrefixInPath

Signed-off-by: Michał Górny <mgorny@gentoo.org>
4 years agonet-mail/dovecot: Fix DoublePrefixInPath
Michał Górny [Thu, 29 Aug 2019 05:25:14 +0000 (07:25 +0200)]
net-mail/dovecot: Fix DoublePrefixInPath

Signed-off-by: Michał Górny <mgorny@gentoo.org>
4 years agodev-perl/DBD-mysql: Add missing patch
Kent Fredric [Thu, 29 Aug 2019 06:07:27 +0000 (18:07 +1200)]
dev-perl/DBD-mysql: Add missing patch

Something messed up in a git rebase/sync somehow and I didn't notice
till too late.

Package-Manager: Portage-2.3.72, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
4 years agodev-perl/DBD-mysql: bump to v4.050
Thomas Deutschmann [Sat, 17 Aug 2019 14:27:06 +0000 (16:27 +0200)]
dev-perl/DBD-mysql: bump to v4.050

Closes: https://bugs.gentoo.org/661480
Closes: https://github.com/gentoo/gentoo/pull/12731
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
4 years agoprofiles: package.use.stable.mask DBD-mysql USE=mariadb
Kent Fredric [Thu, 29 Aug 2019 06:10:12 +0000 (18:10 +1200)]
profiles: package.use.stable.mask DBD-mysql USE=mariadb

Signed-off-by: Kent Fredric <kentnl@gentoo.org>
4 years agodev-perl/DBD-mysql: Add mysql/mariadb switching
Kent Fredric [Thu, 29 Aug 2019 06:07:27 +0000 (18:07 +1200)]
dev-perl/DBD-mysql: Add mysql/mariadb switching

This was tangentially supported back with the virtual/mysqlclient stuff
and this attempts to bring this logic back.

However, in testing, this release currently failed to compile with
USE="mariadb -mysql", as DBD-mysql supporting mariadb is merely "best
effort", not a primary design goal, so can often be a bit behind the
curve.

Future releases may however work fine.

Though its recommended if you work with MariaDB to:
a. use DBD-MariaDB instead
b. use "mysql -mariadb" to use the mysql-connector-c implementation
   and then use that to connect to mariadb, which *may* work better.

As such, this flag is primarily to give user choice, but will be
use.stable.masked' until we can expect it to be reliable

Keywords dropped:
- alpha ( due to mariadb-connector-c )

Package-Manager: Portage-2.3.72, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
4 years agonet-proxy/shadowsocks-libev: version bump, 3.3.1
Yixun Lan [Thu, 29 Aug 2019 07:49:14 +0000 (15:49 +0800)]
net-proxy/shadowsocks-libev: version bump, 3.3.1

Package-Manager: Portage-2.3.71, Repoman-2.3.16
Signed-off-by: Yixun Lan <dlan@gentoo.org>
4 years agodev-libs/libev: version bump, 4.27
Yixun Lan [Thu, 29 Aug 2019 05:52:07 +0000 (13:52 +0800)]
dev-libs/libev: version bump, 4.27

Package-Manager: Portage-2.3.71, Repoman-2.3.16
Signed-off-by: Yixun Lan <dlan@gentoo.org>
4 years agodev-util/jenkins-bin: add 2.192
Hans de Graaff [Thu, 29 Aug 2019 07:04:12 +0000 (09:04 +0200)]
dev-util/jenkins-bin: add 2.192

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
4 years agodev-util/jenkins-bin: add 2.176.3
Hans de Graaff [Thu, 29 Aug 2019 07:02:18 +0000 (09:02 +0200)]
dev-util/jenkins-bin: add 2.176.3

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