summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Mackdanz <stasibear@gentoo.org>2020-11-11 23:08:57 -0600
committerErik Mackdanz <stasibear@gentoo.org>2020-11-11 23:09:16 -0600
commitb408b518bdf05a38e75440e80434edbf9aa387cf (patch)
tree4736c6cb4408107dcf1cd58e4083d036987c9153 /net-libs/libupnpp
parentnet-libs/libnpupnp: Add new package 4.0.13 (diff)
downloadgentoo-b408b518bdf05a38e75440e80434edbf9aa387cf.tar.gz
gentoo-b408b518bdf05a38e75440e80434edbf9aa387cf.tar.bz2
gentoo-b408b518bdf05a38e75440e80434edbf9aa387cf.zip
net-libs/libupnpp: Bump to 0.19.4
Closes: https://bugs.gentoo.org/694770 Signed-off-by: Erik Mackdanz <stasibear@gentoo.org> Package-Manager: Portage-3.0.9, Repoman-3.0.2
Diffstat (limited to 'net-libs/libupnpp')
-rw-r--r--net-libs/libupnpp/Manifest1
-rw-r--r--net-libs/libupnpp/libupnpp-0.19.4.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index 956c3d6028c5..fd7afeab9826 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -1 +1,2 @@
DIST libupnpp-0.17.0.tar.gz 475725 BLAKE2B 568ead87791db1a41a4e5f93280cc8560336516cf676e1b64c35d0835579501ba61b75ee41e1dd1e58024d771f6f077c3c85515929be1c059a51ca314756fbfb SHA512 da7ef2453a8fad1e226c6252a84d76bf874128d306d4f9ca53e77e64734d113f3ad6dcd79549b2fe2a3cfab22243b5dceb1b7bd1fffeb512ed996b8fc680667e
+DIST libupnpp-0.19.4.tar.gz 469296 BLAKE2B e1240446bdd48329138183015445778f89abc575ade64a15c8564d2d3a6992b73c8fe7d0e9e99370f37ea851e65fef0a6b52e0fd274d064a5cdbc65ab2129c2d SHA512 4fda8ef9046d18b39cde4c5c6cfca4284f1f6ad76689cdab5a0d584b9fae17adbfe225542b81b88c62e62b65584dab38211a0606ac02ffd0f12abd13246c040f
diff --git a/net-libs/libupnpp/libupnpp-0.19.4.ebuild b/net-libs/libupnpp/libupnpp-0.19.4.ebuild
new file mode 100644
index 000000000000..638dc365a3e3
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.19.4.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+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"
+
+DEPEND="
+ dev-libs/expat
+ net-libs/libnpupnp
+ net-misc/curl
+"
+RDEPEND="${DEPEND}"