summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Mackdanz <stasibear@gentoo.org>2019-02-08 22:07:15 -0600
committerErik Mackdanz <stasibear@gentoo.org>2019-02-08 22:07:15 -0600
commit89799bff7207a29ef8418d260f985b6e2c121d49 (patch)
tree5e22a6f29e43813cbd09bcc895b012cb380e7128 /net-libs
parentdev-libs/sway: add self to metadata (diff)
downloadgentoo-89799bff7207a29ef8418d260f985b6e2c121d49.tar.gz
gentoo-89799bff7207a29ef8418d260f985b6e2c121d49.tar.bz2
gentoo-89799bff7207a29ef8418d260f985b6e2c121d49.zip
net-libs/libupnpp: Bump to 0.17.0
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
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libupnpp/Manifest1
-rw-r--r--net-libs/libupnpp/libupnpp-0.17.0.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
index e64b4706c539..472430818ccb 100644
--- a/net-libs/libupnpp/Manifest
+++ b/net-libs/libupnpp/Manifest
@@ -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
index 000000000000..11272acd2c2d
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.17.0.ebuild
@@ -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}"