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 BBB4A13835A for ; Tue, 16 Mar 2021 14:43:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3FC7E085A; Tue, 16 Mar 2021 14:43:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BD7B2E085A for ; Tue, 16 Mar 2021 14:43:23 +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 735D0340E4F for ; Tue, 16 Mar 2021 14:43:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7036B5C5 for ; Tue, 16 Mar 2021 14:43:19 +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: <1615905633.0c5f37cba0e388f01e4bd8203efbb4f3f1835ef1.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.2.ebuild X-VCS-Directories: kde-plasma/plasma-firewall/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0c5f37cba0e388f01e4bd8203efbb4f3f1835ef1 X-VCS-Branch: master Date: Tue, 16 Mar 2021 14:43:19 +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: e8ccc438-fa49-4e77-88d0-88ff7de4dd57 X-Archives-Hash: c2f7c54038782ada45a248e56b505999 commit: 0c5f37cba0e388f01e4bd8203efbb4f3f1835ef1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 16 13:20:54 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Mar 16 14:40:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5f37cb kde-plasma/plasma-firewall: drop 5.21.2* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-firewall/Manifest | 1 - .../plasma-firewall/plasma-firewall-5.21.2.ebuild | 49 ---------------------- 2 files changed, 50 deletions(-) diff --git a/kde-plasma/plasma-firewall/Manifest b/kde-plasma/plasma-firewall/Manifest index eeda8956e9c..fe563a5d7e0 100644 --- a/kde-plasma/plasma-firewall/Manifest +++ b/kde-plasma/plasma-firewall/Manifest @@ -1,2 +1 @@ -DIST plasma-firewall-5.21.2.tar.xz 329812 BLAKE2B 218ec0e8db734515b28f7fd5a6d9baad740bf2265cf243afc82d67c29d3e34a312c9c41febd5bdf99903178a9be5a2c923992de8e8889ffa5717fb11861f16a9 SHA512 6163c7367cc376f7f291e8b175b3d4df8e209199cc393c9d4d9246926a5f275dcb6181411d3d4a969293c6a7ec3c4bc8723fdfc4b79bfd15bf022421fc76e170 DIST plasma-firewall-5.21.3.tar.xz 330072 BLAKE2B fa05c2633f8076deba11b990aca565a931a908c5a7587f6f5b593da0aa71c65b48f2f401b58f0a91ab1860b5d0510986e3f1561f25023627b7f6c957f63c63d2 SHA512 2b0094dd6f0af41f1ad68f9ec2a1d3738af6ed0021678285082a23588d198cc08adeabc776b227204b3b780114dec64f7747b0c8dd2244948a97e3889cbcc087 diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.21.2.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.21.2.ebuild deleted file mode 100644 index 96551e71e55..00000000000 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.21.2.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 -}