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 EB8A01382C5 for ; Wed, 26 May 2021 12:37:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42838E145C; Wed, 26 May 2021 12:37:25 +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 2B576E145A for ; Wed, 26 May 2021 12:37:25 +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 53C39340E96 for ; Wed, 26 May 2021 12:37:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B276079E for ; Wed, 26 May 2021 12:37:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622032476.2f30820c7882c0684faa1983d0da250e730ed967.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-opus/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/asterisk-opus/asterisk-opus-13.0.1.3.0-r1.ebuild net-misc/asterisk-opus/asterisk-opus-13.0.1.3.0.ebuild net-misc/asterisk-opus/asterisk-opus-16.0.1.3.0-r1.ebuild net-misc/asterisk-opus/asterisk-opus-16.0.1.3.0.ebuild X-VCS-Directories: net-misc/asterisk-opus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2f30820c7882c0684faa1983d0da250e730ed967 X-VCS-Branch: master Date: Wed, 26 May 2021 12:37:21 +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: b3502838-69f1-4baa-93d2-90eadd375a14 X-Archives-Hash: c8116e57f5252bd7960609f0c4567d6a commit: 2f30820c7882c0684faa1983d0da250e730ed967 Author: Jaco Kroon uls co za> AuthorDate: Wed May 26 11:58:22 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 26 12:34:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f30820c net-misc/asterisk-opus: QA issues + sub slots. sub slots as per asterisk versions. Add QA variable exclusions. Closes: https://bugs.gentoo.org/792186 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Jaco Kroon uls.co.za> Signed-off-by: Sam James gentoo.org> ...isk-opus-13.0.1.3.0.ebuild => asterisk-opus-13.0.1.3.0-r1.ebuild} | 5 +++-- ...isk-opus-16.0.1.3.0.ebuild => asterisk-opus-16.0.1.3.0-r1.ebuild} | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/net-misc/asterisk-opus/asterisk-opus-13.0.1.3.0.ebuild b/net-misc/asterisk-opus/asterisk-opus-13.0.1.3.0-r1.ebuild similarity index 92% rename from net-misc/asterisk-opus/asterisk-opus-13.0.1.3.0.ebuild rename to net-misc/asterisk-opus/asterisk-opus-13.0.1.3.0-r1.ebuild index 43c46db99b3..e2160958919 100644 --- a/net-misc/asterisk-opus/asterisk-opus-13.0.1.3.0.ebuild +++ b/net-misc/asterisk-opus/asterisk-opus-13.0.1.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -17,7 +17,7 @@ x86? ( )" LICENSE="Digium" -SLOT="0" +SLOT="0/${AST_PV}" KEYWORDS="-* ~amd64 ~x86" RDEPEND="=net-misc/asterisk-${PV%%.*}*" @@ -28,6 +28,7 @@ S="${WORKDIR}" pkg_setup() { QA_FLAGS_IGNORED="/usr/$(get_libdir)/asterisk/modules/codec_opus.so" + QA_PREBUILT="${QA_FLAGS_IGNORED}" } src_install() { diff --git a/net-misc/asterisk-opus/asterisk-opus-16.0.1.3.0.ebuild b/net-misc/asterisk-opus/asterisk-opus-16.0.1.3.0-r1.ebuild similarity index 92% rename from net-misc/asterisk-opus/asterisk-opus-16.0.1.3.0.ebuild rename to net-misc/asterisk-opus/asterisk-opus-16.0.1.3.0-r1.ebuild index 43c46db99b3..e2160958919 100644 --- a/net-misc/asterisk-opus/asterisk-opus-16.0.1.3.0.ebuild +++ b/net-misc/asterisk-opus/asterisk-opus-16.0.1.3.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -17,7 +17,7 @@ x86? ( )" LICENSE="Digium" -SLOT="0" +SLOT="0/${AST_PV}" KEYWORDS="-* ~amd64 ~x86" RDEPEND="=net-misc/asterisk-${PV%%.*}*" @@ -28,6 +28,7 @@ S="${WORKDIR}" pkg_setup() { QA_FLAGS_IGNORED="/usr/$(get_libdir)/asterisk/modules/codec_opus.so" + QA_PREBUILT="${QA_FLAGS_IGNORED}" } src_install() {