Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-opus/
Date: Wed, 26 May 2021 12:37:25
Message-Id: 1622032476.2f30820c7882c0684faa1983d0da250e730ed967.sam@gentoo
1 commit: 2f30820c7882c0684faa1983d0da250e730ed967
2 Author: Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za>
3 AuthorDate: Wed May 26 11:58:22 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed May 26 12:34:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f30820c
7
8 net-misc/asterisk-opus: QA issues + sub slots.
9
10 sub slots as per asterisk versions.
11
12 Add QA variable exclusions.
13
14 Closes: https://bugs.gentoo.org/792186
15 Package-Manager: Portage-3.0.18, Repoman-3.0.2
16 Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za>
17 Signed-off-by: Sam James <sam <AT> gentoo.org>
18
19 ...isk-opus-13.0.1.3.0.ebuild => asterisk-opus-13.0.1.3.0-r1.ebuild} | 5 +++--
20 ...isk-opus-16.0.1.3.0.ebuild => asterisk-opus-16.0.1.3.0-r1.ebuild} | 5 +++--
21 2 files changed, 6 insertions(+), 4 deletions(-)
22
23 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
24 similarity index 92%
25 rename from net-misc/asterisk-opus/asterisk-opus-13.0.1.3.0.ebuild
26 rename to net-misc/asterisk-opus/asterisk-opus-13.0.1.3.0-r1.ebuild
27 index 43c46db99b3..e2160958919 100644
28 --- a/net-misc/asterisk-opus/asterisk-opus-13.0.1.3.0.ebuild
29 +++ b/net-misc/asterisk-opus/asterisk-opus-13.0.1.3.0-r1.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 +# Copyright 1999-2021 Gentoo Authors
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI="7"
36 @@ -17,7 +17,7 @@ x86? (
37 )"
38
39 LICENSE="Digium"
40 -SLOT="0"
41 +SLOT="0/${AST_PV}"
42 KEYWORDS="-* ~amd64 ~x86"
43
44 RDEPEND="=net-misc/asterisk-${PV%%.*}*"
45 @@ -28,6 +28,7 @@ S="${WORKDIR}"
46
47 pkg_setup() {
48 QA_FLAGS_IGNORED="/usr/$(get_libdir)/asterisk/modules/codec_opus.so"
49 + QA_PREBUILT="${QA_FLAGS_IGNORED}"
50 }
51
52 src_install() {
53
54 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
55 similarity index 92%
56 rename from net-misc/asterisk-opus/asterisk-opus-16.0.1.3.0.ebuild
57 rename to net-misc/asterisk-opus/asterisk-opus-16.0.1.3.0-r1.ebuild
58 index 43c46db99b3..e2160958919 100644
59 --- a/net-misc/asterisk-opus/asterisk-opus-16.0.1.3.0.ebuild
60 +++ b/net-misc/asterisk-opus/asterisk-opus-16.0.1.3.0-r1.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2020 Gentoo Authors
63 +# Copyright 1999-2021 Gentoo Authors
64 # Distributed under the terms of the GNU General Public License v2
65
66 EAPI="7"
67 @@ -17,7 +17,7 @@ x86? (
68 )"
69
70 LICENSE="Digium"
71 -SLOT="0"
72 +SLOT="0/${AST_PV}"
73 KEYWORDS="-* ~amd64 ~x86"
74
75 RDEPEND="=net-misc/asterisk-${PV%%.*}*"
76 @@ -28,6 +28,7 @@ S="${WORKDIR}"
77
78 pkg_setup() {
79 QA_FLAGS_IGNORED="/usr/$(get_libdir)/asterisk/modules/codec_opus.so"
80 + QA_PREBUILT="${QA_FLAGS_IGNORED}"
81 }
82
83 src_install() {