From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1355159-garchives=archives.gentoo.org@lists.gentoo.org> 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 11A96158086 for <garchives@archives.gentoo.org>; Tue, 4 Jan 2022 09:15:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31CC12BC01C; Tue, 4 Jan 2022 09:15:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 27E622BC01C for <gentoo-commits@lists.gentoo.org>; Tue, 4 Jan 2022 09:15:47 +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 50642342C79 for <gentoo-commits@lists.gentoo.org>; Tue, 4 Jan 2022 09:15:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEF14233 for <gentoo-commits@lists.gentoo.org>; Tue, 4 Jan 2022 09:15:44 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org> Message-ID: <1641287738.31b743299bfaeef5a44b92cda84d6bdb296b92f5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/iroffer-dinoex/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild net-irc/iroffer-dinoex/metadata.xml X-VCS-Directories: net-irc/iroffer-dinoex/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 31b743299bfaeef5a44b92cda84d6bdb296b92f5 X-VCS-Branch: master Date: Tue, 4 Jan 2022 09:15:44 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3ff545e4-7107-4208-a788-432a9c1b9cfb X-Archives-Hash: ca3a8966ce0bfab826139bb0ae9bdcdb commit: 31b743299bfaeef5a44b92cda84d6bdb296b92f5 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Tue Jan 4 09:15:38 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Jan 4 09:15:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b74329 net-irc/iroffer-dinoex: remove USE=kqueue Signed-off-by: David Seifert <soap <AT> gentoo.org> net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild | 5 ++--- net-irc/iroffer-dinoex/metadata.xml | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild index ce098c683324..ebb55a32a0b1 100644 --- a/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild +++ b/net-irc/iroffer-dinoex/iroffer-dinoex-3.32-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ SRC_URI="http://iroffer.dinoex.net/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="+admin +blowfish +chroot curl debug geoip gnutls +http kqueue +memsave ruby ssl +telnet upnp" +IUSE="+admin +blowfish +chroot curl debug geoip gnutls +http +memsave ruby ssl +telnet upnp" REQUIRED_USE=" admin? ( http ) @@ -64,7 +64,6 @@ src_configure() { $(usex gnutls '-tls' '' '' '' '')\ $(usex upnp '-upnp' '' '' '')\ $(usex ruby '-ruby' '' '' '')\ - $(usex kqueue '-kqueue' '' '' '')\ $(usex blowfish '' '-no-blowfish' '' '')\ $(usex ssl '' '-no-openssl' '' '')\ $(usex http '' '-no-http' '' '')\ diff --git a/net-irc/iroffer-dinoex/metadata.xml b/net-irc/iroffer-dinoex/metadata.xml index a5cf892924b0..7126c1b73ad6 100644 --- a/net-irc/iroffer-dinoex/metadata.xml +++ b/net-irc/iroffer-dinoex/metadata.xml @@ -14,7 +14,6 @@ <flag name="blowfish">Compile with blowfish encryption support</flag> <flag name="chroot">Compile with chroot support</flag> <flag name="http">Compile with HTTP server support</flag> - <flag name="kqueue">Compile with kqueue() support</flag> <flag name="memsave">Compile with memory protection</flag> <flag name="telnet">Compile with Telnet server support</flag> </use>