From d46d0aa37cf8b6304aea3c3f2a1be8cca389e989 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 4 Jan 2023 18:07:08 +0000 Subject: gentoo auto-resync : 04:01:2023 - 18:07:08 --- kde-plasma/plasma-firewall/Manifest | 4 +- .../plasma-firewall/plasma-firewall-5.26.4.ebuild | 64 ---------------------- .../plasma-firewall/plasma-firewall-5.26.5.ebuild | 64 ++++++++++++++++++++++ 3 files changed, 66 insertions(+), 66 deletions(-) delete mode 100644 kde-plasma/plasma-firewall/plasma-firewall-5.26.4.ebuild create mode 100644 kde-plasma/plasma-firewall/plasma-firewall-5.26.5.ebuild (limited to 'kde-plasma/plasma-firewall') diff --git a/kde-plasma/plasma-firewall/Manifest b/kde-plasma/plasma-firewall/Manifest index dfaf09ee380f..c4d5e1095a09 100644 --- a/kde-plasma/plasma-firewall/Manifest +++ b/kde-plasma/plasma-firewall/Manifest @@ -1,5 +1,5 @@ DIST plasma-firewall-5.25.5.tar.xz 357380 BLAKE2B 37dcd280306a4b7674a78ce8a74f01ea804a136174725d228370427567b851dff6eeed01aaa687014d565c19694908f0f9aba4f811da8c7d8d2208b6d0250581 SHA512 b6059e732f34af49263ff0beecb9f11894420166a60ef0ebdce38fff9bb472c1c6d058f4ae6d3cae8194c5b6efe127971e6057564e887317250a4691df73e1e0 -DIST plasma-firewall-5.26.4.tar.xz 358564 BLAKE2B b75edff3c104ef0e4aab3efe87ccd78c3a627aa7bef377af2bc366927115deb3986d52c95161d36ed61da452d4a9f16aef3c37018b0ee6e30a69a00a0a582896 SHA512 a4c574c0eb23e52316bbc85f647db96f062982fd8ca7ca7751b85d570690dca353e2cf6b312c729d66993bcb2ab194fd8b9e00834c98c680e032e2046cb0c6a4 +DIST plasma-firewall-5.26.5.tar.xz 358560 BLAKE2B 5a5a15045414879bc155eafdec60941ba62559129cad5eb6b026e98973fa39ca7169e599190e04de5f9a7097727a98283e810f046265da122fd35f87c2be3659 SHA512 cd9ec0eef5511cab11211aac2ed14b593638386d41ce6e378053699418ac8c4698aa42d637763dae56668a794d1f877213a328dee86fe7777b909b3932bfb755 EBUILD plasma-firewall-5.25.5.ebuild 1569 BLAKE2B 5f25ba7b1b04d2894f381233dd2e345ba0730a00b4e0856b58889e6fe5baa30208e41850ecd452bd4cc51f823b9a27c55bd8b9d9a227dad03044f639cc4730fd SHA512 44052942cc0c0a6a165017c9ceb3557fcf024ddb078d0b2044b89421d871b9a735e6f4cd821ffe92b65f84cf5c512bbe952c78a4237b4afbfbac05f0267c5251 -EBUILD plasma-firewall-5.26.4.ebuild 1619 BLAKE2B d52452c57d1423a9865c21777c4f61802f36fcffbb88c6720dafe469b2829afba50aa4147d77ae20cbd7e4cc3c3812f2ed3e8d137b29304c51600af15e9c18f3 SHA512 c36dc5d1fc54f5b92bf59689c27ecceb51d305bb5ad5d883fec9fcaffca8f31aaa53bfeb75f4d1db40aac2ef56c3d156ff6206956e9961a015e266581a3c031b +EBUILD plasma-firewall-5.26.5.ebuild 1619 BLAKE2B b8e5ccfd242a8de82cd28e61b5cba36274be32aa1020f875b3fd4358897252af652816bf71f7fdbf917d44749b3f51054b20baa57215f833f3e2092f1db0845c SHA512 c755f459476ef6776763f05c64a07b4e7e217dad375c31fdd4251df9d3c8139169ddf3ae67981e28ba4087e05e4e2cc3048b3cd2938e85161842b9f4b3996996 MISC metadata.xml 481 BLAKE2B dccce364cb3100483c9d5932a250f05575badc6c66a0868a706817c3da4be16fabfdc584fea5d6fe45284da282b2123b1b7985e7813264d27a0338dcb76428ec SHA512 f3925caf241daf159b2b19ea70c4a177f023487ba3fef866e7fc529563b045664debaafb0a9978d05882b69457d9dada314c3109803eaf2e8bb244ac5f9b8f3d diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.4.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.26.4.ebuild deleted file mode 100644 index f14ccfdb7377..000000000000 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.26.4.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..11} ) -KFMIN=5.99.0 -QTMIN=5.15.5 -inherit ecm plasma.kde.org python-single-r1 - -DESCRIPTION="Plasma frontend for Firewalld or UFW" -HOMEPAGE="https://invent.kde.org/network/plasma-firewall" - -LICENSE="GPL-2+" -SLOT="5" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="firewalld +ufw" - -REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )" - -DEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtx11extras-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - >=kde-frameworks/kauth-${KFMIN}:5 - >=kde-frameworks/kcmutils-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kdeclarative-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 -" -RDEPEND="${DEPEND} - ${PYTHON_DEPS} - firewalld? ( net-firewall/firewalld ) - ufw? ( net-firewall/ufw ) -" -BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5" - -src_prepare() { - ecm_src_prepare - # this kind of cmake magic doesn't work for us at all. - sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \ - -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die -} - -src_configure() { - local mycmakeargs=( - -DBUILD_FIREWALLD_BACKEND=$(usex firewalld) - -DBUILD_UFW_BACKEND=$(usex ufw) - ) - ecm_src_configure -} - -pkg_postinst () { - ecm_pkg_postinst - - if ! has_version sys-apps/systemd; then - ewarn "${PN} is not functional without sys-apps/systemd at this point." - ewarn "See also: https://bugs.gentoo.org/778527" - fi -} diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.26.5.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.26.5.ebuild new file mode 100644 index 000000000000..3df2884f2209 --- /dev/null +++ b/kde-plasma/plasma-firewall/plasma-firewall-5.26.5.ebuild @@ -0,0 +1,64 @@ +# 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="~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 +} -- cgit v1.2.3