From 8c467dbe810a74c33c44f975c2dd5fd3a8f9bda1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 22 May 2023 14:56:50 +0100 Subject: gentoo auto-resync : 22:05:2023 - 14:56:50 --- kde-plasma/plasma-firewall/Manifest | 4 +- .../plasma-firewall/plasma-firewall-5.27.4.ebuild | 70 ---------------------- .../plasma-firewall/plasma-firewall-5.27.5.ebuild | 2 +- 3 files changed, 2 insertions(+), 74 deletions(-) delete mode 100644 kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild (limited to 'kde-plasma/plasma-firewall') diff --git a/kde-plasma/plasma-firewall/Manifest b/kde-plasma/plasma-firewall/Manifest index 2420975ba38e..e5c69441cece 100644 --- a/kde-plasma/plasma-firewall/Manifest +++ b/kde-plasma/plasma-firewall/Manifest @@ -1,5 +1,3 @@ -DIST plasma-firewall-5.27.4.tar.xz 361896 BLAKE2B b6690ebc12c1a768db56f8a5da5eb2a29efccbaff20e2048e2db791eeec3f81c40ff8282228b1570f3477157193df18b0ccf5bf45cbc89f00693175756280096 SHA512 22f1e7b631ac9c566730660815d6b3a6324e4ff9efd651dfa803164f7ab2e425a74ecf0b415820e0484b6e3f05ce2eb2ee257f5d5eb823d7852770de39188764 DIST plasma-firewall-5.27.5.tar.xz 362476 BLAKE2B 57566389b37f5ad46b06e4b8cbe383362d1dbd7825cd017868b77693d1383deaa2cc9fc670963b7eba359759cad7c124bb72581c025dd0c5990e3a368dc5f79f SHA512 307194544e119efb3291e65076d5f016ae358a24a555aa50036498333f91b45baef4126c3a75fb4ad44fc9288fb89a0c334187625246b2c758ecd6113b80fe89 -EBUILD plasma-firewall-5.27.4.ebuild 1708 BLAKE2B dc8e34f9c3b613c0c2a4b68e370068a1cb5ca1b2b6d9e53263fbb753ec0895fdcc54a2132ac7625302d511996143b9a11daa9f2326077d56ede78389fd5fc93a SHA512 b52e7a96c79fd660cdbffbc5730c236a1e6810431dfab0aa34f6a3cdfc0a27f125988d2aad74a102e4ab4944f6548510e01db14d70631f9691e5a39c6ad5763a -EBUILD plasma-firewall-5.27.5.ebuild 1709 BLAKE2B 7354028dc1ec33c4187346e0c486025da4dd1241c48f7d9464faf8485182a012e2e043543f33c77fdaab4c77dca7ba417d18208615c135913839b7c7eb7299ef SHA512 ad6156549cf818e414016b0b8555b4155b9690a97b6d154c4850f2991309cd24240f7ccac69da9def659d64b23b017a4a46ebd02f3236cfbffd0557d4240ae31 +EBUILD plasma-firewall-5.27.5.ebuild 1708 BLAKE2B dc8e34f9c3b613c0c2a4b68e370068a1cb5ca1b2b6d9e53263fbb753ec0895fdcc54a2132ac7625302d511996143b9a11daa9f2326077d56ede78389fd5fc93a SHA512 b52e7a96c79fd660cdbffbc5730c236a1e6810431dfab0aa34f6a3cdfc0a27f125988d2aad74a102e4ab4944f6548510e01db14d70631f9691e5a39c6ad5763a MISC metadata.xml 481 BLAKE2B dccce364cb3100483c9d5932a250f05575badc6c66a0868a706817c3da4be16fabfdc584fea5d6fe45284da282b2123b1b7985e7813264d27a0338dcb76428ec SHA512 f3925caf241daf159b2b19ea70c4a177f023487ba3fef866e7fc529563b045664debaafb0a9978d05882b69457d9dada314c3109803eaf2e8bb244ac5f9b8f3d diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild deleted file mode 100644 index 9bc6068e1218..000000000000 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild +++ /dev/null @@ -1,70 +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 -} - -src_test() { - local -x QT_QPA_PLATFORM=offscreen - ecm_src_test -} - -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.27.5.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.27.5.ebuild index 24a3dcb955fb..9bc6068e1218 100644 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.5.ebuild +++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.5.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://invent.kde.org/network/plasma-firewall" LICENSE="GPL-2+" SLOT="5" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" IUSE="firewalld +ufw" REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )" -- cgit v1.2.3