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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1234115ACFC for ; Tue, 25 Apr 2023 04:39:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF946E096A; Tue, 25 Apr 2023 04:39:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CDE8E096A for ; Tue, 25 Apr 2023 04:39:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09076335DB0 for ; Tue, 25 Apr 2023 04:39:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A8DE29 for ; Tue, 25 Apr 2023 04:39:41 +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: <1682397557.410a79c9a2a7d39dda6fb44f303aa7b77fb9c6bf.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.22.5.ebuild X-VCS-Directories: net-libs/libupnpp/ X-VCS-Committer: stasibear X-VCS-Committer-Name: Erik Mackdanz X-VCS-Revision: 410a79c9a2a7d39dda6fb44f303aa7b77fb9c6bf X-VCS-Branch: master Date: Tue, 25 Apr 2023 04:39:41 +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: 2dded985-6b49-40f6-b84c-637647f72cba X-Archives-Hash: fd6524153dd0acd989f8df0342610389 commit: 410a79c9a2a7d39dda6fb44f303aa7b77fb9c6bf Author: Erik Mackdanz gentoo org> AuthorDate: Tue Apr 25 04:28:55 2023 +0000 Commit: Erik Mackdanz gentoo org> CommitDate: Tue Apr 25 04:39:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410a79c9 net-libs/libupnpp: add 0.22.5 Signed-off-by: Erik Mackdanz gentoo.org> net-libs/libupnpp/Manifest | 1 + net-libs/libupnpp/libupnpp-0.22.5.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/net-libs/libupnpp/Manifest b/net-libs/libupnpp/Manifest index e00029229391..03aa414e682b 100644 --- a/net-libs/libupnpp/Manifest +++ b/net-libs/libupnpp/Manifest @@ -1 +1,2 @@ DIST libupnpp-0.22.4.tar.gz 481758 BLAKE2B 41da0dc744e0cddd2d322de297a87c50d975871dcc2b3c22e0381e044ea40787834442161c9bae8c2c3c89226aff7a264e172dedf3c107a8945308f915971785 SHA512 ab97a8a5903e43a138b59c9f5805b85fee07da8e73a1b205c5e57688334f3719f84b3483e6bdde461d9b201f064c4afba0f319989627939e6c9f9d6acef84f31 +DIST libupnpp-0.22.5.tar.gz 482678 BLAKE2B b4fd760666ffe6d75ca3ae5866eda8627304a0e390145f2fe3f0ab9e168bd2e6a97d596e119aea75fd33fb20525816898f00ab14f78c73e8e673b76a5ddba268 SHA512 118347f5c644daf4a044aca441c2636cc5791cee5a33f0fc97e9101e1de0d8bdac2bc85be714343ffcc2c981a02aac59aec920dfcf37d6a24fa9d17215156bc8 diff --git a/net-libs/libupnpp/libupnpp-0.22.5.ebuild b/net-libs/libupnpp/libupnpp-0.22.5.ebuild new file mode 100644 index 000000000000..b05822c3f097 --- /dev/null +++ b/net-libs/libupnpp/libupnpp-0.22.5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +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}" + +src_install() { + default_src_install + find "${ED}" -name '*.la' -delete || die "Couldn't delete .la files" +}