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, 02 Aug 2022 18:38:52
Message-Id: 1659465515.4a754d16db9561203a23cd13e48b282a1799ad7e.asturm@gentoo
1 commit: 4a754d16db9561203a23cd13e48b282a1799ad7e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 12:41:12 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 18:38:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a754d16
7
8 kde-plasma/plasma-firewall: drop 5.25.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.25.3.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 5e76900192f8..35acd8720213 100644
18 --- a/kde-plasma/plasma-firewall/Manifest
19 +++ b/kde-plasma/plasma-firewall/Manifest
20 @@ -1,4 +1,3 @@
21 DIST plasma-firewall-5.24.5.tar.xz 346660 BLAKE2B 767cd4722325e8035735b744afdccfe4114e68756919f3904fcbd2aa25879b09b7bb4fcaffcaf0a2687f5744e1177fb177658b6af0ed3fef7838498c99f583a3 SHA512 4c774b10c32929399a8b01007e3c34ab702803a0aa80ea812bbcc4d4ead02d0e64136f575454fdc2f0e938740afbf6d48025c654831aa5485b86253418bf13d1
22 DIST plasma-firewall-5.24.6.tar.xz 346668 BLAKE2B 857b90f383798961d32d9a65f65cec4f7b45dc17c56966bbe71ee4068c8bbadee941d0ce2a439dc99ec3a9327d5d1d4189d327a820ab618818090ff7661d4865 SHA512 b75442205d1b2eed986794ff6ea233e31e904de36e8acabc7ef2da83b94fdebcaf6a0fa26d5b0393921e9b0acc6d62bbd71f711e13f3e6ba455710970e5af26f
23 -DIST plasma-firewall-5.25.3.tar.xz 357288 BLAKE2B 41918e66e90d2c1bbd997e811439170d7f9a6a16991fd0bd7c4a77f33ddb859cc3fca50cf4880a44b1f8db2a09e53c371a57371d07718ebb45c11bb6a35b1d39 SHA512 53ea58dc5d2e9c2333054659720c6689710e4995f8da0390a14e11582cbd262dd585b4d829d9e38bde26ee0751e79ad89669f8134d44e8b7916a929cd076ee42
24 DIST plasma-firewall-5.25.4.tar.xz 357344 BLAKE2B 47ad810ab97cff60ae410ca1b0e835a37f6c3323bbe4bc9283787f2b9df8630f08d251e073014aa79efc73b21a5ee129baf06d18dc615df61f7ef88e9b9fc5b6 SHA512 d4f28c577b54d3c4041a98acad7f7e98f8edce61b548cf96a0e034432c49da3f7431555c142e420103a910452e9230876c2fcddd52976d24c6a197d8fbfe5839
25
26 diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.3.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.25.3.ebuild
27 deleted file mode 100644
28 index 0161118e86d2..000000000000
29 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.25.3.ebuild
30 +++ /dev/null
31 @@ -1,63 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..11} )
38 -KFMIN=5.95.0
39 -QTMIN=5.15.5
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 -
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 -}