From 7cd5c929014bf39b5f7613fce28e1e55609f702a Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Tue, 20 Apr 2021 12:20:58 +0200 Subject: [PATCH 1/6] app-shells/zsh-autosuggestions: added missing dependency Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild index 7eceae128e..53166b0f32 100644 --- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild +++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild @@ -23,6 +23,7 @@ RDEPEND=">=app-shells/zsh-4.3.11" BDEPEND=" test? ( ${RDEPEND} + app-misc/tmux dev-ruby/bundler dev-ruby/pry-byebug dev-ruby/rspec-wait From f1916e91ba0c3489b2542f0ae822630d1e0daa5b Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Tue, 20 Apr 2021 12:32:59 +0200 Subject: [PATCH 2/6] app-shells/zsh-autosuggestions: fix path Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- .../zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild index 53166b0f32..baa0f36ebb 100644 --- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild +++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild @@ -17,8 +17,6 @@ SLOT="0" KEYWORDS="~amd64" IUSE="test" RESTRICT="!test? ( test )" -#test need byebug not packaged -#RESTRICT="test" RDEPEND=">=app-shells/zsh-4.3.11" BDEPEND=" test? ( @@ -33,7 +31,7 @@ DEPEND="" src_install() { insinto "/usr/share/zsh/site-functions/" - doins "${PN}.zsh" + doins "${WORKDIR}/all/${P}/${PN}.zsh" } pkg_postinst() { From ddb3f4ea43aa54a61579e5b219027eafd47f9362 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Tue, 20 Apr 2021 12:39:50 +0200 Subject: [PATCH 3/6] app-shells/zsh-autosuggestions: pry dep to be more safe Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild index baa0f36ebb..dabb239456 100644 --- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild +++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild @@ -23,6 +23,7 @@ BDEPEND=" ${RDEPEND} app-misc/tmux dev-ruby/bundler + dev-ruby/pry dev-ruby/pry-byebug dev-ruby/rspec-wait ) From 39f25cdd44fd22909e73de34bea133f6f3b26e52 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 20 Apr 2021 12:39:12 +0200 Subject: [PATCH 4/6] gui-apps/corepad: add missing dep Closes: https://bugs.gentoo.org/784368 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- gui-apps/corepad/corepad-4.1.0.ebuild | 3 ++- gui-apps/corepad/corepad-4.2.0.ebuild | 1 + gui-apps/corepad/corepad-4.2.0_alpha.ebuild | 1 + gui-apps/corepad/corepad-9999.ebuild | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gui-apps/corepad/corepad-4.1.0.ebuild b/gui-apps/corepad/corepad-4.1.0.ebuild index d9494660c4..d0212d5691 100644 --- a/gui-apps/corepad/corepad-4.1.0.ebuild +++ b/gui-apps/corepad/corepad-4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,6 +22,7 @@ LICENSE="GPL-3" SLOT="0" DEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 diff --git a/gui-apps/corepad/corepad-4.2.0.ebuild b/gui-apps/corepad/corepad-4.2.0.ebuild index 7f952274b7..d6281acc60 100644 --- a/gui-apps/corepad/corepad-4.2.0.ebuild +++ b/gui-apps/corepad/corepad-4.2.0.ebuild @@ -24,6 +24,7 @@ LICENSE="GPL-3" SLOT="0" DEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 diff --git a/gui-apps/corepad/corepad-4.2.0_alpha.ebuild b/gui-apps/corepad/corepad-4.2.0_alpha.ebuild index 7f952274b7..d6281acc60 100644 --- a/gui-apps/corepad/corepad-4.2.0_alpha.ebuild +++ b/gui-apps/corepad/corepad-4.2.0_alpha.ebuild @@ -24,6 +24,7 @@ LICENSE="GPL-3" SLOT="0" DEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 diff --git a/gui-apps/corepad/corepad-9999.ebuild b/gui-apps/corepad/corepad-9999.ebuild index 7f952274b7..d6281acc60 100644 --- a/gui-apps/corepad/corepad-9999.ebuild +++ b/gui-apps/corepad/corepad-9999.ebuild @@ -24,6 +24,7 @@ LICENSE="GPL-3" SLOT="0" DEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 From 7b273304e9fa2cc2e5b231d3458c5a7d5bf78334 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 20 Apr 2021 12:40:29 +0200 Subject: [PATCH 5/6] gui-apps/corepdf: add missing dep Closes: https://bugs.gentoo.org/784371 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- gui-apps/corepdf/corepdf-4.1.0.ebuild | 3 ++- gui-apps/corepdf/corepdf-4.2.0.ebuild | 1 + gui-apps/corepdf/corepdf-4.2.0_alpha.ebuild | 1 + gui-apps/corepdf/corepdf-9999.ebuild | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gui-apps/corepdf/corepdf-4.1.0.ebuild b/gui-apps/corepdf/corepdf-4.1.0.ebuild index 7c4c751123..c919177715 100644 --- a/gui-apps/corepdf/corepdf-4.1.0.ebuild +++ b/gui-apps/corepdf/corepdf-4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,6 +23,7 @@ SLOT="0" DEPEND=" app-text/poppler[qt5] + dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 diff --git a/gui-apps/corepdf/corepdf-4.2.0.ebuild b/gui-apps/corepdf/corepdf-4.2.0.ebuild index 228e91c9f4..0ebca7da35 100644 --- a/gui-apps/corepdf/corepdf-4.2.0.ebuild +++ b/gui-apps/corepdf/corepdf-4.2.0.ebuild @@ -25,6 +25,7 @@ SLOT="0" DEPEND=" app-text/poppler[qt5] + dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 diff --git a/gui-apps/corepdf/corepdf-4.2.0_alpha.ebuild b/gui-apps/corepdf/corepdf-4.2.0_alpha.ebuild index 228e91c9f4..0ebca7da35 100644 --- a/gui-apps/corepdf/corepdf-4.2.0_alpha.ebuild +++ b/gui-apps/corepdf/corepdf-4.2.0_alpha.ebuild @@ -25,6 +25,7 @@ SLOT="0" DEPEND=" app-text/poppler[qt5] + dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 diff --git a/gui-apps/corepdf/corepdf-9999.ebuild b/gui-apps/corepdf/corepdf-9999.ebuild index 228e91c9f4..0ebca7da35 100644 --- a/gui-apps/corepdf/corepdf-9999.ebuild +++ b/gui-apps/corepdf/corepdf-9999.ebuild @@ -25,6 +25,7 @@ SLOT="0" DEPEND=" app-text/poppler[qt5] + dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 From 7c90a3e564c0a44ccdec0aeaa37cf0a5f2444325 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 20 Apr 2021 12:41:44 +0200 Subject: [PATCH 6/6] gui-apps/corestuff: add missing dep Closes: https://bugs.gentoo.org/784374 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- gui-apps/corestuff/corestuff-4.1.0.ebuild | 3 ++- gui-apps/corestuff/corestuff-4.2.0.ebuild | 1 + gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild | 1 + gui-apps/corestuff/corestuff-9999.ebuild | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gui-apps/corestuff/corestuff-4.1.0.ebuild b/gui-apps/corestuff/corestuff-4.1.0.ebuild index 95490556f9..203f07123a 100644 --- a/gui-apps/corestuff/corestuff-4.1.0.ebuild +++ b/gui-apps/corestuff/corestuff-4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,6 +22,7 @@ LICENSE="GPL-3" SLOT="0" DEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtx11extras:5 gui-libs/libcprime gui-libs/libcsys diff --git a/gui-apps/corestuff/corestuff-4.2.0.ebuild b/gui-apps/corestuff/corestuff-4.2.0.ebuild index 5774a24afe..7cee0438b7 100644 --- a/gui-apps/corestuff/corestuff-4.2.0.ebuild +++ b/gui-apps/corestuff/corestuff-4.2.0.ebuild @@ -24,6 +24,7 @@ LICENSE="GPL-3" SLOT="0" DEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtx11extras:5 gui-libs/libcprime gui-libs/libcsys diff --git a/gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild b/gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild index 5774a24afe..7cee0438b7 100644 --- a/gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild +++ b/gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild @@ -24,6 +24,7 @@ LICENSE="GPL-3" SLOT="0" DEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtx11extras:5 gui-libs/libcprime gui-libs/libcsys diff --git a/gui-apps/corestuff/corestuff-9999.ebuild b/gui-apps/corestuff/corestuff-9999.ebuild index 5774a24afe..7cee0438b7 100644 --- a/gui-apps/corestuff/corestuff-9999.ebuild +++ b/gui-apps/corestuff/corestuff-9999.ebuild @@ -24,6 +24,7 @@ LICENSE="GPL-3" SLOT="0" DEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtx11extras:5 gui-libs/libcprime gui-libs/libcsys