From ad8fc1a08d3cc79b2f3adaa3066ff6437d158fc0 Mon Sep 17 00:00:00 2001 From: Nicola Smaniotto Date: Mon, 26 Sep 2022 11:58:25 +0200 Subject: [PATCH 01/13] mpv-plugin/mpv-youtube-upnext: add 20220922 Signed-off-by: Nicola Smaniotto --- mpv-plugin/mpv-youtube-upnext/Manifest | 1 + .../mpv-youtube-upnext-20220922.ebuild | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 mpv-plugin/mpv-youtube-upnext/mpv-youtube-upnext-20220922.ebuild diff --git a/mpv-plugin/mpv-youtube-upnext/Manifest b/mpv-plugin/mpv-youtube-upnext/Manifest index ec0b170e7b..f769c6a7d9 100644 --- a/mpv-plugin/mpv-youtube-upnext/Manifest +++ b/mpv-plugin/mpv-youtube-upnext/Manifest @@ -1 +1,2 @@ DIST mpv-youtube-upnext-20210620.tar.gz 380815 BLAKE2B 32871d77a2464b74016920c054752737b4368f3dc7c8cc02474b2a574e5d2b14468ff5b1d2dce7d91124e45d4f1f136cea6bd0c76202e6ef6a61eb77617ac374 SHA512 ed59fa9c81812fcb1816548b0486bc036a8c6f82fb05b71370836e22c8e9284ad0a16225a57d7e5a56517f864ad2a6b7cbe2a7a1803a130234d89bebf85f01f1 +DIST mpv-youtube-upnext-20220922.tar.gz 381139 BLAKE2B 9eaad2d8aa423274a88aaab15aa1ead4ec24909f157bb270fd6a79908d213462fae3402ca632e4ad735fab47516ca1c4a092610ce9132a1e13fda9e00d735b8a SHA512 c8cf876493fafddd2754e6cd85571eb6ef44f36e8285cd90bf3ea1b040e9a9fc357bd024a78053932770f9502197db2300d6c6081db91a8630c730d05487161f diff --git a/mpv-plugin/mpv-youtube-upnext/mpv-youtube-upnext-20220922.ebuild b/mpv-plugin/mpv-youtube-upnext/mpv-youtube-upnext-20220922.ebuild new file mode 100644 index 0000000000..345379346b --- /dev/null +++ b/mpv-plugin/mpv-youtube-upnext/mpv-youtube-upnext-20220922.ebuild @@ -0,0 +1,23 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_MPV="rdepend" +MPV_REQ_USE="lua" +inherit mpv-plugin + +COMMIT="753157433c10720fc6d95bd22319223447513abe" +MY_P="${PN}-${COMMIT}" + +DESCRIPTION="A userscript that allows you to play \"up next\"/recommended youtube videos" +HOMEPAGE="https://github.com/cvzi/mpv-youtube-upnext" + +SRC_URI="https://github.com/cvzi/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64" + +S="${WORKDIR}/${MY_P}" + +MPV_PLUGIN_FILES=( youtube-upnext.lua ) From 4c2a05b1133c308e6b6b766a5e01298278f3e93d Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 26 Sep 2022 11:52:46 +0200 Subject: [PATCH 02/13] app-emulation/waydroid: shorten description Signed-off-by: Andrew Ammerlaan --- app-emulation/waydroid/waydroid-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/waydroid/waydroid-1.2.1.ebuild b/app-emulation/waydroid/waydroid-1.2.1.ebuild index 5175dbe029..56c4dca322 100644 --- a/app-emulation/waydroid/waydroid-1.2.1.ebuild +++ b/app-emulation/waydroid/waydroid-1.2.1.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..10} ) inherit python-single-r1 -DESCRIPTION="A container-based approach to boot a full Android system on a regular Linux system" +DESCRIPTION="Container-based approach to boot a full Android system on Linux systems" HOMEPAGE="https://waydro.id" SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" From 0d3e958b1d379deb1440ec0b1ecf983a0caefc7e Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 26 Sep 2022 11:54:13 +0200 Subject: [PATCH 03/13] dev-python/guidata: drop trailing empty line Signed-off-by: Andrew Ammerlaan --- dev-python/guidata/guidata-2.3.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/guidata/guidata-2.3.0.ebuild b/dev-python/guidata/guidata-2.3.0.ebuild index 93e497c6a6..aaa23a6a3a 100644 --- a/dev-python/guidata/guidata-2.3.0.ebuild +++ b/dev-python/guidata/guidata-2.3.0.ebuild @@ -25,4 +25,3 @@ RDEPEND=" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" - From 9a808e6d3e72469573e8c660cc9a1177b1dff5d1 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 26 Sep 2022 11:55:02 +0200 Subject: [PATCH 04/13] dev-python/hunter: quote S var Signed-off-by: Andrew Ammerlaan --- dev-python/hunter/hunter-3.4.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hunter/hunter-3.4.3-r1.ebuild b/dev-python/hunter/hunter-3.4.3-r1.ebuild index 363ef79d04..30e6d8c0a0 100644 --- a/dev-python/hunter/hunter-3.4.3-r1.ebuild +++ b/dev-python/hunter/hunter-3.4.3-r1.ebuild @@ -53,7 +53,7 @@ distutils_enable_sphinx docs ">=dev-python/sphinx-py3doc-enhanced-theme-2.3.2" src_unpack() { default - cp -a ${S} tests_package || die + cp -a "${S}" tests_package || die mv -f tests_package/tests/setup.py tests_package || die } From fc2bf26cccd56fbbf7e9cd6e593faf1330a27875 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 26 Sep 2022 11:56:01 +0200 Subject: [PATCH 05/13] dev-python/libcst: shorten description Signed-off-by: Andrew Ammerlaan --- dev-python/libcst/libcst-0.4.3_p20220607.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/libcst/libcst-0.4.3_p20220607.ebuild b/dev-python/libcst/libcst-0.4.3_p20220607.ebuild index a5eb91b6c2..25668e4896 100644 --- a/dev-python/libcst/libcst-0.4.3_p20220607.ebuild +++ b/dev-python/libcst/libcst-0.4.3_p20220607.ebuild @@ -114,7 +114,7 @@ MY_PN="LibCST" inherit cargo distutils-r1 -DESCRIPTION="A concrete syntax tree parser and serializer library for Python that preserves many aspects of Python's abstract syntax tree" +DESCRIPTION="Concrete syntax tree parser and serializer for Python" HOMEPAGE="https://github.com/Instagram/LibCST" SRC_URI=" https://github.com/Instagram/LibCST/archive/${MY_REV}.tar.gz -> ${P}.tar.gz From 655cdb4860c5e8b013c3890309feeb16aedcfe11 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 26 Sep 2022 11:56:52 +0200 Subject: [PATCH 06/13] dev-python/readability-lxml: shorten description Signed-off-by: Andrew Ammerlaan --- dev-python/readability-lxml/readability-lxml-0.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild b/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild index 7ad2ca8624..914c911e9c 100644 --- a/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild +++ b/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=(python2_7 python3_{5,6,7,8,9,10,11}) inherit distutils-r1 -DESCRIPTION="fast python port of arc90's readability tool, updated to match latest readability.js!" +DESCRIPTION="fast html to text parser (article readability tool)" HOMEPAGE="https://github.com/buriy/python-readability" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" From ce9588883e24fab84d9b01648e923410ea6887af Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 26 Sep 2022 11:57:56 +0200 Subject: [PATCH 07/13] dev-python/readability-lxml: disable py2.7, py3.5, py3.6, py3.7 Signed-off-by: Andrew Ammerlaan --- dev-python/readability-lxml/readability-lxml-0.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild b/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild index 914c911e9c..fc0e6e66bf 100644 --- a/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild +++ b/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python2_7 python3_{5,6,7,8,9,10,11}) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="fast html to text parser (article readability tool)" From e710bbacb4ba08fd4ff7c417696d2014d2d568af Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 26 Sep 2022 12:00:28 +0200 Subject: [PATCH 08/13] games-util/mangohud: shorten description Signed-off-by: Andrew Ammerlaan --- games-util/mangohud/mangohud-0.6.6.1-r3.ebuild | 2 +- games-util/mangohud/mangohud-0.6.7.1.ebuild | 2 +- games-util/mangohud/mangohud-0.6.8.ebuild | 2 +- games-util/mangohud/mangohud-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games-util/mangohud/mangohud-0.6.6.1-r3.ebuild b/games-util/mangohud/mangohud-0.6.6.1-r3.ebuild index 9dc290fbcc..5f2d8c1a38 100644 --- a/games-util/mangohud/mangohud-0.6.6.1-r3.ebuild +++ b/games-util/mangohud/mangohud-0.6.6.1-r3.ebuild @@ -13,7 +13,7 @@ MY_PV=$(ver_cut 1-3) IMGUI_VER="1.81" IMGUI_MESON_WRAP_VER="1" -DESCRIPTION="A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more" +DESCRIPTION="Vulkan and OpenGL overlay for monitoring FPS, sensors, system load and more" HOMEPAGE="https://github.com/flightlessmango/MangoHud" SRC_URI=" diff --git a/games-util/mangohud/mangohud-0.6.7.1.ebuild b/games-util/mangohud/mangohud-0.6.7.1.ebuild index 71d738e087..e731319c3c 100644 --- a/games-util/mangohud/mangohud-0.6.7.1.ebuild +++ b/games-util/mangohud/mangohud-0.6.7.1.ebuild @@ -13,7 +13,7 @@ MY_PV=$(ver_cut 1-3) IMGUI_VER="1.81" IMGUI_MESON_WRAP_VER="1" -DESCRIPTION="A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more" +DESCRIPTION="Vulkan and OpenGL overlay for monitoring FPS, sensors, system load and more" HOMEPAGE="https://github.com/flightlessmango/MangoHud" SRC_URI=" diff --git a/games-util/mangohud/mangohud-0.6.8.ebuild b/games-util/mangohud/mangohud-0.6.8.ebuild index 0325714a55..f16c7e6604 100644 --- a/games-util/mangohud/mangohud-0.6.8.ebuild +++ b/games-util/mangohud/mangohud-0.6.8.ebuild @@ -10,7 +10,7 @@ inherit python-any-r1 meson MY_PV=$(ver_cut 1-3) [[ -n "$(ver_cut 4)" ]] && MY_PV_REV="-$(ver_cut 4)" -DESCRIPTION="A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more" +DESCRIPTION="Vulkan and OpenGL overlay for monitoring FPS, sensors, system load and more" HOMEPAGE="https://github.com/flightlessmango/MangoHud" if [[ ${PV} == 9999 ]]; then diff --git a/games-util/mangohud/mangohud-9999.ebuild b/games-util/mangohud/mangohud-9999.ebuild index 0325714a55..f16c7e6604 100644 --- a/games-util/mangohud/mangohud-9999.ebuild +++ b/games-util/mangohud/mangohud-9999.ebuild @@ -10,7 +10,7 @@ inherit python-any-r1 meson MY_PV=$(ver_cut 1-3) [[ -n "$(ver_cut 4)" ]] && MY_PV_REV="-$(ver_cut 4)" -DESCRIPTION="A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more" +DESCRIPTION="Vulkan and OpenGL overlay for monitoring FPS, sensors, system load and more" HOMEPAGE="https://github.com/flightlessmango/MangoHud" if [[ ${PV} == 9999 ]]; then From b1a59d3d1e798c3cfb76489b67d94a4fa3869267 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 26 Sep 2022 12:01:42 +0200 Subject: [PATCH 09/13] media-sound/nulloy: shorten description Signed-off-by: Andrew Ammerlaan --- media-sound/nulloy/nulloy-0.9.5.ebuild | 2 +- media-sound/nulloy/nulloy-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/nulloy/nulloy-0.9.5.ebuild b/media-sound/nulloy/nulloy-0.9.5.ebuild index 9149309fdd..34f21704c7 100644 --- a/media-sound/nulloy/nulloy-0.9.5.ebuild +++ b/media-sound/nulloy/nulloy-0.9.5.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit xdg -DESCRIPTION="Music player with a waveform progress bar (sound visualization like in audio editors)" +DESCRIPTION="Music player with a waveform progress bar (sound visualization)" HOMEPAGE="https://nulloy.com" NAME="nulloy-theme-night-v1.0" diff --git a/media-sound/nulloy/nulloy-9999.ebuild b/media-sound/nulloy/nulloy-9999.ebuild index 74428110ca..161074f391 100644 --- a/media-sound/nulloy/nulloy-9999.ebuild +++ b/media-sound/nulloy/nulloy-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit git-r3 xdg -DESCRIPTION="Music player with a waveform progress bar (sound visualization like in audio editors)" +DESCRIPTION="Music player with a waveform progress bar (sound visualization)" HOMEPAGE="https://nulloy.com" EGIT_REPO_URI="https://github.com/nulloy/nulloy" From ec50e400b8152d61320a85542a5fa66c593a63bc Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 26 Sep 2022 12:03:44 +0200 Subject: [PATCH 10/13] media-sound/nulloy: quote S/FILESDIR/WORKDIR vars Signed-off-by: Andrew Ammerlaan --- media-sound/nulloy/nulloy-0.9.5.ebuild | 6 +++--- media-sound/nulloy/nulloy-9999.ebuild | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/media-sound/nulloy/nulloy-0.9.5.ebuild b/media-sound/nulloy/nulloy-0.9.5.ebuild index 34f21704c7..199eb6dd5a 100644 --- a/media-sound/nulloy/nulloy-0.9.5.ebuild +++ b/media-sound/nulloy/nulloy-0.9.5.ebuild @@ -40,7 +40,7 @@ src_prepare() { if use skins ; then eapply "${FILESDIR}"/add-dark-theme.patch - cp -r $WORKDIR/$NAME src/skins/night + cp -r "${WORKDIR}/${NAME}" src/skins/night fi default @@ -64,10 +64,10 @@ src_configure() { # because Portage does it when the install phase is run to be able # to support the `splitdebug` and `installsources` FEATURES. # See related issue https://bugs.gentoo.org/856292 - echo "CONFIG += nostrip" >> $WORKDIR/$P/.qmake.cache + echo "CONFIG += nostrip" >> "${WORKDIR}/${P}/.qmake.cache" } src_install() { - emake INSTALL_ROOT="${D}" install + emake INSTALL_ROOT="${ED}" install einstalldocs } diff --git a/media-sound/nulloy/nulloy-9999.ebuild b/media-sound/nulloy/nulloy-9999.ebuild index 161074f391..b3e9b8b53e 100644 --- a/media-sound/nulloy/nulloy-9999.ebuild +++ b/media-sound/nulloy/nulloy-9999.ebuild @@ -39,7 +39,7 @@ src_unpack() { if use skins ; then EGIT_REPO_URI=https://gitlab.com/vitaly-zdanevich/nulloy-theme-night.git - EGIT_CHECKOUT_DIR=${WORKDIR}/night + EGIT_CHECKOUT_DIR="${WORKDIR}/night" git-r3_src_unpack fi } @@ -48,8 +48,8 @@ src_prepare() { default if use skins ; then - eapply $FILESDIR/add-dark-theme.patch - cp -r $WORKDIR/night src/skins + eapply "${FILESDIR}/add-dark-theme.patch" + cp -r "${WORKDIR}/night" src/skins fi } @@ -71,10 +71,10 @@ src_configure() { # because Portage does it when the install phase is run to be able # to support the `splitdebug` and `installsources` FEATURES. # See related issue https://bugs.gentoo.org/856292 - echo "CONFIG += nostrip" >> $WORKDIR/$P/.qmake.cache + echo "CONFIG += nostrip" >> "${WORKDIR}/${P}/.qmake.cache" } src_install() { - emake INSTALL_ROOT="${D}" install + emake INSTALL_ROOT="${ED}" install einstalldocs } From 47fc638cc028b3b102999154efab2c959163c94a Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 26 Sep 2022 12:04:47 +0200 Subject: [PATCH 11/13] sci-electronics/skywater-pdk: shorten description Signed-off-by: Andrew Ammerlaan --- .../skywater-pdk/skywater-pdk-0.0.0_p20220424.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/skywater-pdk/skywater-pdk-0.0.0_p20220424.ebuild b/sci-electronics/skywater-pdk/skywater-pdk-0.0.0_p20220424.ebuild index 9a863e3380..ef17a00981 100644 --- a/sci-electronics/skywater-pdk/skywater-pdk-0.0.0_p20220424.ebuild +++ b/sci-electronics/skywater-pdk/skywater-pdk-0.0.0_p20220424.ebuild @@ -22,7 +22,7 @@ MY_sky130_fd_sc_ms_REV=ae1b7f68821505cf2d93d9d44cce5ece22710fad inherit check-reqs python-any-r1 -DESCRIPTION="Open source process design kit for usage with SkyWater Technology Foundry's 130nm node" +DESCRIPTION="Process design kit for usage with SkyWater Technology Foundry's 130nm node" HOMEPAGE="https://github.com/google/skywater-pdk" SRC_URI=" https://github.com/google/skywater-pdk/archive/${MY_REV}.tar.gz -> ${P}.tar.gz From 2de77b4797f1471c739eaeb6573f271047d3f6c8 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Mon, 26 Sep 2022 12:11:28 +0200 Subject: [PATCH 12/13] */*: www-servers/tornado --> dev-python/tornado Signed-off-by: Andrew Ammerlaan --- app-portage/pacvis/pacvis-0.4.2.ebuild | 2 +- dev-python/aspectlib/aspectlib-1.5.2.ebuild | 2 +- dev-python/opentracing/opentracing-2.4.0.ebuild | 2 +- .../python-telegram-bot/python-telegram-bot-13.14.ebuild | 2 +- .../python-telegram-bot/python-telegram-bot-9999.ebuild | 2 +- gui-libs/text-engine/sediuNWrL | 0 media-sound/mopidy/mopidy-3.3.0.ebuild | 2 +- sys-cluster/pcs/pcs-0.10.8-r3.ebuild | 4 ++-- sys-cluster/pcs/pcs-0.11.2.ebuild | 4 ++-- 9 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 gui-libs/text-engine/sediuNWrL diff --git a/app-portage/pacvis/pacvis-0.4.2.ebuild b/app-portage/pacvis/pacvis-0.4.2.ebuild index 438221b9e0..82bcbdbc8a 100644 --- a/app-portage/pacvis/pacvis-0.4.2.ebuild +++ b/app-portage/pacvis/pacvis-0.4.2.ebuild @@ -15,4 +15,4 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="www-servers/tornado[${PYTHON_USEDEP}]" +RDEPEND="dev-python/tornado[${PYTHON_USEDEP}]" diff --git a/dev-python/aspectlib/aspectlib-1.5.2.ebuild b/dev-python/aspectlib/aspectlib-1.5.2.ebuild index 75ee2262b7..f49a595dde 100644 --- a/dev-python/aspectlib/aspectlib-1.5.2.ebuild +++ b/dev-python/aspectlib/aspectlib-1.5.2.ebuild @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86" RDEPEND="dev-python/fields[${PYTHON_USEDEP}]" BDEPEND="test? ( dev-python/process-tests[${PYTHON_USEDEP}] - www-servers/tornado[${PYTHON_USEDEP}] + dev-python/tornado[${PYTHON_USEDEP}] )" S="${WORKDIR}/python-${P}" diff --git a/dev-python/opentracing/opentracing-2.4.0.ebuild b/dev-python/opentracing/opentracing-2.4.0.ebuild index 6032582efe..85e6979dc9 100644 --- a/dev-python/opentracing/opentracing-2.4.0.ebuild +++ b/dev-python/opentracing/opentracing-2.4.0.ebuild @@ -27,7 +27,7 @@ DEPEND=" dev-python/pytest-mock[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-python/gevent[${PYTHON_USEDEP}] - www-servers/tornado[${PYTHON_USEDEP}] + dev-python/tornado[${PYTHON_USEDEP}] ) " diff --git a/dev-python/python-telegram-bot/python-telegram-bot-13.14.ebuild b/dev-python/python-telegram-bot/python-telegram-bot-13.14.ebuild index d033e8eddf..768f64c897 100644 --- a/dev-python/python-telegram-bot/python-telegram-bot-13.14.ebuild +++ b/dev-python/python-telegram-bot/python-telegram-bot-13.14.ebuild @@ -34,7 +34,7 @@ RDEPEND=" dev-python/PySocks[${PYTHON_USEDEP}] dev-python/ujson[${PYTHON_USEDEP}] dev-python/urllib3[${PYTHON_USEDEP}] - www-servers/tornado[${PYTHON_USEDEP}] + dev-python/tornado[${PYTHON_USEDEP}] " DEPEND="test? ( diff --git a/dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild b/dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild index d033e8eddf..768f64c897 100644 --- a/dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild +++ b/dev-python/python-telegram-bot/python-telegram-bot-9999.ebuild @@ -34,7 +34,7 @@ RDEPEND=" dev-python/PySocks[${PYTHON_USEDEP}] dev-python/ujson[${PYTHON_USEDEP}] dev-python/urllib3[${PYTHON_USEDEP}] - www-servers/tornado[${PYTHON_USEDEP}] + dev-python/tornado[${PYTHON_USEDEP}] " DEPEND="test? ( diff --git a/gui-libs/text-engine/sediuNWrL b/gui-libs/text-engine/sediuNWrL new file mode 100644 index 0000000000..e69de29bb2 diff --git a/media-sound/mopidy/mopidy-3.3.0.ebuild b/media-sound/mopidy/mopidy-3.3.0.ebuild index 454da0a7b4..50406078c2 100644 --- a/media-sound/mopidy/mopidy-3.3.0.ebuild +++ b/media-sound/mopidy/mopidy-3.3.0.ebuild @@ -21,7 +21,7 @@ RDEPEND=" media-plugins/gst-plugins-meta[mp3,ogg,flac] dev-python/pykka[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] - www-servers/tornado[${PYTHON_USEDEP}] + dev-python/tornado[${PYTHON_USEDEP}] " DEPEND=" diff --git a/sys-cluster/pcs/pcs-0.10.8-r3.ebuild b/sys-cluster/pcs/pcs-0.10.8-r3.ebuild index c415a60fac..8266d96b91 100644 --- a/sys-cluster/pcs/pcs-0.10.8-r3.ebuild +++ b/sys-cluster/pcs/pcs-0.10.8-r3.ebuild @@ -34,8 +34,8 @@ RDEPEND=" dev-python/pyopenssl[${PYTHON_USEDEP}] dev-python/pyparsing[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] - >=www-servers/tornado-6.0[${PYTHON_USEDEP}] - =dev-python/tornado-6.0[${PYTHON_USEDEP}] + =sys-cluster/corosync-3.0 diff --git a/sys-cluster/pcs/pcs-0.11.2.ebuild b/sys-cluster/pcs/pcs-0.11.2.ebuild index fdf6faf208..af29e453b6 100644 --- a/sys-cluster/pcs/pcs-0.11.2.ebuild +++ b/sys-cluster/pcs/pcs-0.11.2.ebuild @@ -31,8 +31,8 @@ RDEPEND=" dev-python/pycurl[${PYTHON_USEDEP}] dev-python/pyparsing[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] - >=www-servers/tornado-6.0[${PYTHON_USEDEP}] - =dev-python/tornado-6.0[${PYTHON_USEDEP}] + Date: Mon, 26 Sep 2022 12:12:59 +0200 Subject: [PATCH 13/13] gui-libs/text-engine: delete weird empty file Signed-off-by: Andrew Ammerlaan --- gui-libs/text-engine/sediuNWrL | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 gui-libs/text-engine/sediuNWrL diff --git a/gui-libs/text-engine/sediuNWrL b/gui-libs/text-engine/sediuNWrL deleted file mode 100644 index e69de29bb2..0000000000