net-libs/libupnpp: new package 0.16.1
authorErik Mackdanz <stasibear@gentoo.org>
Mon, 29 Jan 2018 04:16:14 +0000 (22:16 -0600)
committerErik Mackdanz <stasibear@gentoo.org>
Sun, 4 Feb 2018 16:51:01 +0000 (10:51 -0600)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

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

diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
new file mode 100644 (file)
index 0000000..e64b470
--- /dev/null
@@ -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 (file)
index 0000000..3cc8d14
--- /dev/null
@@ -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 (file)
index 0000000..3bde023
--- /dev/null
@@ -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>