summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Mackdanz <stasibear@gentoo.org>2018-01-28 22:16:14 -0600
committerErik Mackdanz <stasibear@gentoo.org>2018-02-04 10:51:01 -0600
commitb927eb4739882ed975ef543d3e5b0cddea78eef7 (patch)
treeb9f23ec2007956297d3f9ea23968163fe6970ff4 /net-libs/libupnpp
parentapp-office/gnucash: Bump to 2.7.4 (diff)
downloadgentoo-b927eb4739882ed975ef543d3e5b0cddea78eef7.tar.gz
gentoo-b927eb4739882ed975ef543d3e5b0cddea78eef7.tar.bz2
gentoo-b927eb4739882ed975ef543d3e5b0cddea78eef7.zip
net-libs/libupnpp: new package 0.16.1
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-libs/libupnpp')
-rw-r--r--net-libs/libupnpp/Manifest1
-rw-r--r--net-libs/libupnpp/libupnpp-0.16.1.ebuild19
-rw-r--r--net-libs/libupnpp/metadata.xml12
3 files changed, 32 insertions, 0 deletions
diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
new file mode 100644
index 000000000000..e64b4706c539
--- /dev/null
+++ b/net-libs/libupnpp/Manifest
@@ -0,0 +1 @@
+DIST libupnpp-0.16.1.tar.gz 470523 BLAKE2B f587633e796c34ed38c35559c935a7f1f4b6042f69d5cc76f268312b0a871988ee5521fba2de125a50c0067d4a5674850eb7d01cb36ed62c0f2b17267a1b3ad8 SHA512 c63eb8ab8a76b7e161625631bee645e7a1f8d779ea6b16ed0bbf43d0972e8875613f04dbf44cd43796273f7b20b4fa71b791d10867c6d220f0d78c15c016c275
diff --git a/net-libs/libupnpp/libupnpp-0.16.1.ebuild b/net-libs/libupnpp/libupnpp-0.16.1.ebuild
new file mode 100644
index 000000000000..3cc8d14e6b9f
--- /dev/null
+++ b/net-libs/libupnpp/libupnpp-0.16.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+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-1.6.24
+ net-misc/curl
+"
+RDEPEND="${DEPEND}"
diff --git a/net-libs/libupnpp/metadata.xml b/net-libs/libupnpp/metadata.xml
new file mode 100644
index 000000000000..3bde023365b0
--- /dev/null
+++ b/net-libs/libupnpp/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>stasibear@gentoo.org</email>
+ <description>Primary maintainer</description>
+</maintainer>
+<longdescription>
+ The libupnpp C++ library wraps libupnp for easier use by upmpdcli and
+upplay
+</longdescription>
+</pkgmetadata>