commit: ee819f80ea5ff86399a72b2702058adf46a77f1c Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org> AuthorDate: Tue Jul 1 04:23:16 2025 +0000 Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org> CommitDate: Tue Jul 1 12:03:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee819f80
net-libs/libupnpp: add 1.0.3 Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org> net-libs/libupnpp/Manifest | 1 + net-libs/libupnpp/libupnpp-1.0.3.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest index 39488441ea5d..fc9642cc83f4 100644 --- a/net-libs/libupnpp/Manifest +++ b/net-libs/libupnpp/Manifest @@ -1 +1,2 @@ DIST libupnpp-1.0.2.tar.gz 129138 BLAKE2B 201e685a86d42f54f073b7f48a51533b1f85e1a27d6273218c4e9f9f396a7636ad4fca2a8d872b29faab8497e6757ecf3b60a6d1212669b474cea8b35e393ceb SHA512 45b06cefa75669b0ad298514e6fcc5ede120f38ccf012c74d24697860989e9a345aed87f0f8f2251900b596f9e4405cccce1eee26a8ebe8c20dec50392723ef4 +DIST libupnpp-1.0.3.tar.gz 129301 BLAKE2B 526adb85e25f7cb365de828edcb7517cb6c49f81f85f364124ec519fde149f6b0350e8634304dd82fa97fd01785feb8dafcf313763e29a0e390388ae47a1e5ca SHA512 13ccb1f41c398318e44f6b0d6fdb1a4c1a9f913af1d0b5ffd2b9f7bea1e5c807f9921c26d3c29d36c9d7b42280a8830b7164992f6dc62ffdcd3eaa96355bcbaa diff --git a/net-libs/libupnpp/libupnpp-1.0.3.ebuild b/net-libs/libupnpp/libupnpp-1.0.3.ebuild new file mode 100644 index 000000000000..80f7390fabd9 --- /dev/null +++ b/net-libs/libupnpp/libupnpp-1.0.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2025 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}"
