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 4BDC4139360 for ; Tue, 3 Aug 2021 21:03:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A6EDE0908; Tue, 3 Aug 2021 21:03:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6E814E0908 for ; Tue, 3 Aug 2021 21:03:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 105DE335D12 for ; Tue, 3 Aug 2021 21:03:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DAFC7A7 for ; Tue, 3 Aug 2021 21:03:29 +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: <1628024589.c9e63e733a8923dd407353df0c0ad852cf13b5ad.stasibear@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libupnpp/Manifest net-libs/libupnpp/libupnpp-0.21.0.ebuild X-VCS-Directories: net-libs/libupnpp/ X-VCS-Committer: stasibear X-VCS-Committer-Name: Erik Mackdanz X-VCS-Revision: c9e63e733a8923dd407353df0c0ad852cf13b5ad X-VCS-Branch: master Date: Tue, 3 Aug 2021 21:03:29 +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: 31c4de5c-24d4-4507-b937-bb3a2f24001e X-Archives-Hash: 21a49a78a554bd2cb49859219c0ae5e3 commit: c9e63e733a8923dd407353df0c0ad852cf13b5ad Author: Erik Mackdanz gentoo org> AuthorDate: Tue Aug 3 21:03:09 2021 +0000 Commit: Erik Mackdanz gentoo org> CommitDate: Tue Aug 3 21:03:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9e63e73 net-libs/libupnpp: bump to 0.21.0 Closes: https://bugs.gentoo.org/729946 Signed-off-by: Erik Mackdanz gentoo.org> Package-Manager: Portage-3.0.20, Repoman-3.0.3 net-libs/libupnpp/Manifest | 1 + net-libs/libupnpp/libupnpp-0.21.0.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest index f53118d4f10..5dd802025e5 100644 --- a/net-libs/libupnpp/Manifest +++ b/net-libs/libupnpp/Manifest @@ -1 +1,2 @@ DIST libupnpp-0.20.1.tar.gz 476369 BLAKE2B 8ba72486524c28789564db46e64804289f12b4fa4f249fe4f54830488d80f04f519005ad2f5fd8c3a9626c602a4673d7655177a11586fb43b9bd81644cf7fb3b SHA512 17ad11b2898abbdc57ed96280c298a6c94943f3e79101163cf7cace06a4d36058c0d54f0eaeb5da9b9cbb40a23f0597a6a9658060aefeb714723c9c53404db80 +DIST libupnpp-0.21.0.tar.gz 478894 BLAKE2B 093803ff0a4a0b76272f44e470df69169053c66ae27a42b483623b50d0c2bffa61f51e0ca9a82b4fc759492640c68d0eae90cdc46a1e6e6f38f7655190e4101b SHA512 1032ef83e6880c1e4ae4903f6e175640b1d3da7090bfb04bf480f70d58436ef89e6a43886c86dcda2c4aab8370cbd0d5260601ac359a3dded0688ac2748d30fd diff --git a/net-libs/libupnpp/libupnpp-0.21.0.ebuild b/net-libs/libupnpp/libupnpp-0.21.0.ebuild new file mode 100644 index 00000000000..bc0ca442f33 --- /dev/null +++ b/net-libs/libupnpp/libupnpp-0.21.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 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 + net-misc/curl +" +RDEPEND="${DEPEND}"