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: Wed, 23 Jun 2021 06:28:02
Message-Id: 1624429591.2a46920d7f0bba40768cf081c10116052fef1994.asturm@gentoo
1 commit: 2a46920d7f0bba40768cf081c10116052fef1994
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 23 00:25:23 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 23 06:26:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a46920d
7
8 kde-plasma/plasma-firewall: drop 5.22.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.22.1.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 6217010e5f3..4ab99b832d8 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.21.5.tar.xz 331812 BLAKE2B 43a026a198fb61480e90c5a5235de1abbb106e3f78d4a81fe919ec8c65c4f5ca30b340436b28369d8797d9ad1eac87fd0a4e39b5e3670f68150992e6007c4a76 SHA512 93d36b12025f1918892ad02e6b92dc8c44c27d2c6426a19fb77d8b258940a25295acd923b3957d45eb1715dae097097368b0456bf27273c217b79b441dec55fd
22 -DIST plasma-firewall-5.22.1.tar.xz 339052 BLAKE2B 9448edd183abbf55364431336f0a96d72b4ee214bf43852b5ce57a52866de9a69cb6e2ccb86690a55d653cf5937f66857e4e7270b35bc151ddf585ea39b6a0e1 SHA512 f89c3a15d402066f42765a0a241a33b88fe0b6c1898297445968a8f8f236488cbb7b1b279af1d902c827338cb3cf040fb774ae65d5642ecd69267319fd89852a
23 DIST plasma-firewall-5.22.2.tar.xz 339060 BLAKE2B 1d9570900fbd62c9e30da593f95d55e4f6e44892c67e3502e18d040d1c18725b7d308e09c08d1747276f7d0ba5778cc6b3088429a122a60c35674b32ab1cc3c5 SHA512 331a33729d8c8674354045bd6716a6c098672b15cdc882ea07c756630f1683032ec57c5b35da20c9f0a5db54343a307ed6af05f5c1f03a8d906170ffe2a45f9d
24
25 diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.22.1.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.22.1.ebuild
26 deleted file mode 100644
27 index 622d3b7334c..00000000000
28 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.22.1.ebuild
29 +++ /dev/null
30 @@ -1,64 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{8,9} )
37 -KFMIN=5.82.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 ~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 python3.8:" \
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 -}