Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/
Date: Tue, 28 Feb 2023 15:44:12
Message-Id: 1677599034.1ef1670a4cc05d6d76491ba85e822fa15ad27de5.asturm@gentoo
1 commit: 1ef1670a4cc05d6d76491ba85e822fa15ad27de5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 15:38:11 2023 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 15:43:54 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ef1670a
7
8 kde-plasma/plasma-firewall: drop 5.27.1
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-plasma/plasma-firewall/Manifest | 1 -
13 .../plasma-firewall/plasma-firewall-5.27.1.ebuild | 65 ----------------------
14 2 files changed, 66 deletions(-)
15
16 diff --git a/kde-plasma/plasma-firewall/Manifest b/kde-plasma/plasma-firewall/Manifest
17 index 2b4040d45ee1..b5cb1c0e0c96 100644
18 --- a/kde-plasma/plasma-firewall/Manifest
19 +++ b/kde-plasma/plasma-firewall/Manifest
20 @@ -1,3 +1,2 @@
21 DIST plasma-firewall-5.26.5.tar.xz 358560 BLAKE2B 5a5a15045414879bc155eafdec60941ba62559129cad5eb6b026e98973fa39ca7169e599190e04de5f9a7097727a98283e810f046265da122fd35f87c2be3659 SHA512 cd9ec0eef5511cab11211aac2ed14b593638386d41ce6e378053699418ac8c4698aa42d637763dae56668a794d1f877213a328dee86fe7777b909b3932bfb755
22 -DIST plasma-firewall-5.27.1.tar.xz 361820 BLAKE2B 5c134be4e1c074860c71254487dca955b04c1f732559463babee9d00f06415788a26639fd1831ad9f741add18561397609648cb0158272c429b73b1b607abc5d SHA512 eea2b8dc14102830206d0c11ef1927f7e2f10a864f2619f452c09f9ca83906d93607dcbb664a2010b7d38cf5236a6276d1fc54935d2f68b651a5eac67af0d4ea
23 DIST plasma-firewall-5.27.2.tar.xz 361836 BLAKE2B f04bf599dec7d2c59a9e71f041881742750da0f5b8bc915d5940ca1f7fa8a6cafa3c3ed930b1b20b1335d609de0e43ebfa3c27f00ed6119b66f2cf84e570f269 SHA512 319756948adb4f8bd1eb93fe10c6b18afa9efb4938a94a8e6369c0f1d382bdcc9331b7d05bc9c26e60e7404f576d75d560e2039463e340a61bb2c49b6c42daba
24
25 diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.1.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.27.1.ebuild
26 deleted file mode 100644
27 index 8d777543eabd..000000000000
28 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.1.ebuild
29 +++ /dev/null
30 @@ -1,65 +0,0 @@
31 -# Copyright 1999-2023 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -ECM_TEST="forceoptional"
37 -PYTHON_COMPAT=( python3_{9..11} )
38 -KFMIN=5.102.0
39 -QTMIN=5.15.7
40 -inherit ecm plasma.kde.org python-single-r1
41 -
42 -DESCRIPTION="Plasma frontend for Firewalld or UFW"
43 -HOMEPAGE="https://invent.kde.org/network/plasma-firewall"
44 -
45 -LICENSE="GPL-2+"
46 -SLOT="5"
47 -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
48 -IUSE="firewalld +ufw"
49 -
50 -REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
51 -
52 -DEPEND="
53 - >=dev-qt/qtdbus-${QTMIN}:5
54 - >=dev-qt/qtdeclarative-${QTMIN}:5
55 - >=dev-qt/qtgui-${QTMIN}:5
56 - >=dev-qt/qtnetwork-${QTMIN}:5
57 - >=dev-qt/qtx11extras-${QTMIN}:5
58 - >=dev-qt/qtxml-${QTMIN}:5
59 - >=kde-frameworks/kauth-${KFMIN}:5
60 - >=kde-frameworks/kcmutils-${KFMIN}:5
61 - >=kde-frameworks/kconfig-${KFMIN}:5
62 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
63 - >=kde-frameworks/kdeclarative-${KFMIN}:5
64 - >=kde-frameworks/ki18n-${KFMIN}:5
65 -"
66 -RDEPEND="${DEPEND}
67 - ${PYTHON_DEPS}
68 - firewalld? ( net-firewall/firewalld )
69 - ufw? ( net-firewall/ufw )
70 -"
71 -BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
72 -
73 -src_prepare() {
74 - ecm_src_prepare
75 - # this kind of cmake magic doesn't work for us at all.
76 - sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
77 - -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
78 -}
79 -
80 -src_configure() {
81 - local mycmakeargs=(
82 - -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
83 - -DBUILD_UFW_BACKEND=$(usex ufw)
84 - )
85 - ecm_src_configure
86 -}
87 -
88 -pkg_postinst () {
89 - ecm_pkg_postinst
90 -
91 - if ! has_version sys-apps/systemd; then
92 - ewarn "${PN} is not functional without sys-apps/systemd at this point."
93 - ewarn "See also: https://bugs.gentoo.org/778527"
94 - fi
95 -}