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

2024-06-18 Thread Andreas Sturmlechner
commit: 92d040e85bec7a9ef21df251f661d8474de6a18a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 18 19:59:42 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 18 19:59:42 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=92d040e8

kde-plasma/plasma-firewall: drop 6.1.0

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

 .../plasma-firewall/plasma-firewall-6.1.0.ebuild   | 60 --
 1 file changed, 60 deletions(-)

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 f39457cf39..00
--- 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"
-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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2024-05-27 Thread Andreas Sturmlechner
commit: 29f4279b550974c41cc97b070c4c4f0a88e95b2f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 27 17:48:08 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May 27 17:48:08 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=29f4279b

kde-plasma/plasma-firewall: drop 6.0.90

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

 .../plasma-firewall/plasma-firewall-6.0.90.ebuild  | 60 --
 1 file changed, 60 deletions(-)

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 5d2362ffcf..00
--- 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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2024-05-24 Thread Andreas Sturmlechner
commit: 2417c1b12608751904aec542fdadd3b3aac49711
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May 24 18:55:54 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May 24 19:26:15 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2417c1b1

kde-plasma/plasma-firewall: 6.0.90 version bump

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

 .../plasma-firewall/plasma-firewall-6.0.90.ebuild  | 60 ++
 1 file changed, 60 insertions(+)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.0.90.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-6.0.90.ebuild
new file mode 100644
index 00..5d2362ffcf
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-6.0.90.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.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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2024-05-21 Thread Andreas Sturmlechner
commit: 5a0cbe42d339f926c40e3c39e408e198dcdd90ff
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 18:55:54 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 19:04:51 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5a0cbe42

kde-plasma/plasma-firewall: drop 6.0.49.

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

 .../plasma-firewall-6.0.49..ebuild | 60 --
 1 file changed, 60 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.0.49..ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-6.0.49..ebuild
deleted file mode 100644
index 68a5a4692e..00
--- a/kde-plasma/plasma-firewall/plasma-firewall-6.0.49..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=""
-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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2024-01-16 Thread Andreas Sturmlechner
commit: ed68659571facc92f1f274bae4fe8bb67217c3c9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 16 14:32:31 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 16 15:26:45 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ed686595

kde-plasma/plasma-firewall: drop 5.27.49.

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

 .../plasma-firewall-5.27.49..ebuild| 65 --
 1 file changed, 65 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.49..ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.49..ebuild
deleted file mode 100644
index 846f3761bc..00
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.49..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=""
-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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2024-01-10 Thread Andreas Sturmlechner
commit: ab33d5192062c0e228b3713853ed6f795d04231a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 10 13:28:16 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan 10 16:46:13 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ab33d519

kde-plasma/plasma-firewall: 5.92.0 version bump

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

 .../plasma-firewall/plasma-firewall-5.92.0.ebuild  | 60 ++
 1 file changed, 60 insertions(+)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.92.0.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.92.0.ebuild
new file mode 100644
index 00..2590334537
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.92.0.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=
+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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2023-12-23 Thread Andreas Sturmlechner
commit: 2ff5a6229c94a15faa0ffa2f640ce6bac267eedf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 23 18:33:59 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 23 18:33:59 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2ff5a622

kde-plasma/plasma-firewall: drop 5.91.0

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

 .../plasma-firewall/plasma-firewall-5.91.0.ebuild  | 60 --
 1 file changed, 60 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.91.0.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.91.0.ebuild
deleted file mode 100644
index 6db57aa6f8..00
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.91.0.ebuild
+++ /dev/null
@@ -1,60 +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..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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2023-12-20 Thread Andreas Sturmlechner
commit: 7fdb1ab60bc59d8f05d71d7fc3bd97e4ad02f10d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 20 16:39:22 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 20 23:01:10 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7fdb1ab6

kde-plasma/plasma-firewall: 5.91.0 version bump

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

 .../plasma-firewall/plasma-firewall-5.91.0.ebuild  | 60 ++
 1 file changed, 60 insertions(+)

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 00..6db57aa6f8
--- /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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2023-12-12 Thread Andreas Sturmlechner
commit: ed4d7a9492811d5b8e67a9b471976d14a10d3500
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec 12 19:00:37 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec 12 19:02:37 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ed4d7a94

kde-plasma/plasma-firewall: Update dependencies

Upstream commits:
ccf000c94ade7c394ce2e0056544d558f596f850
f1b21df4f7e53dfbdf5d9c4f9a5110dd8feedc4c
cafcc232c167d973832d44e086fb9e5bf67e6a10
f2a70ade7088306cf30afb7dc5bb7fe69ac921c9

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

 kde-plasma/plasma-firewall/plasma-firewall-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
index 1aab6da73b..26fd597649 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
@@ -26,7 +26,6 @@ DEPEND="
>=kde-frameworks/kcmutils-${KFMIN}:6
>=kde-frameworks/kconfig-${KFMIN}:6
>=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdeclarative-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
 "
 RDEPEND="${DEPEND}



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

2023-12-12 Thread Andreas Sturmlechner
commit: cd10a40e69c87cc3fdaaeb43f72807eccbf0c127
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec 12 19:01:03 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec 12 19:01:16 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cd10a40e

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 173d8fdb46..b4a87d9ec6 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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2023-10-25 Thread Andreas Sturmlechner
commit: 2476c6c49d6cb3d122abcbba4960c4ec1dc91c29
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Oct 25 07:37:23 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Oct 25 07:37:23 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2476c6c4

kde-plasma/plasma-firewall: drop 5.27.9

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

 .../plasma-firewall/plasma-firewall-5.27.9.ebuild  | 65 --
 1 file changed, 65 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.9.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.9.ebuild
deleted file mode 100644
index 147513260d..00
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.9.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..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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2023-10-24 Thread Andreas Sturmlechner
commit: 400eea1a01502c95311f6c2a6e7b416b860d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 24 18:07:00 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 24 18:39:19 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=400eea1a

kde-plasma/plasma-firewall: 5.27.9 version bump

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

 .../plasma-firewall/plasma-firewall-5.27.9.ebuild  | 65 ++
 1 file changed, 65 insertions(+)

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 00..147513260d
--- /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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2023-08-15 Thread Andreas Sturmlechner
commit: 26f958b4b5cf5637e85509540a0cca57d67fbd0c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug  9 21:47:11 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug 15 14:31:17 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=26f958b4

kde-plasma/plasma-firewall: enable py3.12

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

 kde-plasma/plasma-firewall/plasma-firewall-5.27.49..ebuild | 2 +-
 kde-plasma/plasma-firewall/plasma-firewall-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.49..ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.49..ebuild
index 64411472d3..2ae6d0461e 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.49..ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.49..ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 KFMIN=5.106.0
 QTMIN=5.15.9
 inherit ecm plasma.kde.org python-single-r1

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
index 64411472d3..2ae6d0461e 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 KFMIN=5.106.0
 QTMIN=5.15.9
 inherit ecm plasma.kde.org python-single-r1



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

2023-06-27 Thread Andreas Sturmlechner
commit: c9c898e4315a5b44d44fdde8c591c5938182efdd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 27 20:43:19 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 27 20:43:19 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c9c898e4

kde-plasma/plasma-firewall: drop 5.27.6

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

 .../plasma-firewall/plasma-firewall-5.27.6.ebuild  | 65 --
 1 file changed, 65 deletions(-)

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 2fa7d8d9b1..00
--- 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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2023-06-27 Thread Andreas Sturmlechner
commit: 8c9ef871adcaeb21842bc53d4ceacefae143fe60
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 20 14:56:33 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 22 20:26:45 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c9ef871

kde-plasma/plasma-firewall: 5.27.6 version bump

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

 .../plasma-firewall/plasma-firewall-5.27.6.ebuild  | 65 ++
 1 file changed, 65 insertions(+)

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 00..2fa7d8d9b1
--- /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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2023-05-27 Thread Andreas Sturmlechner
commit: bdb1ccc8262612b2945cddaed03288121eca0778
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May 26 08:56:15 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 27 06:52:08 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bdb1ccc8

kde-plasma/plasma-firewall: Drop obsolete src_test override

Now done by ecm.eclass.

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

 kde-plasma/plasma-firewall/plasma-firewall-5.27.49..ebuild | 5 -
 kde-plasma/plasma-firewall/plasma-firewall-.ebuild | 5 -
 2 files changed, 10 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.49..ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.49..ebuild
index d5015b8da0..64411472d3 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.49..ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.49..ebuild
@@ -55,11 +55,6 @@ src_configure() {
ecm_src_configure
 }
 
-src_test() {
-   local -x QT_QPA_PLATFORM=offscreen
-   ecm_src_test
-}
-
 pkg_postinst () {
ecm_pkg_postinst
 

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



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

2023-04-17 Thread Andreas Sturmlechner
commit: 42ebc07f04f79942775d30c5d7c23e682f8ec8a3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr 17 17:16:51 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr 17 17:25:09 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=42ebc07f

kde-plasma/plasma-firewall: Fix test failure

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

 kde-plasma/plasma-firewall/plasma-firewall-5.27.49..ebuild | 5 +
 kde-plasma/plasma-firewall/plasma-firewall-.ebuild | 5 +
 2 files changed, 10 insertions(+)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.49..ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.49..ebuild
index 7c8d85f5fb..8a041a1316 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.49..ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.49..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
 

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
index 7c8d85f5fb..8a041a1316 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-.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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2023-03-14 Thread Andreas Sturmlechner
commit: f497b472082bd42e19f6a6d829b31bc15c17c6c1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 14 20:15:55 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 14 20:15:55 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f497b472

kde-plasma/plasma-firewall: drop 5.27.3

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

 .../plasma-firewall/plasma-firewall-5.27.3.ebuild  | 65 --
 1 file changed, 65 deletions(-)

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 8d777543ea..00
--- 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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2023-03-14 Thread Andreas Sturmlechner
commit: 99d2cc7abc5b942f2159d185cabf755548469cfe
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 14 14:42:25 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 14 14:42:25 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=99d2cc7a

kde-plasma/plasma-firewall: 5.27.3 version bump

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

 .../plasma-firewall/plasma-firewall-5.27.3.ebuild  | 65 ++
 1 file changed, 65 insertions(+)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.3.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.3.ebuild
new file mode 100644
index 00..8d777543ea
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.3.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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2023-02-22 Thread Andreas Sturmlechner
commit: b8d27c443d536eecfcc3db0bae19cbe72ddfd60b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Feb 22 10:51:06 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb 22 10:51:06 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b8d27c44

kde-plasma/plasma-firewall: drop 5.27.1

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

 .../plasma-firewall/plasma-firewall-5.27.1.ebuild  | 65 --
 1 file changed, 65 deletions(-)

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 8d777543ea..00
--- 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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2023-02-21 Thread Andreas Sturmlechner
commit: 6c03c74afb50fe2dc23d7d387e0e8491e489ee7f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 21 13:27:00 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 21 13:27:00 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6c03c74a

kde-plasma/plasma-firewall: 5.27.1 version bump

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

 .../plasma-firewall/plasma-firewall-5.27.1.ebuild  | 65 ++
 1 file changed, 65 insertions(+)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.1.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.1.ebuild
new file mode 100644
index 00..8d777543ea
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.1.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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2023-02-14 Thread Andreas Sturmlechner
commit: 2673bb907c2b3a2e76eb2d5d362c5b783867a163
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 13 10:47:48 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 13 10:47:48 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2673bb90

kde-plasma/plasma-firewall: drop 5.27.0

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

 .../plasma-firewall/plasma-firewall-5.27.0.ebuild  | 65 --
 1 file changed, 65 deletions(-)

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 8d777543ea..00
--- 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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2023-02-09 Thread Andreas Sturmlechner
commit: bfbd7cc68d40b0560f6b57252330685897c8ff00
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb  9 13:00:20 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb  9 13:19:56 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bfbd7cc6

kde-plasma/plasma-firewall: 5.27.0 version bump

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

 .../plasma-firewall/plasma-firewall-5.27.0.ebuild  | 65 ++
 1 file changed, 65 insertions(+)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.0.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.27.0.ebuild
new file mode 100644
index 00..8d777543ea
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.0.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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2023-01-20 Thread Andreas Sturmlechner
commit: fb58d833c0d810c66e80380ca0d388408120c09d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 20 13:49:09 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 20 13:49:09 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fb58d833

kde-plasma/plasma-firewall: drop 5.26.90

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

 .../plasma-firewall/plasma-firewall-5.26.90.ebuild | 65 --
 1 file changed, 65 deletions(-)

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 a2e0e8a0e5..00
--- 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"
-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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2023-01-20 Thread Andreas Sturmlechner
commit: 963a927dccd1c6b1dad77910f9b389fb28774e62
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 20 09:30:29 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 20 10:14:22 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=963a927d

kde-plasma/plasma-firewall: 5.26.90 version bump

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

 .../plasma-firewall/plasma-firewall-5.26.90.ebuild | 65 ++
 1 file changed, 65 insertions(+)

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 00..a2e0e8a0e5
--- /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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2023-01-04 Thread Andreas Sturmlechner
commit: 403448d1d1e918bd33c637789a8db7cb429eddbe
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan  4 10:10:41 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan  4 10:10:41 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=403448d1

kde-plasma/plasma-firewall: drop 5.26.49.

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

 .../plasma-firewall-5.26.49..ebuild| 64 --
 1 file changed, 64 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.49..ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.26.49..ebuild
deleted file mode 100644
index 3eaabc3222..00
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.26.49..ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 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=""
-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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2022-12-13 Thread Andreas Sturmlechner
commit: 2a64636fd7b4aed3f4dff7ac6a48e890634609b4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec 13 19:36:30 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec 13 19:36:30 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a64636f

kde-plasma/plasma-firewall: Set ECM_TEST=forceoptional

Upstream commit 8bb9853f7fc6ddc8fd72d7bf4079713aa36008c6

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

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

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
index 3bc2e94a98..119f3377e7 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+ECM_TEST="forceoptional"
 PYTHON_COMPAT=( python3_{8..11} )
 KFMIN=5.101.0
 QTMIN=5.15.5



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

2022-10-11 Thread Andreas Sturmlechner
commit: b551fc664c093d9cde6a6042260438a4f3413b5a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 11 12:44:42 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 11 12:51:19 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b551fc66

kde-plasma/plasma-firewall: drop 5.26.0

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

 .../plasma-firewall/plasma-firewall-5.26.0.ebuild  | 64 --
 1 file changed, 64 deletions(-)

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 f14ccfdb73..00
--- 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 ~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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2022-10-11 Thread Andreas Sturmlechner
commit: 01a26f9083e48e9dda79d85229c787a24542c164
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 10 09:37:20 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 10 14:30:02 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=01a26f90

kde-plasma/plasma-firewall: drop 5.25.90

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

 .../plasma-firewall/plasma-firewall-5.25.90.ebuild | 63 --
 1 file changed, 63 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.90.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.25.90.ebuild
deleted file mode 100644
index 6523986c69..00
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.25.90.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.98.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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2022-10-09 Thread Andreas Sturmlechner
commit: ce2ab4340f19199fd299a2cf930ffaa0d5b855be
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct  8 13:50:34 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  9 16:38:32 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ce2ab434

kde-plasma/plasma-firewall: Add kde-frameworks/kcmutils BDEPEND

Uses kcmutils_generate_desktop_file cmake macro

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

 kde-plasma/plasma-firewall/plasma-firewall-5.26.0.ebuild   | 1 +
 kde-plasma/plasma-firewall/plasma-firewall-5.26.49..ebuild | 1 +
 kde-plasma/plasma-firewall/plasma-firewall-.ebuild | 1 +
 3 files changed, 3 insertions(+)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.0.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.26.0.ebuild
index 6523986c69..a6a8340c48 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.26.0.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.26.0.ebuild
@@ -37,6 +37,7 @@ RDEPEND="${DEPEND}
firewalld? ( net-firewall/firewalld )
ufw? ( net-firewall/ufw )
 "
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
 
 src_prepare() {
ecm_src_prepare

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.49..ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.26.49..ebuild
index 87d219f05a..b77cb53cee 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.26.49..ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.26.49..ebuild
@@ -37,6 +37,7 @@ RDEPEND="${DEPEND}
firewalld? ( net-firewall/firewalld )
ufw? ( net-firewall/ufw )
 "
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
 
 src_prepare() {
ecm_src_prepare

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
index 5b9dcfdb59..2870da91dc 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
@@ -37,6 +37,7 @@ RDEPEND="${DEPEND}
firewalld? ( net-firewall/firewalld )
ufw? ( net-firewall/ufw )
 "
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
 
 src_prepare() {
ecm_src_prepare



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

2022-10-06 Thread Andreas Sturmlechner
commit: 51b0681b60cb2dc10544967d898adf37db77738d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  6 13:53:18 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  6 14:48:06 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=51b0681b

kde-plasma/plasma-firewall: 5.26.0 version bump

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

 .../plasma-firewall/plasma-firewall-5.26.0.ebuild  | 63 ++
 1 file changed, 63 insertions(+)

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 00..6523986c69
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.26.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..11} )
+KFMIN=5.98.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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2022-09-15 Thread Andreas Sturmlechner
commit: 0db6753f256722029a694e5c254071e07455c126
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep 15 21:36:26 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep 15 21:41:11 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=0db6753f

kde-plasma/plasma-firewall: 5.25.90 version bump

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

 .../plasma-firewall/plasma-firewall-5.25.90.ebuild | 63 ++
 1 file changed, 63 insertions(+)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.90.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.25.90.ebuild
new file mode 100644
index 00..6523986c69
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.25.90.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..11} )
+KFMIN=5.98.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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2022-09-15 Thread Andreas Sturmlechner
commit: a20480de1e1fd4841d494c1a2e42364d0de11b0a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep 15 20:54:50 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep 15 20:57:04 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a20480de

kde-plasma/plasma-firewall: 5.26.49. version bump

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

 .../plasma-firewall-5.26.49..ebuild| 63 ++
 1 file changed, 63 insertions(+)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.49..ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.26.49..ebuild
new file mode 100644
index 00..87d219f05a
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.26.49..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..11} )
+KFMIN=5.98.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=""
+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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2022-09-06 Thread Andreas Sturmlechner
commit: 88e586e773c4f4b389cd4e0216eae8274c44d0d7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep  6 18:23:03 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep  6 19:01:06 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=88e586e7

kde-plasma/plasma-firewall: drop 5.25.49.

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

 .../plasma-firewall-5.25.49..ebuild| 63 --
 1 file changed, 63 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.49..ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.25.49..ebuild
deleted file mode 100644
index a46eefa1e1..00
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.25.49..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=""
-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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2022-07-13 Thread Andreas Sturmlechner
commit: 30fa2bafda3d9f6af42a8d7731a6cc421ee90c6e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 13 08:52:29 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 13 08:52:29 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=30fa2baf

kde-plasma/plasma-firewall: drop 5.25.3*

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

 .../plasma-firewall/plasma-firewall-5.25.3.ebuild  | 63 --
 1 file changed, 63 deletions(-)

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 0161118e86..00
--- 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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2022-07-12 Thread Andreas Sturmlechner
commit: 4f315eeddf92c89f519c7a9016887c4b841db036
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul 12 11:24:34 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul 12 11:24:34 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4f315eed

kde-plasma/plasma-firewall: 5.25.3 version bump

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

 .../plasma-firewall/plasma-firewall-5.25.3.ebuild  | 63 ++
 1 file changed, 63 insertions(+)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.3.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.25.3.ebuild
new file mode 100644
index 00..0161118e86
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.25.3.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..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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2022-07-03 Thread Andreas Sturmlechner
commit: a3115dbe8133d6dbd7100527ae4ab6dd1fd15dfe
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jul  3 22:04:16 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jul  3 22:04:16 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a3115dbe

kde-plasma/plasma-firewall: python3_11

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.24.49..ebuild | 2 +-
 kde-plasma/plasma-firewall/plasma-firewall-5.25.49..ebuild | 2 +-
 kde-plasma/plasma-firewall/plasma-firewall-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.49..ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.24.49..ebuild
index 805b61f720..4bf582f0d5 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.24.49..ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.24.49..ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 KFMIN=5.90.0
 QTMIN=5.15.4
 inherit ecm kde.org python-single-r1

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.49..ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.25.49..ebuild
index 15bea19c0c..478483129e 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.25.49..ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.25.49..ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 KFMIN=5.94.0
 QTMIN=5.15.4
 inherit ecm kde.org python-single-r1

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
index d45a7b1f14..fb476f59cb 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 KFMIN=
 QTMIN=5.15.4
 inherit ecm kde.org python-single-r1



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

2022-06-14 Thread Andreas Sturmlechner
commit: a450d954b40c8d09b114a6bf12912fb20994544f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 14 12:46:42 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 14 12:46:42 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a450d954

kde-plasma/plasma-firewall: drop 5.25.0*

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

 .../plasma-firewall/plasma-firewall-5.25.0.ebuild  | 63 --
 1 file changed, 63 deletions(-)

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 152c543860..00
--- 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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2022-06-09 Thread Andreas Sturmlechner
commit: 716461af6eda9ffabe8ea2f843dab1e0aeab4fac
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun  9 11:16:21 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun  9 11:20:49 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=716461af

kde-plasma/plasma-firewall: 5.25.0 version bump

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

 .../plasma-firewall/plasma-firewall-5.25.0.ebuild  | 63 ++
 1 file changed, 63 insertions(+)

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 00..152c543860
--- /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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2022-06-08 Thread Andreas Sturmlechner
commit: 128038800dabeb5ae917ef44574b9637a4f4f947
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  8 09:18:07 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  8 09:18:07 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=12803880

kde-plasma/plasma-firewall: 5.25.49. version bump

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

 .../plasma-firewall-5.25.49..ebuild| 63 ++
 1 file changed, 63 insertions(+)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.49..ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.25.49..ebuild
new file mode 100644
index 00..31ccf0dc5e
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.25.49..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=
+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=""
+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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2022-03-21 Thread Andreas Sturmlechner
commit: 3805edb68ba7067e988e466708965573f07c308c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 21 18:58:18 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 21 19:02:33 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3805edb6

kde-plasma/plasma-firewall: Set QTMIN to 5.15.3

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

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

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
index 9fe08a215c..a2b75c3e63 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
 KFMIN=
-QTMIN=5.15.2
+QTMIN=5.15.3
 inherit ecm kde.org python-single-r1
 
 DESCRIPTION="Plasma frontend for Firewalld or UFW"



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

2022-02-08 Thread Andreas Sturmlechner
commit: d3093f93d72b128f746a86f9c0a1e8fbddadbd16
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb  8 12:59:53 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb  8 12:59:53 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d3093f93

kde-plasma/plasma-firewall: drop 5.24.0*

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

 .../plasma-firewall/plasma-firewall-5.24.0.ebuild  | 64 --
 1 file changed, 64 deletions(-)

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 5ac26b7e39..00
--- 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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2022-02-03 Thread Andreas Sturmlechner
commit: c0b672436eacaa9a3542db07f60572557ba62e18
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb  3 20:03:31 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb  3 20:03:31 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c0b67243

kde-plasma/plasma-firewall: 5.24.0 version bump

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

 .../plasma-firewall/plasma-firewall-5.24.0.ebuild  | 64 ++
 1 file changed, 64 insertions(+)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.0.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.24.0.ebuild
new file mode 100644
index 00..5ac26b7e39
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.24.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..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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2022-01-18 Thread Andreas Sturmlechner
commit: 3fa95263d229449f8eab4e6a6d7f7502d19b57fd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan 18 17:38:47 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan 18 17:38:47 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3fa95263

kde-plasma/plasma-firewall: drop 5.23.90*

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

 .../plasma-firewall/plasma-firewall-5.23.90.ebuild | 64 --
 1 file changed, 64 deletions(-)

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 5ac26b7e39..00
--- 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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2022-01-17 Thread Andreas Sturmlechner
commit: b372716d3eddd4391a70af677e87c23eccbaeeda
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan 17 17:40:45 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan 17 17:46:40 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b372716d

kde-plasma/plasma-firewall: 5.23.90 version bump

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

 .../plasma-firewall/plasma-firewall-5.23.90.ebuild | 64 ++
 1 file changed, 64 insertions(+)

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 00..5ac26b7e39
--- /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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2022-01-04 Thread Andreas Sturmlechner
commit: 374e0c5d37e0f1dd61b94b65da9084b95fa10e6e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 16:01:42 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 16:01:42 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=374e0c5d

kde-plasma/plasma-firewall: drop 5.23.5*

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

 .../plasma-firewall/plasma-firewall-5.23.5.ebuild  | 64 --
 1 file changed, 64 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.23.5.ebuild
deleted file mode 100644
index 5b21913225..00
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.23.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.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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2022-01-04 Thread Andreas Sturmlechner
commit: 2d2b638fae3f77c42a83b6740f0220fcc925e527
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jan  4 11:16:01 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jan  4 11:16:01 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2d2b638f

kde-plasma/plasma-firewall: drop 5.23.49.*

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

 .../plasma-firewall-5.23.49..ebuild| 64 --
 1 file changed, 64 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.23.49..ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.23.49..ebuild
deleted file mode 100644
index 49247f68c2..00
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.23.49..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=""
-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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2021-10-14 Thread Andreas Sturmlechner
commit: d97de477ef3a9ffd120c00d4f145d1bf2be06dae
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct 14 10:08:14 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct 14 10:08:14 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d97de477

kde-plasma/plasma-firewall: drop 5.23.0*

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

 .../plasma-firewall/plasma-firewall-5.23.0.ebuild  | 64 --
 1 file changed, 64 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.23.0.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.23.0.ebuild
deleted file mode 100644
index dfd7cff045..00
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.23.0.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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2021-10-04 Thread Andreas Sturmlechner
commit: 1872208376d5acdef94f1e550431315dce551c43
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct  4 12:52:23 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct  4 12:52:23 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=18722083

kde-plasma/plasma-firewall: drop 5.22.90*

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

 .../plasma-firewall-5.22.90-r1.ebuild  | 64 --
 1 file changed, 64 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.22.90-r1.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.22.90-r1.ebuild
deleted file mode 100644
index dfd7cff045..00
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.22.90-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.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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2021-09-22 Thread Sam James
commit: 60efc1c68bb37265332676b7098b82ca4171d20c
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 23 00:30:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 23 00:30:23 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=60efc1c6

kde-plasma/plasma-firewall: respect ${EPYTHON} at runtime

Bug: https://bugs.gentoo.org/795477
Signed-off-by: Sam James  gentoo.org>

 ...plasma-firewall-5.22.90.ebuild => plasma-firewall-5.22.90-r1.ebuild} | 2 +-
 kde-plasma/plasma-firewall/plasma-firewall-5.23.49..ebuild  | 2 +-
 kde-plasma/plasma-firewall/plasma-firewall-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.22.90.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.22.90-r1.ebuild
similarity index 96%
rename from kde-plasma/plasma-firewall/plasma-firewall-5.22.90.ebuild
rename to kde-plasma/plasma-firewall/plasma-firewall-5.22.90-r1.ebuild
index 7b8c15ff92..dfd7cff045 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.22.90.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.22.90-r1.ebuild
@@ -42,7 +42,7 @@ RDEPEND="${DEPEND}
 src_prepare() {
ecm_src_prepare
# this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env python3.8:" \
+   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
 }
 

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.23.49..ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.23.49..ebuild
index 0ab14832c8..49247f68c2 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.23.49..ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.23.49..ebuild
@@ -42,7 +42,7 @@ RDEPEND="${DEPEND}
 src_prepare() {
ecm_src_prepare
# this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env python3.8:" \
+   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
 }
 

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
index c401e12a91..0d5f6c1028 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
@@ -42,7 +42,7 @@ RDEPEND="${DEPEND}
 src_prepare() {
ecm_src_prepare
# this kind of cmake magic doesn't work for us at all.
-   sed -e "1 s:^.*$:\#\!/usr/bin/env python3.8:" \
+   sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
 }
 



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

2021-09-21 Thread Andreas Sturmlechner
commit: eacdbbacd0f5fd7a51590502decb27f2cadfe63d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 21 18:05:50 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 21 18:26:00 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=eacdbbac

kde-plasma/plasma-firewall: 5.22.90 version bump

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

 .../plasma-firewall/plasma-firewall-5.22.90.ebuild | 64 ++
 1 file changed, 64 insertions(+)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.22.90.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.22.90.ebuild
new file mode 100644
index 00..7b8c15ff92
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.22.90.ebuild
@@ -0,0 +1,64 @@
+# 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 python3.8:" \
+   -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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2021-09-02 Thread Andreas Sturmlechner
commit: 677808944e86c4408be565894c8a0c8e343f2060
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep  2 17:06:59 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep  2 17:15:02 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=67780894

kde-plasma/plasma-firewall: drop 5.22.5*

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

 .../plasma-firewall/plasma-firewall-5.22.5.ebuild  | 64 --
 1 file changed, 64 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.22.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.22.5.ebuild
deleted file mode 100644
index b8b3c53d50..00
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.22.5.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 python3.8:" \
-   -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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2021-08-25 Thread Andreas Sturmlechner
commit: 6dea4a48f95b4573cc2b093170edd37189c77220
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 25 07:18:47 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 25 08:31:22 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6dea4a48

kde-plasma/plasma-firewall: python3_10

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.22.49..ebuild | 2 +-
 kde-plasma/plasma-firewall/plasma-firewall-.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.22.49..ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.22.49..ebuild
index cca60c3c6a..09da150a29 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.22.49..ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.22.49..ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 KFMIN=5.82.0
 QTMIN=5.15.2
 inherit ecm kde.org python-single-r1

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
index cca60c3c6a..c401e12a91 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9} )
-KFMIN=5.82.0
+PYTHON_COMPAT=( python3_{8..10} )
+KFMIN=
 QTMIN=5.15.2
 inherit ecm kde.org python-single-r1
 



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

2021-06-10 Thread Andreas Sturmlechner
commit: 59b43d3e2f6ee3a23da134847b478afb898c02f3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jun 11 05:39:36 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jun 11 05:40:29 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=59b43d3e

kde-plasma/plasma-firewall: drop 5.21.90*

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

 .../plasma-firewall/plasma-firewall-5.21.90.ebuild | 64 --
 1 file changed, 64 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.21.90.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.21.90.ebuild
deleted file mode 100644
index 5cbc21bbb7..00
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.21.90.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-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 ~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 python3.8:" \
-   -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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2021-05-14 Thread Andreas Sturmlechner
commit: 3308d972180585d638303893d666528415e1660f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri May 14 20:32:26 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May 14 20:38:51 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3308d972

kde-plasma/plasma-firewall: 5.21.90 version bump

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

 .../plasma-firewall/plasma-firewall-5.21.90.ebuild | 64 ++
 1 file changed, 64 insertions(+)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.21.90.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.21.90.ebuild
new file mode 100644
index 00..5cbc21bbb7
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.21.90.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+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 ~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 python3.8:" \
+   -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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2021-05-14 Thread Andreas Sturmlechner
commit: f975fcb101a9ff20e169d48f0dac02f7649f4402
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 13 20:27:47 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri May 14 10:57:36 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f975fcb1

kde-plasma/plasma-firewall: Add IUSE=firewalld,ufw

Upstream commit 07811d9a53edcf1e9406897b4d6b8eee6562a56f

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/metadata.xml|  4 
 kde-plasma/plasma-firewall/plasma-firewall-.ebuild | 18 --
 2 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/kde-plasma/plasma-firewall/metadata.xml 
b/kde-plasma/plasma-firewall/metadata.xml
index 2fdbf33d96..5a8c9ddc2e 100644
--- a/kde-plasma/plasma-firewall/metadata.xml
+++ b/kde-plasma/plasma-firewall/metadata.xml
@@ -5,4 +5,8 @@
k...@gentoo.org
Gentoo KDE Project

+   
+   Build net-firewall/firewalld 
backend
+   Build net-firewall/ufw 
backend
+   
 

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
index 525e35fc9c..9c6ad2e987 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
@@ -14,9 +14,9 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall;
 LICENSE="GPL-2+"
 SLOT="5"
 KEYWORDS=""
-IUSE=""
+IUSE="firewalld +ufw"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
 
 DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
@@ -35,10 +35,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
${PYTHON_DEPS}
-   || (
-   net-firewall/firewalld
-   net-firewall/ufw
-   )
+   firewalld? ( net-firewall/firewalld )
+   ufw? ( net-firewall/ufw )
 "
 
 src_prepare() {
@@ -48,6 +46,14 @@ src_prepare() {
-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
 



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

2021-05-09 Thread Andreas Sturmlechner
commit: 9ee1529db2cfe395c122c9675476784e32893a55
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May  9 11:52:02 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May  9 11:52:02 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9ee1529d

kde-plasma/plasma-firewall: Replace systemd RDEPEND w/ postinst ewarn

For administrative reasons we can't have a package pulling in systemd,
this would render it essentially unsupported. Instead make clear that
it will not work properly.

Whoever wants to install/play around with it on openrc can now do so
with that roadblock removed.

Bug: https://bugs.gentoo.org/778527
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
index 6541d6c6bf..525e35fc9c 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
@@ -35,7 +35,6 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
${PYTHON_DEPS}
-   sys-apps/systemd
|| (
net-firewall/firewalld
net-firewall/ufw
@@ -48,3 +47,12 @@ src_prepare() {
sed -e "1 s:^.*$:\#\!/usr/bin/env python3.8:" \
-i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
 }
+
+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] proj/kde:master commit in: kde-plasma/plasma-firewall/

2021-05-04 Thread Andreas Sturmlechner
commit: 6f53509730500f38bd7055b0db1b22a9aedec0bf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May  4 16:45:27 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May  4 20:17:49 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6f535097

kde-plasma/plasma-firewall: 5.21.5 version bump

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

 .../plasma-firewall/plasma-firewall-5.21.5.ebuild  | 50 ++
 1 file changed, 50 insertions(+)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.21.5.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.21.5.ebuild
new file mode 100644
index 00..064eb692c2
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.21.5.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+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 ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+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}
+   sys-apps/systemd
+   || (
+   net-firewall/firewalld
+   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 python3.8:" \
+   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}



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

2021-04-06 Thread Andreas Sturmlechner
commit: cfdb4d0a485c1373297a59205cba5406680f96dd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr  6 10:28:58 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr  6 10:28:58 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cfdb4d0a

kde-plasma/plasma-firewall: Add sys-apps/systemd to RDEPEND

Both firewall backends are currently using systemd functions in code,
and there is no solution in sight at least for the Plasma 5.21 cycle.

Reported-by: Fitzcarraldo  hotmail.com>
Bug: https://bugs.gentoo.org/778527
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.21.49..ebuild | 1 +
 kde-plasma/plasma-firewall/plasma-firewall-.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.21.49..ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.21.49..ebuild
index ddc8c3b116..8de91a3872 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.21.49..ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.21.49..ebuild
@@ -35,6 +35,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
${PYTHON_DEPS}
+   sys-apps/systemd
|| (
net-firewall/firewalld
net-firewall/ufw

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
index 1175f9a035..6541d6c6bf 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
@@ -35,6 +35,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
${PYTHON_DEPS}
+   sys-apps/systemd
|| (
net-firewall/firewalld
net-firewall/ufw



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

2021-02-16 Thread Andreas Sturmlechner
commit: 4b856a0b8bcbc3ab9cbba23d8c4348a5104c7b41
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 16 14:40:42 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 16 14:40:42 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4b856a0b

kde-plasma/plasma-firewall: drop 5.21.0*

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

 .../plasma-firewall/plasma-firewall-5.21.0.ebuild  | 49 --
 1 file changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.21.0.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.21.0.ebuild
deleted file mode 100644
index 83c3d04d67..00
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.21.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-KFMIN=5.78.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 ~x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-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}
-   || (
-   net-firewall/firewalld
-   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 python3.8:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}



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

2021-02-16 Thread Andreas Sturmlechner
commit: cdc10b86b704eee08fd13be8c64cb8233a3cfe30
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 16 14:19:36 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 16 14:25:31 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cdc10b86

kde-plasma/plasma-firewall: drop 5.20.90*

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

 .../plasma-firewall/plasma-firewall-5.20.90.ebuild | 49 --
 1 file changed, 49 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.20.90.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.20.90.ebuild
deleted file mode 100644
index 83c3d04d67..00
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.20.90.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-KFMIN=5.78.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 ~x86"
-IUSE=""
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-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}
-   || (
-   net-firewall/firewalld
-   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 python3.8:" \
-   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}



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

2021-02-11 Thread Andreas Sturmlechner
commit: 02e8a609a7acb78488876b0488718328b7d50f3e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb 11 12:42:03 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 11 12:46:24 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=02e8a609

kde-plasma/plasma-firewall: 5.21.0 version bump

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

 .../plasma-firewall/plasma-firewall-5.21.0.ebuild  | 49 ++
 1 file changed, 49 insertions(+)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.21.0.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.21.0.ebuild
new file mode 100644
index 00..83c3d04d67
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.21.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+KFMIN=5.78.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 ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+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}
+   || (
+   net-firewall/firewalld
+   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 python3.8:" \
+   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}



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

2021-01-31 Thread Andreas Sturmlechner
commit: 73dafc8a29efdadff930e963e0df2fae1f7822e1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 31 17:27:48 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 31 17:27:48 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=73dafc8a

kde-plasma/plasma-firewall: Repo moved to correct upstream category

See also: https://mail.kde.org/pipermail/plasma-devel/2021-January/119270.html

Bug: https://bugs.gentoo.org/766728
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.21.49..ebuild | 1 -
 kde-plasma/plasma-firewall/plasma-firewall-.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.21.49..ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.21.49..ebuild
index d12cd00c70..ddc8c3b116 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.21.49..ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.21.49..ebuild
@@ -4,7 +4,6 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8,9} )
-KDE_ORG_CATEGORY=network # forgotten move upstream?
 KFMIN=5.78.0
 QTMIN=5.15.2
 inherit ecm kde.org python-single-r1

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
index 6003ac6cd2..1175f9a035 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
@@ -4,7 +4,6 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8,9} )
-KDE_ORG_CATEGORY=network # forgotten move upstream?
 KFMIN=5.74.0
 QTMIN=5.15.2
 inherit ecm kde.org python-single-r1



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

2021-01-24 Thread Andreas Sturmlechner
commit: e22a4a4f669b8a0ba1dd7b73dfc289c898db4546
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 24 13:28:10 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 24 13:28:10 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e22a4a4f

kde-plasma/plasma-firewall: Temporarily(?) set to KDE_ORG_CATEGORY=network

Closes: https://bugs.gentoo.org/766728
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.21.49..ebuild | 1 +
 kde-plasma/plasma-firewall/plasma-firewall-.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.21.49..ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.21.49..ebuild
index ddc8c3b116..d12cd00c70 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.21.49..ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.21.49..ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8,9} )
+KDE_ORG_CATEGORY=network # forgotten move upstream?
 KFMIN=5.78.0
 QTMIN=5.15.2
 inherit ecm kde.org python-single-r1

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
index 1175f9a035..6003ac6cd2 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8,9} )
+KDE_ORG_CATEGORY=network # forgotten move upstream?
 KFMIN=5.74.0
 QTMIN=5.15.2
 inherit ecm kde.org python-single-r1



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

2021-01-22 Thread Andreas Sturmlechner
commit: a40bf65300ee87fae26329588a4ddd82c36a7d1a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jan 22 23:31:53 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 22 23:58:45 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a40bf653

kde-plasma/plasma-firewall: 5.20.90 version bump

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

 .../plasma-firewall/plasma-firewall-5.20.90.ebuild | 49 ++
 1 file changed, 49 insertions(+)

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.20.90.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-5.20.90.ebuild
new file mode 100644
index 00..83c3d04d67
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.20.90.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+KFMIN=5.78.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 ~x86"
+IUSE=""
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+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}
+   || (
+   net-firewall/firewalld
+   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 python3.8:" \
+   -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}