From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72B97138359 for ; Sun, 22 Nov 2020 16:09:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8890AE0788; Sun, 22 Nov 2020 16:09:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64AC4E0788 for ; Sun, 22 Nov 2020 16:09:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4837F340E69 for ; Sun, 22 Nov 2020 16:09:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A138453 for ; Sun, 22 Nov 2020 16:09:09 +0000 (UTC) From: "Erik Mackdanz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Erik Mackdanz" Message-ID: <1606061337.36fc89c486675f9738e76722fd3cd86a1c80e1db.stasibear@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libupnpp/libupnpp-0.20.0-r1.ebuild X-VCS-Directories: net-libs/libupnpp/ X-VCS-Committer: stasibear X-VCS-Committer-Name: Erik Mackdanz X-VCS-Revision: 36fc89c486675f9738e76722fd3cd86a1c80e1db X-VCS-Branch: master Date: Sun, 22 Nov 2020 16:09:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6011e10f-207a-4093-a4e0-029a6b3745af X-Archives-Hash: ee55db1d97d5b64b6ffdd672e8b3c960 commit: 36fc89c486675f9738e76722fd3cd86a1c80e1db Author: Erik Mackdanz gentoo org> AuthorDate: Sun Nov 22 16:08:57 2020 +0000 Commit: Erik Mackdanz gentoo org> CommitDate: Sun Nov 22 16:08:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36fc89c4 net-libs/libupnpp: Guarantee built with good libnpupnp Also add ~x86 arch Closes: https://bugs.gentoo.org/756016 Signed-off-by: Erik Mackdanz gentoo.org> Package-Manager: Portage-3.0.9, Repoman-3.0.2 net-libs/libupnpp/libupnpp-0.20.0-r1.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/net-libs/libupnpp/libupnpp-0.20.0-r1.ebuild b/net-libs/libupnpp/libupnpp-0.20.0-r1.ebuild new file mode 100644 index 00000000000..2ffca9d9e1b --- /dev/null +++ b/net-libs/libupnpp/libupnpp-0.20.0-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +DESCRIPTION="The libupnpp C++ library wraps libupnp for easier use by upmpdcli and upplay" +HOMEPAGE="https://www.lesbonscomptes.com/upmpdcli" +SRC_URI="https://www.lesbonscomptes.com/upmpdcli/downloads/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-libs/expat + >=net-libs/libnpupnp-4.0.14-r1 + net-misc/curl +" +RDEPEND="${DEPEND}"