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, 29 Mar 2022 15:57:12
Message-Id: 1648569401.f0801f6e501799f0941ad4c9d5e9b49abfca81e3.asturm@gentoo
1 commit: f0801f6e501799f0941ad4c9d5e9b49abfca81e3
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 29 15:48:53 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 29 15:56:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0801f6e
7
8 kde-plasma/plasma-firewall: drop 5.24.3*
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.24.3.ebuild | 64 ----------------------
14 2 files changed, 65 deletions(-)
15
16 diff --git a/kde-plasma/plasma-firewall/Manifest b/kde-plasma/plasma-firewall/Manifest
17 index 1822db2b13f8..5a78bfc32f39 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.23.5.tar.xz 344132 BLAKE2B 3277329f223f5b4afe33bcf663b8c9f999a8dda4cab593e04d57fb8b2d6d4d899f76f803ca6cc8e3ef718bbcb09f2cb6d24dbaa1c3abcbfa5e163dd791f066ca SHA512 c18b25ad85f57da80edfc03cd445d317162ad2f952fe7ecd09f43af274798acd965de0f8643a636bee74e3572f0ab66f3db876126009b9c98f486a1cfe0e386e
22 -DIST plasma-firewall-5.24.3.tar.xz 345048 BLAKE2B c7a7b03146cc03552cbb98bc9bef30677bf95bdc94b8182cdefc1f7626f2ab61cf7481cab4790bfa1902a3c35d37dcc8ba96e2c8d703be51f9bebf6f182d00ec SHA512 8e6c94bc591fae0e809e69df99ab4f7e96f45615fc8b6cb18dc6c3eca21b569a2f2e625b8faa4bea4c24d78e1e16d4590817b9e83ec5efb42e566ec434d51593
23 DIST plasma-firewall-5.24.4.tar.xz 346676 BLAKE2B bbd7e460910b6437c29871814c11c08bb2cb36976a92c70cb7afafbf865d99db73d6ef2c0f0502d990df6c4c72c789f5153ceecd732b2dcb994db330035448d5 SHA512 320066a2339eae7113a3a8b50a01d8ef11c4ba2e9bed48a4f919cae0d1964246ad0beef02f3bc26c8e7ea63214037683552c1004d8b98cfcece52e2ee131b3cc
24
25 diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.3.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.24.3.ebuild
26 deleted file mode 100644
27 index 5ac26b7e39d1..000000000000
28 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.24.3.ebuild
29 +++ /dev/null
30 @@ -1,64 +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..10} )
37 -KFMIN=5.90.0
38 -QTMIN=5.15.2
39 -inherit ecm 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 ~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 - >=kde-frameworks/plasma-${KFMIN}:5
65 -"
66 -RDEPEND="${DEPEND}
67 - ${PYTHON_DEPS}
68 - firewalld? ( net-firewall/firewalld )
69 - ufw? ( net-firewall/ufw )
70 -"
71 -
72 -src_prepare() {
73 - ecm_src_prepare
74 - # this kind of cmake magic doesn't work for us at all.
75 - sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
76 - -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
77 -}
78 -
79 -src_configure() {
80 - local mycmakeargs=(
81 - -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
82 - -DBUILD_UFW_BACKEND=$(usex ufw)
83 - )
84 - ecm_src_configure
85 -}
86 -
87 -pkg_postinst () {
88 - ecm_pkg_postinst
89 -
90 - if ! has_version sys-apps/systemd; then
91 - ewarn "${PN} is not functional without sys-apps/systemd at this point."
92 - ewarn "See also: https://bugs.gentoo.org/778527"
93 - fi
94 -}