From 97bacba3ead078e5db8b87ab651a3ffa7d82f60f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 17 Apr 2024 12:04:28 +0100 Subject: gentoo auto-resync : 17:04:2024 - 12:04:27 --- kde-plasma/plasma-firewall/Manifest | 4 +- .../plasma-firewall/plasma-firewall-6.0.3.ebuild | 60 ---------------------- .../plasma-firewall/plasma-firewall-6.0.4.ebuild | 60 ++++++++++++++++++++++ 3 files changed, 62 insertions(+), 62 deletions(-) delete mode 100644 kde-plasma/plasma-firewall/plasma-firewall-6.0.3.ebuild create mode 100644 kde-plasma/plasma-firewall/plasma-firewall-6.0.4.ebuild (limited to 'kde-plasma/plasma-firewall') diff --git a/kde-plasma/plasma-firewall/Manifest b/kde-plasma/plasma-firewall/Manifest index 47a8e0433fac..cad2dd31d020 100644 --- a/kde-plasma/plasma-firewall/Manifest +++ b/kde-plasma/plasma-firewall/Manifest @@ -1,5 +1,5 @@ DIST plasma-firewall-5.27.11.tar.xz 362988 BLAKE2B 484e853f4a8c61823e2a235fe5d5e40b6861c04044ca5058b8e866d9a9d9cb072b8a64c2c1b8a950f1604acc85dd27c38314735db2b6e4f59e8fb9085eda0ea8 SHA512 9c6a41448ef83a1c464e1e10441ae811bc898afc451b821fbd46141df4ffe1ad395692c420ce02dd5618197a307fa2729dbe8f0f703c1a64b14068f6c018ba7b -DIST plasma-firewall-6.0.3.tar.xz 367984 BLAKE2B 4a4ce080d83af5bf4a9cb7ae72e3214a3c714ea4afcc8c640ddd32226e008e5dcfadd2c7b4d92acac7fe6a5614a0ef7e5a2dcf4cab9654ec32495597245d83cd SHA512 b2e202c736e46e2260538f7ed960e2b9a5c3cf8b59c0516c67bec04173a42d367e35d59cb68269e1a9a53909aa349f6b749e689eaf1f1cbccd3838531c713feb +DIST plasma-firewall-6.0.4.tar.xz 367948 BLAKE2B ce35e958a969b63902ed53fe8bde171d5b7bf7678cb344c57fd3a0e991bb929b05fc32c0ac3fc5dbad4e30592b5fdda829611b553b9fce6921e755beb0685515 SHA512 70b914f1dbe011e10a250f4a3ca84a0e324798ba5d74cd3f89adddb61e92a53b7fca95cee63f6065c84dc36a81f45cb091ed51156b23564f62fba89625340a7c EBUILD plasma-firewall-5.27.11.ebuild 1643 BLAKE2B 791bef934a6de0397ea8875fea59424cefca31bb0d48a76b788c456ed4f5a0fabf26a4ce103bd97a599733bc3b9650b1b5317dff438b26233e78a97c8dd0c116 SHA512 12e67add2a610aab6b7c85f7a190f3b21d933325e53f6845c789d1cf36a89a9fbacde95a8ef30cac703851b8116d2f8bc364e1bfc990e4df94278fa3cc24b8b0 -EBUILD plasma-firewall-6.0.3.ebuild 1465 BLAKE2B 4520fd390a3a4f72a541dde322b17f83b035eafabf7317337d56ba22d79cfac6a267ee927d75abee03835038981a732d1b9b89de390ca4bb8de14318c08d8116 SHA512 85d79c49e4bbbda316e76e0a3f6b11fc5f33af54b1b74047072991dc1dfc97b9664c816022bfa4228f44431e910b93b914de301edc6f5e3a69064a03f09331fa +EBUILD plasma-firewall-6.0.4.ebuild 1465 BLAKE2B 4520fd390a3a4f72a541dde322b17f83b035eafabf7317337d56ba22d79cfac6a267ee927d75abee03835038981a732d1b9b89de390ca4bb8de14318c08d8116 SHA512 85d79c49e4bbbda316e76e0a3f6b11fc5f33af54b1b74047072991dc1dfc97b9664c816022bfa4228f44431e910b93b914de301edc6f5e3a69064a03f09331fa MISC metadata.xml 548 BLAKE2B 7211efdf7e92cafddfb6a1a51a9165a3c529c019ec357b4c9b331e612ae1495d0b42f7dd9d4fdc9339b0e71672bd3fe2693c4e7189e184964b6e9ff78a68a567 SHA512 8d013ad2d6bda1cd624247715944542b6621bfcb80c452e4dc7fc27b5dc7a8b13a7863b3c4d0dac107e0e207bb901f0befd0518674e5b82a0d2607612ef9dba3 diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.0.3.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-6.0.3.ebuild deleted file mode 100644 index b32a35aa7769..000000000000 --- a/kde-plasma/plasma-firewall/plasma-firewall-6.0.3.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="forceoptional" -PYTHON_COMPAT=( python3_{10..12} ) -KFMIN=6.0 -QTMIN=6.6.2 -inherit ecm plasma.kde.org python-single-r1 - -DESCRIPTION="Plasma frontend for Firewalld or UFW" -HOMEPAGE="https://invent.kde.org/network/plasma-firewall" - -LICENSE="GPL-2+" -SLOT="6" -KEYWORDS="~amd64" -IUSE="firewalld +ufw" - -REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )" - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,xml] - >=dev-qt/qtdeclarative-${QTMIN}:6 - >=kde-frameworks/kauth-${KFMIN}:6 - >=kde-frameworks/kcmutils-${KFMIN}:6 - >=kde-frameworks/kconfig-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 -" -RDEPEND="${DEPEND} - ${PYTHON_DEPS} - firewalld? ( net-firewall/firewalld ) - ufw? ( net-firewall/ufw ) -" -BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6" - -src_prepare() { - ecm_src_prepare - # this kind of cmake magic doesn't work for us at all. - sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \ - -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die -} - -src_configure() { - local mycmakeargs=( - -DBUILD_FIREWALLD_BACKEND=$(usex firewalld) - -DBUILD_UFW_BACKEND=$(usex ufw) - ) - ecm_src_configure -} - -pkg_postinst () { - ecm_pkg_postinst - - if ! has_version sys-apps/systemd; then - ewarn "${PN} is not functional without sys-apps/systemd at this point." - ewarn "See also: https://bugs.gentoo.org/778527" - fi -} diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.0.4.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-6.0.4.ebuild new file mode 100644 index 000000000000..b32a35aa7769 --- /dev/null +++ b/kde-plasma/plasma-firewall/plasma-firewall-6.0.4.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.0 +QTMIN=6.6.2 +inherit ecm plasma.kde.org python-single-r1 + +DESCRIPTION="Plasma frontend for Firewalld or UFW" +HOMEPAGE="https://invent.kde.org/network/plasma-firewall" + +LICENSE="GPL-2+" +SLOT="6" +KEYWORDS="~amd64" +IUSE="firewalld +ufw" + +REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,xml] + >=dev-qt/qtdeclarative-${QTMIN}:6 + >=kde-frameworks/kauth-${KFMIN}:6 + >=kde-frameworks/kcmutils-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 +" +RDEPEND="${DEPEND} + ${PYTHON_DEPS} + firewalld? ( net-firewall/firewalld ) + ufw? ( net-firewall/ufw ) +" +BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6" + +src_prepare() { + ecm_src_prepare + # this kind of cmake magic doesn't work for us at all. + sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \ + -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die +} + +src_configure() { + local mycmakeargs=( + -DBUILD_FIREWALLD_BACKEND=$(usex firewalld) + -DBUILD_UFW_BACKEND=$(usex ufw) + ) + ecm_src_configure +} + +pkg_postinst () { + ecm_pkg_postinst + + if ! has_version sys-apps/systemd; then + ewarn "${PN} is not functional without sys-apps/systemd at this point." + ewarn "See also: https://bugs.gentoo.org/778527" + fi +} -- cgit v1.2.3