From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/iwgtk/
Date: Thu, 27 Oct 2022 12:34:56 +0000 (UTC) [thread overview]
Message-ID: <1666874079.be2c7aa3b254cd8717644b47dc3dcf518cb20cc3.bkohler@gentoo> (raw)
commit: be2c7aa3b254cd8717644b47dc3dcf518cb20cc3
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 13:05:48 2022 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> 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 <bkohler <AT> 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
-"
next reply other threads:[~2022-10-27 12:35 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-27 12:34 Ben Kohler [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-02 18:12 [gentoo-commits] repo/gentoo:master commit in: net-wireless/iwgtk/ Ben Kohler
2023-03-30 18:05 Ben Kohler
2023-01-10 16:11 Ben Kohler
2023-01-04 15:23 Ben Kohler
2022-10-27 12:34 Ben Kohler
2022-08-11 13:00 Ben Kohler
2022-07-25 14:26 Ben Kohler
2022-07-01 13:24 Ben Kohler
2022-07-01 13:08 Ben Kohler
2022-07-01 11:45 Ben Kohler
2022-06-14 13:20 Ben Kohler
2022-06-14 13:20 Ben Kohler
2022-06-07 19:17 Ben Kohler
2021-01-08 21:14 Ben Kohler
2021-01-08 19:39 Ben Kohler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1666874079.be2c7aa3b254cd8717644b47dc3dcf518cb20cc3.bkohler@gentoo \
--to=bkohler@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox