From: "Erik Mackdanz" <stasibear@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/
Date: Thu, 12 Nov 2020 16:45:56 +0000 (UTC) [thread overview]
Message-ID: <1605199538.c44e53ee53d80ad5e78dfe63f959f278ee441b09.stasibear@gentoo> (raw)
commit: c44e53ee53d80ad5e78dfe63f959f278ee441b09
Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 16:45:38 2020 +0000
Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> 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 <stasibear <AT> 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 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<!--
- This is the example metadata file.
- The root element of this file is <pkgmetadata>. Within this element a
- number of subelements are allowed, the most common being maintainer.
-
- For a full description look at:
- https://devmanual.gentoo.org/ebuild-writing/misc-files/metadata/
-
- Before committing, please remove the comments from this file. They are
- not relevant for general metadata.xml files.
--->
<pkgmetadata>
<maintainer type="person">
<email>stasibear@gentoo.org</email>
@@ -24,13 +13,8 @@
</longdescription>
<use>
<flag name="client">control point code (client)</flag>
- <flag name="device">device specific code (implies -webserver if disabled)</flag>
- <flag name="gena">GENA part</flag>
<flag name="optssdp">optional SSDP headers support</flag>
<flag name="reuseaddr">bind the miniserver socket with reuseaddr</flag>
- <flag name="soap">SOAP part</flag>
- <flag name="ssdp">SSDP part</flag>
<flag name="tools">helper APIs in upnptools.h</flag>
- <flag name="webserver">integrated web server</flag>
</use>
</pkgmetadata>
next reply other threads:[~2020-11-12 16:46 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-12 16:45 Erik Mackdanz [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-14 14:33 [gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/ Erik Mackdanz
2025-04-14 14:33 Erik Mackdanz
2025-03-14 19:50 Sam James
2025-02-09 4:38 Erik Mackdanz
2025-02-09 4:38 Erik Mackdanz
2024-09-28 2:36 Erik Mackdanz
2024-07-13 15:37 Erik Mackdanz
2024-07-13 15:37 Erik Mackdanz
2024-05-22 1:03 Erik Mackdanz
2024-05-22 0:53 Erik Mackdanz
2024-05-19 4:17 Erik Mackdanz
2024-05-16 3:47 Erik Mackdanz
2024-05-16 3:47 Erik Mackdanz
2024-03-16 15:09 Erik Mackdanz
2023-07-02 17:15 Erik Mackdanz
2023-07-02 17:15 Erik Mackdanz
2023-05-31 7:51 Joonas Niilola
2023-04-25 4:39 Erik Mackdanz
2023-04-08 20:05 Erik Mackdanz
2023-04-08 20:05 Erik Mackdanz
2023-03-02 6:14 Erik Mackdanz
2023-01-15 21:25 Erik Mackdanz
2023-01-15 21:25 Erik Mackdanz
2022-09-25 15:51 Erik Mackdanz
2022-07-02 1:18 Erik Mackdanz
2022-07-02 1:18 Erik Mackdanz
2022-05-21 20:36 Erik Mackdanz
2022-05-21 20:36 Erik Mackdanz
2022-05-21 20:36 Erik Mackdanz
2022-03-13 14:38 Erik Mackdanz
2022-03-13 5:54 Sam James
2021-11-27 23:46 Erik Mackdanz
2021-11-27 23:45 Erik Mackdanz
2021-10-27 1:12 Erik Mackdanz
2021-08-10 13:30 Erik Mackdanz
2021-08-10 13:24 Erik Mackdanz
2021-08-03 20:52 Erik Mackdanz
2020-12-27 16:21 Erik Mackdanz
2020-12-27 16:17 Erik Mackdanz
2020-11-22 16:01 Erik Mackdanz
2020-11-21 17:54 Erik Mackdanz
2020-11-13 2:05 Erik Mackdanz
2020-11-12 5:04 Erik Mackdanz
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=1605199538.c44e53ee53d80ad5e78dfe63f959f278ee441b09.stasibear@gentoo \
--to=stasibear@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