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 755A1138359 for ; Mon, 7 Sep 2020 19:51:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99313E0A82; Mon, 7 Sep 2020 19:51:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7CDC7E0A82 for ; Mon, 7 Sep 2020 19:51:53 +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 816BE33BF24 for ; Mon, 7 Sep 2020 19:51:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 831A0348 for ; Mon, 7 Sep 2020 19:51:50 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1599508266.db04b72f3df068b8156efb286dfc4f8b83fe911e.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libupnp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libupnp/libupnp-1.14.0.ebuild net-libs/libupnp/metadata.xml X-VCS-Directories: net-libs/libupnp/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: db04b72f3df068b8156efb286dfc4f8b83fe911e X-VCS-Branch: master Date: Mon, 7 Sep 2020 19:51:50 +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: 501d6997-b8a3-435c-915f-bd2f0c483ed7 X-Archives-Hash: 0f7012986fde315d84ee86f963f25653 commit: db04b72f3df068b8156efb286dfc4f8b83fe911e Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Sep 7 19:50:56 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Sep 7 19:51:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db04b72f net-libs/libupnp: update used eclasses & expose subslot Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann gentoo.org> net-libs/libupnp/libupnp-1.14.0.ebuild | 10 +++++++--- net-libs/libupnp/metadata.xml | 3 +++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/net-libs/libupnp/libupnp-1.14.0.ebuild b/net-libs/libupnp/libupnp-1.14.0.ebuild index f8095088466..3927b7eedcd 100644 --- a/net-libs/libupnp/libupnp-1.14.0.ebuild +++ b/net-libs/libupnp/libupnp-1.14.0.ebuild @@ -3,14 +3,14 @@ EAPI=7 -inherit eutils flag-o-matic autotools vcs-snapshot +inherit autotools flag-o-matic DESCRIPTION="An Portable Open Source UPnP Development Kit" HOMEPAGE="http://pupnp.sourceforge.net/" SRC_URI="https://github.com/mrjimenez/pupnp/archive/release-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" -SLOT="0" +SLOT="0/17" KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux" IUSE="blocking-tcp debug doc ipv6 +reuseaddr samples static-libs" @@ -19,6 +19,8 @@ RESTRICT="test" DOCS="ChangeLog" +S="${WORKDIR}/pupnp-release-${PV}" + src_prepare() { default @@ -42,5 +44,7 @@ src_configure() { src_install() { default - use static-libs || find "${D}" -name '*.la' -delete || die + if ! use static-libs ; then + find "${D}" -name '*.la' -delete || die + fi } diff --git a/net-libs/libupnp/metadata.xml b/net-libs/libupnp/metadata.xml index 2c151ee1ce2..e588f8be883 100644 --- a/net-libs/libupnp/metadata.xml +++ b/net-libs/libupnp/metadata.xml @@ -5,6 +5,9 @@ thev00d00@gentoo.org Ian Whyman + + Reflect ABI of libupnp.so. + pupnp mrjimenez/pupnp