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: Thu, 16 Sep 2021 11:14:53
Message-Id: 1631790580.373dc980f6734d7244d572d850ec049aba09a15e.asturm@gentoo
1 commit: 373dc980f6734d7244d572d850ec049aba09a15e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 15 11:59:33 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 16 11:09:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373dc980
7
8 kde-plasma/plasma-firewall: drop 5.21.5*
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.21.5.ebuild | 58 ----------------------
14 2 files changed, 59 deletions(-)
15
16 diff --git a/kde-plasma/plasma-firewall/Manifest b/kde-plasma/plasma-firewall/Manifest
17 index e612d220aec..010e1f1629f 100644
18 --- a/kde-plasma/plasma-firewall/Manifest
19 +++ b/kde-plasma/plasma-firewall/Manifest
20 @@ -1,2 +1 @@
21 -DIST plasma-firewall-5.21.5.tar.xz 331812 BLAKE2B 43a026a198fb61480e90c5a5235de1abbb106e3f78d4a81fe919ec8c65c4f5ca30b340436b28369d8797d9ad1eac87fd0a4e39b5e3670f68150992e6007c4a76 SHA512 93d36b12025f1918892ad02e6b92dc8c44c27d2c6426a19fb77d8b258940a25295acd923b3957d45eb1715dae097097368b0456bf27273c217b79b441dec55fd
22 DIST plasma-firewall-5.22.5.tar.xz 339372 BLAKE2B 332a7fd2be63429c452f43371b2875f8838e05b107a6c3472974c5db123eef9e415ec70601cb830a743d77422639225e01611e52c07a2b3fe079572278e2f638 SHA512 cc81884550b5c73061f5a1df24c0b32e5fff234a51e56153e95a9e4b0e23c305a555c2deff69633b9cd21dff7bfbcf5d9fcbd5ab3605d4ffa87be57514a91901
23
24 diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.21.5.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.21.5.ebuild
25 deleted file mode 100644
26 index e4adf22c451..00000000000
27 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.21.5.ebuild
28 +++ /dev/null
29 @@ -1,58 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7,8,9} )
36 -KFMIN=5.82.0
37 -QTMIN=5.15.2
38 -inherit ecm kde.org python-single-r1
39 -
40 -DESCRIPTION="Plasma frontend for Firewalld or UFW"
41 -HOMEPAGE="https://invent.kde.org/network/plasma-firewall"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="5"
45 -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
46 -IUSE=""
47 -
48 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
49 -
50 -DEPEND="
51 - >=dev-qt/qtdbus-${QTMIN}:5
52 - >=dev-qt/qtdeclarative-${QTMIN}:5
53 - >=dev-qt/qtgui-${QTMIN}:5
54 - >=dev-qt/qtnetwork-${QTMIN}:5
55 - >=dev-qt/qtx11extras-${QTMIN}:5
56 - >=dev-qt/qtxml-${QTMIN}:5
57 - >=kde-frameworks/kauth-${KFMIN}:5
58 - >=kde-frameworks/kcmutils-${KFMIN}:5
59 - >=kde-frameworks/kconfig-${KFMIN}:5
60 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
61 - >=kde-frameworks/kdeclarative-${KFMIN}:5
62 - >=kde-frameworks/ki18n-${KFMIN}:5
63 - >=kde-frameworks/plasma-${KFMIN}:5
64 -"
65 -RDEPEND="${DEPEND}
66 - ${PYTHON_DEPS}
67 - || (
68 - net-firewall/firewalld
69 - net-firewall/ufw
70 - )
71 -"
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 python3.8:" \
77 - -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
78 -}
79 -
80 -pkg_postinst () {
81 - ecm_pkg_postinst
82 -
83 - if ! has_version sys-apps/systemd; then
84 - ewarn "${PN} is not functional without sys-apps/systemd at this point."
85 - ewarn "See also: https://bugs.gentoo.org/778527"
86 - fi
87 -}