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, 06 Sep 2022 19:22:13
Message-Id: 1662492069.164cfba80680910b53ebb3569d7c8bad9ebc5626.asturm@gentoo
1 commit: 164cfba80680910b53ebb3569d7c8bad9ebc5626
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 6 18:20:08 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 6 19:21:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164cfba8
7
8 kde-plasma/plasma-firewall: drop 5.25.4
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.25.4.ebuild | 63 ----------------------
14 2 files changed, 64 deletions(-)
15
16 diff --git a/kde-plasma/plasma-firewall/Manifest b/kde-plasma/plasma-firewall/Manifest
17 index 5eedf144ed5b..a3cee23a795c 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.24.6.tar.xz 346668 BLAKE2B 857b90f383798961d32d9a65f65cec4f7b45dc17c56966bbe71ee4068c8bbadee941d0ce2a439dc99ec3a9327d5d1d4189d327a820ab618818090ff7661d4865 SHA512 b75442205d1b2eed986794ff6ea233e31e904de36e8acabc7ef2da83b94fdebcaf6a0fa26d5b0393921e9b0acc6d62bbd71f711e13f3e6ba455710970e5af26f
22 -DIST plasma-firewall-5.25.4.tar.xz 357344 BLAKE2B 47ad810ab97cff60ae410ca1b0e835a37f6c3323bbe4bc9283787f2b9df8630f08d251e073014aa79efc73b21a5ee129baf06d18dc615df61f7ef88e9b9fc5b6 SHA512 d4f28c577b54d3c4041a98acad7f7e98f8edce61b548cf96a0e034432c49da3f7431555c142e420103a910452e9230876c2fcddd52976d24c6a197d8fbfe5839
23 DIST plasma-firewall-5.25.5.tar.xz 357380 BLAKE2B 37dcd280306a4b7674a78ce8a74f01ea804a136174725d228370427567b851dff6eeed01aaa687014d565c19694908f0f9aba4f811da8c7d8d2208b6d0250581 SHA512 b6059e732f34af49263ff0beecb9f11894420166a60ef0ebdce38fff9bb472c1c6d058f4ae6d3cae8194c5b6efe127971e6057564e887317250a4691df73e1e0
24
25 diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.4.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.25.4.ebuild
26 deleted file mode 100644
27 index 0161118e86d2..000000000000
28 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.25.4.ebuild
29 +++ /dev/null
30 @@ -1,63 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -PYTHON_COMPAT=( python3_{8..11} )
37 -KFMIN=5.95.0
38 -QTMIN=5.15.5
39 -inherit ecm plasma.kde.org python-single-r1
40 -
41 -DESCRIPTION="Plasma frontend for Firewalld or UFW"
42 -HOMEPAGE="https://invent.kde.org/network/plasma-firewall"
43 -
44 -LICENSE="GPL-2+"
45 -SLOT="5"
46 -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
47 -IUSE="firewalld +ufw"
48 -
49 -REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
50 -
51 -DEPEND="
52 - >=dev-qt/qtdbus-${QTMIN}:5
53 - >=dev-qt/qtdeclarative-${QTMIN}:5
54 - >=dev-qt/qtgui-${QTMIN}:5
55 - >=dev-qt/qtnetwork-${QTMIN}:5
56 - >=dev-qt/qtx11extras-${QTMIN}:5
57 - >=dev-qt/qtxml-${QTMIN}:5
58 - >=kde-frameworks/kauth-${KFMIN}:5
59 - >=kde-frameworks/kcmutils-${KFMIN}:5
60 - >=kde-frameworks/kconfig-${KFMIN}:5
61 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
62 - >=kde-frameworks/kdeclarative-${KFMIN}:5
63 - >=kde-frameworks/ki18n-${KFMIN}:5
64 -"
65 -RDEPEND="${DEPEND}
66 - ${PYTHON_DEPS}
67 - firewalld? ( net-firewall/firewalld )
68 - ufw? ( net-firewall/ufw )
69 -"
70 -
71 -src_prepare() {
72 - ecm_src_prepare
73 - # this kind of cmake magic doesn't work for us at all.
74 - sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
75 - -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
76 -}
77 -
78 -src_configure() {
79 - local mycmakeargs=(
80 - -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
81 - -DBUILD_UFW_BACKEND=$(usex ufw)
82 - )
83 - ecm_src_configure
84 -}
85 -
86 -pkg_postinst () {
87 - ecm_pkg_postinst
88 -
89 - if ! has_version sys-apps/systemd; then
90 - ewarn "${PN} is not functional without sys-apps/systemd at this point."
91 - ewarn "See also: https://bugs.gentoo.org/778527"
92 - fi
93 -}