net-libs/libupnpp: Bump to 0.17.0
authorErik Mackdanz <stasibear@gentoo.org>
Sat, 9 Feb 2019 04:07:15 +0000 (22:07 -0600)
committerErik Mackdanz <stasibear@gentoo.org>
Sat, 9 Feb 2019 04:07:15 +0000 (22:07 -0600)
Add EAPI=7

Closes: https://bugs.gentoo.org/670733
Closes: https://bugs.gentoo.org/675672
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Package-Manager: Portage-2.3.59, Repoman-2.3.12

net-libs/libupnpp/Manifest
net-libs/libupnpp/libupnpp-0.17.0.ebuild [new file with mode: 0644]

index e64b4706c53900c5466ddeded75f72dd11934a93..472430818ccb83975f4194c29f4afe3799b63b7e 100644 (file)
@@ -1 +1,2 @@
 DIST libupnpp-0.16.1.tar.gz 470523 BLAKE2B f587633e796c34ed38c35559c935a7f1f4b6042f69d5cc76f268312b0a871988ee5521fba2de125a50c0067d4a5674850eb7d01cb36ed62c0f2b17267a1b3ad8 SHA512 c63eb8ab8a76b7e161625631bee645e7a1f8d779ea6b16ed0bbf43d0972e8875613f04dbf44cd43796273f7b20b4fa71b791d10867c6d220f0d78c15c016c275
+DIST libupnpp-0.17.0.tar.gz 475725 BLAKE2B 568ead87791db1a41a4e5f93280cc8560336516cf676e1b64c35d0835579501ba61b75ee41e1dd1e58024d771f6f077c3c85515929be1c059a51ca314756fbfb SHA512 da7ef2453a8fad1e226c6252a84d76bf874128d306d4f9ca53e77e64734d113f3ad6dcd79549b2fe2a3cfab22243b5dceb1b7bd1fffeb512ed996b8fc680667e
diff --git a/net-libs/libupnpp/libupnpp-0.17.0.ebuild b/net-libs/libupnpp/libupnpp-0.17.0.ebuild
new file mode 100644 (file)
index 0000000..11272ac
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 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="http://www.lesbonscomptes.com/upmpdcli"
+SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Unfortunatetly I receive segfaults from upmpcli on any newer version
+DEPEND="
+       dev-libs/expat
+       net-libs/libupnp:0
+       net-misc/curl
+"
+RDEPEND="${DEPEND}"