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, 28 Jun 2022 17:54:24
Message-Id: 1656438810.1330c4fb1e6bd9187f533fdf4617051d88ae3c0c.asturm@gentoo
1 commit: 1330c4fb1e6bd9187f533fdf4617051d88ae3c0c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 17:53:30 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 17:53:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1330c4fb
7
8 kde-plasma/plasma-firewall: drop 5.25.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.25.1.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 81dc75d71171..bf8f8421582c 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.5.tar.xz 346660 BLAKE2B 767cd4722325e8035735b744afdccfe4114e68756919f3904fcbd2aa25879b09b7bb4fcaffcaf0a2687f5744e1177fb177658b6af0ed3fef7838498c99f583a3 SHA512 4c774b10c32929399a8b01007e3c34ab702803a0aa80ea812bbcc4d4ead02d0e64136f575454fdc2f0e938740afbf6d48025c654831aa5485b86253418bf13d1
22 -DIST plasma-firewall-5.25.1.tar.xz 355224 BLAKE2B 08d4e6fb1f12449b9fb84a6b76115ecd9ff7156d43adb8de906277ab7382edd589d79a73ec3c2e3b7a00b59d40027c27000d53dedb1701a4ce7b8516a27aab72 SHA512 8479acdc4d2cd1f1d728ec6eb12f611e6f5c0bda12df6b3dc643db6c49a42bdad1dd723a39318f801a10914135094d27aa3006b5f760678cf12cded1c0a5fa70
23 DIST plasma-firewall-5.25.2.tar.xz 355264 BLAKE2B c574fe5e528146758dd26e029852cd6ea0230e93e997f5eae7555d56997b02aae7bb3c540059d9631f65066921d4357baf8d5c07e3055aeaeed70a4ea5e4cacd SHA512 d462cc1aceed6b6c2aa2d88e7a213fec120e7dad6ea37b61031e38300600a688a1bd4ff0b0a979fe270b69723c891576ce490012975e5fffb55d65a0ca519750
24
25 diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.25.1.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.25.1.ebuild
26 deleted file mode 100644
27 index 96805ff1f335..000000000000
28 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.25.1.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..10} )
37 -KFMIN=5.94.0
38 -QTMIN=5.15.4
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 -"
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 -}