[gentoo-commits] repo/proj/guru:master commit in: gui-apps/coretoppings/

2024-01-13 Thread Arthur Zamarin
commit: e584d308bdbd6183a9f713396128a654b135fd0a
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sat Jan 13 11:46:27 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 13 11:59:34 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e584d308

gui-apps/coretoppings: add 4.5.0, live sync

Signed-off-by: Takuya Wakazono  gmail.com>

 gui-apps/coretoppings/Manifest |  1 +
 ...pings-.ebuild => coretoppings-4.5.0.ebuild} | 22 +-
 gui-apps/coretoppings/coretoppings-.ebuild | 22 +-
 3 files changed, 27 insertions(+), 18 deletions(-)

diff --git a/gui-apps/coretoppings/Manifest b/gui-apps/coretoppings/Manifest
index acb5286f32..3e301d210b 100644
--- a/gui-apps/coretoppings/Manifest
+++ b/gui-apps/coretoppings/Manifest
@@ -1,2 +1,3 @@
 DIST coretoppings-4.1.0.tar.gz 185742 BLAKE2B 
eac839dc3f0f6cb2d844aaaf6e1c7e06aef9a364585ee2dd30daad1cfe28567962459fcb0974fff8d7d3a863d06b6d51d02aecbc8837534f7a5c1e274e0177b5
 SHA512 
bbad49c322f5fbf39633a6a56269b3bddde42c8e515b6c25471dbf74f59f24b2217a89593d06b67dda6cca0ef3fc93b50fec1ab7cd523ff23b3c8bad76f0d71e
 DIST coretoppings-4.2.0.tar.gz 190179 BLAKE2B 
845836777052fe8f411de4166f5f26392e53a246e60fa6ac9156cabbd44cfc7ce1cb065b357b33fa1524084c07265b810db5dcfdf8455539a4d5bbdda65c6f79
 SHA512 
f3d433db645308183e51fb250895088e6fca6d32f1d1ffcf8e758d749daa09a96707549d4b51c8ac51711481e78d7c4be1d4dfe496f32dd28bd14cb0b5da4af7
+DIST coretoppings-v4.5.0.tar.bz2 162641 BLAKE2B 
122aa1e468dfa72da54997a637f7bbf21080b037e92ff56c4000fb09441e4c1d55e3ab4068bcb2da32f3a87337219359e1d548b872b8cce82e7d87a1eb9785db
 SHA512 
886f8a2b26a7dded7c7aa1dd219898238975daca84650afe1e4d1d6e365e41d6c4d1626139062330b022e9b0cda5ef46633d9a9704cc7f92e7dbf8cf97631eb7

diff --git a/gui-apps/coretoppings/coretoppings-.ebuild 
b/gui-apps/coretoppings/coretoppings-4.5.0.ebuild
similarity index 56%
copy from gui-apps/coretoppings/coretoppings-.ebuild
copy to gui-apps/coretoppings/coretoppings-4.5.0.ebuild
index 796a3bc4e9..99345d0d90 100644
--- a/gui-apps/coretoppings/coretoppings-.ebuild
+++ b/gui-apps/coretoppings/coretoppings-4.5.0.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-MY_PV="${PV/_/-}"
+EAPI=8
 
 inherit xdg cmake
 
@@ -12,14 +10,13 @@ HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretoppings";
 
 if [[ "${PV}" == ** ]]; then
inherit git-r3
-   EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git";
+   EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coretoppings.git";
 else
-   
SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz
 -> ${P}.tar.gz"
+   
SRC_URI="https://gitlab.com/cubocore/coreapps/coretoppings/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
KEYWORDS="~amd64"
-   S="${WORKDIR}/${PN}-v${MY_PV}"
+   S="${WORKDIR}/${PN}-v${PV}"
 fi
 
-RESTRICT="test"
 LICENSE="GPL-3"
 SLOT="0"
 IUSE="location pulseaudio"
@@ -27,12 +24,19 @@ IUSE="location pulseaudio"
 DEPEND="
dev-libs/libdbusmenu-qt
dev-qt/qtbluetooth:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
gui-libs/libcprime
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXrender
 "
 RDEPEND="
${DEPEND}
location? ( dev-qt/qtlocation:5 )
-   pulseaudio? ( media-sound/pulseaudio )
+   pulseaudio? ( media-libs/libpulse )
 "

diff --git a/gui-apps/coretoppings/coretoppings-.ebuild 
b/gui-apps/coretoppings/coretoppings-.ebuild
index 796a3bc4e9..99345d0d90 100644
--- a/gui-apps/coretoppings/coretoppings-.ebuild
+++ b/gui-apps/coretoppings/coretoppings-.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-MY_PV="${PV/_/-}"
+EAPI=8
 
 inherit xdg cmake
 
@@ -12,14 +10,13 @@ HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretoppings";
 
 if [[ "${PV}" == ** ]]; then
inherit git-r3
-   EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git";
+   EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/coretoppings.git";
 else
-   
SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${MY_PV}/${PN}-v${MY_PV}.tar.gz
 -> ${P}.tar.gz"
+   
SRC_URI="https://gitlab.com/cubocore/coreapps/coretoppings/-/archive/v${PV}/${PN}-v${PV}.tar.bz2";
KEYWORDS="~amd64"
-   S="${WORKDIR}/${PN}-v${MY_PV}"
+   S="${WORKDIR}/${PN}-v${PV}"
 fi
 
-RESTRICT="test"
 LICENSE="GPL-3"
 SLOT="0"
 IUSE="location pulseaudio"
@@ -27,12 +24,19 @@ IUSE="location pulseaudio"
 DEPEND="
dev-libs/libdbusmenu-qt
dev-qt/qtbluetooth:5
+   dev-qt/qtcore:

[gentoo-commits] repo/proj/guru:master commit in: gui-apps/coretoppings/

2021-04-08 Thread Andrew Ammerlaan
commit: 9f7bd2a1581d8c9684f20cd47c2f5842f9161d31
Author: Maciej Barć  riseup  net>
AuthorDate: Thu Apr  8 14:29:29 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Apr  8 14:30:02 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f7bd2a1

gui-apps/coretoppings: add missing libdbusmenu-qt dep

Bug: https://bugs.gentoo.org/781044

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć  riseup.net>

 gui-apps/coretoppings/coretoppings-4.0.0.ebuild   | 3 ++-
 gui-apps/coretoppings/coretoppings-4.1.0-r1.ebuild| 3 ++-
 gui-apps/coretoppings/coretoppings-4.2.0_alpha.ebuild | 1 +
 gui-apps/coretoppings/coretoppings-.ebuild| 1 +
 4 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gui-apps/coretoppings/coretoppings-4.0.0.ebuild 
b/gui-apps/coretoppings/coretoppings-4.0.0.ebuild
index 0fa865a46..3d79214e0 100644
--- a/gui-apps/coretoppings/coretoppings-4.0.0.ebuild
+++ b/gui-apps/coretoppings/coretoppings-4.0.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"
 IUSE="location pulseaudio"
 
 DEPEND="
+   dev-libs/libdbusmenu-qt
dev-qt/qtbluetooth:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5

diff --git a/gui-apps/coretoppings/coretoppings-4.1.0-r1.ebuild 
b/gui-apps/coretoppings/coretoppings-4.1.0-r1.ebuild
index 2b7a76690..a3b26de46 100644
--- a/gui-apps/coretoppings/coretoppings-4.1.0-r1.ebuild
+++ b/gui-apps/coretoppings/coretoppings-4.1.0-r1.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"
 IUSE="location pulseaudio"
 
 DEPEND="
+   dev-libs/libdbusmenu-qt
dev-qt/qtbluetooth:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5

diff --git a/gui-apps/coretoppings/coretoppings-4.2.0_alpha.ebuild 
b/gui-apps/coretoppings/coretoppings-4.2.0_alpha.ebuild
index 6f4ab676d..796a3bc4e 100644
--- a/gui-apps/coretoppings/coretoppings-4.2.0_alpha.ebuild
+++ b/gui-apps/coretoppings/coretoppings-4.2.0_alpha.ebuild
@@ -25,6 +25,7 @@ SLOT="0"
 IUSE="location pulseaudio"
 
 DEPEND="
+   dev-libs/libdbusmenu-qt
dev-qt/qtbluetooth:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5

diff --git a/gui-apps/coretoppings/coretoppings-.ebuild 
b/gui-apps/coretoppings/coretoppings-.ebuild
index 6f4ab676d..796a3bc4e 100644
--- a/gui-apps/coretoppings/coretoppings-.ebuild
+++ b/gui-apps/coretoppings/coretoppings-.ebuild
@@ -25,6 +25,7 @@ SLOT="0"
 IUSE="location pulseaudio"
 
 DEPEND="
+   dev-libs/libdbusmenu-qt
dev-qt/qtbluetooth:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/coretoppings/, gui-apps/corepins/, gui-apps/corehunt/, ...

2021-04-08 Thread Andrew Ammerlaan
commit: d0a8c98881e80d9f3fca083ee2cd8d497bdc3219
Author: Maciej Barć  riseup  net>
AuthorDate: Wed Apr  7 16:12:00 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Apr  7 16:19:16 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d0a8c988

gui-apps/core*: bump to 4.2.0_alpha; update live

Signed-off-by: Maciej Barć  riseup.net>

 gui-apps/coreaction/Manifest   |  1 +
 ...n-.ebuild => coreaction-4.2.0_alpha.ebuild} | 14 +++
 gui-apps/coreaction/coreaction-.ebuild | 14 +++
 .../coreapps-meta/coreapps-meta-4.2.0_alpha.ebuild | 43 ++
 gui-apps/corearchiver/Manifest |  1 +
 ....ebuild => corearchiver-4.2.0_alpha.ebuild} | 14 +++
 gui-apps/corearchiver/corearchiver-.ebuild | 14 +++
 gui-apps/corefm/Manifest   |  1 +
 ...orefm-.ebuild => corefm-4.2.0_alpha.ebuild} | 14 +++
 gui-apps/corefm/corefm-.ebuild | 14 +++
 gui-apps/coregarage/Manifest   |  1 +
 ...e-.ebuild => coregarage-4.2.0_alpha.ebuild} | 16 +++-
 gui-apps/coregarage/coregarage-.ebuild | 16 +++-
 gui-apps/corehunt/Manifest |  1 +
 ...unt-.ebuild => corehunt-4.2.0_alpha.ebuild} | 14 +++
 gui-apps/corehunt/corehunt-.ebuild | 14 +++
 gui-apps/coreimage/Manifest|  1 +
 ...ge-.ebuild => coreimage-4.2.0_alpha.ebuild} | 14 +++
 gui-apps/coreimage/coreimage-.ebuild   | 14 +++
 gui-apps/coreinfo/Manifest |  1 +
 ...nfo-.ebuild => coreinfo-4.2.0_alpha.ebuild} | 14 +++
 gui-apps/coreinfo/coreinfo-.ebuild | 14 +++
 gui-apps/corekeyboard/Manifest |  1 +
 ....ebuild => corekeyboard-4.2.0_alpha.ebuild} | 14 +++
 gui-apps/corekeyboard/corekeyboard-.ebuild | 14 +++
 gui-apps/corepad/Manifest  |  1 +
 ...epad-.ebuild => corepad-4.2.0_alpha.ebuild} | 14 +++
 gui-apps/corepad/corepad-.ebuild   | 14 +++
 gui-apps/corepaint/Manifest|  1 +
 ...nt-.ebuild => corepaint-4.2.0_alpha.ebuild} | 14 +++
 gui-apps/corepaint/corepaint-.ebuild   | 14 +++
 gui-apps/corepdf/Manifest  |  1 +
 ...epdf-.ebuild => corepdf-4.2.0_alpha.ebuild} | 14 +++
 gui-apps/corepdf/corepdf-.ebuild   | 14 +++
 gui-apps/corepins/Manifest |  1 +
 ...ins-.ebuild => corepins-4.2.0_alpha.ebuild} | 14 +++
 gui-apps/corepins/corepins-.ebuild | 14 +++
 gui-apps/corerenamer/Manifest  |  1 +
 ...-.ebuild => corerenamer-4.2.0_alpha.ebuild} | 14 +++
 gui-apps/corerenamer/corerenamer-.ebuild   | 14 +++
 gui-apps/coreshot/Manifest |  1 +
 ...hot-.ebuild => coreshot-4.2.0_alpha.ebuild} | 14 +++
 gui-apps/coreshot/coreshot-.ebuild | 14 +++
 gui-apps/corestats/Manifest|  1 +
 ...ts-.ebuild => corestats-4.2.0_alpha.ebuild} | 14 +++
 gui-apps/corestats/corestats-.ebuild   | 14 +++
 gui-apps/corestuff/Manifest|  1 +
 ...ff-.ebuild => corestuff-4.2.0_alpha.ebuild} | 14 +++
 gui-apps/corestuff/corestuff-.ebuild   | 14 +++
 gui-apps/coreterminal/Manifest |  1 +
 ....ebuild => coreterminal-4.2.0_alpha.ebuild} | 14 +++
 gui-apps/coreterminal/coreterminal-.ebuild | 14 +++
 gui-apps/coretime/Manifest |  1 +
 ...ime-.ebuild => coretime-4.2.0_alpha.ebuild} | 14 +++
 gui-apps/coretime/coretime-.ebuild | 14 +++
 gui-apps/coretoppings/Manifest |  1 +
 ....ebuild => coretoppings-4.2.0_alpha.ebuild} | 14 +++
 gui-apps/coretoppings/coretoppings-.ebuild | 14 +++
 gui-apps/coreuniverse/Manifest |  1 +
 ....ebuild => coreuniverse-4.2.0_alpha.ebuild} | 14 +++
 gui-apps/coreuniverse/coreuniverse-.ebuild | 14 +++
 61 files changed, 265 insertions(+), 362 deletions(-)

diff --git a/gui-apps/coreaction/Manifest b/gui-apps/coreaction/Manifest
index d8f2368ca..6eddf0477 100644
--- a/gui-apps/coreaction/Manifest
+++ b/gui-apps/coreaction/Manifest
@@ -1,2 +1,3 @@
 DIST coreaction-4.0.0.tar.gz 1397910 BLAKE2B 
f8d25c6c9066def7d1a0915deb62135a0c042bc67382dcfa24ebc8ef59e125a0ac2e15b8d9bbaf5cfbd34e5ffbd604a2edfc1398c12a2f7f160365734988bac2
 SHA512 
47f4289bb69498f0d6ba0ba6b3cbf4cea3ccadf4adb0b57c77ccc26cb1b132ecb908291b0b0dc8dccdedbc5b5c2dec40d6adbfb65f73127df1fef868bba16c1e
 DIST coreaction-4.1.0.tar.gz 1398175 BLAKE2B 
a351a7c308d958eb5a4ffa8c9200aa0d3d2c8144fbc6123a115622fab7ce4d457ba2f11d56481cd29d4efa2b2d61da9f289cae2deaa90004b009e2ca36e2
 SHA512 

[gentoo-commits] repo/proj/guru:master commit in: gui-apps/coretoppings/

2021-04-06 Thread Andrew Ammerlaan
commit: d8d5d3805c7c0474a6aa94203ad6e9454b80313f
Author: Maciej Barć  riseup  net>
AuthorDate: Sat Apr  3 19:00:42 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Apr  3 19:00:42 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8d5d380

gui-apps/coretoppings: add live

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć  riseup.net>

 gui-apps/coretoppings/coretoppings-.ebuild | 41 ++
 1 file changed, 41 insertions(+)

diff --git a/gui-apps/coretoppings/coretoppings-.ebuild 
b/gui-apps/coretoppings/coretoppings-.ebuild
new file mode 100644
index 0..db62619b7
--- /dev/null
+++ b/gui-apps/coretoppings/coretoppings-.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake xdg
+
+DESCRIPTION="Additional features, plugins, widgets etc for C Suite"
+HOMEPAGE="https://gitlab.com/cubocore/coreapps/coretoppings";
+
+if [[ "${PV}" == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.com/cubocore/coreapps/${PN}.git";
+else
+   
SRC_URI="https://gitlab.com/cubocore/coreapps/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${PN}-v${PV}"
+fi
+
+RESTRICT="test"
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="location pulseaudio"
+
+DEPEND="
+   dev-qt/qtbluetooth:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   gui-libs/libcprime
+"
+RDEPEND="
+   ${DEPEND}
+   location? ( dev-qt/qtlocation:5 )
+   pulseaudio? ( media-sound/pulseaudio )
+"
+
+src_prepare() {
+   cmake_src_prepare
+
+   sed -i 's/C Suite/X-CSuite/' shareit/shareit.desktop || die
+}



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/coretoppings/, gui-apps/coreimage/, gui-apps/coregarage/, ...

2020-11-30 Thread Andrew Ammerlaan
commit: a3695f10a140e9767018c6c8f06b44d3c018100b
Author: Maciej Barć  protonmail  com>
AuthorDate: Mon Nov 30 11:26:19 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Mon Nov 30 11:26:19 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a3695f10

gui-apps/core*: remove inherit eutils and empty USE; restrict test

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Maciej Barć  protonmail.com>

 gui-apps/coreaction/coreaction-4.0.0.ebuild | 5 ++---
 gui-apps/coreaction/coreaction-.ebuild  | 5 ++---
 gui-apps/corearchiver/corearchiver-4.0.0.ebuild | 5 ++---
 gui-apps/corearchiver/corearchiver-.ebuild  | 5 ++---
 gui-apps/corefm/corefm-4.0.0-r1.ebuild  | 5 ++---
 gui-apps/corefm/corefm-.ebuild  | 5 ++---
 gui-apps/coregarage/coregarage-4.0.0.ebuild | 5 ++---
 gui-apps/coregarage/coregarage-.ebuild  | 5 ++---
 gui-apps/corehunt/corehunt-4.0.0.ebuild | 5 ++---
 gui-apps/corehunt/corehunt-.ebuild  | 5 ++---
 gui-apps/coreimage/coreimage-4.0.0.ebuild   | 5 ++---
 gui-apps/coreimage/coreimage-.ebuild| 5 ++---
 gui-apps/coreinfo/coreinfo-4.0.0.ebuild | 5 ++---
 gui-apps/coreinfo/coreinfo-.ebuild  | 5 ++---
 gui-apps/corekeyboard/corekeyboard-4.0.0.ebuild | 5 ++---
 gui-apps/corekeyboard/corekeyboard-.ebuild  | 5 ++---
 gui-apps/corepad/corepad-4.0.0.ebuild   | 5 ++---
 gui-apps/corepad/corepad-.ebuild| 5 ++---
 gui-apps/corepaint/corepaint-4.0.0.ebuild   | 5 ++---
 gui-apps/corepaint/corepaint-.ebuild| 5 ++---
 gui-apps/corepdf/corepdf-4.0.0.ebuild   | 5 ++---
 gui-apps/corepdf/corepdf-.ebuild| 5 ++---
 gui-apps/corerenamer/corerenamer-4.0.0.ebuild   | 5 ++---
 gui-apps/corerenamer/corerenamer-.ebuild| 5 ++---
 gui-apps/coreshot/coreshot-4.0.0.ebuild | 5 ++---
 gui-apps/coreshot/coreshot-.ebuild  | 5 ++---
 gui-apps/corestats/corestats-4.0.0.ebuild   | 5 ++---
 gui-apps/corestats/corestats-.ebuild| 5 ++---
 gui-apps/corestuff/corestuff-4.0.0.ebuild   | 5 ++---
 gui-apps/corestuff/corestuff-.ebuild| 5 ++---
 gui-apps/coreterminal/coreterminal-4.0.0.ebuild | 5 ++---
 gui-apps/coreterminal/coreterminal-.ebuild  | 5 ++---
 gui-apps/coretime/coretime-4.0.0.ebuild | 5 ++---
 gui-apps/coretime/coretime-.ebuild  | 5 ++---
 gui-apps/coretoppings/coretoppings-4.0.0.ebuild | 4 ++--
 35 files changed, 70 insertions(+), 104 deletions(-)

diff --git a/gui-apps/coreaction/coreaction-4.0.0.ebuild 
b/gui-apps/coreaction/coreaction-4.0.0.ebuild
index 319524d1..4c9b32e6 100644
--- a/gui-apps/coreaction/coreaction-4.0.0.ebuild
+++ b/gui-apps/coreaction/coreaction-4.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit eutils qmake-utils xdg
+inherit qmake-utils xdg
 
 DESCRIPTION="A side bar for showing widgets for C Suite"
 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreaction";
@@ -17,10 +17,9 @@ else
S="${WORKDIR}/${PN}-v${PV}"
 fi
 
-RESTRICT="mirror"
+RESTRICT="mirror test"
 LICENSE="GPL-3"
 SLOT="0"
-IUSE=""
 
 DEPEND="
dev-qt/qtsvg

diff --git a/gui-apps/coreaction/coreaction-.ebuild 
b/gui-apps/coreaction/coreaction-.ebuild
index 319524d1..4c9b32e6 100644
--- a/gui-apps/coreaction/coreaction-.ebuild
+++ b/gui-apps/coreaction/coreaction-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit eutils qmake-utils xdg
+inherit qmake-utils xdg
 
 DESCRIPTION="A side bar for showing widgets for C Suite"
 HOMEPAGE="https://gitlab.com/cubocore/coreapps/coreaction";
@@ -17,10 +17,9 @@ else
S="${WORKDIR}/${PN}-v${PV}"
 fi
 
-RESTRICT="mirror"
+RESTRICT="mirror test"
 LICENSE="GPL-3"
 SLOT="0"
-IUSE=""
 
 DEPEND="
dev-qt/qtsvg

diff --git a/gui-apps/corearchiver/corearchiver-4.0.0.ebuild 
b/gui-apps/corearchiver/corearchiver-4.0.0.ebuild
index 7a040c29..34e00c59 100644
--- a/gui-apps/corearchiver/corearchiver-4.0.0.ebuild
+++ b/gui-apps/corearchiver/corearchiver-4.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit eutils qmake-utils xdg
+inherit qmake-utils xdg
 
 DESCRIPTION="Archiver for C Suite, to create and extract archives"
 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corearchiver";
@@ -17,10 +17,9 @@ else
S="${WORKDIR}/${PN}-v${PV}"
 fi
 
-RESTRICT="mirror"
+RESTRICT="mirror test"
 LICENSE="GPL-3"
 SLOT="0"
-IUSE=""
 
 DEPEND="
app-arch/libarchive-qt

diff --git a/gui-apps/corearchiver/corearchiver-.ebuild 
b/gui-apps/corearchiver/corearchiver-.ebuild
index 7a040c29..34e00c59 100644
--- a/gui-apps/corearchiver/corearchiver-.ebuild
+++ b/gui-apps/corearchiver/corearchiver-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit eutils qmake-utils xdg
+inherit qmake-utils xdg
 
 DESCRIPTION="Archiver for C Suite, to create and extract archives"
 HOMEPAGE="https://gitlab.com/cubocore/coreapps/corearchiver";
@@ -17,10 +17,9 @@ else
S="${WORKDIR}/${PN}-v${P