* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2023-06-27 20:40 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2023-06-27 20:40 UTC (permalink / raw
To: gentoo-commits
commit: 8c9ef871adcaeb21842bc53d4ceacefae143fe60
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 14:56:33 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 20:26:45 2023 +0000
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 <asturm <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2024-10-10 23:00 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2024-10-10 23:00 UTC (permalink / raw
To: gentoo-commits
commit: 58808082e449013e9fd42df4bd6008ca126fe92c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 22:58:20 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 22:58:20 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=58808082
kde-plasma/plasma-firewall: drop 6.2.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-firewall/plasma-firewall-6.2.0.ebuild | 60 ----------------------
1 file changed, 60 deletions(-)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.2.0.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-6.2.0.ebuild
deleted file mode 100644
index 101c6d80b2..0000000000
--- a/kde-plasma/plasma-firewall/plasma-firewall-6.2.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..13} )
-KFMIN=6.6.0
-QTMIN=6.7.2
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,xml]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=kde-frameworks/kauth-${KFMIN}:6
- >=kde-frameworks/kcmutils-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
- ${PYTHON_DEPS}
- firewalld? ( net-firewall/firewalld )
- ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_prepare() {
- ecm_src_prepare
- # this kind of cmake magic doesn't work for us at all.
- sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
- -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
- -DBUILD_UFW_BACKEND=$(usex ufw)
- )
- ecm_src_configure
-}
-
-pkg_postinst () {
- ecm_pkg_postinst
-
- if ! has_version sys-apps/systemd; then
- ewarn "${PN} is not functional without sys-apps/systemd at this point."
- ewarn "See also: https://bugs.gentoo.org/778527"
- fi
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2024-10-08 15:20 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2024-10-08 15:20 UTC (permalink / raw
To: gentoo-commits
commit: 2e797ca38f0eda2a107014b0623720d9cd2adbed
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 18:21:47 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 23:22:01 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2e797ca3
kde-plasma/plasma-firewall: drop 6.1.90
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-firewall/plasma-firewall-6.1.90.ebuild | 60 ----------------------
1 file changed, 60 deletions(-)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.1.90.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-6.1.90.ebuild
deleted file mode 100644
index 9ebd86835d..0000000000
--- a/kde-plasma/plasma-firewall/plasma-firewall-6.1.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.6.0
-QTMIN=6.7.2
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,xml]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=kde-frameworks/kauth-${KFMIN}:6
- >=kde-frameworks/kcmutils-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
- ${PYTHON_DEPS}
- firewalld? ( net-firewall/firewalld )
- ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_prepare() {
- ecm_src_prepare
- # this kind of cmake magic doesn't work for us at all.
- sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
- -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
- -DBUILD_UFW_BACKEND=$(usex ufw)
- )
- ecm_src_configure
-}
-
-pkg_postinst () {
- ecm_pkg_postinst
-
- if ! has_version sys-apps/systemd; then
- ewarn "${PN} is not functional without sys-apps/systemd at this point."
- ewarn "See also: https://bugs.gentoo.org/778527"
- fi
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2024-10-04 8:49 Sam James
0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2024-10-04 8:49 UTC (permalink / raw
To: gentoo-commits
commit: f40c823de5cf0028c93a3419f6a54380eca38842
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 4 08:49:40 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 4 08:49:40 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f40c823d
kde-plasma/plasma-firewall: enable py3.13 for 6.2.0 too
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-plasma/plasma-firewall/plasma-firewall-6.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.2.0.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-6.2.0.ebuild
index 9ebd86835d..101c6d80b2 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-6.2.0.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-6.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
KFMIN=6.6.0
QTMIN=6.7.2
inherit ecm plasma.kde.org python-single-r1
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2024-10-04 8:49 Sam James
0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2024-10-04 8:49 UTC (permalink / raw
To: gentoo-commits
commit: 6f109e4a4ffab1a1e9d4fe9113869dab833a850f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 4 08:49:16 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 4 08:49:26 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6f109e4a
kde-plasma/plasma-firewall: enable py3.13
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-plasma/plasma-firewall/plasma-firewall-6.2.49.9999.ebuild | 2 +-
kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.2.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-6.2.49.9999.ebuild
index 1f531c890f..4a2d09cac8 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-6.2.49.9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-6.2.49.9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
KFMIN=6.6.0
QTMIN=6.7.2
inherit ecm plasma.kde.org python-single-r1
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
index 10a2ada7f4..4a35e387d2 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
KFMIN=9999
QTMIN=6.7.2
inherit ecm plasma.kde.org python-single-r1
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2024-10-03 20:18 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2024-10-03 20:18 UTC (permalink / raw
To: gentoo-commits
commit: fd3a3fcd86a096c281f5f8a9d5fc5c63ddade9ce
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 3 17:57:56 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 3 17:57:56 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fd3a3fcd
kde-plasma/plasma-firewall: 6.2.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-firewall/plasma-firewall-6.2.0.ebuild | 60 ++++++++++++++++++++++
1 file changed, 60 insertions(+)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.2.0.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-6.2.0.ebuild
new file mode 100644
index 0000000000..9ebd86835d
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-6.2.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=6.6.0
+QTMIN=6.7.2
+inherit ecm plasma.kde.org python-single-r1
+
+DESCRIPTION="Plasma frontend for Firewalld or UFW"
+HOMEPAGE="https://invent.kde.org/network/plasma-firewall"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="firewalld +ufw"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,xml]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=kde-frameworks/kauth-${KFMIN}:6
+ >=kde-frameworks/kcmutils-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+ ${PYTHON_DEPS}
+ firewalld? ( net-firewall/firewalld )
+ ufw? ( net-firewall/ufw )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+
+src_prepare() {
+ ecm_src_prepare
+ # this kind of cmake magic doesn't work for us at all.
+ sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
+ -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
+ -DBUILD_UFW_BACKEND=$(usex ufw)
+ )
+ ecm_src_configure
+}
+
+pkg_postinst () {
+ ecm_pkg_postinst
+
+ if ! has_version sys-apps/systemd; then
+ ewarn "${PN} is not functional without sys-apps/systemd at this point."
+ ewarn "See also: https://bugs.gentoo.org/778527"
+ fi
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2024-09-14 21:33 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2024-09-14 21:33 UTC (permalink / raw
To: gentoo-commits
commit: ff9ea40c6b60ae700cce2d9ffa57591ac07aac65
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 20:40:48 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 21:29:37 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ff9ea40c
kde-plasma/plasma-firewall: 6.1.90 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-firewall/plasma-firewall-6.1.90.ebuild | 60 ++++++++++++++++++++++
1 file changed, 60 insertions(+)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.1.90.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-6.1.90.ebuild
new file mode 100644
index 0000000000..9ebd86835d
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-6.1.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.6.0
+QTMIN=6.7.2
+inherit ecm plasma.kde.org python-single-r1
+
+DESCRIPTION="Plasma frontend for Firewalld or UFW"
+HOMEPAGE="https://invent.kde.org/network/plasma-firewall"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="firewalld +ufw"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,xml]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=kde-frameworks/kauth-${KFMIN}:6
+ >=kde-frameworks/kcmutils-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+ ${PYTHON_DEPS}
+ firewalld? ( net-firewall/firewalld )
+ ufw? ( net-firewall/ufw )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+
+src_prepare() {
+ ecm_src_prepare
+ # this kind of cmake magic doesn't work for us at all.
+ sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
+ -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
+ -DBUILD_UFW_BACKEND=$(usex ufw)
+ )
+ ecm_src_configure
+}
+
+pkg_postinst () {
+ ecm_pkg_postinst
+
+ if ! has_version sys-apps/systemd; then
+ ewarn "${PN} is not functional without sys-apps/systemd at this point."
+ ewarn "See also: https://bugs.gentoo.org/778527"
+ fi
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2024-09-10 16:48 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2024-09-10 16:48 UTC (permalink / raw
To: gentoo-commits
commit: a62cb206c511b6f205bed0a304937acb1ea5051c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 16:04:05 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 16:45:00 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a62cb206
kde-plasma/plasma-firewall: drop 6.1.49.9999
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-firewall-6.1.49.9999.ebuild | 60 ----------------------
1 file changed, 60 deletions(-)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.1.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-6.1.49.9999.ebuild
deleted file mode 100644
index a6cced055f..0000000000
--- a/kde-plasma/plasma-firewall/plasma-firewall-6.1.49.9999.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.5.0
-QTMIN=6.7.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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2024-06-18 20:03 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2024-06-18 20:03 UTC (permalink / raw
To: gentoo-commits
commit: 92d040e85bec7a9ef21df251f661d8474de6a18a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 18 19:59:42 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 18 19:59:42 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=92d040e8
kde-plasma/plasma-firewall: drop 6.1.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2024-05-27 22:24 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2024-05-27 22:24 UTC (permalink / raw
To: gentoo-commits
commit: 29f4279b550974c41cc97b070c4c4f0a88e95b2f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 27 17:48:08 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 27 17:48:08 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=29f4279b
kde-plasma/plasma-firewall: drop 6.0.90
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2024-05-24 19:49 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2024-05-24 19:49 UTC (permalink / raw
To: gentoo-commits
commit: 2417c1b12608751904aec542fdadd3b3aac49711
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 24 18:55:54 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 24 19:26:15 2024 +0000
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 <asturm <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2024-05-21 19:06 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2024-05-21 19:06 UTC (permalink / raw
To: gentoo-commits
commit: 5a0cbe42d339f926c40e3c39e408e198dcdd90ff
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 21 18:55:54 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 21 19:04:51 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5a0cbe42
kde-plasma/plasma-firewall: drop 6.0.49.9999
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-firewall-6.0.49.9999.ebuild | 60 ----------------------
1 file changed, 60 deletions(-)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.0.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-6.0.49.9999.ebuild
deleted file mode 100644
index 68a5a4692e..0000000000
--- a/kde-plasma/plasma-firewall/plasma-firewall-6.0.49.9999.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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2024-01-16 15:28 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2024-01-16 15:28 UTC (permalink / raw
To: gentoo-commits
commit: ed68659571facc92f1f274bae4fe8bb67217c3c9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 14:32:31 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 15:26:45 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ed686595
kde-plasma/plasma-firewall: drop 5.27.49.9999
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-firewall-5.27.49.9999.ebuild | 65 ----------------------
1 file changed, 65 deletions(-)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild
deleted file mode 100644
index 846f3761bc..0000000000
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2024-01-10 16:47 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2024-01-10 16:47 UTC (permalink / raw
To: gentoo-commits
commit: ab33d5192062c0e228b3713853ed6f795d04231a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 10 13:28:16 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 16:46:13 2024 +0000
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 <asturm <AT> 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 0000000000..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=9999
+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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2023-12-23 18:46 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2023-12-23 18:46 UTC (permalink / raw
To: gentoo-commits
commit: 2ff5a6229c94a15faa0ffa2f640ce6bac267eedf
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 23 18:33:59 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 23 18:33:59 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2ff5a622
kde-plasma/plasma-firewall: drop 5.91.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2023-12-20 23:02 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2023-12-20 23:02 UTC (permalink / raw
To: gentoo-commits
commit: 7fdb1ab60bc59d8f05d71d7fc3bd97e4ad02f10d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 16:39:22 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 23:01:10 2023 +0000
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 <asturm <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2023-12-12 20:02 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2023-12-12 20:02 UTC (permalink / raw
To: gentoo-commits
commit: cd10a40e69c87cc3fdaaeb43f72807eccbf0c127
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 19:01:03 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 19:01:16 2023 +0000
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 <asturm <AT> 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 @@
</maintainer>
<upstream>
<bugs-to>https://bugs.kde.org/</bugs-to>
+ <remote-id type="kde-invent">network/plasma-firewall</remote-id>
</upstream>
<use>
<flag name="firewalld">Build <pkg>net-firewall/firewalld</pkg> backend</flag>
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2023-12-12 20:02 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2023-12-12 20:02 UTC (permalink / raw
To: gentoo-commits
commit: ed4d7a9492811d5b8e67a9b471976d14a10d3500
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 19:00:37 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 19:02:37 2023 +0000
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 <asturm <AT> gentoo.org>
kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
index 1aab6da73b..26fd597649 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-9999.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}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2023-10-25 7:42 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2023-10-25 7:42 UTC (permalink / raw
To: gentoo-commits
commit: 2476c6c49d6cb3d122abcbba4960c4ec1dc91c29
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 25 07:37:23 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 07:37:23 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2476c6c4
kde-plasma/plasma-firewall: drop 5.27.9
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2023-10-24 18:39 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2023-10-24 18:39 UTC (permalink / raw
To: gentoo-commits
commit: 400eea1a01502c95311fdddd6c2a6e7b416b860d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 18:07:00 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 18:39:19 2023 +0000
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 <asturm <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2023-08-15 14:33 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2023-08-15 14:33 UTC (permalink / raw
To: gentoo-commits
commit: 26f958b4b5cf5637e85509540a0cca57d67fbd0c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 9 21:47:11 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 15 14:31:17 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=26f958b4
kde-plasma/plasma-firewall: enable py3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild | 2 +-
kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild
index 64411472d3..2ae6d0461e 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.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-9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
index 64411472d3..2ae6d0461e 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-9999.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
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2023-06-27 20:44 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2023-06-27 20:44 UTC (permalink / raw
To: gentoo-commits
commit: c9c898e4315a5b44d44fdde8c591c5938182efdd
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 20:43:19 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 20:43:19 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c9c898e4
kde-plasma/plasma-firewall: drop 5.27.6
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2023-05-27 6:52 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2023-05-27 6:52 UTC (permalink / raw
To: gentoo-commits
commit: bdb1ccc8262612b2945cddaed03288121eca0778
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 08:56:15 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 27 06:52:08 2023 +0000
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 <asturm <AT> gentoo.org>
kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild | 5 -----
kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild | 5 -----
2 files changed, 10 deletions(-)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild
index d5015b8da0..64411472d3 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.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-9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
index d5015b8da0..64411472d3 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-9999.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
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2023-04-17 17:25 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2023-04-17 17:25 UTC (permalink / raw
To: gentoo-commits
commit: 42ebc07f04f79942775d30c5d7c23e682f8ec8a3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 17:16:51 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 17:25:09 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=42ebc07f
kde-plasma/plasma-firewall: Fix test failure
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild | 5 +++++
kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild
index 7c8d85f5fb..8a041a1316 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.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-9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
index 7c8d85f5fb..8a041a1316 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-9999.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
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2023-03-14 20:21 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2023-03-14 20:21 UTC (permalink / raw
To: gentoo-commits
commit: f497b472082bd42e19f6a6d829b31bc15c17c6c1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 20:15:55 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 20:15:55 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f497b472
kde-plasma/plasma-firewall: drop 5.27.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2023-03-14 14:47 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2023-03-14 14:47 UTC (permalink / raw
To: gentoo-commits
commit: 99d2cc7abc5b942f2159d185cabf755548469cfe
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 14:42:25 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 14:42:25 2023 +0000
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 <asturm <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2023-02-22 11:59 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2023-02-22 11:59 UTC (permalink / raw
To: gentoo-commits
commit: b8d27c443d536eecfcc3db0bae19cbe72ddfd60b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 10:51:06 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 10:51:06 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b8d27c44
kde-plasma/plasma-firewall: drop 5.27.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2023-02-21 14:02 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2023-02-21 14:02 UTC (permalink / raw
To: gentoo-commits
commit: 6c03c74afb50fe2dc23d7d387e0e8491e489ee7f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 13:27:00 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 13:27:00 2023 +0000
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 <asturm <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2023-02-14 11:27 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2023-02-14 11:27 UTC (permalink / raw
To: gentoo-commits
commit: 2673bb907c2b3a2e76eb2d5d362c5b783867a163
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 10:47:48 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 10:47:48 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2673bb90
kde-plasma/plasma-firewall: drop 5.27.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2023-02-09 13:26 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2023-02-09 13:26 UTC (permalink / raw
To: gentoo-commits
commit: bfbd7cc68d40b0560f6b57252330685897c8ff00
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 9 13:00:20 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 9 13:19:56 2023 +0000
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 <asturm <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2023-01-20 13:59 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2023-01-20 13:59 UTC (permalink / raw
To: gentoo-commits
commit: fb58d833c0d810c66e80380ca0d388408120c09d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 13:49:09 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 13:49:09 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fb58d833
kde-plasma/plasma-firewall: drop 5.26.90
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2023-01-20 10:40 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2023-01-20 10:40 UTC (permalink / raw
To: gentoo-commits
commit: 963a927dccd1c6b1dad77910f9b389fb28774e62
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 09:30:29 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 10:14:22 2023 +0000
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 <asturm <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2023-01-04 15:21 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2023-01-04 15:21 UTC (permalink / raw
To: gentoo-commits
commit: 403448d1d1e918bd33c637789a8db7cb429eddbe
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 10:10:41 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 10:10:41 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=403448d1
kde-plasma/plasma-firewall: drop 5.26.49.9999
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-firewall-5.26.49.9999.ebuild | 64 ----------------------
1 file changed, 64 deletions(-)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.26.49.9999.ebuild
deleted file mode 100644
index 3eaabc3222..0000000000
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.26.49.9999.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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2022-12-13 20:37 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2022-12-13 20:37 UTC (permalink / raw
To: gentoo-commits
commit: 2a64636fd7b4aed3f4dff7ac6a48e890634609b4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 13 19:36:30 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 19:36:30 2022 +0000
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 <asturm <AT> gentoo.org>
kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
index 3bc2e94a98..119f3377e7 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+ECM_TEST="forceoptional"
PYTHON_COMPAT=( python3_{8..11} )
KFMIN=5.101.0
QTMIN=5.15.5
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2022-10-11 12:51 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2022-10-11 12:51 UTC (permalink / raw
To: gentoo-commits
commit: b551fc664c093d9cde6a6042260438a4f3413b5a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 12:44:42 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 12:51:19 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b551fc66
kde-plasma/plasma-firewall: drop 5.26.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2022-10-11 12:37 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2022-10-11 12:37 UTC (permalink / raw
To: gentoo-commits
commit: 01a26f9083e48e9dda79d85229c787a24542c164
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 09:37:20 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 14:30:02 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=01a26f90
kde-plasma/plasma-firewall: drop 5.25.90
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2022-10-09 16:39 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2022-10-09 16:39 UTC (permalink / raw
To: gentoo-commits
commit: ce2ab4340f19199fd299a2cf930ffaa0d5b855be
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 8 13:50:34 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 9 16:38:32 2022 +0000
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 <asturm <AT> gentoo.org>
kde-plasma/plasma-firewall/plasma-firewall-5.26.0.ebuild | 1 +
kde-plasma/plasma-firewall/plasma-firewall-5.26.49.9999.ebuild | 1 +
kde-plasma/plasma-firewall/plasma-firewall-9999.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.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.26.49.9999.ebuild
index 87d219f05a..b77cb53cee 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.26.49.9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.26.49.9999.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-9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
index 5b9dcfdb59..2870da91dc 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-9999.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
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2022-10-06 14:48 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2022-10-06 14:48 UTC (permalink / raw
To: gentoo-commits
commit: 51b0681b60cb2dc10544967d898adf37db77738d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 6 13:53:18 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 6 14:48:06 2022 +0000
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 <asturm <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2022-09-15 21:41 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2022-09-15 21:41 UTC (permalink / raw
To: gentoo-commits
commit: 0db6753f256722029a694e5c254071e07455c126
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 21:36:26 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 21:41:11 2022 +0000
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 <asturm <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2022-09-15 20:57 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2022-09-15 20:57 UTC (permalink / raw
To: gentoo-commits
commit: a20480de1e1fd4841d494c1a2e42364d0de11b0a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 20:54:50 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 20:57:04 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a20480de
kde-plasma/plasma-firewall: 5.26.49.9999 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-firewall-5.26.49.9999.ebuild | 63 ++++++++++++++++++++++
1 file changed, 63 insertions(+)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.26.49.9999.ebuild
new file mode 100644
index 0000000000..87d219f05a
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.26.49.9999.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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2022-09-06 19:16 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2022-09-06 19:16 UTC (permalink / raw
To: gentoo-commits
commit: 88e586e773c4f4b389cd4e0216eae8274c44d0d7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 6 18:23:03 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 6 19:01:06 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=88e586e7
kde-plasma/plasma-firewall: drop 5.25.49.9999
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-firewall-5.25.49.9999.ebuild | 63 ----------------------
1 file changed, 63 deletions(-)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.25.49.9999.ebuild
deleted file mode 100644
index a46eefa1e1..0000000000
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.25.49.9999.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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2022-07-13 9:18 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2022-07-13 9:18 UTC (permalink / raw
To: gentoo-commits
commit: 30fa2bafda3d9f6af42a8d7731a6cc421ee90c6e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 08:52:29 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 08:52:29 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=30fa2baf
kde-plasma/plasma-firewall: drop 5.25.3*
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2022-07-12 13:50 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2022-07-12 13:50 UTC (permalink / raw
To: gentoo-commits
commit: 4f315eeddf92c89f519c7a9016887c4b841db036
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 12 11:24:34 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 12 11:24:34 2022 +0000
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 <asturm <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2022-07-03 22:12 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2022-07-03 22:12 UTC (permalink / raw
To: gentoo-commits
commit: a3115dbe8133d6dbd7100527ae4ab6dd1fd15dfe
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 3 22:04:16 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul 3 22:04:16 2022 +0000
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 <asturm <AT> gentoo.org>
kde-plasma/plasma-firewall/plasma-firewall-5.24.49.9999.ebuild | 2 +-
kde-plasma/plasma-firewall/plasma-firewall-5.25.49.9999.ebuild | 2 +-
kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.24.49.9999.ebuild
index 805b61f720..4bf582f0d5 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.24.49.9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.24.49.9999.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.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.25.49.9999.ebuild
index 15bea19c0c..478483129e 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.25.49.9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.25.49.9999.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-9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
index d45a7b1f14..fb476f59cb 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
KFMIN=9999
QTMIN=5.15.4
inherit ecm kde.org python-single-r1
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2022-06-14 12:47 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2022-06-14 12:47 UTC (permalink / raw
To: gentoo-commits
commit: a450d954b40c8d09b114a6bf12912fb20994544f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 12:46:42 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 12:46:42 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a450d954
kde-plasma/plasma-firewall: drop 5.25.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2022-06-09 11:29 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2022-06-09 11:29 UTC (permalink / raw
To: gentoo-commits
commit: 716461af6eda9ffabe8ea2f843dab1e0aeab4fac
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 9 11:16:21 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 9 11:20:49 2022 +0000
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 <asturm <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2022-06-08 9:22 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2022-06-08 9:22 UTC (permalink / raw
To: gentoo-commits
commit: 128038800dabeb5ae917ef44574b9637a4f4f947
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 8 09:18:07 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 8 09:18:07 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=12803880
kde-plasma/plasma-firewall: 5.25.49.9999 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-firewall-5.25.49.9999.ebuild | 63 ++++++++++++++++++++++
1 file changed, 63 insertions(+)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.25.49.9999.ebuild
new file mode 100644
index 0000000000..31ccf0dc5e
--- /dev/null
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.25.49.9999.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=9999
+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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2022-03-21 19:03 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2022-03-21 19:03 UTC (permalink / raw
To: gentoo-commits
commit: 3805edb68ba7067e988e466708965573f07c308c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 18:58:18 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 19:02:33 2022 +0000
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 <asturm <AT> gentoo.org>
kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
index 9fe08a215c..a2b75c3e63 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
KFMIN=9999
-QTMIN=5.15.2
+QTMIN=5.15.3
inherit ecm kde.org python-single-r1
DESCRIPTION="Plasma frontend for Firewalld or UFW"
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2022-02-08 13:17 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2022-02-08 13:17 UTC (permalink / raw
To: gentoo-commits
commit: d3093f93d72b128f746a86f9c0a1e8fbddadbd16
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 8 12:59:53 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 8 12:59:53 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d3093f93
kde-plasma/plasma-firewall: drop 5.24.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2022-02-03 20:10 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2022-02-03 20:10 UTC (permalink / raw
To: gentoo-commits
commit: c0b672436eacaa9a3542db07f60572557ba62e18
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 3 20:03:31 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 3 20:03:31 2022 +0000
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 <asturm <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2022-01-18 17:41 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2022-01-18 17:41 UTC (permalink / raw
To: gentoo-commits
commit: 3fa95263d229449f8eab4e6a6d7f7502d19b57fd
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 18 17:38:47 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 18 17:38:47 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3fa95263
kde-plasma/plasma-firewall: drop 5.23.90*
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2022-01-17 17:49 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2022-01-17 17:49 UTC (permalink / raw
To: gentoo-commits
commit: b372716d3eddd4391a70af677e87c23eccbaeeda
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 17 17:40:45 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 17 17:46:40 2022 +0000
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 <asturm <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2022-01-04 16:20 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2022-01-04 16:20 UTC (permalink / raw
To: gentoo-commits
commit: 374e0c5d37e0f1dd61b94b65da9084b95fa10e6e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 4 16:01:42 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 4 16:01:42 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=374e0c5d
kde-plasma/plasma-firewall: drop 5.23.5*
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2022-01-04 11:57 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2022-01-04 11:57 UTC (permalink / raw
To: gentoo-commits
commit: 2d2b638fae3f77c42a83b6740f0220fcc925e527
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 4 11:16:01 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 4 11:16:01 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2d2b638f
kde-plasma/plasma-firewall: drop 5.23.49.9999*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../plasma-firewall-5.23.49.9999.ebuild | 64 ----------------------
1 file changed, 64 deletions(-)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.23.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.23.49.9999.ebuild
deleted file mode 100644
index 49247f68c2..0000000000
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.23.49.9999.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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2021-10-14 10:26 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2021-10-14 10:26 UTC (permalink / raw
To: gentoo-commits
commit: d97de477ef3a9ffd120c00d4f145d1bf2be06dae
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 10:08:14 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 14 10:08:14 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d97de477
kde-plasma/plasma-firewall: drop 5.23.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2021-10-04 13:04 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2021-10-04 13:04 UTC (permalink / raw
To: gentoo-commits
commit: 1872208376d5acdef94f1e550431315dce551c43
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 4 12:52:23 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 4 12:52:23 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=18722083
kde-plasma/plasma-firewall: drop 5.22.90*
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2021-09-23 0:30 Sam James
0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2021-09-23 0:30 UTC (permalink / raw
To: gentoo-commits
commit: 60efc1c68bb37265332676b7098b82ca4171d20c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 23 00:30:23 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 23 00:30:23 2021 +0000
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 <sam <AT> 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.9999.ebuild | 2 +-
kde-plasma/plasma-firewall/plasma-firewall-9999.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.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.23.49.9999.ebuild
index 0ab14832c8..49247f68c2 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.23.49.9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.23.49.9999.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-9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
index c401e12a91..0d5f6c1028 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-9999.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
}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2021-09-21 18:44 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2021-09-21 18:44 UTC (permalink / raw
To: gentoo-commits
commit: eacdbbacd0f5fd7a51590502decb27f2cadfe63d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 21 18:05:50 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 21 18:26:00 2021 +0000
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 <asturm <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2021-09-02 17:36 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2021-09-02 17:36 UTC (permalink / raw
To: gentoo-commits
commit: 677808944e86c4408be565894c8a0c8e343f2060
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 2 17:06:59 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 2 17:15:02 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=67780894
kde-plasma/plasma-firewall: drop 5.22.5*
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2021-08-25 9:00 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2021-08-25 9:00 UTC (permalink / raw
To: gentoo-commits
commit: 6dea4a48f95b4573cc2b093170edd37189c77220
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 25 07:18:47 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 25 08:31:22 2021 +0000
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 <asturm <AT> gentoo.org>
kde-plasma/plasma-firewall/plasma-firewall-5.22.49.9999.ebuild | 2 +-
kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.22.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.22.49.9999.ebuild
index cca60c3c6a..09da150a29 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.22.49.9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.22.49.9999.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-9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
index cca60c3c6a..c401e12a91 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
@@ -3,8 +3,8 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8,9} )
-KFMIN=5.82.0
+PYTHON_COMPAT=( python3_{8..10} )
+KFMIN=9999
QTMIN=5.15.2
inherit ecm kde.org python-single-r1
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2021-06-11 5:49 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2021-06-11 5:49 UTC (permalink / raw
To: gentoo-commits
commit: 59b43d3e2f6ee3a23da134847b478afb898c02f3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 11 05:39:36 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 11 05:40:29 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=59b43d3e
kde-plasma/plasma-firewall: drop 5.21.90*
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2021-05-14 20:41 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2021-05-14 20:41 UTC (permalink / raw
To: gentoo-commits
commit: 3308d972180585d638303893d666528415e1660f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 14 20:32:26 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 14 20:38:51 2021 +0000
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 <asturm <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2021-05-14 12:09 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2021-05-14 12:09 UTC (permalink / raw
To: gentoo-commits
commit: f975fcb101a9ff20e169d48f0dac02f7649f4402
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 20:27:47 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 14 10:57:36 2021 +0000
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 <asturm <AT> gentoo.org>
kde-plasma/plasma-firewall/metadata.xml | 4 ++++
kde-plasma/plasma-firewall/plasma-firewall-9999.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 @@
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
+ <use>
+ <flag name="firewalld">Build <pkg>net-firewall/firewalld</pkg> backend</flag>
+ <flag name="ufw">Build <pkg>net-firewall/ufw</pkg> backend</flag>
+ </use>
</pkgmetadata>
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
index 525e35fc9c..9c6ad2e987 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-9999.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
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2021-05-09 12:17 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2021-05-09 12:17 UTC (permalink / raw
To: gentoo-commits
commit: 9ee1529db2cfe395c122c9675476784e32893a55
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 9 11:52:02 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 9 11:52:02 2021 +0000
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 <asturm <AT> gentoo.org>
kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
index 6541d6c6bf..525e35fc9c 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-9999.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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2021-05-04 21:12 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2021-05-04 21:12 UTC (permalink / raw
To: gentoo-commits
commit: 6f53509730500f38bd7055b0db1b22a9aedec0bf
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 4 16:45:27 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue May 4 20:17:49 2021 +0000
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 <asturm <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2021-04-06 10:29 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2021-04-06 10:29 UTC (permalink / raw
To: gentoo-commits
commit: cfdb4d0a485c1373297a59205cba5406680f96dd
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 6 10:28:58 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 6 10:28:58 2021 +0000
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 <fitzcarraldo1 <AT> hotmail.com>
Bug: https://bugs.gentoo.org/778527
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/plasma-firewall/plasma-firewall-5.21.49.9999.ebuild | 1 +
kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.21.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.21.49.9999.ebuild
index ddc8c3b116..8de91a3872 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.21.49.9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.21.49.9999.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-9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
index 1175f9a035..6541d6c6bf 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
@@ -35,6 +35,7 @@ DEPEND="
"
RDEPEND="${DEPEND}
${PYTHON_DEPS}
+ sys-apps/systemd
|| (
net-firewall/firewalld
net-firewall/ufw
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2021-02-16 15:48 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2021-02-16 15:48 UTC (permalink / raw
To: gentoo-commits
commit: 4b856a0b8bcbc3ab9cbba23d8c4348a5104c7b41
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 14:40:42 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 14:40:42 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4b856a0b
kde-plasma/plasma-firewall: drop 5.21.0*
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2021-02-16 14:25 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2021-02-16 14:25 UTC (permalink / raw
To: gentoo-commits
commit: cdc10b86b704eee08fd13be8c64cb8233a3cfe30
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 16 14:19:36 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 16 14:25:31 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cdc10b86
kde-plasma/plasma-firewall: drop 5.20.90*
Signed-off-by: Andreas Sturmlechner <asturm <AT> 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..0000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2021-02-11 13:38 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2021-02-11 13:38 UTC (permalink / raw
To: gentoo-commits
commit: 02e8a609a7acb78488876b0488718328b7d50f3e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 12:42:03 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 12:46:24 2021 +0000
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 <asturm <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2021-01-31 17:28 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2021-01-31 17:28 UTC (permalink / raw
To: gentoo-commits
commit: 73dafc8a29efdadff930e963e0df2fae1f7822e1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 17:27:48 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 17:27:48 2021 +0000
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 <asturm <AT> gentoo.org>
kde-plasma/plasma-firewall/plasma-firewall-5.21.49.9999.ebuild | 1 -
kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild | 1 -
2 files changed, 2 deletions(-)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.21.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.21.49.9999.ebuild
index d12cd00c70..ddc8c3b116 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.21.49.9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.21.49.9999.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-9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
index 6003ac6cd2..1175f9a035 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-9999.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
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2021-01-24 13:28 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2021-01-24 13:28 UTC (permalink / raw
To: gentoo-commits
commit: e22a4a4f669b8a0ba1dd7b73dfc289c898db4546
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 13:28:10 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 13:28:10 2021 +0000
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 <asturm <AT> gentoo.org>
kde-plasma/plasma-firewall/plasma-firewall-5.21.49.9999.ebuild | 1 +
kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.21.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.21.49.9999.ebuild
index ddc8c3b116..d12cd00c70 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-5.21.49.9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-5.21.49.9999.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-9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
index 1175f9a035..6003ac6cd2 100644
--- a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild
+++ b/kde-plasma/plasma-firewall/plasma-firewall-9999.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
^ permalink raw reply related [flat|nested] 72+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/
@ 2021-01-23 0:26 Andreas Sturmlechner
0 siblings, 0 replies; 72+ messages in thread
From: Andreas Sturmlechner @ 2021-01-23 0:26 UTC (permalink / raw
To: gentoo-commits
commit: a40bf65300ee87fae26329588a4ddd82c36a7d1a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 23:31:53 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 23:58:45 2021 +0000
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 <asturm <AT> 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 0000000000..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
+}
^ permalink raw reply related [flat|nested] 72+ messages in thread
end of thread, other threads:[~2024-10-10 23:00 UTC | newest]
Thread overview: 72+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-27 20:40 [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-10-10 23:00 Andreas Sturmlechner
2024-10-08 15:20 Andreas Sturmlechner
2024-10-04 8:49 Sam James
2024-10-04 8:49 Sam James
2024-10-03 20:18 Andreas Sturmlechner
2024-09-14 21:33 Andreas Sturmlechner
2024-09-10 16:48 Andreas Sturmlechner
2024-06-18 20:03 Andreas Sturmlechner
2024-05-27 22:24 Andreas Sturmlechner
2024-05-24 19:49 Andreas Sturmlechner
2024-05-21 19:06 Andreas Sturmlechner
2024-01-16 15:28 Andreas Sturmlechner
2024-01-10 16:47 Andreas Sturmlechner
2023-12-23 18:46 Andreas Sturmlechner
2023-12-20 23:02 Andreas Sturmlechner
2023-12-12 20:02 Andreas Sturmlechner
2023-12-12 20:02 Andreas Sturmlechner
2023-10-25 7:42 Andreas Sturmlechner
2023-10-24 18:39 Andreas Sturmlechner
2023-08-15 14:33 Andreas Sturmlechner
2023-06-27 20:44 Andreas Sturmlechner
2023-05-27 6:52 Andreas Sturmlechner
2023-04-17 17:25 Andreas Sturmlechner
2023-03-14 20:21 Andreas Sturmlechner
2023-03-14 14:47 Andreas Sturmlechner
2023-02-22 11:59 Andreas Sturmlechner
2023-02-21 14:02 Andreas Sturmlechner
2023-02-14 11:27 Andreas Sturmlechner
2023-02-09 13:26 Andreas Sturmlechner
2023-01-20 13:59 Andreas Sturmlechner
2023-01-20 10:40 Andreas Sturmlechner
2023-01-04 15:21 Andreas Sturmlechner
2022-12-13 20:37 Andreas Sturmlechner
2022-10-11 12:51 Andreas Sturmlechner
2022-10-11 12:37 Andreas Sturmlechner
2022-10-09 16:39 Andreas Sturmlechner
2022-10-06 14:48 Andreas Sturmlechner
2022-09-15 21:41 Andreas Sturmlechner
2022-09-15 20:57 Andreas Sturmlechner
2022-09-06 19:16 Andreas Sturmlechner
2022-07-13 9:18 Andreas Sturmlechner
2022-07-12 13:50 Andreas Sturmlechner
2022-07-03 22:12 Andreas Sturmlechner
2022-06-14 12:47 Andreas Sturmlechner
2022-06-09 11:29 Andreas Sturmlechner
2022-06-08 9:22 Andreas Sturmlechner
2022-03-21 19:03 Andreas Sturmlechner
2022-02-08 13:17 Andreas Sturmlechner
2022-02-03 20:10 Andreas Sturmlechner
2022-01-18 17:41 Andreas Sturmlechner
2022-01-17 17:49 Andreas Sturmlechner
2022-01-04 16:20 Andreas Sturmlechner
2022-01-04 11:57 Andreas Sturmlechner
2021-10-14 10:26 Andreas Sturmlechner
2021-10-04 13:04 Andreas Sturmlechner
2021-09-23 0:30 Sam James
2021-09-21 18:44 Andreas Sturmlechner
2021-09-02 17:36 Andreas Sturmlechner
2021-08-25 9:00 Andreas Sturmlechner
2021-06-11 5:49 Andreas Sturmlechner
2021-05-14 20:41 Andreas Sturmlechner
2021-05-14 12:09 Andreas Sturmlechner
2021-05-09 12:17 Andreas Sturmlechner
2021-05-04 21:12 Andreas Sturmlechner
2021-04-06 10:29 Andreas Sturmlechner
2021-02-16 15:48 Andreas Sturmlechner
2021-02-16 14:25 Andreas Sturmlechner
2021-02-11 13:38 Andreas Sturmlechner
2021-01-31 17:28 Andreas Sturmlechner
2021-01-24 13:28 Andreas Sturmlechner
2021-01-23 0:26 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox