From c4b3d05f2d4415c0d6f135a3ea0d2055d6e055b5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 6 Sep 2022 22:33:57 +0100 Subject: gentoo auto-resync : 06:09:2022 - 22:33:57 --- kde-plasma/plasma-firewall/Manifest | 4 +- .../plasma-firewall/plasma-firewall-5.25.4.ebuild | 63 ---------------------- .../plasma-firewall/plasma-firewall-5.25.5.ebuild | 63 ++++++++++++++++++++++ 3 files changed, 65 insertions(+), 65 deletions(-) delete mode 100644 kde-plasma/plasma-firewall/plasma-firewall-5.25.4.ebuild create mode 100644 kde-plasma/plasma-firewall/plasma-firewall-5.25.5.ebuild (limited to 'kde-plasma/plasma-firewall') diff --git a/kde-plasma/plasma-firewall/Manifest b/kde-plasma/plasma-firewall/Manifest index 66dea894c56a..7f43369909dd 100644 --- a/kde-plasma/plasma-firewall/Manifest +++ b/kde-plasma/plasma-firewall/Manifest @@ -1,5 +1,5 @@ DIST plasma-firewall-5.24.6.tar.xz 346668 BLAKE2B 857b90f383798961d32d9a65f65cec4f7b45dc17c56966bbe71ee4068c8bbadee941d0ce2a439dc99ec3a9327d5d1d4189d327a820ab618818090ff7661d4865 SHA512 b75442205d1b2eed986794ff6ea233e31e904de36e8acabc7ef2da83b94fdebcaf6a0fa26d5b0393921e9b0acc6d62bbd71f711e13f3e6ba455710970e5af26f -DIST plasma-firewall-5.25.4.tar.xz 357344 BLAKE2B 47ad810ab97cff60ae410ca1b0e835a37f6c3323bbe4bc9283787f2b9df8630f08d251e073014aa79efc73b21a5ee129baf06d18dc615df61f7ef88e9b9fc5b6 SHA512 d4f28c577b54d3c4041a98acad7f7e98f8edce61b548cf96a0e034432c49da3f7431555c142e420103a910452e9230876c2fcddd52976d24c6a197d8fbfe5839 +DIST plasma-firewall-5.25.5.tar.xz 357380 BLAKE2B 37dcd280306a4b7674a78ce8a74f01ea804a136174725d228370427567b851dff6eeed01aaa687014d565c19694908f0f9aba4f811da8c7d8d2208b6d0250581 SHA512 b6059e732f34af49263ff0beecb9f11894420166a60ef0ebdce38fff9bb472c1c6d058f4ae6d3cae8194c5b6efe127971e6057564e887317250a4691df73e1e0 EBUILD plasma-firewall-5.24.6.ebuild 1605 BLAKE2B bf466c526b0b699200fe40442ed88d4e9e714ff01ca6d4015cfe0bfe6c02cf71586c905db047ba11f07f390bc72ff8895927a42c86c6226b3d5a275a1aa35623 SHA512 eb0c0675756b9b3e76bbfe6528dfc2017a4bad53dca19ba44e6ffc9e09a2cbd7ab1faaf3d21897c9398071569daf2ec10d5bb5787309a3bcf6b3d7e68eaeb81c -EBUILD plasma-firewall-5.25.4.ebuild 1572 BLAKE2B fd7afd127b65564b6a47496a2af646cb461ebda5dd3e4c2f3579823de950be8d5f0e55357b8016dea3d89056e599d1d4f7ec4c81288f44526b50fba692116430 SHA512 b92795f712fca1094005f927cbf0ed2a7420142163c1cd47a8f595000a7fabaa1efe16d526b51965ff8c89eb6b15ccdc526f3458a964ebbf923c7edb7287f973 +EBUILD plasma-firewall-5.25.5.ebuild 1572 BLAKE2B fd7afd127b65564b6a47496a2af646cb461ebda5dd3e4c2f3579823de950be8d5f0e55357b8016dea3d89056e599d1d4f7ec4c81288f44526b50fba692116430 SHA512 b92795f712fca1094005f927cbf0ed2a7420142163c1cd47a8f595000a7fabaa1efe16d526b51965ff8c89eb6b15ccdc526f3458a964ebbf923c7edb7287f973 MISC metadata.xml 481 BLAKE2B dccce364cb3100483c9d5932a250f05575badc6c66a0868a706817c3da4be16fabfdc584fea5d6fe45284da282b2123b1b7985e7813264d27a0338dcb76428ec SHA512 f3925caf241daf159b2b19ea70c4a177f023487ba3fef866e7fc529563b045664debaafb0a9978d05882b69457d9dada314c3109803eaf2e8bb244ac5f9b8f3d diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.4.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.25.4.ebuild deleted file mode 100644 index 0161118e86d2..000000000000 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.25.4.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 -} diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.5.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.25.5.ebuild new file mode 100644 index 000000000000..0161118e86d2 --- /dev/null +++ b/kde-plasma/plasma-firewall/plasma-firewall-5.25.5.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 +} -- cgit v1.2.3