Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/
Date: Tue, 03 May 2022 22:41:55
Message-Id: 1651617684.9c2b446e009b17f3aa6ef9491ea9fe85173414e6.sam@gentoo
1 commit: 9c2b446e009b17f3aa6ef9491ea9fe85173414e6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 22:38:46 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 22:41:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2b446e
7
8 kde-plasma/plasma-firewall: 5.24.5 version bump
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 kde-plasma/plasma-firewall/Manifest | 1 +
13 .../plasma-firewall/plasma-firewall-5.24.5.ebuild | 64 ++++++++++++++++++++++
14 2 files changed, 65 insertions(+)
15
16 diff --git a/kde-plasma/plasma-firewall/Manifest b/kde-plasma/plasma-firewall/Manifest
17 index 5a78bfc32f39..662ce320e994 100644
18 --- a/kde-plasma/plasma-firewall/Manifest
19 +++ b/kde-plasma/plasma-firewall/Manifest
20 @@ -1,2 +1,3 @@
21 DIST plasma-firewall-5.23.5.tar.xz 344132 BLAKE2B 3277329f223f5b4afe33bcf663b8c9f999a8dda4cab593e04d57fb8b2d6d4d899f76f803ca6cc8e3ef718bbcb09f2cb6d24dbaa1c3abcbfa5e163dd791f066ca SHA512 c18b25ad85f57da80edfc03cd445d317162ad2f952fe7ecd09f43af274798acd965de0f8643a636bee74e3572f0ab66f3db876126009b9c98f486a1cfe0e386e
22 DIST plasma-firewall-5.24.4.tar.xz 346676 BLAKE2B bbd7e460910b6437c29871814c11c08bb2cb36976a92c70cb7afafbf865d99db73d6ef2c0f0502d990df6c4c72c789f5153ceecd732b2dcb994db330035448d5 SHA512 320066a2339eae7113a3a8b50a01d8ef11c4ba2e9bed48a4f919cae0d1964246ad0beef02f3bc26c8e7ea63214037683552c1004d8b98cfcece52e2ee131b3cc
23 +DIST plasma-firewall-5.24.5.tar.xz 346660 BLAKE2B 767cd4722325e8035735b744afdccfe4114e68756919f3904fcbd2aa25879b09b7bb4fcaffcaf0a2687f5744e1177fb177658b6af0ed3fef7838498c99f583a3 SHA512 4c774b10c32929399a8b01007e3c34ab702803a0aa80ea812bbcc4d4ead02d0e64136f575454fdc2f0e938740afbf6d48025c654831aa5485b86253418bf13d1
24
25 diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild
26 new file mode 100644
27 index 000000000000..5ac26b7e39d1
28 --- /dev/null
29 +++ b/kde-plasma/plasma-firewall/plasma-firewall-5.24.5.ebuild
30 @@ -0,0 +1,64 @@
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 +}