[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2024-07-26 Thread Arthur Zamarin
commit: 9f1ce988b0df34c90ebf2c4909d442b6f33d2691
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 26 11:12:23 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 26 11:12:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f1ce988

kde-plasma/plasma-firewall: Keyword 6.1.3 ppc64, #934215

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-6.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.1.3.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-6.1.3.ebuild
index 52d4b3de84dd..143bc10e05eb 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-6.1.3.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-6.1.3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2024-07-16 Thread Andreas Sturmlechner
commit: f7ef5e68b358d5c2c5e087629964509d272e45ae
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul 16 15:35:48 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul 16 16:31:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7ef5e68

kde-plasma/plasma-firewall: drop 6.1.2

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-6.1.2.ebuild   | 60 --
 2 files changed, 61 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 723f7f98147e..9b8ed1dbcfa9 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.27.11.tar.xz 362988 BLAKE2B 
484e853f4a8c61823e2a235fe5d5e40b6861c04044ca5058b8e866d9a9d9cb072b8a64c2c1b8a950f1604acc85dd27c38314735db2b6e4f59e8fb9085eda0ea8
 SHA512 
9c6a41448ef83a1c464e1e10441ae811bc898afc451b821fbd46141df4ffe1ad395692c420ce02dd5618197a307fa2729dbe8f0f703c1a64b14068f6c018ba7b
-DIST plasma-firewall-6.1.2.tar.xz 373828 BLAKE2B 
62c8d2ce3f96e42568f2e4a561eae5b4d0dbb8855ade7f61d1bb30474aab00ac584394f3c6803cbe09f73fc3b8af453c9bda51411f21e2e97ab9f2bcf5e0ddbf
 SHA512 
f174d37454f291e0b157f38ebed1a61a4f1569400a537848910ea508fc6b7dc2267a85625c7b30133aadfc998a6355dfdd5a6bf7ac70d0949de6495ac55a0897
 DIST plasma-firewall-6.1.3.tar.xz 373856 BLAKE2B 
01af12b3f05adf5f45dad30e641cd3b73c166e9c488a68de67f2962c4d51b217f6b499a2d6835920376160e70d13271008eb76723b4e8f930ae34923c647706f
 SHA512 
0ccfca43f2c15f409f1e5f4b8b37641d8a66e2774b972425fb5ed0b15d0381878f53a1f7f6fb296000fe06c1f965640209d794d74cc46f8e8c3cc2125c1963d2

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.1.2.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-6.1.2.ebuild
deleted file mode 100644
index 52d4b3de84dd..
--- a/kde-plasma/plasma-firewall/plasma-firewall-6.1.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{10..12} )
-KFMIN=6.3.0
-QTMIN=6.7.1
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,xml]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kauth-${KFMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2024-07-12 Thread Arthur Zamarin
commit: 09df32af0cd394d6ed898d98ffd2700cff9fd2ac
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 12 15:22:57 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 12 15:22:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09df32af

kde-plasma/plasma-firewall: Keyword 6.1.2 x86, #934215

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-6.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.1.2.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-6.1.2.ebuild
index 2874ace80f01..52d4b3de84dd 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-6.1.2.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-6.1.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2024-07-02 Thread Andreas Sturmlechner
commit: 806329c54506e7384381420943da9f7d9c483506
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  2 17:42:54 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  2 17:55:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=806329c5

kde-plasma/plasma-firewall: drop 6.1.1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-6.1.1.ebuild   | 60 --
 2 files changed, 61 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 39e01f4da42a..b2de7128c267 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.27.11.tar.xz 362988 BLAKE2B 
484e853f4a8c61823e2a235fe5d5e40b6861c04044ca5058b8e866d9a9d9cb072b8a64c2c1b8a950f1604acc85dd27c38314735db2b6e4f59e8fb9085eda0ea8
 SHA512 
9c6a41448ef83a1c464e1e10441ae811bc898afc451b821fbd46141df4ffe1ad395692c420ce02dd5618197a307fa2729dbe8f0f703c1a64b14068f6c018ba7b
-DIST plasma-firewall-6.1.1.tar.xz 373880 BLAKE2B 
790bbfe502aaeedfd94d054b5b2710b23abd16312737db73068f3da8f146cb90265048fdbe218e832998362244c09b12ea6f8e07881e123865cd0937a84de196
 SHA512 
bee4f12ea1ba9a194fc37a13c369c075ffddff9384428c4ac0b259888ef88e2004da7e34e2600350023b8400f81df028fe79fc3c13a4b333820f71b382ff730c
 DIST plasma-firewall-6.1.2.tar.xz 373828 BLAKE2B 
62c8d2ce3f96e42568f2e4a561eae5b4d0dbb8855ade7f61d1bb30474aab00ac584394f3c6803cbe09f73fc3b8af453c9bda51411f21e2e97ab9f2bcf5e0ddbf
 SHA512 
f174d37454f291e0b157f38ebed1a61a4f1569400a537848910ea508fc6b7dc2267a85625c7b30133aadfc998a6355dfdd5a6bf7ac70d0949de6495ac55a0897

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.1.1.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-6.1.1.ebuild
deleted file mode 100644
index 2874ace80f01..
--- a/kde-plasma/plasma-firewall/plasma-firewall-6.1.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{10..12} )
-KFMIN=6.3.0
-QTMIN=6.7.1
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,xml]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kauth-${KFMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2024-07-02 Thread Jakov Smolić
commit: 268f39e8cb8379e1d8a1e590c19162effdb405e7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Jul  2 12:07:19 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Jul  2 12:07:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=268f39e8

kde-plasma/plasma-firewall: Keyword 6.1.1 riscv, #934215

Signed-off-by: Jakov Smolić  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-6.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.1.1.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-6.1.1.ebuild
index b9a87a8c2a0c..2874ace80f01 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-6.1.1.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-6.1.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="6"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2024-06-27 Thread Andreas Sturmlechner
commit: 0114c3bf8194b4c24b004126a173ea4f6335f938
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun 27 16:55:06 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 27 17:18:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0114c3bf

kde-plasma/plasma-firewall: drop 6.1.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-6.1.0.ebuild   | 60 --
 2 files changed, 61 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 5d538cb6a6ca..881f14421f79 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.27.11.tar.xz 362988 BLAKE2B 
484e853f4a8c61823e2a235fe5d5e40b6861c04044ca5058b8e866d9a9d9cb072b8a64c2c1b8a950f1604acc85dd27c38314735db2b6e4f59e8fb9085eda0ea8
 SHA512 
9c6a41448ef83a1c464e1e10441ae811bc898afc451b821fbd46141df4ffe1ad395692c420ce02dd5618197a307fa2729dbe8f0f703c1a64b14068f6c018ba7b
-DIST plasma-firewall-6.1.0.tar.xz 372628 BLAKE2B 
e2ce183f927213c21148e3c758ecccb175484dad79767509efbcf289551156cf895974ae11f73ebe4015e30da090489b29ff720852d0001ae1614e429a57da5e
 SHA512 
00b8db564a4ae18a6524495238f8206a066afe944e846cea8b794ab603f4ef7401762ae06cf176a23ed10df8e772cf6033697b10894888c0462adb815fed163d
 DIST plasma-firewall-6.1.1.tar.xz 373880 BLAKE2B 
790bbfe502aaeedfd94d054b5b2710b23abd16312737db73068f3da8f146cb90265048fdbe218e832998362244c09b12ea6f8e07881e123865cd0937a84de196
 SHA512 
bee4f12ea1ba9a194fc37a13c369c075ffddff9384428c4ac0b259888ef88e2004da7e34e2600350023b8400f81df028fe79fc3c13a4b333820f71b382ff730c

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.1.0.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-6.1.0.ebuild
deleted file mode 100644
index b9a87a8c2a0c..
--- a/kde-plasma/plasma-firewall/plasma-firewall-6.1.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{10..12} )
-KFMIN=6.3.0
-QTMIN=6.7.1
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,xml]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kauth-${KFMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2024-06-27 Thread Sam James
commit: 463f3b42445af95c520ab1b7f9537508eeff0cfa
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 27 10:02:12 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 27 10:02:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=463f3b42

kde-plasma/plasma-firewall: Keyword 6.1.1 arm64, #934215

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-6.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.1.1.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-6.1.1.ebuild
index f39457cf3965..b9a87a8c2a0c 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-6.1.1.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-6.1.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="6"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2024-06-27 Thread Arthur Zamarin
commit: 171c07d6dc3d51a8d2bc39fb63c1bcd97cb926c8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 27 09:43:37 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 27 09:43:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=171c07d6

kde-plasma/plasma-firewall: Keyword 6.1.0 arm64, #934215

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-6.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.1.0.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-6.1.0.ebuild
index f39457cf3965..b9a87a8c2a0c 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-6.1.0.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-6.1.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="6"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2024-06-25 Thread Sam James
commit: e364ef65c96d845c7687d76c86a41fcd3262af83
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:25:31 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e364ef65

kde-plasma/plasma-firewall: 6.1.1 version bump

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 +
 .../plasma-firewall/plasma-firewall-6.1.1.ebuild   | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 2410372c4eaf..5d538cb6a6ca 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-firewall-5.27.11.tar.xz 362988 BLAKE2B 
484e853f4a8c61823e2a235fe5d5e40b6861c04044ca5058b8e866d9a9d9cb072b8a64c2c1b8a950f1604acc85dd27c38314735db2b6e4f59e8fb9085eda0ea8
 SHA512 
9c6a41448ef83a1c464e1e10441ae811bc898afc451b821fbd46141df4ffe1ad395692c420ce02dd5618197a307fa2729dbe8f0f703c1a64b14068f6c018ba7b
 DIST plasma-firewall-6.1.0.tar.xz 372628 BLAKE2B 
e2ce183f927213c21148e3c758ecccb175484dad79767509efbcf289551156cf895974ae11f73ebe4015e30da090489b29ff720852d0001ae1614e429a57da5e
 SHA512 
00b8db564a4ae18a6524495238f8206a066afe944e846cea8b794ab603f4ef7401762ae06cf176a23ed10df8e772cf6033697b10894888c0462adb815fed163d
+DIST plasma-firewall-6.1.1.tar.xz 373880 BLAKE2B 
790bbfe502aaeedfd94d054b5b2710b23abd16312737db73068f3da8f146cb90265048fdbe218e832998362244c09b12ea6f8e07881e123865cd0937a84de196
 SHA512 
bee4f12ea1ba9a194fc37a13c369c075ffddff9384428c4ac0b259888ef88e2004da7e34e2600350023b8400f81df028fe79fc3c13a4b333820f71b382ff730c

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.1.1.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-6.1.1.ebuild
new file mode 100644
index ..f39457cf3965
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-6.1.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+PYTHON_COMPAT=( python3_{10..12} )
+KFMIN=6.3.0
+QTMIN=6.7.1
+inherit ecm plasma.kde.org python-single-r1
+
+DESCRIPTION="Plasma frontend for Firewalld or UFW"
+HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="firewalld +ufw"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,xml]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kauth-${KFMIN}:6
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   firewalld? ( net-firewall/firewalld )
+   ufw? ( net-firewall/ufw )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+
+src_prepare() {
+   ecm_src_prepare
+   # this kind of cmake magic doesn't work for us at all.
+   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
+   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
+   -DBUILD_UFW_BACKEND=$(usex ufw)
+   )
+   ecm_src_configure
+}
+
+pkg_postinst () {
+   ecm_pkg_postinst
+
+   if ! has_version sys-apps/systemd; then
+   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
+   ewarn "See also: https://bugs.gentoo.org/778527;
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2024-06-18 Thread Andreas Sturmlechner
commit: 7791dcad0dbd3dab493d51e33d30baac81d6272f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun 17 21:26:06 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 18 14:51:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7791dcad

kde-plasma/plasma-firewall: drop 6.0.90

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-6.0.90.ebuild  | 60 --
 2 files changed, 61 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index ccae3231d93e..2410372c4eaf 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.27.11.tar.xz 362988 BLAKE2B 
484e853f4a8c61823e2a235fe5d5e40b6861c04044ca5058b8e866d9a9d9cb072b8a64c2c1b8a950f1604acc85dd27c38314735db2b6e4f59e8fb9085eda0ea8
 SHA512 
9c6a41448ef83a1c464e1e10441ae811bc898afc451b821fbd46141df4ffe1ad395692c420ce02dd5618197a307fa2729dbe8f0f703c1a64b14068f6c018ba7b
-DIST plasma-firewall-6.0.90.tar.xz 372752 BLAKE2B 
f69d46b1cb1e4bce83a259094986f7641d77434d718fc710ec88eccedfa8c0c184f75e3db1a14dd7b83f7d52ab699dc4d78f2fec4698524d9e467143d847edb7
 SHA512 
dd9b791b0099212d5309724bb61c7cb64d75704efd77a4a24b8a8683a99f811de63b55b804d2993c14d93ad162fb20e5c5569f0f2d749c51483d7e844268
 DIST plasma-firewall-6.1.0.tar.xz 372628 BLAKE2B 
e2ce183f927213c21148e3c758ecccb175484dad79767509efbcf289551156cf895974ae11f73ebe4015e30da090489b29ff720852d0001ae1614e429a57da5e
 SHA512 
00b8db564a4ae18a6524495238f8206a066afe944e846cea8b794ab603f4ef7401762ae06cf176a23ed10df8e772cf6033697b10894888c0462adb815fed163d

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.0.90.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-6.0.90.ebuild
deleted file mode 100644
index 5d2362ffcfff..
--- a/kde-plasma/plasma-firewall/plasma-firewall-6.0.90.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{10..12} )
-KFMIN=6.2.0
-QTMIN=6.7.1
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,xml]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kauth-${KFMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2024-04-16 Thread Andreas Sturmlechner
commit: 80c1d7e05dae16615e4d147c0de54ad7b7099a80
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr 16 19:26:51 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr 16 19:50:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c1d7e0

kde-plasma/plasma-firewall: drop 6.0.3

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-6.0.3.ebuild   | 60 --
 2 files changed, 61 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 2d39455df7f5..7da05ebf8672 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.27.11.tar.xz 362988 BLAKE2B 
484e853f4a8c61823e2a235fe5d5e40b6861c04044ca5058b8e866d9a9d9cb072b8a64c2c1b8a950f1604acc85dd27c38314735db2b6e4f59e8fb9085eda0ea8
 SHA512 
9c6a41448ef83a1c464e1e10441ae811bc898afc451b821fbd46141df4ffe1ad395692c420ce02dd5618197a307fa2729dbe8f0f703c1a64b14068f6c018ba7b
-DIST plasma-firewall-6.0.3.tar.xz 367984 BLAKE2B 
4a4ce080d83af5bf4a9cb7ae72e3214a3c714ea4afcc8c640ddd32226e008e5dcfadd2c7b4d92acac7fe6a5614a0ef7e5a2dcf4cab9654ec32495597245d83cd
 SHA512 
b2e202c736e46e2260538f7ed960e2b9a5c3cf8b59c0516c67bec04173a42d367e35d59cb68269e1a9a53909aa349f6b749e689eaf1f1cbccd3838531c713feb
 DIST plasma-firewall-6.0.4.tar.xz 367948 BLAKE2B 
ce35e958a969b63902ed53fe8bde171d5b7bf7678cb344c57fd3a0e991bb929b05fc32c0ac3fc5dbad4e30592b5fdda829611b553b9fce6921e755beb0685515
 SHA512 
70b914f1dbe011e10a250f4a3ca84a0e324798ba5d74cd3f89adddb61e92a53b7fca95cee63f6065c84dc36a81f45cb091ed51156b23564f62fba89625340a7c

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.0.3.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-6.0.3.ebuild
deleted file mode 100644
index b32a35aa7769..
--- a/kde-plasma/plasma-firewall/plasma-firewall-6.0.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{10..12} )
-KFMIN=6.0
-QTMIN=6.6.2
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,xml]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kauth-${KFMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2024-03-26 Thread Andreas Sturmlechner
commit: 14fafd74cab2045f6476c223e490907b036205dc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 26 19:51:56 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 26 19:56:03 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14fafd74

kde-plasma/plasma-firewall: drop 6.0.2

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-6.0.2.ebuild   | 60 --
 2 files changed, 61 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 101573247ea8..b4461fbb229d 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.27.11.tar.xz 362988 BLAKE2B 
484e853f4a8c61823e2a235fe5d5e40b6861c04044ca5058b8e866d9a9d9cb072b8a64c2c1b8a950f1604acc85dd27c38314735db2b6e4f59e8fb9085eda0ea8
 SHA512 
9c6a41448ef83a1c464e1e10441ae811bc898afc451b821fbd46141df4ffe1ad395692c420ce02dd5618197a307fa2729dbe8f0f703c1a64b14068f6c018ba7b
-DIST plasma-firewall-6.0.2.tar.xz 368648 BLAKE2B 
70bdb135bd5d21ce26ca692a7394f7335bade6250fb7e900e2936e71aec2bc6635d5e06c172ec7df9e172a6ecd084ad72906db4f3f83ea1be40c540ccbf6
 SHA512 
54997435f0a025e82afacd7f1408b41473d021cac5d01f67429c159daa45ad18e5a5b0210d489e54dd1c786a0473ca9df7f6ec911ba0894bb3f0aa8f8bd65c28
 DIST plasma-firewall-6.0.3.tar.xz 367984 BLAKE2B 
4a4ce080d83af5bf4a9cb7ae72e3214a3c714ea4afcc8c640ddd32226e008e5dcfadd2c7b4d92acac7fe6a5614a0ef7e5a2dcf4cab9654ec32495597245d83cd
 SHA512 
b2e202c736e46e2260538f7ed960e2b9a5c3cf8b59c0516c67bec04173a42d367e35d59cb68269e1a9a53909aa349f6b749e689eaf1f1cbccd3838531c713feb

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.0.2.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-6.0.2.ebuild
deleted file mode 100644
index b32a35aa7769..
--- a/kde-plasma/plasma-firewall/plasma-firewall-6.0.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{10..12} )
-KFMIN=6.0
-QTMIN=6.6.2
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,xml]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kauth-${KFMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2024-03-12 Thread Andreas Sturmlechner
commit: 14a55218b21d2250d46196801c444e775438bc8a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 12 14:45:29 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 12 16:31:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a55218

kde-plasma/plasma-firewall: drop 5.27.10

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.27.10.ebuild | 65 --
 2 files changed, 66 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 4e1319257ce7..c0c2020da6b2 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
-DIST plasma-firewall-5.27.10.tar.xz 363288 BLAKE2B 
abebad4476e270ec5da39a4a8791382fe287d058e0e8bd2fe381204300cf41213adaa8125ca1c585d457ab969beadcd6122119798ae6c8bda0ad6660d2d14217
 SHA512 
350d44e26b6a9100b3f6ac9022b2e653f2ff55ec62f8efbef7b747eac006d8a0eb7182f8161a587cafadc07d5126fc0ea439e0624e578911ddba718fc99856d4
 DIST plasma-firewall-5.27.11.tar.xz 362988 BLAKE2B 
484e853f4a8c61823e2a235fe5d5e40b6861c04044ca5058b8e866d9a9d9cb072b8a64c2c1b8a950f1604acc85dd27c38314735db2b6e4f59e8fb9085eda0ea8
 SHA512 
9c6a41448ef83a1c464e1e10441ae811bc898afc451b821fbd46141df4ffe1ad395692c420ce02dd5618197a307fa2729dbe8f0f703c1a64b14068f6c018ba7b
 DIST plasma-firewall-6.0.2.tar.xz 368648 BLAKE2B 
70bdb135bd5d21ce26ca692a7394f7335bade6250fb7e900e2936e71aec2bc6635d5e06c172ec7df9e172a6ecd084ad72906db4f3f83ea1be40c540ccbf6
 SHA512 
54997435f0a025e82afacd7f1408b41473d021cac5d01f67429c159daa45ad18e5a5b0210d489e54dd1c786a0473ca9df7f6ec911ba0894bb3f0aa8f8bd65c28

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.10.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.10.ebuild
deleted file mode 100644
index c93d394f02d8..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.10.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{10..12} )
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2024-03-11 Thread Arthur Zamarin
commit: 4f28ee9392e07512f9fd7fab3c73017e9ad0425b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Mar 11 20:55:08 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Mar 11 20:55:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f28ee93

kde-plasma/plasma-firewall: Stabilize 5.27.11 x86, #926285

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.27.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.11.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.11.ebuild
index 0854cb67b422..c93d394f02d8 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.11.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.11.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2024-03-11 Thread Arthur Zamarin
commit: 4640712ea6e3a30e67b3948b0c299fd6b8988847
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Mar 11 13:15:54 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Mar 11 13:15:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4640712e

kde-plasma/plasma-firewall: Stabilize 5.27.11 arm64, #926285

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.27.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.11.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.11.ebuild
index 3d9654883452..0854cb67b422 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.11.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.11.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2024-03-06 Thread Andreas Sturmlechner
commit: 196668aefddf5644bcc5b3c74bf74b2967fab480
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Mar  6 16:29:10 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Mar  6 19:31:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196668ae

kde-plasma/plasma-firewall: 5.27.11 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 +
 .../plasma-firewall/plasma-firewall-5.27.11.ebuild | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 40c970f775bb..20141b57299f 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-firewall-5.27.10.tar.xz 363288 BLAKE2B 
abebad4476e270ec5da39a4a8791382fe287d058e0e8bd2fe381204300cf41213adaa8125ca1c585d457ab969beadcd6122119798ae6c8bda0ad6660d2d14217
 SHA512 
350d44e26b6a9100b3f6ac9022b2e653f2ff55ec62f8efbef7b747eac006d8a0eb7182f8161a587cafadc07d5126fc0ea439e0624e578911ddba718fc99856d4
+DIST plasma-firewall-5.27.11.tar.xz 362988 BLAKE2B 
484e853f4a8c61823e2a235fe5d5e40b6861c04044ca5058b8e866d9a9d9cb072b8a64c2c1b8a950f1604acc85dd27c38314735db2b6e4f59e8fb9085eda0ea8
 SHA512 
9c6a41448ef83a1c464e1e10441ae811bc898afc451b821fbd46141df4ffe1ad395692c420ce02dd5618197a307fa2729dbe8f0f703c1a64b14068f6c018ba7b
 DIST plasma-firewall-6.0.1.tar.xz 368664 BLAKE2B 
13444325d835c49fb50f6262b2d097a122b921189bc3b1013283e3dde60bd686c38810dfa22b87a9d34894fb3e5aa7161609cb38dd0431fb4a84298c713bbf70
 SHA512 
c767e117699a5987b35f08112097e8ca91034e4104518f0d0a57f87f85106652867c1947901b6c66a7cc4e05e47a69ef34bb971bd5a180501f635ad2cee0a865

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.11.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.11.ebuild
new file mode 100644
index ..56b7b7ca39b7
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.11.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+PYTHON_COMPAT=( python3_{10..12} )
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm plasma.kde.org python-single-r1
+
+DESCRIPTION="Plasma frontend for Firewalld or UFW"
+HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="firewalld +ufw"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   firewalld? ( net-firewall/firewalld )
+   ufw? ( net-firewall/ufw )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
+
+src_prepare() {
+   ecm_src_prepare
+   # this kind of cmake magic doesn't work for us at all.
+   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
+   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
+   -DBUILD_UFW_BACKEND=$(usex ufw)
+   )
+   ecm_src_configure
+}
+
+pkg_postinst () {
+   ecm_pkg_postinst
+
+   if ! has_version sys-apps/systemd; then
+   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
+   ewarn "See also: https://bugs.gentoo.org/778527;
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2024-03-06 Thread Andreas Sturmlechner
commit: 1c8601ea0ec0e1f2f4d69cada2b1d549816c71b4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Mar  6 15:21:41 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Mar  6 15:46:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c8601ea

kde-plasma/plasma-firewall: drop 6.0.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-6.0.0.ebuild   | 60 --
 2 files changed, 61 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index f478866869e6..40c970f775bb 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.27.10.tar.xz 363288 BLAKE2B 
abebad4476e270ec5da39a4a8791382fe287d058e0e8bd2fe381204300cf41213adaa8125ca1c585d457ab969beadcd6122119798ae6c8bda0ad6660d2d14217
 SHA512 
350d44e26b6a9100b3f6ac9022b2e653f2ff55ec62f8efbef7b747eac006d8a0eb7182f8161a587cafadc07d5126fc0ea439e0624e578911ddba718fc99856d4
-DIST plasma-firewall-6.0.0.tar.xz 367816 BLAKE2B 
7e963187401722e27822760e1610fc04396febb96fcfd915d90a7ffea98c7d6ad41a753f749ff2abdb91141ed0871fc71e7f4b1d0d17cfa79eaff35af96076d5
 SHA512 
446283ef553498430858bf509e3b585517d69b71e66aedab3cf8963863668bc82cc90407c90b918e4aa961eac4e361bd8cd0070049d204aa41d7e988df7bdacb
 DIST plasma-firewall-6.0.1.tar.xz 368664 BLAKE2B 
13444325d835c49fb50f6262b2d097a122b921189bc3b1013283e3dde60bd686c38810dfa22b87a9d34894fb3e5aa7161609cb38dd0431fb4a84298c713bbf70
 SHA512 
c767e117699a5987b35f08112097e8ca91034e4104518f0d0a57f87f85106652867c1947901b6c66a7cc4e05e47a69ef34bb971bd5a180501f635ad2cee0a865

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.0.0.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-6.0.0.ebuild
deleted file mode 100644
index b32a35aa7769..
--- a/kde-plasma/plasma-firewall/plasma-firewall-6.0.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{10..12} )
-KFMIN=6.0
-QTMIN=6.6.2
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,xml]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kauth-${KFMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2024-03-04 Thread Andreas Sturmlechner
commit: d2134f6eca893f5ab8ba01782f151fc0883ee655
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar  4 23:03:35 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar  4 23:14:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2134f6e

kde-plasma/plasma-firewall: add kde-invent upstream metadata

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-plasma/plasma-firewall/metadata.xml 
b/kde-plasma/plasma-firewall/metadata.xml
index 173d8fdb463d..b4a87d9ec623 100644
--- a/kde-plasma/plasma-firewall/metadata.xml
+++ b/kde-plasma/plasma-firewall/metadata.xml
@@ -7,6 +7,7 @@


https://bugs.kde.org/
+   network/plasma-firewall


Build net-firewall/firewalld 
backend



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2024-02-16 Thread Sam James
commit: e46c493e3c8fd40ccffdc96cb8a1c6ac39fcd549
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 17 05:09:58 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 17 05:24:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e46c493e

kde-plasma/plasma-firewall: Bump QTMIN to 6.6.2

There was an ABI break which means 6.6.2->6.6.1 can't be done but we want

people using latest anyway as there's a lot of churn still.

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.93.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.93.0.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.93.0.ebuild
index 9ce20c610412..2eb57cc2c0c8 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.93.0.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.93.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 ECM_TEST="forceoptional"
 PYTHON_COMPAT=( python3_{10..12} )
 KFMIN=5.249.0
-QTMIN=6.6.0
+QTMIN=6.6.2
 inherit ecm plasma.kde.org python-single-r1
 
 DESCRIPTION="Plasma frontend for Firewalld or UFW"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-12-23 Thread Andreas Sturmlechner
commit: 0615b47b678cf5deac9600facfdcf9d02c0d72bd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Dec 22 20:37:26 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 23 18:29:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0615b47b

kde-plasma/plasma-firewall: 5.91.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 +
 .../plasma-firewall/plasma-firewall-5.91.0.ebuild  | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index c2170d01dfee..56cb143e36e6 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-firewall-5.27.10.tar.xz 363288 BLAKE2B 
abebad4476e270ec5da39a4a8791382fe287d058e0e8bd2fe381204300cf41213adaa8125ca1c585d457ab969beadcd6122119798ae6c8bda0ad6660d2d14217
 SHA512 
350d44e26b6a9100b3f6ac9022b2e653f2ff55ec62f8efbef7b747eac006d8a0eb7182f8161a587cafadc07d5126fc0ea439e0624e578911ddba718fc99856d4
 DIST plasma-firewall-5.27.9.tar.xz 363280 BLAKE2B 
519e9e21aba5d779733320d4a1ab4b71a71c2b6a032c4274f99b84a8e22329b912b67f492b2cc6782ae5a185a578247ae7d5a9364a2ab3e527b0ce7400a8addb
 SHA512 
e58f27f4823f5c01d1f447018c43cc36bdbe8055f3cade667539a09e12dc4e73b9051f104a0a5e904846ae1dabc611006276eba68462fd19d7769f5d79803734
+DIST plasma-firewall-5.91.0.tar.xz 367624 BLAKE2B 
e8129c2cc0ca574466884701deb89b0f0e1cfd28e4102c3fe0c3f6715365066ddad5dff0a672431bd946b88026098189bee419c6aef6dda3c8dbf29f0383616a
 SHA512 
415f47425b458e91672c72c128d8b032b111a65b07beb9a3b9e65f4513878aa47c339886bef58bc19132d417cea141c8d80bb8014fd2aff16c197082d33e873f

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.91.0.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.91.0.ebuild
new file mode 100644
index ..6db57aa6f86b
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.91.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+PYTHON_COMPAT=( python3_{10..12} )
+KFMIN=5.247.0
+QTMIN=6.6.0
+inherit ecm plasma.kde.org python-single-r1
+
+DESCRIPTION="Plasma frontend for Firewalld or UFW"
+HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="firewalld +ufw"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,xml]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kauth-${KFMIN}:6
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   firewalld? ( net-firewall/firewalld )
+   ufw? ( net-firewall/ufw )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+
+src_prepare() {
+   ecm_src_prepare
+   # this kind of cmake magic doesn't work for us at all.
+   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
+   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
+   -DBUILD_UFW_BACKEND=$(usex ufw)
+   )
+   ecm_src_configure
+}
+
+pkg_postinst () {
+   ecm_pkg_postinst
+
+   if ! has_version sys-apps/systemd; then
+   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
+   ewarn "See also: https://bugs.gentoo.org/778527;
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-12-20 Thread Arthur Zamarin
commit: 8167e7cc0cafb08056db896877a477f3b7f89783
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec 20 08:44:39 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec 20 08:44:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8167e7cc

kde-plasma/plasma-firewall: Stabilize 5.27.10 arm64, #919763

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.27.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.10.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.10.ebuild
index e562ed2bce4b..f3485499fcfa 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.10.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.10.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-12-07 Thread Andreas Sturmlechner
commit: cf3ac5f74648ffde9eb505ef24ae9a441e75f684
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec  6 22:18:41 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec  7 09:06:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3ac5f7

kde-plasma/plasma-firewall: 5.27.10 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 +
 .../plasma-firewall/plasma-firewall-5.27.10.ebuild | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index fbbc4e9214c1..c2170d01dfee 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1 +1,2 @@
+DIST plasma-firewall-5.27.10.tar.xz 363288 BLAKE2B 
abebad4476e270ec5da39a4a8791382fe287d058e0e8bd2fe381204300cf41213adaa8125ca1c585d457ab969beadcd6122119798ae6c8bda0ad6660d2d14217
 SHA512 
350d44e26b6a9100b3f6ac9022b2e653f2ff55ec62f8efbef7b747eac006d8a0eb7182f8161a587cafadc07d5126fc0ea439e0624e578911ddba718fc99856d4
 DIST plasma-firewall-5.27.9.tar.xz 363280 BLAKE2B 
519e9e21aba5d779733320d4a1ab4b71a71c2b6a032c4274f99b84a8e22329b912b67f492b2cc6782ae5a185a578247ae7d5a9364a2ab3e527b0ce7400a8addb
 SHA512 
e58f27f4823f5c01d1f447018c43cc36bdbe8055f3cade667539a09e12dc4e73b9051f104a0a5e904846ae1dabc611006276eba68462fd19d7769f5d79803734

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.10.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.10.ebuild
new file mode 100644
index ..147513260d19
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.10.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+PYTHON_COMPAT=( python3_{10..12} )
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm plasma.kde.org python-single-r1
+
+DESCRIPTION="Plasma frontend for Firewalld or UFW"
+HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="firewalld +ufw"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   firewalld? ( net-firewall/firewalld )
+   ufw? ( net-firewall/ufw )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
+
+src_prepare() {
+   ecm_src_prepare
+   # this kind of cmake magic doesn't work for us at all.
+   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
+   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
+   -DBUILD_UFW_BACKEND=$(usex ufw)
+   )
+   ecm_src_configure
+}
+
+pkg_postinst () {
+   ecm_pkg_postinst
+
+   if ! has_version sys-apps/systemd; then
+   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
+   ewarn "See also: https://bugs.gentoo.org/778527;
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-11-23 Thread Sam James
commit: 8fa72347e331b660463dadf63200407bcdd7af85
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 16:49:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 16:51:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa72347

kde-plasma/plasma-firewall: Stabilize 5.27.9 x86, #916753

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.27.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.9.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.9.ebuild
index f3485499fcfa..fe016a6bd2e1 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.9.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.9.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-11-23 Thread Sam James
commit: 63f91bd36421f7134f9ccffdb2a3f41c8e68f648
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 16:34:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 16:37:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63f91bd3

kde-plasma/plasma-firewall: Stabilize 5.27.9 arm64, #916753

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.27.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.9.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.9.ebuild
index e562ed2bce4b..f3485499fcfa 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.9.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.9.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-11-23 Thread Sam James
commit: b260f7975e37a4dc45872e8dd1ec95b10b237b5c
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 23 14:47:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 23 15:16:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b260f797

kde-plasma/plasma-firewall: Stabilize 5.27.9 amd64, #916753

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.27.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.9.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.9.ebuild
index 147513260d19..e562ed2bce4b 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.9.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.9.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-10-24 Thread Sam James
commit: b5888f0124672e6387b00b971aab3b951ab62723
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 24 22:13:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 24 22:35:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5888f01

kde-plasma/plasma-firewall: 5.27.9 version bump

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 +
 .../plasma-firewall/plasma-firewall-5.27.9.ebuild  | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index f8e72dc082d2..0f3f33c769d1 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1 +1,2 @@
 DIST plasma-firewall-5.27.8.tar.xz 363260 BLAKE2B 
c3268388b90b46c36113a33c9deac5e8dd3d4075d9c0aca0b42f0750389c1d4ea6541dd633ccd6501d9df6e7342dc150b7c7003373028226c319d158469945b5
 SHA512 
b5c7c9fff4d154cb811561e22cf6dc144ce26c5e6c38142cdf9c3fe86def8f8e171d22b518205e431edf0b967d488f5d4e8260c2a7885b38a925b2568cbd4661
+DIST plasma-firewall-5.27.9.tar.xz 363280 BLAKE2B 
519e9e21aba5d779733320d4a1ab4b71a71c2b6a032c4274f99b84a8e22329b912b67f492b2cc6782ae5a185a578247ae7d5a9364a2ab3e527b0ce7400a8addb
 SHA512 
e58f27f4823f5c01d1f447018c43cc36bdbe8055f3cade667539a09e12dc4e73b9051f104a0a5e904846ae1dabc611006276eba68462fd19d7769f5d79803734

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.9.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.9.ebuild
new file mode 100644
index ..147513260d19
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.9.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+PYTHON_COMPAT=( python3_{10..12} )
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm plasma.kde.org python-single-r1
+
+DESCRIPTION="Plasma frontend for Firewalld or UFW"
+HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="firewalld +ufw"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   firewalld? ( net-firewall/firewalld )
+   ufw? ( net-firewall/ufw )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
+
+src_prepare() {
+   ecm_src_prepare
+   # this kind of cmake magic doesn't work for us at all.
+   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
+   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
+   -DBUILD_UFW_BACKEND=$(usex ufw)
+   )
+   ecm_src_configure
+}
+
+pkg_postinst () {
+   ecm_pkg_postinst
+
+   if ! has_version sys-apps/systemd; then
+   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
+   ewarn "See also: https://bugs.gentoo.org/778527;
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-09-26 Thread Arthur Zamarin
commit: 439b383ebc44b3541943ed1bc68a7e0cd1326a92
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 26 18:10:42 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 26 18:10:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439b383e

kde-plasma/plasma-firewall: Stabilize 5.27.8 x86, #913934

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.27.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.8.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.8.ebuild
index f3485499fcfa..fe016a6bd2e1 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.8.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.8.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-09-26 Thread Arthur Zamarin
commit: 10a91b4e807ea2fc6d5c868d8f72d655c91393a8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 26 15:34:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 26 15:34:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a91b4e

kde-plasma/plasma-firewall: Stabilize 5.27.8 amd64, #913934

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.27.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.8.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.8.ebuild
index 823a714aaf5c..f3485499fcfa 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.8.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.8.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-09-26 Thread Arthur Zamarin
commit: 7e6295a66ead76941ed1cd2cd6a78bec7ddc6909
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep 26 15:26:13 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 26 15:26:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6295a6

kde-plasma/plasma-firewall: Stabilize 5.27.8 arm64, #913934

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.27.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.8.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.8.ebuild
index 147513260d19..823a714aaf5c 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.8.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.8.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-09-13 Thread Andreas Sturmlechner
commit: 8b7f2f4cd8c5c2f9dd9c37ece3409fad1091eb3a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 13 13:44:40 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep 13 17:43:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7f2f4c

kde-plasma/plasma-firewall: 5.27.8 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 +
 .../plasma-firewall/plasma-firewall-5.27.8.ebuild  | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 3d0f15f7e88c..3f7e2917ca9c 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1 +1,2 @@
 DIST plasma-firewall-5.27.7.tar.xz 363268 BLAKE2B 
4cab2564843f7bfe13d3ba0ae72b8819ce2fad79b4f6fd9846bb8ddfb6ae6a17d622ade3bd77639cd7723c09ce5c9b7fa83da710f33e12ddbb9523a4f8b45510
 SHA512 
e75d01e0002fa31dd46cf79013effc2285ea7423917beaed7e1e8e9bed7f2ef4caab0594a6a4f123865a3a92399e1af508891bc5fdde58349eabc7d99af35ebd
+DIST plasma-firewall-5.27.8.tar.xz 363260 BLAKE2B 
c3268388b90b46c36113a33c9deac5e8dd3d4075d9c0aca0b42f0750389c1d4ea6541dd633ccd6501d9df6e7342dc150b7c7003373028226c319d158469945b5
 SHA512 
b5c7c9fff4d154cb811561e22cf6dc144ce26c5e6c38142cdf9c3fe86def8f8e171d22b518205e431edf0b967d488f5d4e8260c2a7885b38a925b2568cbd4661

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.8.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.8.ebuild
new file mode 100644
index ..147513260d19
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.8.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+PYTHON_COMPAT=( python3_{10..12} )
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm plasma.kde.org python-single-r1
+
+DESCRIPTION="Plasma frontend for Firewalld or UFW"
+HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="firewalld +ufw"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   firewalld? ( net-firewall/firewalld )
+   ufw? ( net-firewall/ufw )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
+
+src_prepare() {
+   ecm_src_prepare
+   # this kind of cmake magic doesn't work for us at all.
+   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
+   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
+   -DBUILD_UFW_BACKEND=$(usex ufw)
+   )
+   ecm_src_configure
+}
+
+pkg_postinst () {
+   ecm_pkg_postinst
+
+   if ! has_version sys-apps/systemd; then
+   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
+   ewarn "See also: https://bugs.gentoo.org/778527;
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-08-16 Thread Andreas Sturmlechner
commit: c7e727c75fee433d37c57f1054d9f2654bc76484
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 16 14:16:08 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 16 16:03:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e727c7

kde-plasma/plasma-firewall: drop 5.27.6

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.27.6.ebuild  | 65 --
 2 files changed, 66 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 8a9e8d9af808..3d0f15f7e88c 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,2 +1 @@
-DIST plasma-firewall-5.27.6.tar.xz 363172 BLAKE2B 
a999196d3680c959615c09989475312f855f58ce27054627c03daa289369ee12db2754740113e0c0330ddf5096ac12adec03b42003488c7213e0516d07c0dded
 SHA512 
93ba3a0aab403df2174892962cb68c55da6c5ed14bbac1c6de939fdae3077d700e05688f29f16f59107b9b0dccd8d75808c566a55e115bf151452a55a7ea2ca8
 DIST plasma-firewall-5.27.7.tar.xz 363268 BLAKE2B 
4cab2564843f7bfe13d3ba0ae72b8819ce2fad79b4f6fd9846bb8ddfb6ae6a17d622ade3bd77639cd7723c09ce5c9b7fa83da710f33e12ddbb9523a4f8b45510
 SHA512 
e75d01e0002fa31dd46cf79013effc2285ea7423917beaed7e1e8e9bed7f2ef4caab0594a6a4f123865a3a92399e1af508891bc5fdde58349eabc7d99af35ebd

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.6.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.6.ebuild
deleted file mode 100644
index 33b0cd146864..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.6.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{10..11} )
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-08-16 Thread Arthur Zamarin
commit: ab5a171b54aa36adb0e911a0b02503d1947cb35e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 16 13:32:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 16 13:32:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5a171b

kde-plasma/plasma-firewall: Stabilize 5.27.7 arm64, #911788

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.27.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.7.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.7.ebuild
index d71c19e27545..33b0cd146864 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.7.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.7.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-08-16 Thread Arthur Zamarin
commit: d63281cc611dada0f595fc1de15dacdaad5141d7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 16 13:22:17 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 16 13:22:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d63281cc

kde-plasma/plasma-firewall: Stabilize 5.27.7 amd64, #911788

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.27.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.7.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.7.ebuild
index 02ff70ccabf7..d71c19e27545 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.7.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.7.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-08-01 Thread Andreas Sturmlechner
commit: 631a24127a9ec77c99f26886a38a34e7a0352ab5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug  1 10:06:57 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug  1 10:57:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=631a2412

kde-plasma/plasma-firewall: 5.27.7 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 +
 .../plasma-firewall/plasma-firewall-5.27.7.ebuild  | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index a4c596d4fb24..8a9e8d9af808 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1 +1,2 @@
 DIST plasma-firewall-5.27.6.tar.xz 363172 BLAKE2B 
a999196d3680c959615c09989475312f855f58ce27054627c03daa289369ee12db2754740113e0c0330ddf5096ac12adec03b42003488c7213e0516d07c0dded
 SHA512 
93ba3a0aab403df2174892962cb68c55da6c5ed14bbac1c6de939fdae3077d700e05688f29f16f59107b9b0dccd8d75808c566a55e115bf151452a55a7ea2ca8
+DIST plasma-firewall-5.27.7.tar.xz 363268 BLAKE2B 
4cab2564843f7bfe13d3ba0ae72b8819ce2fad79b4f6fd9846bb8ddfb6ae6a17d622ade3bd77639cd7723c09ce5c9b7fa83da710f33e12ddbb9523a4f8b45510
 SHA512 
e75d01e0002fa31dd46cf79013effc2285ea7423917beaed7e1e8e9bed7f2ef4caab0594a6a4f123865a3a92399e1af508891bc5fdde58349eabc7d99af35ebd

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.7.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.7.ebuild
new file mode 100644
index ..2fa7d8d9b143
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.7.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+PYTHON_COMPAT=( python3_{10..11} )
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm plasma.kde.org python-single-r1
+
+DESCRIPTION="Plasma frontend for Firewalld or UFW"
+HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="firewalld +ufw"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   firewalld? ( net-firewall/firewalld )
+   ufw? ( net-firewall/ufw )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
+
+src_prepare() {
+   ecm_src_prepare
+   # this kind of cmake magic doesn't work for us at all.
+   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
+   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
+   -DBUILD_UFW_BACKEND=$(usex ufw)
+   )
+   ecm_src_configure
+}
+
+pkg_postinst () {
+   ecm_pkg_postinst
+
+   if ! has_version sys-apps/systemd; then
+   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
+   ewarn "See also: https://bugs.gentoo.org/778527;
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-07-23 Thread Sam James
commit: 610fd49268095a4a5c6b8e10b4323ab517e71311
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 23 21:52:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 23 21:52:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610fd492

kde-plasma/plasma-firewall: Stabilize 5.27.6 x86, #909312

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.27.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.6.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.6.ebuild
index 7fc110c44085..33b0cd146864 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.6.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.6.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-07-15 Thread Arthur Zamarin
commit: e28e4385d4213c572b7083ffa1612e0c27c499ac
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul 15 10:29:00 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul 15 10:29:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e28e4385

kde-plasma/plasma-firewall: Stabilize 5.27.6 arm64, #909312

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.27.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.6.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.6.ebuild
index 2fa7d8d9b143..db85e25ddc2f 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.6.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.6.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-06-20 Thread Andreas Sturmlechner
commit: a5c2f0dd56f45002e3b917b30e92fe39d9291f27
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 20 22:07:05 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 20 22:07:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c2f0dd

kde-plasma/plasma-firewall: 5.27.6 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 +
 .../plasma-firewall/plasma-firewall-5.27.6.ebuild  | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 06128a77338c..1700afd082a2 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1 +1,2 @@
 DIST plasma-firewall-5.27.5.tar.xz 362476 BLAKE2B 
57566389b37f5ad46b06e4b8cbe383362d1dbd7825cd017868b77693d1383deaa2cc9fc670963b7eba359759cad7c124bb72581c025dd0c5990e3a368dc5f79f
 SHA512 
307194544e119efb3291e65076d5f016ae358a24a555aa50036498333f91b45baef4126c3a75fb4ad44fc9288fb89a0c334187625246b2c758ecd6113b80fe89
+DIST plasma-firewall-5.27.6.tar.xz 363172 BLAKE2B 
a999196d3680c959615c09989475312f855f58ce27054627c03daa289369ee12db2754740113e0c0330ddf5096ac12adec03b42003488c7213e0516d07c0dded
 SHA512 
93ba3a0aab403df2174892962cb68c55da6c5ed14bbac1c6de939fdae3077d700e05688f29f16f59107b9b0dccd8d75808c566a55e115bf151452a55a7ea2ca8

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.6.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.6.ebuild
new file mode 100644
index ..2fa7d8d9b143
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.6.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+PYTHON_COMPAT=( python3_{10..11} )
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm plasma.kde.org python-single-r1
+
+DESCRIPTION="Plasma frontend for Firewalld or UFW"
+HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="firewalld +ufw"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   firewalld? ( net-firewall/firewalld )
+   ufw? ( net-firewall/ufw )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
+
+src_prepare() {
+   ecm_src_prepare
+   # this kind of cmake magic doesn't work for us at all.
+   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
+   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
+   -DBUILD_UFW_BACKEND=$(usex ufw)
+   )
+   ecm_src_configure
+}
+
+pkg_postinst () {
+   ecm_pkg_postinst
+
+   if ! has_version sys-apps/systemd; then
+   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
+   ewarn "See also: https://bugs.gentoo.org/778527;
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-05-22 Thread Andreas Sturmlechner
commit: 4e4537775eb74afcefcb875247e51c7b6a4b3716
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 22 08:44:21 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May 22 12:53:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e453777

kde-plasma/plasma-firewall: drop 5.27.4

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.27.4.ebuild  | 70 --
 2 files changed, 71 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 3dcaace58f69..06128a77338c 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,2 +1 @@
-DIST plasma-firewall-5.27.4.tar.xz 361896 BLAKE2B 
b6690ebc12c1a768db56f8a5da5eb2a29efccbaff20e2048e2db791eeec3f81c40ff8282228b1570f3477157193df18b0ccf5bf45cbc89f00693175756280096
 SHA512 
22f1e7b631ac9c566730660815d6b3a6324e4ff9efd651dfa803164f7ab2e425a74ecf0b415820e0484b6e3f05ce2eb2ee257f5d5eb823d7852770de39188764
 DIST plasma-firewall-5.27.5.tar.xz 362476 BLAKE2B 
57566389b37f5ad46b06e4b8cbe383362d1dbd7825cd017868b77693d1383deaa2cc9fc670963b7eba359759cad7c124bb72581c025dd0c5990e3a368dc5f79f
 SHA512 
307194544e119efb3291e65076d5f016ae358a24a555aa50036498333f91b45baef4126c3a75fb4ad44fc9288fb89a0c334187625246b2c758ecd6113b80fe89

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild
deleted file mode 100644
index 9bc6068e1218..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{9..11} )
-KFMIN=5.102.0
-QTMIN=5.15.7
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-src_test() {
-   local -x QT_QPA_PLATFORM=offscreen
-   ecm_src_test
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-05-22 Thread Arthur Zamarin
commit: c831ac490b09ce1994b29f2cf6f51d46b7336399
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May 22 08:26:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May 22 08:26:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c831ac49

kde-plasma/plasma-firewall: Stabilize 5.27.5 x86, #906216

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.27.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.5.ebuild
index 24a3dcb955fb..9bc6068e1218 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.5.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-05-21 Thread Sam James
commit: ac65751b9dcc224f4be354bbf7ffb38417d79925
Author: Sam James  gentoo  org>
AuthorDate: Sun May 21 19:49:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May 21 19:49:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac65751b

kde-plasma/plasma-firewall: Stabilize 5.27.5 arm64, #906216

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.27.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.5.ebuild
index 87a197c5fe28..24a3dcb955fb 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.5.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-05-21 Thread Arthur Zamarin
commit: 8caa4244e0096594c60703641ee50ddce0e7a5d7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun May 21 06:08:22 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun May 21 06:08:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8caa4244

kde-plasma/plasma-firewall: Stabilize 5.27.5 amd64, #906216

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.27.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.5.ebuild
index 50455f0e12b9..87a197c5fe28 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.5.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.5.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-05-09 Thread Andreas Sturmlechner
commit: d1e676f49f76722b3e03726082667678f4ff956a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May  9 14:07:10 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May  9 14:23:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1e676f4

kde-plasma/plasma-firewall: 5.27.5 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 +
 .../plasma-firewall/plasma-firewall-5.27.5.ebuild  | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 3a8d3ca11f81..3dcaace58f69 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1 +1,2 @@
 DIST plasma-firewall-5.27.4.tar.xz 361896 BLAKE2B 
b6690ebc12c1a768db56f8a5da5eb2a29efccbaff20e2048e2db791eeec3f81c40ff8282228b1570f3477157193df18b0ccf5bf45cbc89f00693175756280096
 SHA512 
22f1e7b631ac9c566730660815d6b3a6324e4ff9efd651dfa803164f7ab2e425a74ecf0b415820e0484b6e3f05ce2eb2ee257f5d5eb823d7852770de39188764
+DIST plasma-firewall-5.27.5.tar.xz 362476 BLAKE2B 
57566389b37f5ad46b06e4b8cbe383362d1dbd7825cd017868b77693d1383deaa2cc9fc670963b7eba359759cad7c124bb72581c025dd0c5990e3a368dc5f79f
 SHA512 
307194544e119efb3291e65076d5f016ae358a24a555aa50036498333f91b45baef4126c3a75fb4ad44fc9288fb89a0c334187625246b2c758ecd6113b80fe89

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.5.ebuild
new file mode 100644
index ..50455f0e12b9
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.5.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+PYTHON_COMPAT=( python3_{9..11} )
+KFMIN=5.102.0
+QTMIN=5.15.7
+inherit ecm plasma.kde.org python-single-r1
+
+DESCRIPTION="Plasma frontend for Firewalld or UFW"
+HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="firewalld +ufw"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   firewalld? ( net-firewall/firewalld )
+   ufw? ( net-firewall/ufw )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
+
+src_prepare() {
+   ecm_src_prepare
+   # this kind of cmake magic doesn't work for us at all.
+   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
+   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
+   -DBUILD_UFW_BACKEND=$(usex ufw)
+   )
+   ecm_src_configure
+}
+
+src_test() {
+   local -x QT_QPA_PLATFORM=offscreen
+   ecm_src_test
+}
+
+pkg_postinst () {
+   ecm_pkg_postinst
+
+   if ! has_version sys-apps/systemd; then
+   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
+   ewarn "See also: https://bugs.gentoo.org/778527;
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-04-22 Thread Arthur Zamarin
commit: 7b9fb626d8370327b437dd47e47c0abb6bc8ff3c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr 22 15:05:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 22 15:05:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9fb626

kde-plasma/plasma-firewall: Stabilize 5.27.4 amd64, #899706

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild
index ce6dfb9466dc..9bc6068e1218 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-04-22 Thread Arthur Zamarin
commit: 4fe318d0ef5614b8bd38b58bd1c425395c728359
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr 22 14:59:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 22 14:59:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe318d0

kde-plasma/plasma-firewall: Stabilize 5.27.4 x86, #899706

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild
index 5f5d3bd653fa..ce6dfb9466dc 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-04-22 Thread Arthur Zamarin
commit: 4712a7a614de171a7983cb9027f214ed8c0fb163
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr 22 14:50:15 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 22 14:56:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4712a7a6

kde-plasma/plasma-firewall: Stabilize 5.27.4 arm64, #899706

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild
index 50455f0e12b9..5f5d3bd653fa 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-04-17 Thread Andreas Sturmlechner
commit: 1102e3279d95fa0dca597b74ca54756e58d6443b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr 17 17:16:51 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr 17 17:17:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1102e327

kde-plasma/plasma-firewall: Fix test failure

Bug: https://bugs.gentoo.org/899706
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild
index 8d777543eabd..50455f0e12b9 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild
@@ -55,6 +55,11 @@ src_configure() {
ecm_src_configure
 }
 
+src_test() {
+   local -x QT_QPA_PLATFORM=offscreen
+   ecm_src_test
+}
+
 pkg_postinst () {
ecm_pkg_postinst
 



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-04-10 Thread Andreas Sturmlechner
commit: 3cb03a3fcc032c08f140422bcba8bcdec68fc3c5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  8 22:39:15 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr 10 18:23:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb03a3f

kde-plasma/plasma-firewall: drop 5.27.3

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.27.3.ebuild  | 65 --
 2 files changed, 66 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 0384bdc0d13e..0d0b622784fb 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.26.5.tar.xz 358560 BLAKE2B 
5a5a15045414879bc155eafdec60941ba62559129cad5eb6b026e98973fa39ca7169e599190e04de5f9a7097727a98283e810f046265da122fd35f87c2be3659
 SHA512 
cd9ec0eef5511cab11211aac2ed14b593638386d41ce6e378053699418ac8c4698aa42d637763dae56668a794d1f877213a328dee86feb909b3932bfb755
-DIST plasma-firewall-5.27.3.tar.xz 361904 BLAKE2B 
5561aebe26ff6173eca709ec1bcfc3ad48cb007b13207a89d68403d11aa0ca3cf1b8c5342f22600f30474c81f71444dea670f5193f411c378e077b4dc8d1754f
 SHA512 
6a8a9507a6c819ad308c5e0eb91e5900243c65d8ba02494f857a88cd656ebc0196c88c551d7cfe9e860e93fddd878cd69011acfb08711e0f9b508a7e801c2499
 DIST plasma-firewall-5.27.4.tar.xz 361896 BLAKE2B 
b6690ebc12c1a768db56f8a5da5eb2a29efccbaff20e2048e2db791eeec3f81c40ff8282228b1570f3477157193df18b0ccf5bf45cbc89f00693175756280096
 SHA512 
22f1e7b631ac9c566730660815d6b3a6324e4ff9efd651dfa803164f7ab2e425a74ecf0b415820e0484b6e3f05ce2eb2ee257f5d5eb823d7852770de39188764

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.3.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.3.ebuild
deleted file mode 100644
index 8d777543eabd..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{9..11} )
-KFMIN=5.102.0
-QTMIN=5.15.7
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-04-04 Thread Andreas Sturmlechner
commit: 794483bef5a046372e69458d01ae031fe059c2a7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  4 18:44:29 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  4 19:06:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794483be

kde-plasma/plasma-firewall: 5.27.4 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 +
 .../plasma-firewall/plasma-firewall-5.27.4.ebuild  | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 0e1a51192839..0384bdc0d13e 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-firewall-5.26.5.tar.xz 358560 BLAKE2B 
5a5a15045414879bc155eafdec60941ba62559129cad5eb6b026e98973fa39ca7169e599190e04de5f9a7097727a98283e810f046265da122fd35f87c2be3659
 SHA512 
cd9ec0eef5511cab11211aac2ed14b593638386d41ce6e378053699418ac8c4698aa42d637763dae56668a794d1f877213a328dee86feb909b3932bfb755
 DIST plasma-firewall-5.27.3.tar.xz 361904 BLAKE2B 
5561aebe26ff6173eca709ec1bcfc3ad48cb007b13207a89d68403d11aa0ca3cf1b8c5342f22600f30474c81f71444dea670f5193f411c378e077b4dc8d1754f
 SHA512 
6a8a9507a6c819ad308c5e0eb91e5900243c65d8ba02494f857a88cd656ebc0196c88c551d7cfe9e860e93fddd878cd69011acfb08711e0f9b508a7e801c2499
+DIST plasma-firewall-5.27.4.tar.xz 361896 BLAKE2B 
b6690ebc12c1a768db56f8a5da5eb2a29efccbaff20e2048e2db791eeec3f81c40ff8282228b1570f3477157193df18b0ccf5bf45cbc89f00693175756280096
 SHA512 
22f1e7b631ac9c566730660815d6b3a6324e4ff9efd651dfa803164f7ab2e425a74ecf0b415820e0484b6e3f05ce2eb2ee257f5d5eb823d7852770de39188764

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild
new file mode 100644
index ..8d777543eabd
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+PYTHON_COMPAT=( python3_{9..11} )
+KFMIN=5.102.0
+QTMIN=5.15.7
+inherit ecm plasma.kde.org python-single-r1
+
+DESCRIPTION="Plasma frontend for Firewalld or UFW"
+HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="firewalld +ufw"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   firewalld? ( net-firewall/firewalld )
+   ufw? ( net-firewall/ufw )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
+
+src_prepare() {
+   ecm_src_prepare
+   # this kind of cmake magic doesn't work for us at all.
+   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
+   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
+   -DBUILD_UFW_BACKEND=$(usex ufw)
+   )
+   ecm_src_configure
+}
+
+pkg_postinst () {
+   ecm_pkg_postinst
+
+   if ! has_version sys-apps/systemd; then
+   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
+   ewarn "See also: https://bugs.gentoo.org/778527;
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-03-14 Thread Andreas Sturmlechner
commit: eff83955d8ee3b31dafdc8c27117dbd2c6fa8c08
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 14 19:47:46 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 14 20:14:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff83955

kde-plasma/plasma-firewall: drop 5.27.2

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.27.2.ebuild  | 65 --
 2 files changed, 66 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 594686d481a0..0e1a51192839 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.26.5.tar.xz 358560 BLAKE2B 
5a5a15045414879bc155eafdec60941ba62559129cad5eb6b026e98973fa39ca7169e599190e04de5f9a7097727a98283e810f046265da122fd35f87c2be3659
 SHA512 
cd9ec0eef5511cab11211aac2ed14b593638386d41ce6e378053699418ac8c4698aa42d637763dae56668a794d1f877213a328dee86feb909b3932bfb755
-DIST plasma-firewall-5.27.2.tar.xz 361836 BLAKE2B 
f04bf599dec7d2c59a9e71f041881742750da0f5b8bc915d5940ca1f7fa8a6cafa3c3ed930b1b20b1335d609de0e43ebfa3c27f00ed6119b66f2cf84e570f269
 SHA512 
319756948adb4f8bd1eb93fe10c6b18afa9efb4938a94a8e6369c0f1d382bdcc9331b7d05bc9c26e60e7404f576d75d560e2039463e340a61bb2c49b6c42daba
 DIST plasma-firewall-5.27.3.tar.xz 361904 BLAKE2B 
5561aebe26ff6173eca709ec1bcfc3ad48cb007b13207a89d68403d11aa0ca3cf1b8c5342f22600f30474c81f71444dea670f5193f411c378e077b4dc8d1754f
 SHA512 
6a8a9507a6c819ad308c5e0eb91e5900243c65d8ba02494f857a88cd656ebc0196c88c551d7cfe9e860e93fddd878cd69011acfb08711e0f9b508a7e801c2499

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.2.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.2.ebuild
deleted file mode 100644
index 8d777543eabd..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{9..11} )
-KFMIN=5.102.0
-QTMIN=5.15.7
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-02-28 Thread Andreas Sturmlechner
commit: 1ef1670a4cc05d6d76491ba85e822fa15ad27de5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 28 15:38:11 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 28 15:43:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ef1670a

kde-plasma/plasma-firewall: drop 5.27.1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.27.1.ebuild  | 65 --
 2 files changed, 66 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 2b4040d45ee1..b5cb1c0e0c96 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.26.5.tar.xz 358560 BLAKE2B 
5a5a15045414879bc155eafdec60941ba62559129cad5eb6b026e98973fa39ca7169e599190e04de5f9a7097727a98283e810f046265da122fd35f87c2be3659
 SHA512 
cd9ec0eef5511cab11211aac2ed14b593638386d41ce6e378053699418ac8c4698aa42d637763dae56668a794d1f877213a328dee86feb909b3932bfb755
-DIST plasma-firewall-5.27.1.tar.xz 361820 BLAKE2B 
5c134be4e1c074860c71254487dca955b04c1f732559463babee9d00f06415788a26639fd1831ad9f741add18561397609648cb0158272c429b73b1b607abc5d
 SHA512 
eea2b8dc14102830206d0c11ef1927f7e2f10a864f2619f452c09f9ca83906d93607dcbb664a2010b7d38cf5236a6276d1fc54935d2f68b651a5eac67af0d4ea
 DIST plasma-firewall-5.27.2.tar.xz 361836 BLAKE2B 
f04bf599dec7d2c59a9e71f041881742750da0f5b8bc915d5940ca1f7fa8a6cafa3c3ed930b1b20b1335d609de0e43ebfa3c27f00ed6119b66f2cf84e570f269
 SHA512 
319756948adb4f8bd1eb93fe10c6b18afa9efb4938a94a8e6369c0f1d382bdcc9331b7d05bc9c26e60e7404f576d75d560e2039463e340a61bb2c49b6c42daba

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.1.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.1.ebuild
deleted file mode 100644
index 8d777543eabd..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{9..11} )
-KFMIN=5.102.0
-QTMIN=5.15.7
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-02-22 Thread Andreas Sturmlechner
commit: f21b65f7413ce6777c3fc43f8b6f88641311899f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 22 10:14:09 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 22 10:23:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21b65f7

kde-plasma/plasma-firewall: drop 5.27.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.27.0.ebuild  | 65 --
 2 files changed, 66 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index caf1e7a1ba23..0873c5c68125 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.26.5.tar.xz 358560 BLAKE2B 
5a5a15045414879bc155eafdec60941ba62559129cad5eb6b026e98973fa39ca7169e599190e04de5f9a7097727a98283e810f046265da122fd35f87c2be3659
 SHA512 
cd9ec0eef5511cab11211aac2ed14b593638386d41ce6e378053699418ac8c4698aa42d637763dae56668a794d1f877213a328dee86feb909b3932bfb755
-DIST plasma-firewall-5.27.0.tar.xz 361776 BLAKE2B 
d7166983b071a976fed9aa09910c72e036bb1a737ea9c189a614007f77312e27246d1862c4462b1f72d02bf631ea0932446cb651fee8fb8f21f646ed905446b3
 SHA512 
fa493ed2ea25bd94731771506f9041ac2f67ab91f92516122d837da228ca56e6a4fb1c6043b5a2e8155962d6dd1f777f46623733d5d551d7712670eb6914532c
 DIST plasma-firewall-5.27.1.tar.xz 361820 BLAKE2B 
5c134be4e1c074860c71254487dca955b04c1f732559463babee9d00f06415788a26639fd1831ad9f741add18561397609648cb0158272c429b73b1b607abc5d
 SHA512 
eea2b8dc14102830206d0c11ef1927f7e2f10a864f2619f452c09f9ca83906d93607dcbb664a2010b7d38cf5236a6276d1fc54935d2f68b651a5eac67af0d4ea

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.0.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.0.ebuild
deleted file mode 100644
index 8d777543eabd..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{9..11} )
-KFMIN=5.102.0
-QTMIN=5.15.7
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-02-14 Thread Andreas Sturmlechner
commit: 996f9436803cd0bd3498e971b1af14a35ac91243
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 13 10:48:49 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 14 11:26:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=996f9436

kde-plasma/plasma-firewall: drop 5.26.90

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.26.90.ebuild | 65 --
 2 files changed, 66 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 49811f14db9a..adfaecffd0a3 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.26.5.tar.xz 358560 BLAKE2B 
5a5a15045414879bc155eafdec60941ba62559129cad5eb6b026e98973fa39ca7169e599190e04de5f9a7097727a98283e810f046265da122fd35f87c2be3659
 SHA512 
cd9ec0eef5511cab11211aac2ed14b593638386d41ce6e378053699418ac8c4698aa42d637763dae56668a794d1f877213a328dee86feb909b3932bfb755
-DIST plasma-firewall-5.26.90.tar.xz 361920 BLAKE2B 
b432338c5b64462527f3a72f7fe742a196de64a7f082d8b2afed4cf71e44e22450cf814c1ea802b14f6552ace5e08c93fd1d9fcc9bb6c5f2397272580d190ac2
 SHA512 
1c2aa823914add54ddd1e57d14442a670964b086abfb5698776e5c48c93e6a7cd4be29d6c625e1254977aa835cbc1c9eceb1a697a38868da9beffa2426319d87
 DIST plasma-firewall-5.27.0.tar.xz 361776 BLAKE2B 
d7166983b071a976fed9aa09910c72e036bb1a737ea9c189a614007f77312e27246d1862c4462b1f72d02bf631ea0932446cb651fee8fb8f21f646ed905446b3
 SHA512 
fa493ed2ea25bd94731771506f9041ac2f67ab91f92516122d837da228ca56e6a4fb1c6043b5a2e8155962d6dd1f777f46623733d5d551d7712670eb6914532c

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.90.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.26.90.ebuild
deleted file mode 100644
index 8d777543eabd..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.26.90.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{9..11} )
-KFMIN=5.102.0
-QTMIN=5.15.7
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-02-05 Thread Andreas Sturmlechner
commit: 43f2db02b2d79d5a8e84773e524ac8bf9a4306b4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb  5 18:29:32 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb  5 18:32:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f2db02

kde-plasma/plasma-firewall: keyword 5.26.90

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.26.90.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.90.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.26.90.ebuild
index a2e0e8a0e542..8d777543eabd 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.26.90.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.26.90.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-02-01 Thread Andreas Sturmlechner
commit: 8b6d6391ad1d8324fe03057687b430031dc22a8e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb  1 08:31:55 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb  1 09:26:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6d6391

kde-plasma/plasma-firewall: drop 5.25.5

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.25.5.ebuild  | 63 --
 2 files changed, 64 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 7b402631f5eb..cd87bcad47d7 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
-DIST plasma-firewall-5.25.5.tar.xz 357380 BLAKE2B 
37dcd280306a4b7674a78ce8a74f01ea804a136174725d228370427567b851dff6eeed01aaa687014d565c19694908f0f9aba4f811da8c7d8d2208b6d0250581
 SHA512 
b6059e732f34af49263ff0beecb9f11894420166a60ef0ebdce38fff9bb472c1c6d058f4ae6d3cae8194c5b6efe127971e6057564e887317250a4691df73e1e0
 DIST plasma-firewall-5.26.5.tar.xz 358560 BLAKE2B 
5a5a15045414879bc155eafdec60941ba62559129cad5eb6b026e98973fa39ca7169e599190e04de5f9a7097727a98283e810f046265da122fd35f87c2be3659
 SHA512 
cd9ec0eef5511cab11211aac2ed14b593638386d41ce6e378053699418ac8c4698aa42d637763dae56668a794d1f877213a328dee86feb909b3932bfb755
 DIST plasma-firewall-5.26.90.tar.xz 361920 BLAKE2B 
b432338c5b64462527f3a72f7fe742a196de64a7f082d8b2afed4cf71e44e22450cf814c1ea802b14f6552ace5e08c93fd1d9fcc9bb6c5f2397272580d190ac2
 SHA512 
1c2aa823914add54ddd1e57d14442a670964b086abfb5698776e5c48c93e6a7cd4be29d6c625e1254977aa835cbc1c9eceb1a697a38868da9beffa2426319d87

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.25.5.ebuild
deleted file mode 100644
index 627f1d0d4a69..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.25.5.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-KFMIN=5.95.0
-QTMIN=5.15.5
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-01-31 Thread Arthur Zamarin
commit: 4325dca97dfa8137bdc5c2bc6bddaf06f4bbb752
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Feb  1 06:40:43 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Feb  1 06:40:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4325dca9

kde-plasma/plasma-firewall: Stabilize 5.26.5 arm64, #889942

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.26.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.26.5.ebuild
index 7c5fa737a2a7..8496733bc54a 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.26.5.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.26.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-01-24 Thread Arthur Zamarin
commit: c130253b77dbe32c64098aefe50f9f9d3ee9018a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan 24 18:38:59 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan 24 18:40:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c130253b

kde-plasma/plasma-firewall: Stabilize 5.26.5 x86, #889942

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.26.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.26.5.ebuild
index 334d96e87f1c..fd952b08488d 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.26.5.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.26.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-01-20 Thread Andreas Sturmlechner
commit: a816adc440a52c885d5e162b63ec072876d05ddb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 20 12:55:00 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 20 13:10:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a816adc4

kde-plasma/plasma-firewall: 5.26.90 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 +
 .../plasma-firewall/plasma-firewall-5.26.90.ebuild | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 9ea15cdd9afd..7b402631f5eb 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-firewall-5.25.5.tar.xz 357380 BLAKE2B 
37dcd280306a4b7674a78ce8a74f01ea804a136174725d228370427567b851dff6eeed01aaa687014d565c19694908f0f9aba4f811da8c7d8d2208b6d0250581
 SHA512 
b6059e732f34af49263ff0beecb9f11894420166a60ef0ebdce38fff9bb472c1c6d058f4ae6d3cae8194c5b6efe127971e6057564e887317250a4691df73e1e0
 DIST plasma-firewall-5.26.5.tar.xz 358560 BLAKE2B 
5a5a15045414879bc155eafdec60941ba62559129cad5eb6b026e98973fa39ca7169e599190e04de5f9a7097727a98283e810f046265da122fd35f87c2be3659
 SHA512 
cd9ec0eef5511cab11211aac2ed14b593638386d41ce6e378053699418ac8c4698aa42d637763dae56668a794d1f877213a328dee86feb909b3932bfb755
+DIST plasma-firewall-5.26.90.tar.xz 361920 BLAKE2B 
b432338c5b64462527f3a72f7fe742a196de64a7f082d8b2afed4cf71e44e22450cf814c1ea802b14f6552ace5e08c93fd1d9fcc9bb6c5f2397272580d190ac2
 SHA512 
1c2aa823914add54ddd1e57d14442a670964b086abfb5698776e5c48c93e6a7cd4be29d6c625e1254977aa835cbc1c9eceb1a697a38868da9beffa2426319d87

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.90.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.26.90.ebuild
new file mode 100644
index ..a2e0e8a0e542
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.26.90.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+PYTHON_COMPAT=( python3_{9..11} )
+KFMIN=5.102.0
+QTMIN=5.15.7
+inherit ecm plasma.kde.org python-single-r1
+
+DESCRIPTION="Plasma frontend for Firewalld or UFW"
+HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE="firewalld +ufw"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   firewalld? ( net-firewall/firewalld )
+   ufw? ( net-firewall/ufw )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
+
+src_prepare() {
+   ecm_src_prepare
+   # this kind of cmake magic doesn't work for us at all.
+   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
+   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
+   -DBUILD_UFW_BACKEND=$(usex ufw)
+   )
+   ecm_src_configure
+}
+
+pkg_postinst () {
+   ecm_pkg_postinst
+
+   if ! has_version sys-apps/systemd; then
+   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
+   ewarn "See also: https://bugs.gentoo.org/778527;
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2023-01-04 Thread Andreas Sturmlechner
commit: 724faba4efdaadec1b1528ec460f47a70b4526a5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan  4 09:37:05 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan  4 15:20:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724faba4

kde-plasma/plasma-firewall: drop 5.26.4

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.26.4.ebuild  | 64 --
 2 files changed, 65 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 67d7f50e1214..9ea15cdd9afd 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.25.5.tar.xz 357380 BLAKE2B 
37dcd280306a4b7674a78ce8a74f01ea804a136174725d228370427567b851dff6eeed01aaa687014d565c19694908f0f9aba4f811da8c7d8d2208b6d0250581
 SHA512 
b6059e732f34af49263ff0beecb9f11894420166a60ef0ebdce38fff9bb472c1c6d058f4ae6d3cae8194c5b6efe127971e6057564e887317250a4691df73e1e0
-DIST plasma-firewall-5.26.4.tar.xz 358564 BLAKE2B 
b75edff3c104ef0e4aab3efe87ccd78c3a627aa7bef377af2bc366927115deb3986d52c95161d36ed61da452d4a9f16aef3c37018b0ee6e30a69a00a0a582896
 SHA512 
a4c574c0eb23e52316bbc85f647db96f062982fd8ca7ca7751b85d570690dca353e2cf6b312c729d66993bcb2ab194fd8b9e00834c98c680e032e2046cb0c6a4
 DIST plasma-firewall-5.26.5.tar.xz 358560 BLAKE2B 
5a5a15045414879bc155eafdec60941ba62559129cad5eb6b026e98973fa39ca7169e599190e04de5f9a7097727a98283e810f046265da122fd35f87c2be3659
 SHA512 
cd9ec0eef5511cab11211aac2ed14b593638386d41ce6e378053699418ac8c4698aa42d637763dae56668a794d1f877213a328dee86feb909b3932bfb755

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.4.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.26.4.ebuild
deleted file mode 100644
index f14ccfdb7377..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.26.4.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-KFMIN=5.99.0
-QTMIN=5.15.5
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-12-09 Thread Arthur Zamarin
commit: 1a957be6e634c8d130038fd3145839944b636b8d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  9 08:17:20 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  9 08:19:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a957be6

kde-plasma/plasma-firewall: Keyword 5.26.4 x86, #876793

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.26.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.4.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.26.4.ebuild
index 5dc4816369b3..f14ccfdb7377 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.26.4.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.26.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-11-29 Thread Andreas Sturmlechner
commit: f524ae2a5cf557253bb240a79c7c1fd31dd7488f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 29 18:38:11 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 29 18:58:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f524ae2a

kde-plasma/plasma-firewall: drop 5.26.3

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.26.3.ebuild  | 64 --
 2 files changed, 65 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 719bc7111c85..ab614597fd0e 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.25.5.tar.xz 357380 BLAKE2B 
37dcd280306a4b7674a78ce8a74f01ea804a136174725d228370427567b851dff6eeed01aaa687014d565c19694908f0f9aba4f811da8c7d8d2208b6d0250581
 SHA512 
b6059e732f34af49263ff0beecb9f11894420166a60ef0ebdce38fff9bb472c1c6d058f4ae6d3cae8194c5b6efe127971e6057564e887317250a4691df73e1e0
-DIST plasma-firewall-5.26.3.tar.xz 358376 BLAKE2B 
5a2d456beb94567e0de667cb49ef5cee002d70227a49238ac965da2f12b0b43d51608a3cc13a9a677a45e930cf8a16eaa55a71436c98c933559e76aed5a4be9b
 SHA512 
c0740b2ff3cb8e9ecc63999113e5ee70748b9f56ed9b1971e746a15a4e961c468702a44e0a9e8af6dc06367a2e3f6826d5c4fe16017985bf2ad7598a13b4f15a
 DIST plasma-firewall-5.26.4.tar.xz 358564 BLAKE2B 
b75edff3c104ef0e4aab3efe87ccd78c3a627aa7bef377af2bc366927115deb3986d52c95161d36ed61da452d4a9f16aef3c37018b0ee6e30a69a00a0a582896
 SHA512 
a4c574c0eb23e52316bbc85f647db96f062982fd8ca7ca7751b85d570690dca353e2cf6b312c729d66993bcb2ab194fd8b9e00834c98c680e032e2046cb0c6a4

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.3.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.26.3.ebuild
deleted file mode 100644
index 5dc4816369b3..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.26.3.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-KFMIN=5.99.0
-QTMIN=5.15.5
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-11-08 Thread Andreas Sturmlechner
commit: 31265d6605c2f07005cc7966ed7d6e0bf3a5f069
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov  8 16:04:15 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov  8 16:10:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31265d66

kde-plasma/plasma-firewall: drop 5.26.2

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.26.2.ebuild  | 64 --
 2 files changed, 65 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index e6b11e3705cd..e50606b3ba4d 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.25.5.tar.xz 357380 BLAKE2B 
37dcd280306a4b7674a78ce8a74f01ea804a136174725d228370427567b851dff6eeed01aaa687014d565c19694908f0f9aba4f811da8c7d8d2208b6d0250581
 SHA512 
b6059e732f34af49263ff0beecb9f11894420166a60ef0ebdce38fff9bb472c1c6d058f4ae6d3cae8194c5b6efe127971e6057564e887317250a4691df73e1e0
-DIST plasma-firewall-5.26.2.tar.xz 358396 BLAKE2B 
d27614fd6161fb24cea54e96ff451b6c2cfad6b3be45bc532fd0e5075a406b34f311a33a56e62ab170b47066b980553cc9155adffd55fa9273b1768efdcfe086
 SHA512 
8446207445aa0987446c10ef65d2f4470c873e863e980933513b3a30a949398cf6bfef918f13962f900d262781aa0f8bcef28d7d6f10c047ee666adfeaf967d6
 DIST plasma-firewall-5.26.3.tar.xz 358376 BLAKE2B 
5a2d456beb94567e0de667cb49ef5cee002d70227a49238ac965da2f12b0b43d51608a3cc13a9a677a45e930cf8a16eaa55a71436c98c933559e76aed5a4be9b
 SHA512 
c0740b2ff3cb8e9ecc63999113e5ee70748b9f56ed9b1971e746a15a4e961c468702a44e0a9e8af6dc06367a2e3f6826d5c4fe16017985bf2ad7598a13b4f15a

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.2.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.26.2.ebuild
deleted file mode 100644
index fbcd1bf11708..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.26.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-KFMIN=5.99.0
-QTMIN=5.15.5
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-10-29 Thread Yixun Lan
commit: ab0fca537d183720f837222f7f98c604d4eaeda0
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Oct 29 14:00:52 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Oct 29 14:00:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0fca53

kde-plasma/plasma-firewall: Keyword 5.26.2 riscv, #876793

Signed-off-by: Yixun Lan  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.26.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.2.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.26.2.ebuild
index 3538edc241a0..fbcd1bf11708 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.26.2.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.26.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-10-26 Thread Andreas Sturmlechner
commit: 6b44452f083d3a3e7509a25d14b7d2b1320f4927
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Oct 26 13:33:08 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Oct 26 13:50:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b44452f

kde-plasma/plasma-firewall: drop 5.26.1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.26.1.ebuild  | 64 --
 2 files changed, 65 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index defaf8035887..886aafbb6827 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.25.5.tar.xz 357380 BLAKE2B 
37dcd280306a4b7674a78ce8a74f01ea804a136174725d228370427567b851dff6eeed01aaa687014d565c19694908f0f9aba4f811da8c7d8d2208b6d0250581
 SHA512 
b6059e732f34af49263ff0beecb9f11894420166a60ef0ebdce38fff9bb472c1c6d058f4ae6d3cae8194c5b6efe127971e6057564e887317250a4691df73e1e0
-DIST plasma-firewall-5.26.1.tar.xz 358352 BLAKE2B 
b03c636c69ba87ed67bdc0fb82f163df268aef342769f9b7d69019f5b4c0d5963f4208ca89b8baac39fbcc0e1954e4edcf8d160879054dc0e0d2c34fca5c2115
 SHA512 
1ad061e2405f140ed7a653a3bd4106f61c14d36667fd5ad9e057d56128552a054c441009e1db2949383fe454611b5dec2e408479708eb2dbe044eb08f8497916
 DIST plasma-firewall-5.26.2.tar.xz 358396 BLAKE2B 
d27614fd6161fb24cea54e96ff451b6c2cfad6b3be45bc532fd0e5075a406b34f311a33a56e62ab170b47066b980553cc9155adffd55fa9273b1768efdcfe086
 SHA512 
8446207445aa0987446c10ef65d2f4470c873e863e980933513b3a30a949398cf6bfef918f13962f900d262781aa0f8bcef28d7d6f10c047ee666adfeaf967d6

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.1.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.26.1.ebuild
deleted file mode 100644
index 3538edc241a0..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.26.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-KFMIN=5.99.0
-QTMIN=5.15.5
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-10-25 Thread Arthur Zamarin
commit: e261c094ca1793fe5ff77c246da6d62c9c5c59f3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 26 04:41:39 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 26 04:41:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e261c094

kde-plasma/plasma-firewall: Keyword 5.26.1 ppc64, #876793

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.26.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.1.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.26.1.ebuild
index b0ad296e83c8..3538edc241a0 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.26.1.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.26.1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-10-18 Thread Andreas Sturmlechner
commit: 59fa0af32d0faf2265538f21117c6c6e304a428f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 18 12:48:01 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 18 13:47:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59fa0af3

kde-plasma/plasma-firewall: drop 5.26.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.26.0.ebuild  | 64 --
 2 files changed, 65 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 876098e6e070..9478ce265c1e 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.25.5.tar.xz 357380 BLAKE2B 
37dcd280306a4b7674a78ce8a74f01ea804a136174725d228370427567b851dff6eeed01aaa687014d565c19694908f0f9aba4f811da8c7d8d2208b6d0250581
 SHA512 
b6059e732f34af49263ff0beecb9f11894420166a60ef0ebdce38fff9bb472c1c6d058f4ae6d3cae8194c5b6efe127971e6057564e887317250a4691df73e1e0
-DIST plasma-firewall-5.26.0.tar.xz 358416 BLAKE2B 
eee92edd9cc2e766d5e01991921b35af4edb4d662b7b3c76dd54bbddbeecfb53197d93baa4f12ad8f09e9b1291150efad80153d5fa0f243ccfed82fd6a2caecb
 SHA512 
38078dc4039424f09a879663b8129ba91725bb52e3a599a30618b129d01281c0538bb37995d43e6e00055961700e91d6caa78eadc51ff5262d1e4c19cd047dca
 DIST plasma-firewall-5.26.1.tar.xz 358352 BLAKE2B 
b03c636c69ba87ed67bdc0fb82f163df268aef342769f9b7d69019f5b4c0d5963f4208ca89b8baac39fbcc0e1954e4edcf8d160879054dc0e0d2c34fca5c2115
 SHA512 
1ad061e2405f140ed7a653a3bd4106f61c14d36667fd5ad9e057d56128552a054c441009e1db2949383fe454611b5dec2e408479708eb2dbe044eb08f8497916

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.0.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.26.0.ebuild
deleted file mode 100644
index 20e58abb34bd..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.26.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-KFMIN=5.99.0
-QTMIN=5.15.5
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-10-11 Thread Andreas Sturmlechner
commit: 54681dac428e245e99aaf18072559ff159f68944
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct  8 18:15:52 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 11 12:39:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54681dac

kde-plasma/plasma-firewall: add 5.26.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 +
 .../plasma-firewall/plasma-firewall-5.26.0.ebuild  | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index ff0aceee8fe9..dc6812f68929 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1 +1,2 @@
 DIST plasma-firewall-5.25.5.tar.xz 357380 BLAKE2B 
37dcd280306a4b7674a78ce8a74f01ea804a136174725d228370427567b851dff6eeed01aaa687014d565c19694908f0f9aba4f811da8c7d8d2208b6d0250581
 SHA512 
b6059e732f34af49263ff0beecb9f11894420166a60ef0ebdce38fff9bb472c1c6d058f4ae6d3cae8194c5b6efe127971e6057564e887317250a4691df73e1e0
+DIST plasma-firewall-5.26.0.tar.xz 358416 BLAKE2B 
eee92edd9cc2e766d5e01991921b35af4edb4d662b7b3c76dd54bbddbeecfb53197d93baa4f12ad8f09e9b1291150efad80153d5fa0f243ccfed82fd6a2caecb
 SHA512 
38078dc4039424f09a879663b8129ba91725bb52e3a599a30618b129d01281c0538bb37995d43e6e00055961700e91d6caa78eadc51ff5262d1e4c19cd047dca

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.0.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.26.0.ebuild
new file mode 100644
index ..20e58abb34bd
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.26.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+KFMIN=5.99.0
+QTMIN=5.15.5
+inherit ecm plasma.kde.org python-single-r1
+
+DESCRIPTION="Plasma frontend for Firewalld or UFW"
+HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE="firewalld +ufw"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   firewalld? ( net-firewall/firewalld )
+   ufw? ( net-firewall/ufw )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
+
+src_prepare() {
+   ecm_src_prepare
+   # this kind of cmake magic doesn't work for us at all.
+   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
+   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
+   -DBUILD_UFW_BACKEND=$(usex ufw)
+   )
+   ecm_src_configure
+}
+
+pkg_postinst () {
+   ecm_pkg_postinst
+
+   if ! has_version sys-apps/systemd; then
+   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
+   ewarn "See also: https://bugs.gentoo.org/778527;
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-10-10 Thread Andreas Sturmlechner
commit: ff598250a6db3d55846bf7e8b5522d3510063803
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct  8 12:13:35 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 10 09:47:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff598250

kde-plasma/plasma-firewall: drop 5.24.6

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.24.6.ebuild  | 64 --
 2 files changed, 65 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index a3cee23a795c..ff0aceee8fe9 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,2 +1 @@
-DIST plasma-firewall-5.24.6.tar.xz 346668 BLAKE2B 
857b90f383798961d32d9a65f65cec4f7b45dc17c56966bbe71ee4068c8bbadee941d0ce2a439dc99ec3a9327d5d1d4189d327a820ab618818090ff7661d4865
 SHA512 
b75442205d1b2eed986794ff6ea233e31e904de36e8acabc7ef2da83b94fdebcaf6a0fa26d5b0393921e9b0acc6d62bbd71f711e13f3e6ba455710970e5af26f
 DIST plasma-firewall-5.25.5.tar.xz 357380 BLAKE2B 
37dcd280306a4b7674a78ce8a74f01ea804a136174725d228370427567b851dff6eeed01aaa687014d565c19694908f0f9aba4f811da8c7d8d2208b6d0250581
 SHA512 
b6059e732f34af49263ff0beecb9f11894420166a60ef0ebdce38fff9bb472c1c6d058f4ae6d3cae8194c5b6efe127971e6057564e887317250a4691df73e1e0

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild
deleted file mode 100644
index 04e59a89cbfa..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-KFMIN=5.92.0
-QTMIN=5.15.4
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-09-29 Thread Sam James
commit: 948ac5919a4a5107fe050b0529ed04e3a573058f
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 03:52:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 03:52:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948ac591

kde-plasma/plasma-firewall: Stabilize 5.25.5 arm64, #868909

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.25.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.25.5.ebuild
index ea9cd46dc148..c3ca63709f72 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.25.5.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.25.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-09-29 Thread Sam James
commit: 41a60885aec97a2e56b6ab567ddcadb79d02d52e
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep 30 02:17:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 30 02:17:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a60885

kde-plasma/plasma-firewall: Stabilize 5.25.5 amd64, #868909

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.25.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.25.5.ebuild
index 0161118e86d2..6db55f42ec4f 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.25.5.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.25.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-09-06 Thread Andreas Sturmlechner
commit: 164cfba80680910b53ebb3569d7c8bad9ebc5626
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep  6 18:20:08 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep  6 19:21:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164cfba8

kde-plasma/plasma-firewall: drop 5.25.4

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.25.4.ebuild  | 63 --
 2 files changed, 64 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 5eedf144ed5b..a3cee23a795c 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.24.6.tar.xz 346668 BLAKE2B 
857b90f383798961d32d9a65f65cec4f7b45dc17c56966bbe71ee4068c8bbadee941d0ce2a439dc99ec3a9327d5d1d4189d327a820ab618818090ff7661d4865
 SHA512 
b75442205d1b2eed986794ff6ea233e31e904de36e8acabc7ef2da83b94fdebcaf6a0fa26d5b0393921e9b0acc6d62bbd71f711e13f3e6ba455710970e5af26f
-DIST plasma-firewall-5.25.4.tar.xz 357344 BLAKE2B 
47ad810ab97cff60ae410ca1b0e835a37f6c3323bbe4bc9283787f2b9df8630f08d251e073014aa79efc73b21a5ee129baf06d18dc615df61f7ef88e9b9fc5b6
 SHA512 
d4f28c577b54d3c4041a98acad7f7e98f8edce61b548cf96a0e034432c49da3f7431555c142e420103a910452e9230876c2fcddd52976d24c6a197d8fbfe5839
 DIST plasma-firewall-5.25.5.tar.xz 357380 BLAKE2B 
37dcd280306a4b7674a78ce8a74f01ea804a136174725d228370427567b851dff6eeed01aaa687014d565c19694908f0f9aba4f811da8c7d8d2208b6d0250581
 SHA512 
b6059e732f34af49263ff0beecb9f11894420166a60ef0ebdce38fff9bb472c1c6d058f4ae6d3cae8194c5b6efe127971e6057564e887317250a4691df73e1e0

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.4.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.25.4.ebuild
deleted file mode 100644
index 0161118e86d2..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.25.4.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-KFMIN=5.95.0
-QTMIN=5.15.5
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-08-07 Thread Andreas Sturmlechner
commit: 82031d7c098f47354f7f010fbaa3922cd57bae3c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug  2 20:01:16 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug  7 15:43:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82031d7c

kde-plasma/plasma-firewall: drop 5.24.5

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.24.5.ebuild  | 64 --
 2 files changed, 65 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 35acd8720213..ff486ac6b0fc 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
-DIST plasma-firewall-5.24.5.tar.xz 346660 BLAKE2B 
767cd4722325e8035735b744afdccfe4114e68756919f3904fcbd2aa25879b09b7bb4fcaffcaf0a2687f5744e1177fb177658b6af0ed3fef7838498c99f583a3
 SHA512 
4c774b10c32929399a8b01007e3c34ab702803a0aa80ea812bbcc4d4ead02d0e64136f575454fdc2f0e938740afbf6d48025c654831aa5485b86253418bf13d1
 DIST plasma-firewall-5.24.6.tar.xz 346668 BLAKE2B 
857b90f383798961d32d9a65f65cec4f7b45dc17c56966bbe71ee4068c8bbadee941d0ce2a439dc99ec3a9327d5d1d4189d327a820ab618818090ff7661d4865
 SHA512 
b75442205d1b2eed986794ff6ea233e31e904de36e8acabc7ef2da83b94fdebcaf6a0fa26d5b0393921e9b0acc6d62bbd71f711e13f3e6ba455710970e5af26f
 DIST plasma-firewall-5.25.4.tar.xz 357344 BLAKE2B 
47ad810ab97cff60ae410ca1b0e835a37f6c3323bbe4bc9283787f2b9df8630f08d251e073014aa79efc73b21a5ee129baf06d18dc615df61f7ef88e9b9fc5b6
 SHA512 
d4f28c577b54d3c4041a98acad7f7e98f8edce61b548cf96a0e034432c49da3f7431555c142e420103a910452e9230876c2fcddd52976d24c6a197d8fbfe5839

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild
deleted file mode 100644
index 5093bf4f5120..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-KFMIN=5.90.0
-QTMIN=5.15.2
-inherit ecm kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-08-06 Thread Sam James
commit: 3e3be7fd878830c62268f4bd37c47b1fd2bdd9b3
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug  7 05:12:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug  7 05:12:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e3be7fd

kde-plasma/plasma-firewall: Stabilize 5.24.6 arm64, #857882

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild
index 03041a414b40..04e59a89cbfa 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-08-02 Thread Andreas Sturmlechner
commit: 4a754d16db9561203a23cd13e48b282a1799ad7e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug  2 12:41:12 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug  2 18:38:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a754d16

kde-plasma/plasma-firewall: drop 5.25.3

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.25.3.ebuild  | 63 --
 2 files changed, 64 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 5e76900192f8..35acd8720213 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,4 +1,3 @@
 DIST plasma-firewall-5.24.5.tar.xz 346660 BLAKE2B 
767cd4722325e8035735b744afdccfe4114e68756919f3904fcbd2aa25879b09b7bb4fcaffcaf0a2687f5744e1177fb177658b6af0ed3fef7838498c99f583a3
 SHA512 
4c774b10c32929399a8b01007e3c34ab702803a0aa80ea812bbcc4d4ead02d0e64136f575454fdc2f0e938740afbf6d48025c654831aa5485b86253418bf13d1
 DIST plasma-firewall-5.24.6.tar.xz 346668 BLAKE2B 
857b90f383798961d32d9a65f65cec4f7b45dc17c56966bbe71ee4068c8bbadee941d0ce2a439dc99ec3a9327d5d1d4189d327a820ab618818090ff7661d4865
 SHA512 
b75442205d1b2eed986794ff6ea233e31e904de36e8acabc7ef2da83b94fdebcaf6a0fa26d5b0393921e9b0acc6d62bbd71f711e13f3e6ba455710970e5af26f
-DIST plasma-firewall-5.25.3.tar.xz 357288 BLAKE2B 
41918e66e90d2c1bbd997e811439170d7f9a6a16991fd0bd7c4a77f33ddb859cc3fca50cf4880a44b1f8db2a09e53c371a57371d07718ebb45c11bb6a35b1d39
 SHA512 
53ea58dc5d2e9c2333054659720c6689710e4995f8da0390a14e11582cbd262dd585b4d829d9e38bde26ee0751e79ad89669f8134d44e8b7916a929cd076ee42
 DIST plasma-firewall-5.25.4.tar.xz 357344 BLAKE2B 
47ad810ab97cff60ae410ca1b0e835a37f6c3323bbe4bc9283787f2b9df8630f08d251e073014aa79efc73b21a5ee129baf06d18dc615df61f7ef88e9b9fc5b6
 SHA512 
d4f28c577b54d3c4041a98acad7f7e98f8edce61b548cf96a0e034432c49da3f7431555c142e420103a910452e9230876c2fcddd52976d24c6a197d8fbfe5839

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.3.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.25.3.ebuild
deleted file mode 100644
index 0161118e86d2..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.25.3.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-KFMIN=5.95.0
-QTMIN=5.15.5
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-07-30 Thread Agostino Sarubbo
commit: bce52d14bf7ed1b66b17a382a8584473d748e3ae
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jul 30 08:50:22 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jul 30 08:50:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce52d14

kde-plasma/plasma-firewall: x86 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild
index 66516470c888..03041a414b40 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-07-28 Thread Agostino Sarubbo
commit: ea87cf4e65299f919185ff77d6dbc17869bed937
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul 28 11:01:34 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul 28 11:01:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea87cf4e

kde-plasma/plasma-firewall: amd64 stable wrt bug #857882

Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild
index 238d163f8917..66516470c888 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.24.6.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-07-13 Thread Andreas Sturmlechner
commit: b3410e36becde71c32d82d242b639ff58195b6f8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul 12 15:42:51 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 13 09:16:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3410e36

kde-plasma/plasma-firewall: drop 5.25.2*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.25.2.ebuild  | 63 --
 2 files changed, 64 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 2611bf779757..72730cb4f363 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,4 +1,3 @@
 DIST plasma-firewall-5.24.5.tar.xz 346660 BLAKE2B 
767cd4722325e8035735b744afdccfe4114e68756919f3904fcbd2aa25879b09b7bb4fcaffcaf0a2687f5744e1177fb177658b6af0ed3fef7838498c99f583a3
 SHA512 
4c774b10c32929399a8b01007e3c34ab702803a0aa80ea812bbcc4d4ead02d0e64136f575454fdc2f0e938740afbf6d48025c654831aa5485b86253418bf13d1
 DIST plasma-firewall-5.24.6.tar.xz 346668 BLAKE2B 
857b90f383798961d32d9a65f65cec4f7b45dc17c56966bbe71ee4068c8bbadee941d0ce2a439dc99ec3a9327d5d1d4189d327a820ab618818090ff7661d4865
 SHA512 
b75442205d1b2eed986794ff6ea233e31e904de36e8acabc7ef2da83b94fdebcaf6a0fa26d5b0393921e9b0acc6d62bbd71f711e13f3e6ba455710970e5af26f
-DIST plasma-firewall-5.25.2.tar.xz 355264 BLAKE2B 
c574fe5e528146758dd26e029852cd6ea0230e93e997f5eae7555d56997b02aae7bb3c540059d9631f65066921d4357baf8d5c07e3055aeaeed70a4ea5e4cacd
 SHA512 
d462cc1aceed6b6c2aa2d88e7a213fec120e7dad6ea37b61031e38300600a688a1bd4ff0b0a979fe270b69723c891576ce490012975e5fffb55d65a0ca519750
 DIST plasma-firewall-5.25.3.tar.xz 357288 BLAKE2B 
41918e66e90d2c1bbd997e811439170d7f9a6a16991fd0bd7c4a77f33ddb859cc3fca50cf4880a44b1f8db2a09e53c371a57371d07718ebb45c11bb6a35b1d39
 SHA512 
53ea58dc5d2e9c2333054659720c6689710e4995f8da0390a14e11582cbd262dd585b4d829d9e38bde26ee0751e79ad89669f8134d44e8b7916a929cd076ee42

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.2.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.25.2.ebuild
deleted file mode 100644
index 64ef809a6ecf..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.25.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-KFMIN=5.94.0
-QTMIN=5.15.4
-inherit ecm kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-06-28 Thread Andreas Sturmlechner
commit: 1330c4fb1e6bd9187f533fdf4617051d88ae3c0c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 28 17:53:30 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 28 17:53:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1330c4fb

kde-plasma/plasma-firewall: drop 5.25.1*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.25.1.ebuild  | 63 --
 2 files changed, 64 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 81dc75d71171..bf8f8421582c 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.24.5.tar.xz 346660 BLAKE2B 
767cd4722325e8035735b744afdccfe4114e68756919f3904fcbd2aa25879b09b7bb4fcaffcaf0a2687f5744e1177fb177658b6af0ed3fef7838498c99f583a3
 SHA512 
4c774b10c32929399a8b01007e3c34ab702803a0aa80ea812bbcc4d4ead02d0e64136f575454fdc2f0e938740afbf6d48025c654831aa5485b86253418bf13d1
-DIST plasma-firewall-5.25.1.tar.xz 355224 BLAKE2B 
08d4e6fb1f12449b9fb84a6b76115ecd9ff7156d43adb8de906277ab7382edd589d79a73ec3c2e3b7a00b59d40027c27000d53dedb1701a4ce7b8516a27aab72
 SHA512 
8479acdc4d2cd1f1d728ec6eb12f611e6f5c0bda12df6b3dc643db6c49a42bdad1dd723a39318f801a10914135094d27aa3006b5f760678cf12cded1c0a5fa70
 DIST plasma-firewall-5.25.2.tar.xz 355264 BLAKE2B 
c574fe5e528146758dd26e029852cd6ea0230e93e997f5eae7555d56997b02aae7bb3c540059d9631f65066921d4357baf8d5c07e3055aeaeed70a4ea5e4cacd
 SHA512 
d462cc1aceed6b6c2aa2d88e7a213fec120e7dad6ea37b61031e38300600a688a1bd4ff0b0a979fe270b69723c891576ce490012975e5fffb55d65a0ca519750

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.1.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.25.1.ebuild
deleted file mode 100644
index 96805ff1f335..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.25.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-KFMIN=5.94.0
-QTMIN=5.15.4
-inherit ecm kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-06-21 Thread Andreas Sturmlechner
commit: 8ec2ab0b24bda852c4e5d79c10e6a103fae1f719
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 21 21:20:55 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 21 21:28:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ec2ab0b

kde-plasma/plasma-firewall: drop 5.25.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.25.0.ebuild  | 63 --
 2 files changed, 64 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index d4d824cbf998..105dcbb2cd1c 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.24.5.tar.xz 346660 BLAKE2B 
767cd4722325e8035735b744afdccfe4114e68756919f3904fcbd2aa25879b09b7bb4fcaffcaf0a2687f5744e1177fb177658b6af0ed3fef7838498c99f583a3
 SHA512 
4c774b10c32929399a8b01007e3c34ab702803a0aa80ea812bbcc4d4ead02d0e64136f575454fdc2f0e938740afbf6d48025c654831aa5485b86253418bf13d1
-DIST plasma-firewall-5.25.0.tar.xz 355996 BLAKE2B 
63e06d8d47c5e88cf2a57e1084a728d6bdbe5d444107cfd6bc579e65e76530fd48a1d1cf645a8b363e22d8dc086533ff870ad39c9839a31af0d417454c88d98f
 SHA512 
d658278ae9c66380ea16e03598a789ec4f5ce120b41cc21f635e058aa672d08c94cc3bdb94ff9b60a91e42cc07ba7827c29fdf71197f2f2ef394c6a1661de0d8
 DIST plasma-firewall-5.25.1.tar.xz 355224 BLAKE2B 
08d4e6fb1f12449b9fb84a6b76115ecd9ff7156d43adb8de906277ab7382edd589d79a73ec3c2e3b7a00b59d40027c27000d53dedb1701a4ce7b8516a27aab72
 SHA512 
8479acdc4d2cd1f1d728ec6eb12f611e6f5c0bda12df6b3dc643db6c49a42bdad1dd723a39318f801a10914135094d27aa3006b5f760678cf12cded1c0a5fa70

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.0.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.25.0.ebuild
deleted file mode 100644
index 152c543860af..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.25.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-KFMIN=5.94.0
-QTMIN=5.15.3
-inherit ecm kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-06-14 Thread Andreas Sturmlechner
commit: 6cb7c1c2a2bf2e90aef4c5f373ba73f0e1b68a56
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 14 08:23:58 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 14 12:43:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb7c1c2

kde-plasma/plasma-firewall: 5.25.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 +
 .../plasma-firewall/plasma-firewall-5.25.0.ebuild  | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 4aebb0d95ad6..7179a8489cd1 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1 +1,2 @@
 DIST plasma-firewall-5.24.5.tar.xz 346660 BLAKE2B 
767cd4722325e8035735b744afdccfe4114e68756919f3904fcbd2aa25879b09b7bb4fcaffcaf0a2687f5744e1177fb177658b6af0ed3fef7838498c99f583a3
 SHA512 
4c774b10c32929399a8b01007e3c34ab702803a0aa80ea812bbcc4d4ead02d0e64136f575454fdc2f0e938740afbf6d48025c654831aa5485b86253418bf13d1
+DIST plasma-firewall-5.25.0.tar.xz 355996 BLAKE2B 
63e06d8d47c5e88cf2a57e1084a728d6bdbe5d444107cfd6bc579e65e76530fd48a1d1cf645a8b363e22d8dc086533ff870ad39c9839a31af0d417454c88d98f
 SHA512 
d658278ae9c66380ea16e03598a789ec4f5ce120b41cc21f635e058aa672d08c94cc3bdb94ff9b60a91e42cc07ba7827c29fdf71197f2f2ef394c6a1661de0d8

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.0.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.25.0.ebuild
new file mode 100644
index ..152c543860af
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.25.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+KFMIN=5.94.0
+QTMIN=5.15.3
+inherit ecm kde.org python-single-r1
+
+DESCRIPTION="Plasma frontend for Firewalld or UFW"
+HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="firewalld +ufw"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   firewalld? ( net-firewall/firewalld )
+   ufw? ( net-firewall/ufw )
+"
+
+src_prepare() {
+   ecm_src_prepare
+   # this kind of cmake magic doesn't work for us at all.
+   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
+   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
+   -DBUILD_UFW_BACKEND=$(usex ufw)
+   )
+   ecm_src_configure
+}
+
+pkg_postinst () {
+   ecm_pkg_postinst
+
+   if ! has_version sys-apps/systemd; then
+   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
+   ewarn "See also: https://bugs.gentoo.org/778527;
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-05-29 Thread Andreas Sturmlechner
commit: 7ee578b39f07b1e83831c439a02669e2e1415c6c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 29 20:18:41 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 29 20:24:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee578b3

kde-plasma/plasma-firewall: Drop 5.24.4

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.24.4.ebuild  | 64 --
 2 files changed, 65 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index cacaf8a16971..4aebb0d95ad6 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,2 +1 @@
-DIST plasma-firewall-5.24.4.tar.xz 346676 BLAKE2B 
bbd7e460910b6437c29871814c11c08bb2cb36976a92c70cb7afafbf865d99db73d6ef2c0f0502d990df6c4c72c789f5153ceecd732b2dcb994db330035448d5
 SHA512 
320066a2339eae7113a3a8b50a01d8ef11c4ba2e9bed48a4f919cae0d1964246ad0beef02f3bc26c8e7ea63214037683552c1004d8b98cfcece52e2ee131b3cc
 DIST plasma-firewall-5.24.5.tar.xz 346660 BLAKE2B 
767cd4722325e8035735b744afdccfe4114e68756919f3904fcbd2aa25879b09b7bb4fcaffcaf0a2687f5744e1177fb177658b6af0ed3fef7838498c99f583a3
 SHA512 
4c774b10c32929399a8b01007e3c34ab702803a0aa80ea812bbcc4d4ead02d0e64136f575454fdc2f0e938740afbf6d48025c654831aa5485b86253418bf13d1

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.4.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.24.4.ebuild
deleted file mode 100644
index 5093bf4f5120..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.24.4.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-KFMIN=5.90.0
-QTMIN=5.15.2
-inherit ecm kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-05-28 Thread Jakov Smolić
commit: 779a7c12e6ff9e1dc970e3cf3d55ff13015c0d6f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat May 28 20:34:58 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat May 28 20:34:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779a7c12

kde-plasma/plasma-firewall: Stabilize 5.24.5 arm64, #845075

Signed-off-by: Jakov Smolić  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild
index f64d324b9c2e..5093bf4f5120 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-05-28 Thread Agostino Sarubbo
commit: c9e806e6ab091e752dd8858dea9b80a503324e87
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat May 28 07:02:44 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat May 28 07:04:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e806e6

kde-plasma/plasma-firewall: x86 stable wrt bug #845075

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild
index 7823829798fe..f64d324b9c2e 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-05-27 Thread Jakov Smolić
commit: 36520b3ee48cc9ae866e90de50ca6dc8673e6d0f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May 27 11:14:04 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May 27 11:14:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36520b3e

kde-plasma/plasma-firewall: Stabilize 5.24.5 amd64, #845075

Signed-off-by: Jakov Smolić  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild
index 5ac26b7e39d1..7823829798fe 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-05-03 Thread Sam James
commit: 9c2b446e009b17f3aa6ef9491ea9fe85173414e6
Author: Sam James  gentoo  org>
AuthorDate: Tue May  3 22:38:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  3 22:41:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2b446e

kde-plasma/plasma-firewall: 5.24.5 version bump

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 +
 .../plasma-firewall/plasma-firewall-5.24.5.ebuild  | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 5a78bfc32f39..662ce320e994 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-firewall-5.23.5.tar.xz 344132 BLAKE2B 
3277329f223f5b4afe33bcf663b8c9f999a8dda4cab593e04d57fb8b2d6d4d899f76f803ca6cc8e3ef718bbcb09f2cb6d24dbaa1c3abcbfa5e163dd791f066ca
 SHA512 
c18b25ad85f57da80edfc03cd445d317162ad2f952fe7ecd09f43af274798acd965de0f8643a636bee74e3572f0ab66f3db876126009b9c98f486a1cfe0e386e
 DIST plasma-firewall-5.24.4.tar.xz 346676 BLAKE2B 
bbd7e460910b6437c29871814c11c08bb2cb36976a92c70cb7afafbf865d99db73d6ef2c0f0502d990df6c4c72c789f5153ceecd732b2dcb994db330035448d5
 SHA512 
320066a2339eae7113a3a8b50a01d8ef11c4ba2e9bed48a4f919cae0d1964246ad0beef02f3bc26c8e7ea63214037683552c1004d8b98cfcece52e2ee131b3cc
+DIST plasma-firewall-5.24.5.tar.xz 346660 BLAKE2B 
767cd4722325e8035735b744afdccfe4114e68756919f3904fcbd2aa25879b09b7bb4fcaffcaf0a2687f5744e1177fb177658b6af0ed3fef7838498c99f583a3
 SHA512 
4c774b10c32929399a8b01007e3c34ab702803a0aa80ea812bbcc4d4ead02d0e64136f575454fdc2f0e938740afbf6d48025c654831aa5485b86253418bf13d1

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild
new file mode 100644
index ..5ac26b7e39d1
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+KFMIN=5.90.0
+QTMIN=5.15.2
+inherit ecm kde.org python-single-r1
+
+DESCRIPTION="Plasma frontend for Firewalld or UFW"
+HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="firewalld +ufw"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   firewalld? ( net-firewall/firewalld )
+   ufw? ( net-firewall/ufw )
+"
+
+src_prepare() {
+   ecm_src_prepare
+   # this kind of cmake magic doesn't work for us at all.
+   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
+   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
+   -DBUILD_UFW_BACKEND=$(usex ufw)
+   )
+   ecm_src_configure
+}
+
+pkg_postinst () {
+   ecm_pkg_postinst
+
+   if ! has_version sys-apps/systemd; then
+   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
+   ewarn "See also: https://bugs.gentoo.org/778527;
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-04-29 Thread Agostino Sarubbo
commit: 16c13dd1c566261eaf75c012dad5d27d39ac3fb0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Apr 29 13:32:26 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Apr 29 13:32:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c13dd1

kde-plasma/plasma-firewall: x86 stable wrt bug #839297

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.24.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.4.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.24.4.ebuild
index 92d07382a353..5093bf4f5120 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.24.4.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.24.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-04-29 Thread Agostino Sarubbo
commit: 75552e9d19fc8b73ba60d8a1ce302fde8c19a78f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Apr 29 13:27:58 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Apr 29 13:27:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75552e9d

kde-plasma/plasma-firewall: amd64 stable wrt bug #839297

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.24.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.4.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.24.4.ebuild
index 9e3085f97db4..92d07382a353 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.24.4.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.24.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-04-28 Thread Sam James
commit: 13a9f440694be23494b744cc55247b79b6dd637e
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 29 05:35:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 29 05:35:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a9f440

kde-plasma/plasma-firewall: Stabilize 5.24.4 arm64, #839297

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.24.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.4.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.24.4.ebuild
index 5ac26b7e39d1..9e3085f97db4 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.24.4.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.24.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-03-29 Thread Andreas Sturmlechner
commit: f0801f6e501799f0941ad4c9d5e9b49abfca81e3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 29 15:48:53 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 29 15:56:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0801f6e

kde-plasma/plasma-firewall: drop 5.24.3*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.24.3.ebuild  | 64 --
 2 files changed, 65 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 1822db2b13f8..5a78bfc32f39 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.23.5.tar.xz 344132 BLAKE2B 
3277329f223f5b4afe33bcf663b8c9f999a8dda4cab593e04d57fb8b2d6d4d899f76f803ca6cc8e3ef718bbcb09f2cb6d24dbaa1c3abcbfa5e163dd791f066ca
 SHA512 
c18b25ad85f57da80edfc03cd445d317162ad2f952fe7ecd09f43af274798acd965de0f8643a636bee74e3572f0ab66f3db876126009b9c98f486a1cfe0e386e
-DIST plasma-firewall-5.24.3.tar.xz 345048 BLAKE2B 
c7a7b03146cc03552cbb98bc9bef30677bf95bdc94b8182cdefc1f7626f2ab61cf7481cab4790bfa1902a3c35d37dcc8ba96e2c8d703be51f9bebf6f182d00ec
 SHA512 
8e6c94bc591fae0e809e69df99ab4f7e96f45615fc8b6cb18dc6c3eca21b569a2f2e625b8faa4bea4c24d78e1e16d4590817b9e83ec5efb42e566ec434d51593
 DIST plasma-firewall-5.24.4.tar.xz 346676 BLAKE2B 
bbd7e460910b6437c29871814c11c08bb2cb36976a92c70cb7afafbf865d99db73d6ef2c0f0502d990df6c4c72c789f5153ceecd732b2dcb994db330035448d5
 SHA512 
320066a2339eae7113a3a8b50a01d8ef11c4ba2e9bed48a4f919cae0d1964246ad0beef02f3bc26c8e7ea63214037683552c1004d8b98cfcece52e2ee131b3cc

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.3.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.24.3.ebuild
deleted file mode 100644
index 5ac26b7e39d1..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.24.3.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-KFMIN=5.90.0
-QTMIN=5.15.2
-inherit ecm kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-03-08 Thread Andreas Sturmlechner
commit: 1b55884cb59954c0dc9ecac759842249ab1d4a47
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar  8 13:00:57 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar  8 17:16:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b55884c

kde-plasma/plasma-firewall: drop 5.24.2*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.24.2.ebuild  | 64 --
 2 files changed, 65 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 16393b0d4d7e..0f668a7d217f 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.23.5.tar.xz 344132 BLAKE2B 
3277329f223f5b4afe33bcf663b8c9f999a8dda4cab593e04d57fb8b2d6d4d899f76f803ca6cc8e3ef718bbcb09f2cb6d24dbaa1c3abcbfa5e163dd791f066ca
 SHA512 
c18b25ad85f57da80edfc03cd445d317162ad2f952fe7ecd09f43af274798acd965de0f8643a636bee74e3572f0ab66f3db876126009b9c98f486a1cfe0e386e
-DIST plasma-firewall-5.24.2.tar.xz 345024 BLAKE2B 
1ac4d8eb7a69033e98f4e4780b1e51e00d22dbeb321ac68c9a5122cd7dc04fcf46d6cb5427d048821433bc540df5517d42d27370b0220d266fc5fafab9d2a349
 SHA512 
030afa34dfe19dca1abba8d836ab09923a7049188b218f04ff7ea2abd36607d37ee5efa665f3a9b66423b2e66e3632ad8cab2cddb08067acfd1ce618dd86e014
 DIST plasma-firewall-5.24.3.tar.xz 345048 BLAKE2B 
c7a7b03146cc03552cbb98bc9bef30677bf95bdc94b8182cdefc1f7626f2ab61cf7481cab4790bfa1902a3c35d37dcc8ba96e2c8d703be51f9bebf6f182d00ec
 SHA512 
8e6c94bc591fae0e809e69df99ab4f7e96f45615fc8b6cb18dc6c3eca21b569a2f2e625b8faa4bea4c24d78e1e16d4590817b9e83ec5efb42e566ec434d51593

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.2.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.24.2.ebuild
deleted file mode 100644
index 5ac26b7e39d1..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.24.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-KFMIN=5.90.0
-QTMIN=5.15.2
-inherit ecm kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-02-22 Thread Andreas Sturmlechner
commit: 93944eb41dcea40647fcc277df5a7c30e0207745
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 22 16:54:26 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 22 16:54:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93944eb4

kde-plasma/plasma-firewall: drop 5.24.1*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.24.1.ebuild  | 64 --
 2 files changed, 65 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 70ce2c362fc0..018899025ef6 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.23.5.tar.xz 344132 BLAKE2B 
3277329f223f5b4afe33bcf663b8c9f999a8dda4cab593e04d57fb8b2d6d4d899f76f803ca6cc8e3ef718bbcb09f2cb6d24dbaa1c3abcbfa5e163dd791f066ca
 SHA512 
c18b25ad85f57da80edfc03cd445d317162ad2f952fe7ecd09f43af274798acd965de0f8643a636bee74e3572f0ab66f3db876126009b9c98f486a1cfe0e386e
-DIST plasma-firewall-5.24.1.tar.xz 345020 BLAKE2B 
b60bd851016ae73f2775f419052ea79c9ad4915029279fc54956b4f70be529ed93038f3e8d70da7b4d6cc506b71278608719f0ab1f266decdb162fa4bd7b4076
 SHA512 
8d3d0ed7a07ea3c9a0e23d9b3965f6e800c13b14188ad29e3201e88daa72ceee348ea84d8ca18be128fd1836502676168719d4a0f91e3092d57254fa14075c69
 DIST plasma-firewall-5.24.2.tar.xz 345024 BLAKE2B 
1ac4d8eb7a69033e98f4e4780b1e51e00d22dbeb321ac68c9a5122cd7dc04fcf46d6cb5427d048821433bc540df5517d42d27370b0220d266fc5fafab9d2a349
 SHA512 
030afa34dfe19dca1abba8d836ab09923a7049188b218f04ff7ea2abd36607d37ee5efa665f3a9b66423b2e66e3632ad8cab2cddb08067acfd1ce618dd86e014

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.1.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.24.1.ebuild
deleted file mode 100644
index 5ac26b7e39d1..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.24.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-KFMIN=5.90.0
-QTMIN=5.15.2
-inherit ecm kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-02-15 Thread Andreas Sturmlechner
commit: 044d7218b875af0ce7362a6df3443b3db11d805a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 15 14:48:36 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 15 17:50:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044d7218

kde-plasma/plasma-firewall: drop 5.24.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.24.0.ebuild  | 64 --
 2 files changed, 65 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 2eaa6be5ff7e..443480cae34d 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.23.5.tar.xz 344132 BLAKE2B 
3277329f223f5b4afe33bcf663b8c9f999a8dda4cab593e04d57fb8b2d6d4d899f76f803ca6cc8e3ef718bbcb09f2cb6d24dbaa1c3abcbfa5e163dd791f066ca
 SHA512 
c18b25ad85f57da80edfc03cd445d317162ad2f952fe7ecd09f43af274798acd965de0f8643a636bee74e3572f0ab66f3db876126009b9c98f486a1cfe0e386e
-DIST plasma-firewall-5.24.0.tar.xz 344992 BLAKE2B 
593b8e1133b9c3e6778f3d95d87ee0c3dda9888ab3ab170f78ee1160207054b609933638c12ba88052c13f8204ce894201bf8a005364587cba509d6f0e04706f
 SHA512 
6b07149dc4c2e20d901327ea8e99d85ddcddc006df3354ad57660280d54d1d8164e8862f145b2ca232e054c440602ba61fbe249cd0c29781fb2cc2c6adf7730c
 DIST plasma-firewall-5.24.1.tar.xz 345020 BLAKE2B 
b60bd851016ae73f2775f419052ea79c9ad4915029279fc54956b4f70be529ed93038f3e8d70da7b4d6cc506b71278608719f0ab1f266decdb162fa4bd7b4076
 SHA512 
8d3d0ed7a07ea3c9a0e23d9b3965f6e800c13b14188ad29e3201e88daa72ceee348ea84d8ca18be128fd1836502676168719d4a0f91e3092d57254fa14075c69

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.0.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.24.0.ebuild
deleted file mode 100644
index 5ac26b7e39d1..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.24.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-KFMIN=5.90.0
-QTMIN=5.15.2
-inherit ecm kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-02-08 Thread Andreas Sturmlechner
commit: 861efaddb52c522bc67f2cc9189bcb4b57eafeb5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb  8 13:05:22 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb  8 13:10:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=861efadd

kde-plasma/plasma-firewall: drop 5.23.90*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.23.90.ebuild | 64 --
 2 files changed, 65 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 678a973cdb8e..d34adfc24a3b 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.23.5.tar.xz 344132 BLAKE2B 
3277329f223f5b4afe33bcf663b8c9f999a8dda4cab593e04d57fb8b2d6d4d899f76f803ca6cc8e3ef718bbcb09f2cb6d24dbaa1c3abcbfa5e163dd791f066ca
 SHA512 
c18b25ad85f57da80edfc03cd445d317162ad2f952fe7ecd09f43af274798acd965de0f8643a636bee74e3572f0ab66f3db876126009b9c98f486a1cfe0e386e
-DIST plasma-firewall-5.23.90.tar.xz 345700 BLAKE2B 
fe77b1011f5d53910cfbadbed45c43e850381e89ece154bf3d93e1e8bb2f6a1aae3974354bc9506a34703a4fc078b0447bba85a57f505972a0db5532bcbfab67
 SHA512 
da8fea62ccdcee0945b04a04c02f92d4664194ce0b0d661ab4053d7e32cce5ac303b6c995ffc5246b2f1cf6c5f60b75f70713d33ebb06980beb855acc29f1a93
 DIST plasma-firewall-5.24.0.tar.xz 344992 BLAKE2B 
593b8e1133b9c3e6778f3d95d87ee0c3dda9888ab3ab170f78ee1160207054b609933638c12ba88052c13f8204ce894201bf8a005364587cba509d6f0e04706f
 SHA512 
6b07149dc4c2e20d901327ea8e99d85ddcddc006df3354ad57660280d54d1d8164e8862f145b2ca232e054c440602ba61fbe249cd0c29781fb2cc2c6adf7730c

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.23.90.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.23.90.ebuild
deleted file mode 100644
index 5ac26b7e39d1..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.23.90.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-KFMIN=5.90.0
-QTMIN=5.15.2
-inherit ecm kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-01-25 Thread Andreas Sturmlechner
commit: 9e2abf9adc2c727dff2aeb71b7eb66eae4452564
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 19 08:41:28 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 25 09:43:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e2abf9a

kde-plasma/plasma-firewall: drop 5.23.4*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall/plasma-firewall-5.23.4.ebuild  | 64 --
 2 files changed, 65 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index fb00df8f7123..0c07c6892c55 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
-DIST plasma-firewall-5.23.4.tar.xz 344036 BLAKE2B 
f4ba093bb21680f76bbb7040b6bdb25c122d38574b1e117fb9966b860d8d68ca19725f2c8656bf187afdea609c1e302b03b876bb4f02d2fe3c8383eb5b626f35
 SHA512 
2628ce262138e5f7526556d788169e32bb143ca4f63b6dc2fee222ec1772835a6d311e24eb01de73c2fdff52319b74c857990acfe3e960f7025d2c05a3baeac5
 DIST plasma-firewall-5.23.5.tar.xz 344132 BLAKE2B 
3277329f223f5b4afe33bcf663b8c9f999a8dda4cab593e04d57fb8b2d6d4d899f76f803ca6cc8e3ef718bbcb09f2cb6d24dbaa1c3abcbfa5e163dd791f066ca
 SHA512 
c18b25ad85f57da80edfc03cd445d317162ad2f952fe7ecd09f43af274798acd965de0f8643a636bee74e3572f0ab66f3db876126009b9c98f486a1cfe0e386e
 DIST plasma-firewall-5.23.90.tar.xz 345700 BLAKE2B 
fe77b1011f5d53910cfbadbed45c43e850381e89ece154bf3d93e1e8bb2f6a1aae3974354bc9506a34703a4fc078b0447bba85a57f505972a0db5532bcbfab67
 SHA512 
da8fea62ccdcee0945b04a04c02f92d4664194ce0b0d661ab4053d7e32cce5ac303b6c995ffc5246b2f1cf6c5f60b75f70713d33ebb06980beb855acc29f1a93

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.23.4.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.23.4.ebuild
deleted file mode 100644
index e3822b5cded5..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.23.4.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-KFMIN=5.86.0
-QTMIN=5.15.2
-inherit ecm kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-01-24 Thread Sam James
commit: c3145fdf6b34cc0de195cd12da6fa6d737a55f39
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 24 22:35:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 24 22:36:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3145fdf

kde-plasma/plasma-firewall: Stabilize 5.23.5 arm64, #830740

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild
index 11793249f046..4cb7296e9b8f 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-01-19 Thread Jakov Smolić
commit: b2336c3781d05c2542309fb99ef6fa9d192f317e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jan 19 09:25:42 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jan 19 09:25:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2336c37

kde-plasma/plasma-firewall: Stabilize 5.23.5 x86, #830740

Signed-off-by: Jakov Smolić  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild
index b8fa0197f950..11793249f046 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-01-18 Thread Jakov Smolić
commit: 520a34c5fed405bb7ab6b155bbe87226797ef578
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Jan 18 23:38:31 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Jan 18 23:38:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=520a34c5

kde-plasma/plasma-firewall: Stabilize 5.23.5 amd64, #830740

Signed-off-by: Jakov Smolić  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild
index 5b21913225e9..b8fa0197f950 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-01-18 Thread Andreas Sturmlechner
commit: 13f44ff90036fb787c2ece8e22f6311a15b5cc38
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 18 17:22:57 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 18 17:36:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f44ff9

kde-plasma/plasma-firewall: 5.23.90 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 +
 .../plasma-firewall/plasma-firewall-5.23.90.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 1f7557e90f15..fb00df8f7123 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,2 +1,3 @@
 DIST plasma-firewall-5.23.4.tar.xz 344036 BLAKE2B 
f4ba093bb21680f76bbb7040b6bdb25c122d38574b1e117fb9966b860d8d68ca19725f2c8656bf187afdea609c1e302b03b876bb4f02d2fe3c8383eb5b626f35
 SHA512 
2628ce262138e5f7526556d788169e32bb143ca4f63b6dc2fee222ec1772835a6d311e24eb01de73c2fdff52319b74c857990acfe3e960f7025d2c05a3baeac5
 DIST plasma-firewall-5.23.5.tar.xz 344132 BLAKE2B 
3277329f223f5b4afe33bcf663b8c9f999a8dda4cab593e04d57fb8b2d6d4d899f76f803ca6cc8e3ef718bbcb09f2cb6d24dbaa1c3abcbfa5e163dd791f066ca
 SHA512 
c18b25ad85f57da80edfc03cd445d317162ad2f952fe7ecd09f43af274798acd965de0f8643a636bee74e3572f0ab66f3db876126009b9c98f486a1cfe0e386e
+DIST plasma-firewall-5.23.90.tar.xz 345700 BLAKE2B 
fe77b1011f5d53910cfbadbed45c43e850381e89ece154bf3d93e1e8bb2f6a1aae3974354bc9506a34703a4fc078b0447bba85a57f505972a0db5532bcbfab67
 SHA512 
da8fea62ccdcee0945b04a04c02f92d4664194ce0b0d661ab4053d7e32cce5ac303b6c995ffc5246b2f1cf6c5f60b75f70713d33ebb06980beb855acc29f1a93

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.23.90.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.23.90.ebuild
new file mode 100644
index ..5ac26b7e39d1
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.23.90.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+KFMIN=5.90.0
+QTMIN=5.15.2
+inherit ecm kde.org python-single-r1
+
+DESCRIPTION="Plasma frontend for Firewalld or UFW"
+HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="firewalld +ufw"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   firewalld? ( net-firewall/firewalld )
+   ufw? ( net-firewall/ufw )
+"
+
+src_prepare() {
+   ecm_src_prepare
+   # this kind of cmake magic doesn't work for us at all.
+   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
+   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
+   -DBUILD_UFW_BACKEND=$(usex ufw)
+   )
+   ecm_src_configure
+}
+
+pkg_postinst () {
+   ecm_pkg_postinst
+
+   if ! has_version sys-apps/systemd; then
+   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
+   ewarn "See also: https://bugs.gentoo.org/778527;
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2022-01-04 Thread Andreas Sturmlechner
commit: 56d954164fbe3350bf4d55db361847014ba8f4cc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 12:05:51 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 15:09:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d95416

kde-plasma/plasma-firewall: 5.23.5 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 +
 .../plasma-firewall/plasma-firewall-5.23.5.ebuild  | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index a58e3e8862f4..1f7557e90f15 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1 +1,2 @@
 DIST plasma-firewall-5.23.4.tar.xz 344036 BLAKE2B 
f4ba093bb21680f76bbb7040b6bdb25c122d38574b1e117fb9966b860d8d68ca19725f2c8656bf187afdea609c1e302b03b876bb4f02d2fe3c8383eb5b626f35
 SHA512 
2628ce262138e5f7526556d788169e32bb143ca4f63b6dc2fee222ec1772835a6d311e24eb01de73c2fdff52319b74c857990acfe3e960f7025d2c05a3baeac5
+DIST plasma-firewall-5.23.5.tar.xz 344132 BLAKE2B 
3277329f223f5b4afe33bcf663b8c9f999a8dda4cab593e04d57fb8b2d6d4d899f76f803ca6cc8e3ef718bbcb09f2cb6d24dbaa1c3abcbfa5e163dd791f066ca
 SHA512 
c18b25ad85f57da80edfc03cd445d317162ad2f952fe7ecd09f43af274798acd965de0f8643a636bee74e3572f0ab66f3db876126009b9c98f486a1cfe0e386e

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild
new file mode 100644
index ..5b21913225e9
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+KFMIN=5.86.0
+QTMIN=5.15.2
+inherit ecm kde.org python-single-r1
+
+DESCRIPTION="Plasma frontend for Firewalld or UFW"
+HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="firewalld +ufw"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtx11extras-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kauth-${KFMIN}:5
+   >=kde-frameworks/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/plasma-${KFMIN}:5
+"
+RDEPEND="${DEPEND}
+   ${PYTHON_DEPS}
+   firewalld? ( net-firewall/firewalld )
+   ufw? ( net-firewall/ufw )
+"
+
+src_prepare() {
+   ecm_src_prepare
+   # this kind of cmake magic doesn't work for us at all.
+   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
+   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
+   -DBUILD_UFW_BACKEND=$(usex ufw)
+   )
+   ecm_src_configure
+}
+
+pkg_postinst () {
+   ecm_pkg_postinst
+
+   if ! has_version sys-apps/systemd; then
+   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
+   ewarn "See also: https://bugs.gentoo.org/778527;
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2021-12-14 Thread Andreas Sturmlechner
commit: f9e8cf60f253d5af68224b652dcf2862c8dbaf1c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 13 13:57:35 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec 14 09:22:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e8cf60

kde-plasma/plasma-firewall: drop 5.22.5*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/Manifest|  1 -
 .../plasma-firewall-5.22.5-r1.ebuild   | 64 --
 2 files changed, 65 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index 0503cb54ee16..a58e3e8862f4 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,2 +1 @@
-DIST plasma-firewall-5.22.5.tar.xz 339372 BLAKE2B 
332a7fd2be63429c452f43371b2875f8838e05b107a6c3472974c5db123eef9e415ec70601cb830a743d77422639225e01611e52c07a2b3fe079572278e2f638
 SHA512 
cc81884550b5c73061f5a1df24c0b32e5fff234a51e56153e95a9e4b0e23c305a555c2deff69633b9cd21dff7bfbcf5d9fcbd5ab3605d4ffa87be57514a91901
 DIST plasma-firewall-5.23.4.tar.xz 344036 BLAKE2B 
f4ba093bb21680f76bbb7040b6bdb25c122d38574b1e117fb9966b860d8d68ca19725f2c8656bf187afdea609c1e302b03b876bb4f02d2fe3c8383eb5b626f35
 SHA512 
2628ce262138e5f7526556d788169e32bb143ca4f63b6dc2fee222ec1772835a6d311e24eb01de73c2fdff52319b74c857990acfe3e960f7025d2c05a3baeac5

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.22.5-r1.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.22.5-r1.ebuild
deleted file mode 100644
index 9fa4bdd860fa..
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.22.5-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-KFMIN=5.82.0
-QTMIN=5.15.2
-inherit ecm kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/kauth-${KFMIN}:5
-   >=kde-frameworks/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${DEPEND}
-   ${PYTHON_DEPS}
-   firewalld? ( net-firewall/firewalld )
-   ufw? ( net-firewall/ufw )
-"
-
-src_prepare() {
-   ecm_src_prepare
-   # this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-   -DBUILD_UFW_BACKEND=$(usex ufw)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst () {
-   ecm_pkg_postinst
-
-   if ! has_version sys-apps/systemd; then
-   ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-   ewarn "See also: https://bugs.gentoo.org/778527;
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/

2021-12-13 Thread Sam James
commit: 4136dea14fd4a8bfdc958ee027e071e07dd3f752
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec 13 23:01:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec 13 23:03:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4136dea1

kde-plasma/plasma-firewall: Stabilize 5.23.4 arm64, #826898

Signed-off-by: Sam James  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.23.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.23.4.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.23.4.ebuild
index ee6aac150fad..e3822b5cded5 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.23.4.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.23.4.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="firewalld +ufw"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"



  1   2   >