summaryrefslogtreecommitdiff
path: root/net-libs/libnpupnp
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
commitbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch)
tree0d7a74b4463ee387f9cf9368ceb1b757f694f72a /net-libs/libnpupnp
parentf716a9fe6455d39eef01e718aae68dae61c19704 (diff)
downloadbaldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'net-libs/libnpupnp')
-rw-r--r--net-libs/libnpupnp/Manifest2
-rw-r--r--net-libs/libnpupnp/libnpupnp-6.2.3.ebuild22
-rw-r--r--net-libs/libnpupnp/libnpupnp-6.3.0.ebuild22
-rw-r--r--net-libs/libnpupnp/metadata.xml14
4 files changed, 60 insertions, 0 deletions
diff --git a/net-libs/libnpupnp/Manifest b/net-libs/libnpupnp/Manifest
new file mode 100644
index 000000000000..1e0404568ded
--- /dev/null
+++ b/net-libs/libnpupnp/Manifest
@@ -0,0 +1,2 @@
+DIST libnpupnp-6.2.3.tar.gz 468168 BLAKE2B b6664633772f265532f677a8882a48c8e1798e08eb6af7dcda314dd3a2d79338a89496b747d58b5d1869ff38bf99779edc98c04741684945d1fb90ca4929865c SHA512 ed8ed5d1e385a683dc0f225ff31ed3789bad101181525c2ab3f36b1f2b4948efbd7a40aba6969c1ec17570c92597e60738be5fc0508d2f4700e7e2986122ebc3
+DIST libnpupnp-6.3.0.tar.gz 465454 BLAKE2B f78bcc83cf71812bace4d441abfcfac0d444aac4948669b7faa079292e4d832db690d0ab5ad0a45f33f7bb904e0db3dcec2ef3c54513d99ff93e182d8177ae99 SHA512 fa2e0958a5e2e885cf30bb0a92e6e3a50226e784e3f8b71aa385a5c81b37de57027af5eed2c0f80bf72b603d1c8eb57ed9125b243ad739cbe62c73acc9f50581
diff --git a/net-libs/libnpupnp/libnpupnp-6.2.3.ebuild b/net-libs/libnpupnp/libnpupnp-6.2.3.ebuild
new file mode 100644
index 000000000000..77c794c364ba
--- /dev/null
+++ b/net-libs/libnpupnp/libnpupnp-6.2.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+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
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
diff --git a/net-libs/libnpupnp/libnpupnp-6.3.0.ebuild b/net-libs/libnpupnp/libnpupnp-6.3.0.ebuild
new file mode 100644
index 000000000000..5c728975b84f
--- /dev/null
+++ b/net-libs/libnpupnp/libnpupnp-6.3.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+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
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
diff --git a/net-libs/libnpupnp/metadata.xml b/net-libs/libnpupnp/metadata.xml
new file mode 100644
index 000000000000..3fce17070138
--- /dev/null
+++ b/net-libs/libnpupnp/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>stasibear@gentoo.org</email>
+ <description>Primary maintainer</description>
+ </maintainer>
+ <longdescription>
+ The libupnpp library, which provides the C++ interface for
+ upmpdcli and upplay, used to rely on the venerable libupnp library
+ (a.k.a pupnp: Portable UPnP) to provide the base UPnP protocol
+ functionality.
+ </longdescription>
+</pkgmetadata>