commit:     ccca1dcd3f3cd85b0134c3affe1a2dcd3b3b595a
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 02:28:16 2024 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 02:28:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccca1dcd

net-libs/libupnpp: add 0.26.7

Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>

 net-libs/libupnpp/Manifest               |  1 +
 net-libs/libupnpp/libupnpp-0.26.7.ebuild | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 75a555b33fda..fc73b9c412e7 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1 +1,2 @@
 DIST libupnpp-0.26.5.tar.gz 127254 BLAKE2B 
ea34f4bac12a75bb63c6e3f05d10fb5b7e37083d4ee98b5b9c28c7078d4e864f200cbb42cd4a8c1e6c7f567f062d0682f827f36e0afa27047881d8887e7e1531
 SHA512 
619de7f1448dd7473af8bc980e6806c60a6223b26ebcccb1e0a857af48868fe81d8f28cdc713d84c720072f07630751149d1ab5b2a1c5a0890822308ce7bd18e
+DIST libupnpp-0.26.7.tar.gz 128834 BLAKE2B 
f6e53795c84b58f2ac6012ef2df8aaf4374c0c8cb245319b1955bef9bea581bfe263853d5f5af71f361dc2137d42589ed31041bf50e65839695fb93abf2b69c3
 SHA512 
d1a73c3b2c31bce02ca4ccd0a67afcd4267c1812712fd6b91445bcf1b09473d25f3beb1b2111567149be0a78342bc7b025dc68c62a0c0ae3cde2d2589590603b

diff --git a/net-libs/libupnpp/libupnpp-0.26.7.ebuild 
b/net-libs/libupnpp/libupnpp-0.26.7.ebuild
new file mode 100644
index 000000000000..ebcc007281ee
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.26.7.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli 
and upplay"
+HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli";
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+       dev-libs/expat
+       net-libs/libnpupnp
+       net-misc/curl
+"
+RDEPEND="${DEPEND}"

Reply via email to