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 2B7AD158021 for ; Thu, 27 Oct 2022 12:35:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15DEFE095E; Thu, 27 Oct 2022 12:34:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 EB7C4E095E for ; Thu, 27 Oct 2022 12:34:58 +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 149EB34111F for ; Thu, 27 Oct 2022 12:34:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6B5762E for ; Thu, 27 Oct 2022 12:34:56 +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: <1666874079.be2c7aa3b254cd8717644b47dc3dcf518cb20cc3.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.7.ebuild net-wireless/iwgtk/iwgtk-0.8.ebuild X-VCS-Directories: net-wireless/iwgtk/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: be2c7aa3b254cd8717644b47dc3dcf518cb20cc3 X-VCS-Branch: master Date: Thu, 27 Oct 2022 12:34:56 +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: 417d1f3b-22b8-459b-a4b7-3d24d14a59f1 X-Archives-Hash: 995747c2e737e77c02f6f15ee7a4f26f commit: be2c7aa3b254cd8717644b47dc3dcf518cb20cc3 Author: Ben Kohler gentoo org> AuthorDate: Tue Oct 25 13:05:48 2022 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Oct 27 12:34:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2c7aa3 net-wireless/iwgtk: drop 0.7, 0.8 Signed-off-by: Ben Kohler gentoo.org> net-wireless/iwgtk/Manifest | 1 - net-wireless/iwgtk/iwgtk-0.7.ebuild | 44 ------------------------------------- net-wireless/iwgtk/iwgtk-0.8.ebuild | 31 -------------------------- 3 files changed, 76 deletions(-) diff --git a/net-wireless/iwgtk/Manifest b/net-wireless/iwgtk/Manifest index fa9f7f4e25b2..7dc6fb504453 100644 --- a/net-wireless/iwgtk/Manifest +++ b/net-wireless/iwgtk/Manifest @@ -1,2 +1 @@ -DIST iwgtk-0.7.tar.gz 117313 BLAKE2B 49c8c728a397f41af0b62748d4b84320185b705a191e90adae619cab7a8aff8cfe1b6ffe5cf6ee9405995f37b25b4f218cbb9d1264154d360a9e7ce9827ffdaa SHA512 da40aa66985004e7917fac15629d36b9b5fc2e1d56fda1544567afdcc28ac5c65c125b35ffe6751b66eb0e3c71489c383be017a44a4cfef065c8859f15b7de74 DIST iwgtk-0.8.tar.gz 119824 BLAKE2B ffd44e292319ae21a812249616b9de28e47e9a558cb37013fda8a4032cc9002352535639c3dd8f34e21ff31c2619640c0592ff05a53e7ea6abb7b619d97f8a6d SHA512 efad4252ed031836a384a642bdc90bfc1396903eeb494e6f76238fcc5314ba7d58dd1aef9d4457aab2b940434b781e1a6bffd32ed6170dfb9abb919069f461f7 diff --git a/net-wireless/iwgtk/iwgtk-0.7.ebuild b/net-wireless/iwgtk/iwgtk-0.7.ebuild deleted file mode 100644 index b32d3e5ab1a6..000000000000 --- a/net-wireless/iwgtk/iwgtk-0.7.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit 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="" - -DEPEND=" - dev-libs/atk:0 - 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 -" - -src_prepare() { - default - sed -i \ - -e 's/^CC=/CC?=/' \ - -e 's/^CFLAGS=/CFLAGS:=$(CFLAGS) /' \ - -e 's/^LDLIBS=/LDLIBS:=$(LDFLAGS) /' \ - -e 's/-O3$/${CFLAGS}/' \ - Makefile || die -} - -src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install - gunzip "${ED}/usr/share/man/man1/iwgtk.1.gz" || die -} diff --git a/net-wireless/iwgtk/iwgtk-0.8.ebuild b/net-wireless/iwgtk/iwgtk-0.8.ebuild deleted file mode 100644 index 4d2eb68b95d0..000000000000 --- a/net-wireless/iwgtk/iwgtk-0.8.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=" - dev-libs/atk:0 - 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 -"