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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C981515802F for ; Thu, 30 Mar 2023 18:05:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22C05E0954; Thu, 30 Mar 2023 18:05:29 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A0E3E0954 for ; Thu, 30 Mar 2023 18:05:28 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91634340D69 for ; Thu, 30 Mar 2023 18:05:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CC8B9F8 for ; Thu, 30 Mar 2023 18:05:24 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1680199515.3f230099be0c6b936dd1bae7e1af8c8459c06aa4.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/iwgtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/iwgtk/Manifest net-wireless/iwgtk/iwgtk-0.8-r1.ebuild X-VCS-Directories: net-wireless/iwgtk/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 3f230099be0c6b936dd1bae7e1af8c8459c06aa4 X-VCS-Branch: master Date: Thu, 30 Mar 2023 18:05:24 +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: 6e58b41c-4952-4f40-9675-ab75c427781a X-Archives-Hash: ea16bf9ab822b2ecb6b51ba60ca6ca71 commit: 3f230099be0c6b936dd1bae7e1af8c8459c06aa4 Author: Ben Kohler gentoo org> AuthorDate: Thu Mar 30 17:03:00 2023 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Mar 30 18:05:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f230099 net-wireless/iwgtk: drop 0.8-r1 Signed-off-by: Ben Kohler gentoo.org> net-wireless/iwgtk/Manifest | 1 - net-wireless/iwgtk/iwgtk-0.8-r1.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/net-wireless/iwgtk/Manifest b/net-wireless/iwgtk/Manifest index 91b81acaf176..d54237a239a8 100644 --- a/net-wireless/iwgtk/Manifest +++ b/net-wireless/iwgtk/Manifest @@ -1,2 +1 @@ -DIST iwgtk-0.8.tar.gz 119824 BLAKE2B ffd44e292319ae21a812249616b9de28e47e9a558cb37013fda8a4032cc9002352535639c3dd8f34e21ff31c2619640c0592ff05a53e7ea6abb7b619d97f8a6d SHA512 efad4252ed031836a384a642bdc90bfc1396903eeb494e6f76238fcc5314ba7d58dd1aef9d4457aab2b940434b781e1a6bffd32ed6170dfb9abb919069f461f7 DIST iwgtk-0.9.tar.gz 120055 BLAKE2B 694592b354f529389c0d71f4b81ea7b65a305ac769157e48499414adc91e099ec66880956d80a039b7f68f0d44e0f40f4ac02db350020701471616794a5de399 SHA512 d755d72744051a39dda0b78dc0fb2cc57cbf44cd095ac595d4e83f22a70471a0d69a406636d0a4d5922b533d1c849578779fd7f4c41a0b0e1549dd4e9cc45c4d diff --git a/net-wireless/iwgtk/iwgtk-0.8-r1.ebuild b/net-wireless/iwgtk/iwgtk-0.8-r1.ebuild deleted file mode 100644 index 93351d2e4ca6..000000000000 --- a/net-wireless/iwgtk/iwgtk-0.8-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit meson xdg - -DESCRIPTION="Lightweight, graphical wifi management utility for Linux" -HOMEPAGE="https://github.com/J-Lentz/iwgtk" -SRC_URI="https://github.com/J-Lentz/iwgtk/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -BDEPEND="app-text/scdoc" - -DEPEND=" - app-accessibility/at-spi2-core:2 - dev-libs/glib:2 - gui-libs/gtk:4 - media-gfx/qrencode:= - x11-libs/cairo:0 - x11-libs/gdk-pixbuf:2 - x11-libs/pango:0 -" - -RDEPEND=" - ${DEPEND} - >=net-wireless/iwd-1.28 -"