From 5df0c8ba4bb09f65c6cfb7d67dead00d6b2a1bf9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 28 Feb 2023 22:05:06 +0000 Subject: gentoo auto-resync : 28:02:2023 - 22:05:06 --- kde-plasma/plasma-firewall/Manifest | 4 +- .../plasma-firewall/plasma-firewall-5.27.1.ebuild | 65 ---------------------- .../plasma-firewall/plasma-firewall-5.27.2.ebuild | 65 ++++++++++++++++++++++ 3 files changed, 67 insertions(+), 67 deletions(-) delete mode 100644 kde-plasma/plasma-firewall/plasma-firewall-5.27.1.ebuild create mode 100644 kde-plasma/plasma-firewall/plasma-firewall-5.27.2.ebuild (limited to 'kde-plasma/plasma-firewall') diff --git a/kde-plasma/plasma-firewall/Manifest b/kde-plasma/plasma-firewall/Manifest index 9a699bf65823..bfa9c9959014 100644 --- a/kde-plasma/plasma-firewall/Manifest +++ b/kde-plasma/plasma-firewall/Manifest @@ -1,5 +1,5 @@ DIST plasma-firewall-5.26.5.tar.xz 358560 BLAKE2B 5a5a15045414879bc155eafdec60941ba62559129cad5eb6b026e98973fa39ca7169e599190e04de5f9a7097727a98283e810f046265da122fd35f87c2be3659 SHA512 cd9ec0eef5511cab11211aac2ed14b593638386d41ce6e378053699418ac8c4698aa42d637763dae56668a794d1f877213a328dee86fe7777b909b3932bfb755 -DIST plasma-firewall-5.27.1.tar.xz 361820 BLAKE2B 5c134be4e1c074860c71254487dca955b04c1f732559463babee9d00f06415788a26639fd1831ad9f741add18561397609648cb0158272c429b73b1b607abc5d SHA512 eea2b8dc14102830206d0c11ef1927f7e2f10a864f2619f452c09f9ca83906d93607dcbb664a2010b7d38cf5236a6276d1fc54935d2f68b651a5eac67af0d4ea +DIST plasma-firewall-5.27.2.tar.xz 361836 BLAKE2B f04bf599dec7d2c59a9e71f041881742750da0f5b8bc915d5940ca1f7fa8a6cafa3c3ed930b1b20b1335d609de0e43ebfa3c27f00ed6119b66f2cf84e570f269 SHA512 319756948adb4f8bd1eb93fe10c6b18afa9efb4938a94a8e6369c0f1d382bdcc9331b7d05bc9c26e60e7404f576d75d560e2039463e340a61bb2c49b6c42daba EBUILD plasma-firewall-5.26.5.ebuild 1616 BLAKE2B a01a79439a6289e73965a6b63f8d3aff2f0b3bea881f7c732714dbc900fa297c69aa65dc128c8b94a94ded441654164a0754799f5c97f70d49bec46d92e4a0c1 SHA512 5a0a1692388775a74b20c281a56e29cdba7061106bfc53d748c3df89fdf7e732b80a556b1805b89b1a1c4f5be54dc5f05a173ad41aea57f96e537286856435f8 -EBUILD plasma-firewall-5.27.1.ebuild 1645 BLAKE2B 6d0ad19b8e10d7e822a372cc1ba88529dcdddc54944dbdb77a00d380151a42f73c002f42e5904334794faba33d1b4fc44f5f0d7709845ed86163119cb288a609 SHA512 3576e2f119fdce89c88150b6b64975074adec1f7c9b18b694117dc977145e99a1a7b525141ad0abe55226cdab9f5b8b8fe379163bcb61c6f3e77a6c808930fad +EBUILD plasma-firewall-5.27.2.ebuild 1645 BLAKE2B 6d0ad19b8e10d7e822a372cc1ba88529dcdddc54944dbdb77a00d380151a42f73c002f42e5904334794faba33d1b4fc44f5f0d7709845ed86163119cb288a609 SHA512 3576e2f119fdce89c88150b6b64975074adec1f7c9b18b694117dc977145e99a1a7b525141ad0abe55226cdab9f5b8b8fe379163bcb61c6f3e77a6c808930fad MISC metadata.xml 481 BLAKE2B dccce364cb3100483c9d5932a250f05575badc6c66a0868a706817c3da4be16fabfdc584fea5d6fe45284da282b2123b1b7985e7813264d27a0338dcb76428ec SHA512 f3925caf241daf159b2b19ea70c4a177f023487ba3fef866e7fc529563b045664debaafb0a9978d05882b69457d9dada314c3109803eaf2e8bb244ac5f9b8f3d diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.1.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.27.1.ebuild deleted file mode 100644 index 8d777543eabd..000000000000 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.1.ebuild +++ /dev/null @@ -1,65 +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 -} - -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.2.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.27.2.ebuild new file mode 100644 index 000000000000..8d777543eabd --- /dev/null +++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.2.ebuild @@ -0,0 +1,65 @@ +# 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 +} + +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