public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Erik Mackdanz" <stasibear@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/
Date: Wed, 27 Oct 2021 01:12:14 +0000 (UTC)	[thread overview]
Message-ID: <1635296663.448198bb9a9356edccea1a2201f67370ff6ef6d2.stasibear@gentoo> (raw)

commit:     448198bb9a9356edccea1a2201f67370ff6ef6d2
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 27 01:04:23 2021 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Wed Oct 27 01:04:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=448198bb

net-libs/libnpupnp: bump to 4.1.5

Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
Package-Manager: Portage-3.0.28, Repoman-3.0.3

 net-libs/libnpupnp/Manifest               |  1 +
 net-libs/libnpupnp/libnpupnp-4.1.5.ebuild | 37 +++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/net-libs/libnpupnp/Manifest b/net-libs/libnpupnp/Manifest
index 673fe3ab581..a16f8adf89b 100644
--- a/net-libs/libnpupnp/Manifest
+++ b/net-libs/libnpupnp/Manifest
@@ -1 +1,2 @@
 DIST libnpupnp-4.1.4.tar.gz 544243 BLAKE2B 4e2d0ad827fd566d70df440246ad8fe081c5eb125fac72827e84680a1d842125562449866dab69305c16e170e8b04679ad40f73c2ac573aae266d24679053c76 SHA512 8a41f52a5665470ddf48233a5262cd906a384f89308423020a6f4d2b67d38b53d9608ec6f01a1118f703dce41ba0c58a863965e7226411b4f8aababd7b1d22b0
+DIST libnpupnp-4.1.5.tar.gz 545672 BLAKE2B 75f3236cd18324ffa35215f152ef2b84d81b4bc81b9c73488e7274ecb5d76918f0ef328edcf089d81202e92f4fa3922bfe46d6eb3e9a1bbd065858bf6e5cff60 SHA512 a7b2f620c846f2127220a062eab76f2c06b3eee4503d9f4922d7d6342feea19381be1486bf1cb033c44275f83ab90be3f8f2c09f0ec6f0af7367c314023c889e

diff --git a/net-libs/libnpupnp/libnpupnp-4.1.5.ebuild b/net-libs/libnpupnp/libnpupnp-4.1.5.ebuild
new file mode 100644
index 00000000000..d35dc2f8d1e
--- /dev/null
+++ b/net-libs/libnpupnp/libnpupnp-4.1.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A C++ base UPnP library, derived from Portable UPnP, a.k.a libupnp"
+HOMEPAGE="https://framagit.org/medoc92/npupnp"
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-libs/expat
+	net-libs/libmicrohttpd
+	net-misc/curl
+"
+
+src_prepare() {
+	default
+	./autogen.sh || die
+}
+
+src_configure() {
+	econf \
+		--enable-client \
+		--enable-debug \
+		--enable-device \
+		--enable-gena \
+		--enable-ipv6 \
+		--enable-optssdp \
+		--enable-reuseaddr \
+		--enable-soap \
+		--enable-ssdp \
+		--enable-tools \
+		--enable-webserver
+}


             reply	other threads:[~2021-10-27  1:12 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-27  1:12 Erik Mackdanz [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-14 19:50 [gentoo-commits] repo/gentoo:master commit in: net-libs/libnpupnp/ 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-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 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=1635296663.448198bb9a9356edccea1a2201f67370ff6ef6d2.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