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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 954391382C5 for ; Tue, 6 Apr 2021 14:12:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1D0AE0829; Tue, 6 Apr 2021 14:12:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E63A4E0829 for ; Tue, 6 Apr 2021 14:12:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FD04340D36 for ; Tue, 6 Apr 2021 14:12:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CD39645 for ; Tue, 6 Apr 2021 14:12:40 +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: <1617718219.7e356608d65f8c4d4572964d1c33e3d781d784ec.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.21.3.ebuild X-VCS-Directories: kde-plasma/plasma-firewall/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7e356608d65f8c4d4572964d1c33e3d781d784ec X-VCS-Branch: master Date: Tue, 6 Apr 2021 14:12:40 +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: c0185d76-9245-4882-ad88-d51cbc8b19d2 X-Archives-Hash: 3f9d9036d4e7babd16d1063397937909 commit: 7e356608d65f8c4d4572964d1c33e3d781d784ec Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 6 13:32:02 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 6 14:10:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e356608 kde-plasma/plasma-firewall: drop 5.21.3* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-firewall/Manifest | 1 - .../plasma-firewall/plasma-firewall-5.21.3.ebuild | 49 ---------------------- 2 files changed, 50 deletions(-) diff --git a/kde-plasma/plasma-firewall/Manifest b/kde-plasma/plasma-firewall/Manifest index 4253f7f8a68..ac5750ef0bc 100644 --- a/kde-plasma/plasma-firewall/Manifest +++ b/kde-plasma/plasma-firewall/Manifest @@ -1,2 +1 @@ -DIST plasma-firewall-5.21.3.tar.xz 330072 BLAKE2B fa05c2633f8076deba11b990aca565a931a908c5a7587f6f5b593da0aa71c65b48f2f401b58f0a91ab1860b5d0510986e3f1561f25023627b7f6c957f63c63d2 SHA512 2b0094dd6f0af41f1ad68f9ec2a1d3738af6ed0021678285082a23588d198cc08adeabc776b227204b3b780114dec64f7747b0c8dd2244948a97e3889cbcc087 DIST plasma-firewall-5.21.4.tar.xz 330788 BLAKE2B fbdd1e871783d228dcf7010dcdb6622ffc4d56295ffd95547e79cdbb8aa49849fa51999852105f52870da9cee55cd670da4acc5785a4bd2198a7008c3a865a88 SHA512 421fb28586083c4dc694170720dad1a2176d844bf5e290b04e3bd14140186a02c3a2613bbeed110c849d53fde751f60efeb93badcd77b9795235117d95cd0fc6 diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.21.3.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.21.3.ebuild deleted file mode 100644 index 96551e71e55..00000000000 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.21.3.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) -KFMIN=5.78.0 -QTMIN=5.15.2 -inherit ecm 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 ~ppc64 ~x86" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -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 - >=kde-frameworks/plasma-${KFMIN}:5 -" -RDEPEND="${DEPEND} - ${PYTHON_DEPS} - || ( - net-firewall/firewalld - net-firewall/ufw - ) -" - -src_prepare() { - ecm_src_prepare - # this kind of cmake magic doesn't work for us at all. - sed -e "1 s:^.*$:\#\!/usr/bin/env python3.8:" \ - -i kcm/backends/ufw/helper/kcm_ufw_helper.py.cmake || die -}