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, 22 Nov 2020 16:09:13
Message-Id: 1606061337.36fc89c486675f9738e76722fd3cd86a1c80e1db.stasibear@gentoo
1 commit: 36fc89c486675f9738e76722fd3cd86a1c80e1db
2 Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 22 16:08:57 2020 +0000
4 Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 22 16:08:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36fc89c4
7
8 net-libs/libupnpp: Guarantee built with good libnpupnp
9
10 Also add ~x86 arch
11
12 Closes: https://bugs.gentoo.org/756016
13 Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
14 Package-Manager: Portage-3.0.9, Repoman-3.0.2
15
16 net-libs/libupnpp/libupnpp-0.20.0-r1.ebuild | 18 ++++++++++++++++++
17 1 file changed, 18 insertions(+)
18
19 diff --git a/net-libs/libupnpp/libupnpp-0.20.0-r1.ebuild b/net-libs/libupnpp/libupnpp-0.20.0-r1.ebuild
20 new file mode 100644
21 index 00000000000..2ffca9d9e1b
22 --- /dev/null
23 +++ b/net-libs/libupnpp/libupnpp-0.20.0-r1.ebuild
24 @@ -0,0 +1,18 @@
25 +# Copyright 1999-2020 Gentoo Authors
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=7
29 +DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli and upplay"
30 +HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli"
31 +SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz"
32 +
33 +LICENSE="GPL-2"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +
37 +DEPEND="
38 + dev-libs/expat
39 + >=net-libs/libnpupnp-4.0.14-r1
40 + net-misc/curl
41 +"
42 +RDEPEND="${DEPEND}"