public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: net-firewall/plasma-firewall/
@ 2020-09-19 20:03 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2020-09-19 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     1b9d99eadfed717b0d15dfea2b34d22bf99e93d5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 19:34:09 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 19:49:53 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1b9d99ea

net-firewall/plasma-firewall: New package

See also: https://mail.kde.org/pipermail/plasma-devel/2020-September/118422.html

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-firewall/plasma-firewall/metadata.xml          |  8 ++++
 .../plasma-firewall/plasma-firewall-9999.ebuild    | 48 ++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/net-firewall/plasma-firewall/metadata.xml b/net-firewall/plasma-firewall/metadata.xml
new file mode 100644
index 0000000000..2fdbf33d96
--- /dev/null
+++ b/net-firewall/plasma-firewall/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/net-firewall/plasma-firewall/plasma-firewall-9999.ebuild b/net-firewall/plasma-firewall/plasma-firewall-9999.ebuild
new file mode 100644
index 0000000000..a6b6c8c3b1
--- /dev/null
+++ b/net-firewall/plasma-firewall/plasma-firewall-9999.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+KFMIN=5.74.0
+QTMIN=5.14.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=""
+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}
+	|| (
+		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
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-firewall/plasma-firewall/
@ 2020-10-04 18:19 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2020-10-04 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     7f965abe81b8636104b336fda446c631d1f7b4b7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  4 16:38:02 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  4 16:38:02 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7f965abe

net-firewall/plasma-firewall: Add missing RDEPEND="${PYTHON_DEPS}"

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-firewall/plasma-firewall/plasma-firewall-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-firewall/plasma-firewall/plasma-firewall-9999.ebuild b/net-firewall/plasma-firewall/plasma-firewall-9999.ebuild
index a6b6c8c3b1..c2176d1b72 100644
--- a/net-firewall/plasma-firewall/plasma-firewall-9999.ebuild
+++ b/net-firewall/plasma-firewall/plasma-firewall-9999.ebuild
@@ -34,6 +34,7 @@ DEPEND="
 	>=kde-frameworks/plasma-${KFMIN}:5
 "
 RDEPEND="${DEPEND}
+	${PYTHON_DEPS}
 	|| (
 		net-firewall/firewalld
 		net-firewall/ufw


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-04 18:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-19 20:03 [gentoo-commits] proj/kde:master commit in: net-firewall/plasma-firewall/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2020-10-04 18:19 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox