From: "Erik Mackdanz" <stasibear@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/
Date: Fri, 13 Nov 2020 02:05:45 +0000 (UTC) [thread overview]
Message-ID: <1605233127.324522b51aefdbad70ff7e5c3a1a8beb3698519a.stasibear@gentoo> (raw)
commit: 324522b51aefdbad70ff7e5c3a1a8beb3698519a
Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 13 02:05:27 2020 +0000
Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Fri Nov 13 02:05:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=324522b5
net-libs/libnpupnp: Enable remaining flags, none are really optional
Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
Closes: https://bugs.gentoo.org/754177
Closes: https://bugs.gentoo.org/754198
Package-Manager: Portage-3.0.9, Repoman-3.0.2
net-libs/libnpupnp/libnpupnp-4.0.13.ebuild | 8 +++-----
net-libs/libnpupnp/metadata.xml | 6 ------
2 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/net-libs/libnpupnp/libnpupnp-4.0.13.ebuild b/net-libs/libnpupnp/libnpupnp-4.0.13.ebuild
index 3715a21e36d..a00ee17059e 100644
--- a/net-libs/libnpupnp/libnpupnp-4.0.13.ebuild
+++ b/net-libs/libnpupnp/libnpupnp-4.0.13.ebuild
@@ -10,8 +10,6 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="client optssdp reuseaddr tools"
-
RDEPEND="
dev-libs/expat
net-libs/libmicrohttpd
@@ -30,10 +28,10 @@ src_configure() {
--enable-device \
--enable-gena \
--enable-ipv6 \
- $(use_enable optssdp) \
- $(use_enable reuseaddr) \
+ --enable-optssdp \
+ --enable-reuseaddr \
--enable-soap \
--enable-ssdp \
- $(use_enable tools) \
+ --enable-tools \
--enable-webserver
}
diff --git a/net-libs/libnpupnp/metadata.xml b/net-libs/libnpupnp/metadata.xml
index cde7ea4d30b..d468735607a 100644
--- a/net-libs/libnpupnp/metadata.xml
+++ b/net-libs/libnpupnp/metadata.xml
@@ -11,10 +11,4 @@
(a.k.a pupnp: Portable UPnP) to provide the base UPnP protocol
functionality.
</longdescription>
- <use>
- <flag name="client">control point code (client)</flag>
- <flag name="optssdp">optional SSDP headers support</flag>
- <flag name="reuseaddr">bind the miniserver socket with reuseaddr</flag>
- <flag name="tools">helper APIs in upnptools.h</flag>
- </use>
</pkgmetadata>
next reply other threads:[~2020-11-13 2:05 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-13 2:05 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-12 16:45 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=1605233127.324522b51aefdbad70ff7e5c3a1a8beb3698519a.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