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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E916F15802C for ; Sun, 15 Dec 2024 20:28:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA969E09C7; Sun, 15 Dec 2024 20:28:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73AAEE09C7 for ; Sun, 15 Dec 2024 20:28:04 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9925A340C15 for ; Sun, 15 Dec 2024 20:28:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFAAAEB9 for ; Sun, 15 Dec 2024 20:28:01 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1734294471.cafd9563d09d3c33a87dafdb08d7a76ba368ca73.ajak@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/glances/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/glances/glances-4.0.6.ebuild sys-process/glances/glances-4.1.2.1.ebuild X-VCS-Directories: sys-process/glances/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: cafd9563d09d3c33a87dafdb08d7a76ba368ca73 X-VCS-Branch: master Date: Sun, 15 Dec 2024 20:28: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: 9d5efb6c-9594-4740-b633-6e0becb742c0 X-Archives-Hash: 4102bd158d521e4edfb54285ecbcb91e commit: cafd9563d09d3c33a87dafdb08d7a76ba368ca73 Author: John Helmert III gentoo org> AuthorDate: Sun Dec 15 20:23:47 2024 +0000 Commit: John Helmert III gentoo org> CommitDate: Sun Dec 15 20:27:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cafd9563 sys-process/glances: drop python-wifi optfeature, package removed Signed-off-by: John Helmert III gentoo.org> sys-process/glances/glances-4.0.6.ebuild | 1 - sys-process/glances/glances-4.1.2.1.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sys-process/glances/glances-4.0.6.ebuild b/sys-process/glances/glances-4.0.6.ebuild index 5d5f32ec09d1..49f02a9164bd 100644 --- a/sys-process/glances/glances-4.0.6.ebuild +++ b/sys-process/glances/glances-4.0.6.ebuild @@ -58,5 +58,4 @@ pkg_postinst() { optfeature "RAID monitoring" dev-python/pymdstat optfeature "RAID support" dev-python/pymdstat optfeature "SNMP support" dev-python/pysnmp - optfeature "WIFI plugin" net-wireless/python-wifi } diff --git a/sys-process/glances/glances-4.1.2.1.ebuild b/sys-process/glances/glances-4.1.2.1.ebuild index 004d5d8bd23c..7633ae086acc 100644 --- a/sys-process/glances/glances-4.1.2.1.ebuild +++ b/sys-process/glances/glances-4.1.2.1.ebuild @@ -66,5 +66,4 @@ pkg_postinst() { optfeature "RAID monitoring" dev-python/pymdstat optfeature "RAID support" dev-python/pymdstat optfeature "SNMP support" dev-python/pysnmp - optfeature "WIFI plugin" net-wireless/python-wifi }