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: Sat, 09 Feb 2019 04:07:44
Message-Id: 1549685235.89799bff7207a29ef8418d260f985b6e2c121d49.stasibear@gentoo
1 commit: 89799bff7207a29ef8418d260f985b6e2c121d49
2 Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 9 04:07:15 2019 +0000
4 Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 04:07:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89799bff
7
8 net-libs/libupnpp: Bump to 0.17.0
9
10 Add EAPI=7
11
12 Closes: https://bugs.gentoo.org/670733
13 Closes: https://bugs.gentoo.org/675672
14 Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
15 Package-Manager: Portage-2.3.59, Repoman-2.3.12
16
17 net-libs/libupnpp/Manifest | 1 +
18 net-libs/libupnpp/libupnpp-0.17.0.ebuild | 19 +++++++++++++++++++
19 2 files changed, 20 insertions(+)
20
21 diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest
22 index e64b4706c53..472430818cc 100644
23 --- a/net-libs/libupnpp/Manifest
24 +++ b/net-libs/libupnpp/Manifest
25 @@ -1 +1,2 @@
26 DIST libupnpp-0.16.1.tar.gz 470523 BLAKE2B f587633e796c34ed38c35559c935a7f1f4b6042f69d5cc76f268312b0a871988ee5521fba2de125a50c0067d4a5674850eb7d01cb36ed62c0f2b17267a1b3ad8 SHA512 c63eb8ab8a76b7e161625631bee645e7a1f8d779ea6b16ed0bbf43d0972e8875613f04dbf44cd43796273f7b20b4fa71b791d10867c6d220f0d78c15c016c275
27 +DIST libupnpp-0.17.0.tar.gz 475725 BLAKE2B 568ead87791db1a41a4e5f93280cc8560336516cf676e1b64c35d0835579501ba61b75ee41e1dd1e58024d771f6f077c3c85515929be1c059a51ca314756fbfb SHA512 da7ef2453a8fad1e226c6252a84d76bf874128d306d4f9ca53e77e64734d113f3ad6dcd79549b2fe2a3cfab22243b5dceb1b7bd1fffeb512ed996b8fc680667e
28
29 diff --git a/net-libs/libupnpp/libupnpp-0.17.0.ebuild b/net-libs/libupnpp/libupnpp-0.17.0.ebuild
30 new file mode 100644
31 index 00000000000..11272acd2c2
32 --- /dev/null
33 +++ b/net-libs/libupnpp/libupnpp-0.17.0.ebuild
34 @@ -0,0 +1,19 @@
35 +# Copyright 1999-2019 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=7
39 +DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli and upplay"
40 +HOMEPAGE="http://www.lesbonscomptes.com/upmpdcli"
41 +SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
42 +
43 +LICENSE="GPL-2"
44 +SLOT="0"
45 +KEYWORDS="~amd64"
46 +
47 +# Unfortunatetly I receive segfaults from upmpcli on any newer version
48 +DEPEND="
49 + dev-libs/expat
50 + net-libs/libupnp:0
51 + net-misc/curl
52 +"
53 +RDEPEND="${DEPEND}"