From 2ceda67569b0a59d190a0f6afe73c18336b54268 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 6 Nov 2024 03:03:24 +0000 Subject: gentoo auto-resync : 06:11:2024 - 03:03:24 --- kde-plasma/plasma-firewall/Manifest | 4 +- .../plasma-firewall/plasma-firewall-6.2.2.ebuild | 60 ---------------------- .../plasma-firewall/plasma-firewall-6.2.3.ebuild | 60 ++++++++++++++++++++++ 3 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 kde-plasma/plasma-firewall/plasma-firewall-6.2.2.ebuild create mode 100644 kde-plasma/plasma-firewall/plasma-firewall-6.2.3.ebuild (limited to 'kde-plasma/plasma-firewall') diff --git a/kde-plasma/plasma-firewall/Manifest b/kde-plasma/plasma-firewall/Manifest index 4586eaa73656..f9a9b98f1dfe 100644 --- a/kde-plasma/plasma-firewall/Manifest +++ b/kde-plasma/plasma-firewall/Manifest @@ -1,5 +1,5 @@ DIST plasma-firewall-6.1.5.tar.xz 373904 BLAKE2B 46a7e73c8b16dc031a75754ee58ef2b790dd43543571b8ea5cb65c7175d0e2f6671167043e107ed535591d6d64f1b295ebf8e6fc60cd5f5bb5104d11914cd193 SHA512 3b3e63b7c5516e7e0775577fe272fb800fdcb125310181c74aa0e2499c62eccdf8f313d136dadb87bc9abd0c014a5dfc26337e3910aa7bafbf548f302e12d78e -DIST plasma-firewall-6.2.2.tar.xz 376276 BLAKE2B bd37a3b7752f39fcddae41c6694fcaea012abe5e67549c9639f96759636a5ad43ad2ce71b4879ab4a44090cf68876aca9f8621ddddfb75e6f9418aef00cd8d4d SHA512 a5c2c3376ab702c43f56939c79dd99b08b009c8895fea665013c107d01e25f4ea0de5c08e8c67580f4072d07cd77149ccb5aa70792fb9c64d291ea31954d4422 +DIST plasma-firewall-6.2.3.tar.xz 376276 BLAKE2B c6e4ff42741541d598d52b4c06bce05e281f56f0e92f5fd522306a9e566d4fecf5b26fa84ce3371dfe09c108165c9dd306b10eb898a7728d5eb3a9ab6560d8fb SHA512 9b67871d436ab110bc9c1cba7840f3ba9a399ca1e131eb7de078c0a6c4ee4ba4a7658363fcfb7e1f1f2d0873e517d862b632199874aebdfe69e45da26e4a15bd EBUILD plasma-firewall-6.1.5.ebuild 1491 BLAKE2B 1c3ddb5d0e66eebef574b9427c63b0ca4d75aa5f34b1a7c5c0165b75cdb9f4a78644a7ff064bc76f66a77a1b734faa9afd1826d405039420d2f16484d043f6c0 SHA512 940746e3b0b0efcc7e7b2c9e284f6bd48b543b9cfdda62906bd9a07dfe13290b036bdd60f799bd52d3a2f868ce11739126f33e6b9a2ea862507f8bc5121d9df5 -EBUILD plasma-firewall-6.2.2.ebuild 1493 BLAKE2B 0286704af4ca814841199847c3eac464f161db877f4f57e1b7e4b8bf80b6e441b7b5384f5da5db643f486528e270d4d6ba3e0352e21c25729ec2ee8126072e32 SHA512 1d30f9fbc9c69265cca77d97c7bac1620482a82d57aba630e377fa4dba8686e890d553e5d9854810ebbfe222bba6de6a0504e72c3d5533d148a951824808e470 +EBUILD plasma-firewall-6.2.3.ebuild 1493 BLAKE2B 0286704af4ca814841199847c3eac464f161db877f4f57e1b7e4b8bf80b6e441b7b5384f5da5db643f486528e270d4d6ba3e0352e21c25729ec2ee8126072e32 SHA512 1d30f9fbc9c69265cca77d97c7bac1620482a82d57aba630e377fa4dba8686e890d553e5d9854810ebbfe222bba6de6a0504e72c3d5533d148a951824808e470 MISC metadata.xml 548 BLAKE2B 7211efdf7e92cafddfb6a1a51a9165a3c529c019ec357b4c9b331e612ae1495d0b42f7dd9d4fdc9339b0e71672bd3fe2693c4e7189e184964b6e9ff78a68a567 SHA512 8d013ad2d6bda1cd624247715944542b6621bfcb80c452e4dc7fc27b5dc7a8b13a7863b3c4d0dac107e0e207bb901f0befd0518674e5b82a0d2607612ef9dba3 diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.2.2.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-6.2.2.ebuild deleted file mode 100644 index 101c6d80b266..000000000000 --- a/kde-plasma/plasma-firewall/plasma-firewall-6.2.2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="forceoptional" -PYTHON_COMPAT=( python3_{10..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 -} diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.2.3.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-6.2.3.ebuild new file mode 100644 index 000000000000..101c6d80b266 --- /dev/null +++ b/kde-plasma/plasma-firewall/plasma-firewall-6.2.3.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..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 +} -- cgit v1.2.3