From 5d89a45053e448e3eb7adc17bbb1ecaebb808bac Mon Sep 17 00:00:00 2001 From: Erik Mackdanz Date: Sun, 5 Apr 2026 13:42:11 -0500 Subject: [PATCH] net-libs/libupnpp: add 1.0.4 Signed-off-by: Erik Mackdanz --- net-libs/libupnpp/Manifest | 1 + net-libs/libupnpp/libupnpp-1.0.4.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 net-libs/libupnpp/libupnpp-1.0.4.ebuild diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest index 77bb8635fe593..dd26d27b64c78 100644 --- a/net-libs/libupnpp/Manifest +++ b/net-libs/libupnpp/Manifest @@ -1 +1,2 @@ DIST libupnpp-1.0.3.tar.gz 129301 BLAKE2B 526adb85e25f7cb365de828edcb7517cb6c49f81f85f364124ec519fde149f6b0350e8634304dd82fa97fd01785feb8dafcf313763e29a0e390388ae47a1e5ca SHA512 13ccb1f41c398318e44f6b0d6fdb1a4c1a9f913af1d0b5ffd2b9f7bea1e5c807f9921c26d3c29d36c9d7b42280a8830b7164992f6dc62ffdcd3eaa96355bcbaa +DIST libupnpp-1.0.4.tar.gz 131747 BLAKE2B ad0b44eb2684775432fb9bb808d3eaa931b738a514c8f82474f7cc78a2fd55bece9515b99196659818f879298c7835032bc24e6310608081ce0037266503358b SHA512 69c6596a17dbb4f246b07bed267646db491f37cd6a3cbcb78b9454531d13e918478630a79461010173ee52f735584de6beed63c5d30d855298dd5049e5e53847 diff --git a/net-libs/libupnpp/libupnpp-1.0.4.ebuild b/net-libs/libupnpp/libupnpp-1.0.4.ebuild new file mode 100644 index 0000000000000..c5fffa634aa0e --- /dev/null +++ b/net-libs/libupnpp/libupnpp-1.0.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2026 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}"