commit:     d4b87b2583f4e92f0ed3a83627e59afaf471abc5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  6 14:19:35 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug  6 14:24:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b87b25

kde-plasma/plasma-firewall: drop 6.1.3

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/plasma-firewall/Manifest                |  1 -
 .../plasma-firewall/plasma-firewall-6.1.3.ebuild   | 60 ----------------------
 2 files changed, 61 deletions(-)

diff --git a/kde-plasma/plasma-firewall/Manifest 
b/kde-plasma/plasma-firewall/Manifest
index f4ce26e77718..e58f75596861 100644
--- a/kde-plasma/plasma-firewall/Manifest
+++ b/kde-plasma/plasma-firewall/Manifest
@@ -1,3 +1,2 @@
 DIST plasma-firewall-5.27.11.tar.xz 362988 BLAKE2B 
484e853f4a8c61823e2a235fe5d5e40b6861c04044ca5058b8e866d9a9d9cb072b8a64c2c1b8a950f1604acc85dd27c38314735db2b6e4f59e8fb9085eda0ea8
 SHA512 
9c6a41448ef83a1c464e1e10441ae811bc898afc451b821fbd46141df4ffe1ad395692c420ce02dd5618197a307fa2729dbe8f0f703c1a64b14068f6c018ba7b
-DIST plasma-firewall-6.1.3.tar.xz 373856 BLAKE2B 
01af12b3f05adf5f45dad30e641cd3b73c166e9c488a68de67f2962c4d51b217f6b499a2d6835920376160e70d13271008eb76723b4e8f930ae34923c647706f
 SHA512 
0ccfca43f2c15f409f1e5f4b8b37641d8a66e2774b972425fb5ed0b15d0381878f53a1f7f6fb296000fe06c1f965640209d794d74cc46f8e8c3cc2125c1963d2
 DIST plasma-firewall-6.1.4.tar.xz 373820 BLAKE2B 
8a876ab313192094d3da622fa66c3d149bf80f673f7ee27b13dc54b5a00b4a127e9d1e9cc133b5001806f43f81f1aa231f461c853046d722a314da0924ab8a9c
 SHA512 
f685c378184a177237158db2cd3a14fc7e4806af60e28b93d5e7932dc18bb26538a5415891b6b562e79deff17d7929dc7673e9a0088f1591c0654b9937d6e94a

diff --git a/kde-plasma/plasma-firewall/plasma-firewall-6.1.3.ebuild 
b/kde-plasma/plasma-firewall/plasma-firewall-6.1.3.ebuild
deleted file mode 100644
index 143bc10e05eb..000000000000
--- a/kde-plasma/plasma-firewall/plasma-firewall-6.1.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{10..12} )
-KFMIN=6.3.0
-QTMIN=6.7.1
-inherit ecm plasma.kde.org python-single-r1
-
-DESCRIPTION="Plasma frontend for Firewalld or UFW"
-HOMEPAGE="https://invent.kde.org/network/plasma-firewall";
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="firewalld +ufw"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )"
-
-DEPEND="
-       >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,xml]
-       >=dev-qt/qtdeclarative-${QTMIN}:6
-       >=kde-frameworks/kauth-${KFMIN}:6
-       >=kde-frameworks/kcmutils-${KFMIN}:6
-       >=kde-frameworks/kconfig-${KFMIN}:6
-       >=kde-frameworks/kcoreaddons-${KFMIN}:6
-       >=kde-frameworks/ki18n-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
-       ${PYTHON_DEPS}
-       firewalld? ( net-firewall/firewalld )
-       ufw? ( net-firewall/ufw )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_prepare() {
-       ecm_src_prepare
-       # this kind of cmake magic doesn't work for us at all.
-       sed -e "1 s:^.*$:\#\!/usr/bin/env ${EPYTHON}:" \
-               -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_FIREWALLD_BACKEND=$(usex firewalld)
-               -DBUILD_UFW_BACKEND=$(usex ufw)
-       )
-       ecm_src_configure
-}
-
-pkg_postinst () {
-       ecm_pkg_postinst
-
-       if ! has_version sys-apps/systemd; then
-               ewarn "${PN} is not functional without sys-apps/systemd at this 
point."
-               ewarn "See also: https://bugs.gentoo.org/778527";
-       fi
-}

Reply via email to