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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A312138359 for ; Thu, 12 Nov 2020 16:46:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 774B8E081E; Thu, 12 Nov 2020 16:45:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45CFAE081E for ; Thu, 12 Nov 2020 16:45:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28723335D91 for ; Thu, 12 Nov 2020 16:45:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EB263A2 for ; Thu, 12 Nov 2020 16:45:56 +0000 (UTC) From: "Erik Mackdanz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Erik Mackdanz" Message-ID: <1605199538.c44e53ee53d80ad5e78dfe63f959f278ee441b09.stasibear@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnpupnp/libnpupnp-4.0.13.ebuild net-libs/libnpupnp/metadata.xml X-VCS-Directories: net-libs/libnpupnp/ X-VCS-Committer: stasibear X-VCS-Committer-Name: Erik Mackdanz X-VCS-Revision: c44e53ee53d80ad5e78dfe63f959f278ee441b09 X-VCS-Branch: master Date: Thu, 12 Nov 2020 16:45: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: b2a70886-113e-42cc-b57a-f0bd8d3785bf X-Archives-Hash: 44b1252bfe2ab268301716473b7da314 commit: c44e53ee53d80ad5e78dfe63f959f278ee441b09 Author: Erik Mackdanz gentoo org> AuthorDate: Thu Nov 12 16:45:38 2020 +0000 Commit: Erik Mackdanz gentoo org> CommitDate: Thu Nov 12 16:45:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c44e53ee net-libs/libnpupnp: Constrain USE to minimal working set Signed-off-by: Erik Mackdanz gentoo.org> Closes: https://bugs.gentoo.org/754135 Package-Manager: Portage-3.0.9, Repoman-3.0.2 net-libs/libnpupnp/libnpupnp-4.0.13.ebuild | 18 +++++++++--------- net-libs/libnpupnp/metadata.xml | 16 ---------------- 2 files changed, 9 insertions(+), 25 deletions(-) diff --git a/net-libs/libnpupnp/libnpupnp-4.0.13.ebuild b/net-libs/libnpupnp/libnpupnp-4.0.13.ebuild index 80a418d1649..3715a21e36d 100644 --- a/net-libs/libnpupnp/libnpupnp-4.0.13.ebuild +++ b/net-libs/libnpupnp/libnpupnp-4.0.13.ebuild @@ -10,7 +10,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -IUSE="client debug device gena ipv6 optssdp reuseaddr soap ssdp tools webserver" +IUSE="client optssdp reuseaddr tools" RDEPEND=" dev-libs/expat @@ -25,15 +25,15 @@ src_prepare() { src_configure() { econf \ - $(use_enable client) \ - $(use_enable debug) \ - $(use_enable device) \ - $(use_enable gena) \ - $(use_enable ipv6) \ + --enable-client \ + --enable-debug \ + --enable-device \ + --enable-gena \ + --enable-ipv6 \ $(use_enable optssdp) \ $(use_enable reuseaddr) \ - $(use_enable soap) \ - $(use_enable ssdp) \ + --enable-soap \ + --enable-ssdp \ $(use_enable tools) \ - $(use_enable webserver) + --enable-webserver } diff --git a/net-libs/libnpupnp/metadata.xml b/net-libs/libnpupnp/metadata.xml index 63aca78f507..cde7ea4d30b 100644 --- a/net-libs/libnpupnp/metadata.xml +++ b/net-libs/libnpupnp/metadata.xml @@ -1,16 +1,5 @@ - stasibear@gentoo.org @@ -24,13 +13,8 @@ control point code (client) - device specific code (implies -webserver if disabled) - GENA part optional SSDP headers support bind the miniserver socket with reuseaddr - SOAP part - SSDP part helper APIs in upnptools.h - integrated web server