Gentoo Archives: gentoo-commits

From: Erik Mackdanz <stasibear@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/
Date: Sun, 04 Feb 2018 16:52:17
Message-Id: 1517763061.b927eb4739882ed975ef543d3e5b0cddea78eef7.stasibear@gentoo
1 commit: b927eb4739882ed975ef543d3e5b0cddea78eef7
2 Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 29 04:16:14 2018 +0000
4 Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 4 16:51:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b927eb47
7
8 net-libs/libupnpp: new package 0.16.1
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 net-libs/libupnpp/Manifest | 1 +
13 net-libs/libupnpp/libupnpp-0.16.1.ebuild | 19 +++++++++++++++++++
14 net-libs/libupnpp/metadata.xml | 12 ++++++++++++
15 3 files changed, 32 insertions(+)
16
17 diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
18 new file mode 100644
19 index 00000000000..e64b4706c53
20 --- /dev/null
21 +++ b/net-libs/libupnpp/Manifest
22 @@ -0,0 +1 @@
23 +DIST libupnpp-0.16.1.tar.gz 470523 BLAKE2B f587633e796c34ed38c35559c935a7f1f4b6042f69d5cc76f268312b0a871988ee5521fba2de125a50c0067d4a5674850eb7d01cb36ed62c0f2b17267a1b3ad8 SHA512 c63eb8ab8a76b7e161625631bee645e7a1f8d779ea6b16ed0bbf43d0972e8875613f04dbf44cd43796273f7b20b4fa71b791d10867c6d220f0d78c15c016c275
24
25 diff --git a/net-libs/libupnpp/libupnpp-0.16.1.ebuild b/net-libs/libupnpp/libupnpp-0.16.1.ebuild
26 new file mode 100644
27 index 00000000000..3cc8d14e6b9
28 --- /dev/null
29 +++ b/net-libs/libupnpp/libupnpp-0.16.1.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli and upplay"
36 +HOMEPAGE="http://www.lesbonscomptes.com/upmpdcli"
37 +SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
38 +
39 +LICENSE="GPL-2"
40 +SLOT="0"
41 +KEYWORDS="~amd64"
42 +
43 +# Unfortunatetly I receive segfaults from upmpcli on any newer version
44 +DEPEND="
45 + dev-libs/expat
46 + <net-libs/libupnp-1.6.24
47 + net-misc/curl
48 +"
49 +RDEPEND="${DEPEND}"
50
51 diff --git a/net-libs/libupnpp/metadata.xml b/net-libs/libupnpp/metadata.xml
52 new file mode 100644
53 index 00000000000..3bde023365b
54 --- /dev/null
55 +++ b/net-libs/libupnpp/metadata.xml
56 @@ -0,0 +1,12 @@
57 +<?xml version="1.0" encoding="UTF-8"?>
58 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 +<pkgmetadata>
60 +<maintainer type="person">
61 + <email>stasibear@g.o</email>
62 + <description>Primary maintainer</description>
63 +</maintainer>
64 +<longdescription>
65 + The libupnpp C++ library wraps libupnp for easier use by upmpdcli and
66 +upplay
67 +</longdescription>
68 +</pkgmetadata>