From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E64415806E for ; Mon, 22 May 2023 12:55:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BDE5E0AE5; Mon, 22 May 2023 12:55:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CB18E0AE5 for ; Mon, 22 May 2023 12:55:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 323C2335D7F for ; Mon, 22 May 2023 12:55:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95F52A77 for ; Mon, 22 May 2023 12:55:48 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1684760026.4e4537775eb74afcefcb875247e51c7b6a4b3716.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-firewall/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-firewall/Manifest kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild X-VCS-Directories: kde-plasma/plasma-firewall/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4e4537775eb74afcefcb875247e51c7b6a4b3716 X-VCS-Branch: master Date: Mon, 22 May 2023 12:55:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d8901411-78c4-4499-aafe-17e44be8b83b X-Archives-Hash: cf9c9eecd58f8816394f704ae37db1c6 commit: 4e4537775eb74afcefcb875247e51c7b6a4b3716 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 22 08:44:21 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 22 12:53:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e453777 kde-plasma/plasma-firewall: drop 5.27.4 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-firewall/Manifest | 1 - .../plasma-firewall/plasma-firewall-5.27.4.ebuild | 70 ---------------------- 2 files changed, 71 deletions(-) diff --git a/kde-plasma/plasma-firewall/Manifest b/kde-plasma/plasma-firewall/Manifest index 3dcaace58f69..06128a77338c 100644 --- a/kde-plasma/plasma-firewall/Manifest +++ b/kde-plasma/plasma-firewall/Manifest @@ -1,2 +1 @@ -DIST plasma-firewall-5.27.4.tar.xz 361896 BLAKE2B b6690ebc12c1a768db56f8a5da5eb2a29efccbaff20e2048e2db791eeec3f81c40ff8282228b1570f3477157193df18b0ccf5bf45cbc89f00693175756280096 SHA512 22f1e7b631ac9c566730660815d6b3a6324e4ff9efd651dfa803164f7ab2e425a74ecf0b415820e0484b6e3f05ce2eb2ee257f5d5eb823d7852770de39188764 DIST plasma-firewall-5.27.5.tar.xz 362476 BLAKE2B 57566389b37f5ad46b06e4b8cbe383362d1dbd7825cd017868b77693d1383deaa2cc9fc670963b7eba359759cad7c124bb72581c025dd0c5990e3a368dc5f79f SHA512 307194544e119efb3291e65076d5f016ae358a24a555aa50036498333f91b45baef4126c3a75fb4ad44fc9288fb89a0c334187625246b2c758ecd6113b80fe89 diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild deleted file mode 100644 index 9bc6068e1218..000000000000 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.4.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_TEST="forceoptional" -PYTHON_COMPAT=( python3_{9..11} ) -KFMIN=5.102.0 -QTMIN=5.15.7 -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="5" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="firewalld +ufw" - -REQUIRED_USE="${PYTHON_REQUIRED_USE} || ( firewalld ufw )" - -DEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtx11extras-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - >=kde-frameworks/kauth-${KFMIN}:5 - >=kde-frameworks/kcmutils-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kdeclarative-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 -" -RDEPEND="${DEPEND} - ${PYTHON_DEPS} - firewalld? ( net-firewall/firewalld ) - ufw? ( net-firewall/ufw ) -" -BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5" - -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 -} - -src_test() { - local -x QT_QPA_PLATFORM=offscreen - ecm_src_test -} - -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 -}