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 D52E1139355 for ; Sun, 8 Aug 2021 14:59:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 177DEE090F; Sun, 8 Aug 2021 14:59:04 +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 EC8D8E090F for ; Sun, 8 Aug 2021 14:59:03 +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 DB71F340FF3 for ; Sun, 8 Aug 2021 14:59:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 782457B9 for ; Sun, 8 Aug 2021 14:59:01 +0000 (UTC) From: "Johannes Willem Fernhout" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Willem Fernhout" Message-ID: <1628434592.8df24a761eb7569b14615b83a5cfe1a5c5d9da9f.hfernh@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/iwdgui/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-wireless/iwdgui/Manifest net-wireless/iwdgui/iwdgui-0.2.0.ebuild X-VCS-Directories: net-wireless/iwdgui/ X-VCS-Committer: hfernh X-VCS-Committer-Name: Johannes Willem Fernhout X-VCS-Revision: 8df24a761eb7569b14615b83a5cfe1a5c5d9da9f X-VCS-Branch: dev Date: Sun, 8 Aug 2021 14:59:01 +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: 98ad77e8-c4bc-4795-86bc-5210c5114911 X-Archives-Hash: d72d9e393d6a66b06fb1b5a29a0a231b commit: 8df24a761eb7569b14615b83a5cfe1a5c5d9da9f Author: Johannes Willem Fernhout fernhout info> AuthorDate: Sun Aug 8 14:56:32 2021 +0000 Commit: Johannes Willem Fernhout fernhout info> CommitDate: Sun Aug 8 14:56:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8df24a76 net-wireless/iwdgui: version bump to 0.2.0 Updated version of a graphical frontend for Intels Wireless Daemon IWD. Signed-off-by: Johannes Willem Fernhout fernhout.info> net-wireless/iwdgui/Manifest | 1 + net-wireless/iwdgui/iwdgui-0.2.0.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/net-wireless/iwdgui/Manifest b/net-wireless/iwdgui/Manifest index 0b373090c..9e1e152bd 100644 --- a/net-wireless/iwdgui/Manifest +++ b/net-wireless/iwdgui/Manifest @@ -1 +1,2 @@ DIST iwdgui-0.1.0.tar.gz 171453 BLAKE2B 0d5e7e88b66d5d0b53c254ee152c441a58800d2f528cb27e206cdeb99f7cc12e4f94b5efb33bf1d0731a660b7d0813f90d20f1eec9481aaafe38b7dc2c84345a SHA512 ca208424f09647fa2c9e35f7d4c945638f3e94407fdcd8594c03a49be0beb554a0ab5563771bc6e8106e3f71f6df9bbd991a5d79d4b156cc3c64c89878c9fa42 +DIST iwdgui-0.2.0.tar.gz 201799 BLAKE2B 968f2bbaa6c601311a758f9073b902d9c5da8f393ec2296e1dcf4c428ab622ff2ae747ad82867a88a54e016db8118f1b3e29fe9aa5fec20c9a5c8f12e3642769 SHA512 27394958332821dd633492e8e7d314c15b2d02ea12087e4e6c44ba325e5331457c5f781a63c4a393109d3fd2a8e9f33895224790835cadc625d02976f273a8f7 diff --git a/net-wireless/iwdgui/iwdgui-0.2.0.ebuild b/net-wireless/iwdgui/iwdgui-0.2.0.ebuild new file mode 100644 index 000000000..291ab171d --- /dev/null +++ b/net-wireless/iwdgui/iwdgui-0.2.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8,9} ) +DISTUTILS_USE_SETUPTOOLS=bdepend + +inherit distutils-r1 xdg + +DESCRIPTION="A graphical frontend for IWD, Intel's iNet Wireless Daemon" +HOMEPAGE="https://gitlab.com/hfernh/iwdgui https://pypi.org/project/iwdgui" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" +REQUIRED_USE="" + +# Upstream does not provide any test suite. +RESTRICT="test" + +RDEPEND=" + dev-python/dbus-python + dev-python/netifaces + dev-python/pygobject + net-wireless/iwd" + +BDEPEND="${RDEPEND}" +DEPEND="${BDEPEND}"