[gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-moh-opsound/

2024-01-12 Thread Arthur Zamarin
commit: 39130c96761f8a65defe8d1c0208f6a601f1c119
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 12 08:30:17 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 12 08:30:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39130c96

net-misc/asterisk-moh-opsound: Keyword 2.03-r1 sparc, #919424

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild 
b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
index 9c5c1bcc2ef4..0cc3c194bb3b 100644
--- a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
+++ b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -17,7 +17,7 @@ REQUIRED_USE="|| ( ${CODECS//+/} )"
 
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~sparc x86"
 
 S="${WORKDIR}"
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-moh-opsound/

2022-02-18 Thread Sam James
commit: 624110e3a3dee062a53e66cd2c0b7554fb29d4ef
Author: Jaco Kroon  uls  co  za>
AuthorDate: Fri Feb 18 05:29:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 19 05:13:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=624110e3

net-misc/asterisk-moh-opsound: fix dodir insinto

As per
https://qa-reports.gentoo.org/output/gentoo-ci/82179587a2/output.html#net-misc/asterisk-moh-opsound

2.03-r1 RedundantDodir  dodir called before insinto, line 39: dodir
  /var/lib/asterisk/moh

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jaco Kroon  uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/24195
Signed-off-by: Sam James  gentoo.org>

 net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild 
b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
index 1e55dbf25b31..9c5c1bcc2ef4 100644
--- a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
+++ b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -36,7 +36,6 @@ src_install() {
diropts -m 0755 -o root -g root
insopts -m 0644 -o root -g root
 
-   dodir /var/lib/asterisk/moh
insinto /var/lib/asterisk/moh
doins -r .
 }



[gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-moh-opsound/

2021-04-28 Thread Sam James
commit: c0f562187fac7f86994f2b4cbdf8aa5fae5d14ca
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 29 01:46:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 29 01:52:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f56218

net-misc/asterisk-moh-opsound: fix variable reference style

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild 
b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
index 11d3fb081af..1e55dbf25b3 100644
--- a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
+++ b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-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"
@@ -27,8 +27,8 @@ src_install() {
for c in ${CODECS}; do
if use ${c#+}; then
for pf in CREDITS LICENSE CHANGES; do
-   dodoc "$pf-$PN-${c#+}"
-   rm "$pf-$PN-${c#+}"
+   dodoc "${pf}-${PN}-${c#+}"
+   rm "${pf}-${PN}-${c#+}"
done
fi
done



[gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-moh-opsound/, net-misc/asterisk-extra-sounds/, ...

2021-03-11 Thread Sam James
commit: 2a1ec301055af3dea189120d9a683653c58bf3f5
Author: Jaco Kroon  uls  co  za>
AuthorDate: Thu Mar 11 14:11:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 11 14:48:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a1ec301

net-misc/asterisk-*: add 

These packages merely install a set of audio files and contain no code.

Signed-off-by: Jaco Kroon  uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/19879
Signed-off-by: Sam James  gentoo.org>

 net-misc/asterisk-core-sounds/metadata.xml  | 1 +
 net-misc/asterisk-extra-sounds/metadata.xml | 1 +
 net-misc/asterisk-moh-opsound/metadata.xml  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/net-misc/asterisk-core-sounds/metadata.xml 
b/net-misc/asterisk-core-sounds/metadata.xml
index adf38368d01..f280e141256 100644
--- a/net-misc/asterisk-core-sounds/metadata.xml
+++ b/net-misc/asterisk-core-sounds/metadata.xml
@@ -9,6 +9,7 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   

Install the sounds files for the alaw 
codec.
Install the sounds files for the g722 
codec.

diff --git a/net-misc/asterisk-extra-sounds/metadata.xml 
b/net-misc/asterisk-extra-sounds/metadata.xml
index 71b32add35e..f15e5130f0a 100644
--- a/net-misc/asterisk-extra-sounds/metadata.xml
+++ b/net-misc/asterisk-extra-sounds/metadata.xml
@@ -9,6 +9,7 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   

Install the sounds files for the alaw 
codec.
Install the sounds files for the g722 
codec.

diff --git a/net-misc/asterisk-moh-opsound/metadata.xml 
b/net-misc/asterisk-moh-opsound/metadata.xml
index 71b32add35e..f15e5130f0a 100644
--- a/net-misc/asterisk-moh-opsound/metadata.xml
+++ b/net-misc/asterisk-moh-opsound/metadata.xml
@@ -9,6 +9,7 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   

Install the sounds files for the alaw 
codec.
Install the sounds files for the g722 
codec.



[gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-moh-opsound/

2020-09-11 Thread Sam James
commit: 6972f437518d16b115034e81b5dca24d4bf2b650
Author: Jaco Kroon  uls  co  za>
AuthorDate: Tue Sep  8 09:54:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 12 01:50:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6972f437

net-misc/asterisk-moh-opsound: cleanup

Remove old version.

Signed-off-by: Jaco Kroon  uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/17465
Signed-off-by: Sam James  gentoo.org>

 .../asterisk-moh-opsound-2.03.ebuild   | 53 --
 1 file changed, 53 deletions(-)

diff --git a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild 
b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild
deleted file mode 100644
index 526cb540197..000
--- a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-DESCRIPTION="asterisk moh music"
-HOMEPAGE="http://www.asterisk.org/;
-CODECS="alaw g722 g729 +gsm siren7 siren14 sln16 ulaw wav"
-
-SRC_URI=""
-for c in ${CODECS}; do
-   SRC_URI+=" ${c#+}? ( 
http://downloads.asterisk.org/pub/telephony/sounds/releases/${PN}-${c#+}-${PV}.tar.gz
 )"
-done
-
-IUSE="${CODECS}"
-LICENSE="CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-DEPEND=">=net-misc/asterisk-1.4"
-
-S="${WORKDIR}"
-
-src_install() {
-   local c
-
-   for c in ${CODECS}; do
-   if use ${c#+}; then
-   for pf in CREDITS LICENSE CHANGES; do
-   dodoc "$pf-$PN-${c#+}"
-   rm "$pf-$PN-${c#+}"
-   done
-   fi
-   done
-
-   diropts -m 0770 -o asterisk -g asterisk
-   insopts -m 0660 -o asterisk -g asterisk
-
-   dodir /var/lib/asterisk/moh
-   insinto /var/lib/asterisk/moh
-   doins -r .
-
-}
-
-pkg_postinst() {
-   local c has_once_codec=
-
-   for c in ${CODECS}; do
-   use ${c#+} && has_one_codec=1
-   done
-
-   [ -n "${has_one_codec}" ] || ewarn "You have none of the codec use 
flags (${CODECS}) set.  You need to have at least one set in order for this 
package to be useful."
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-moh-opsound/

2020-07-20 Thread Sam James
commit: 953f0301c4c8a8fa434f6622c9a324f0d3f501f1
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 20 12:21:07 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 20 12:21:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=953f0301

net-misc/asterisk-moh-opsound: arm keyworded (bug #716426)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild 
b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
index 3135738c773..11d3fb081af 100644
--- a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
+++ b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="|| ( ${CODECS//+/} )"
 
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
 
 S="${WORKDIR}"
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-moh-opsound/

2020-07-16 Thread Sam James
commit: 48663f0ace7b38275cc0a7926b90bd8b03c6f3c1
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 16 17:44:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 16 17:45:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48663f0a

net-misc/asterisk-moh-opsound: arm64 keyworded (bug #716426)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild 
b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
index d9031a7659b..3135738c773 100644
--- a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
+++ b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="|| ( ${CODECS//+/} )"
 
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ppc ~ppc64 x86"
 
 S="${WORKDIR}"
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-moh-opsound/

2020-05-06 Thread Sergei Trofimovich
commit: 0676d4d77b44be1b45d9ea2018a4c72ca4dc8ede
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed May  6 06:43:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May  6 06:43:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0676d4d7

net-misc/asterisk-moh-opsound: keyworded 2.03-r1 for ppc64, bug #716426

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild 
b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
index c05907f9614..d9031a7659b 100644
--- a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
+++ b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="|| ( ${CODECS//+/} )"
 
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 
 S="${WORKDIR}"
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-moh-opsound/

2020-04-11 Thread Agostino Sarubbo
commit: df39aedf9c5dd191a69656978cdb047a239c26c3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr 11 16:12:40 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr 11 16:12:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df39aedf

net-misc/asterisk-moh-opsound: x86 stable wrt bug #716808

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild 
b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
index 5450301da1a..c05907f9614 100644
--- a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
+++ b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="|| ( ${CODECS//+/} )"
 
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 
 S="${WORKDIR}"
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-moh-opsound/

2020-04-11 Thread Agostino Sarubbo
commit: e2f78f628f3c7916495296dd835c9dd68342558d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr 11 15:59:52 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr 11 15:59:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f78f62

net-misc/asterisk-moh-opsound: ppc stable wrt bug #716808

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild 
b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
index ea0479c27c9..5450301da1a 100644
--- a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
+++ b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="|| ( ${CODECS//+/} )"
 
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 
 S="${WORKDIR}"
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-moh-opsound/

2020-04-10 Thread Agostino Sarubbo
commit: 39b222064e5de8eb20b37336b57557d8c78753ec
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Apr 10 14:39:32 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Apr 10 14:39:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b22206

net-misc/asterisk-moh-opsound: amd64 stable wrt bug #716808

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild 
b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
index 010127bad37..ea0479c27c9 100644
--- a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
+++ b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -17,7 +17,7 @@ REQUIRED_USE="|| ( ${CODECS//+/} )"
 
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 S="${WORKDIR}"
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-moh-opsound/

2019-11-27 Thread Joonas Niilola
commit: 48f026861983fbd3001c7515f87828b13c581e7a
Author: Jaco Kroon  uls  co  za>
AuthorDate: Thu Jun 13 10:39:05 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov 27 15:18:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48f02686

net-misc/asterisk-moh-opsound: revbump + maintainership

Take maintainership.

Implement file permissions as per https://bugs.gentoo.org/507894 (but
does not close).

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Jaco Kroon  uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/13587
Signed-off-by: Joonas Niilola  gentoo.org>

 .../asterisk-moh-opsound-2.03-r1.ebuild| 42 ++
 net-misc/asterisk-moh-opsound/metadata.xml | 10 --
 2 files changed, 49 insertions(+), 3 deletions(-)

diff --git a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild 
b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
new file mode 100644
index 000..010127bad37
--- /dev/null
+++ b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="asterisk moh music"
+HOMEPAGE="http://www.asterisk.org/;
+CODECS="alaw g722 g729 +gsm siren7 siren14 sln16 ulaw wav"
+
+SRC_URI=""
+for c in ${CODECS}; do
+   SRC_URI+=" ${c#+}? ( 
http://downloads.asterisk.org/pub/telephony/sounds/releases/${PN}-${c#+}-${PV}.tar.gz
 )"
+done
+
+IUSE="${CODECS}"
+REQUIRED_USE="|| ( ${CODECS//+/} )"
+
+LICENSE="CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+S="${WORKDIR}"
+
+src_install() {
+   local c
+
+   for c in ${CODECS}; do
+   if use ${c#+}; then
+   for pf in CREDITS LICENSE CHANGES; do
+   dodoc "$pf-$PN-${c#+}"
+   rm "$pf-$PN-${c#+}"
+   done
+   fi
+   done
+
+   diropts -m 0755 -o root -g root
+   insopts -m 0644 -o root -g root
+
+   dodir /var/lib/asterisk/moh
+   insinto /var/lib/asterisk/moh
+   doins -r .
+}

diff --git a/net-misc/asterisk-moh-opsound/metadata.xml 
b/net-misc/asterisk-moh-opsound/metadata.xml
index 7413756723d..71b32add35e 100644
--- a/net-misc/asterisk-moh-opsound/metadata.xml
+++ b/net-misc/asterisk-moh-opsound/metadata.xml
@@ -2,14 +2,18 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   chain...@gentoo.org
-   Tony Vroon
+   j...@uls.co.za
+   Jaco Kroon
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers


Install the sounds files for the alaw 
codec.
Install the sounds files for the g722 
codec.
Install the sounds files for the g729 
codec.
-   Install the sounds files for the +gsm 
codec.
+   Install the sounds files for the gsm 
codec.
Install the sounds files for the siren7 
codec.
Install the sounds files for the siren14 
codec.
Install the sounds files for the sln16 
codec.



[gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-moh-opsound/

2019-08-06 Thread Mikle Kolyada
commit: 6c0d8b2809cdac509466b32b9b1e9d90002f2c94
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Aug  6 08:55:03 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Aug  6 08:55:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0d8b28

net-misc/asterisk-moh-opsound: declare S properly

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild 
b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild
index db7bd7d99a9..526cb540197 100644
--- a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild
+++ b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild
@@ -19,6 +19,8 @@ KEYWORDS="amd64 ~ppc x86"
 
 DEPEND=">=net-misc/asterisk-1.4"
 
+S="${WORKDIR}"
+
 src_install() {
local c
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-moh-opsound/

2019-07-22 Thread Mikle Kolyada
commit: 106e90831bd7d5630a6e0620b507bc3341b996c6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jul 22 13:11:13 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jul 22 13:11:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=106e9083

net-misc/asterisk-moh-opsound: bump to EAPI=7

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild 
b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild
index cbbc2b3aa58..db7bd7d99a9 100644
--- a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild
+++ b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI="7"
 
 DESCRIPTION="asterisk moh music"
 HOMEPAGE="http://www.asterisk.org/;



[gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-moh-opsound/

2018-10-06 Thread Sergei Trofimovich
commit: aeaada3e8c74e71382bc7441846962e304a150d2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct  6 18:36:10 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct  6 18:40:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeaada3e

net-misc/asterisk-moh-opsound: keyworded 2.03 for ppc, bug #658732

Tested-by: ernsteiswuerfel
Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc"

 net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild 
b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild
index 539efbedde7..cbbc2b3aa58 100644
--- a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild
+++ b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="2"
@@ -15,7 +15,7 @@ done
 IUSE="${CODECS}"
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
 
 DEPEND=">=net-misc/asterisk-1.4"
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-moh-opsound/

2018-03-17 Thread Matt Turner
commit: 431f3a3a7798095ba627a6e24a053ca8fbc6e87e
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Mar 17 07:10:42 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar 17 07:10:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=431f3a3a

net-misc/asterisk-moh-opsound: Drop ppc/ppc64 keywords

 net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild 
b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild
index c53e54ad337..539efbedde7 100644
--- a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild
+++ b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild
@@ -15,7 +15,7 @@ done
 IUSE="${CODECS}"
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 x86"
 
 DEPEND=">=net-misc/asterisk-1.4"
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-moh-opsound/

2017-02-23 Thread Michael Weber
commit: 5bdd51557822893261a9f39ac6f0d6d76f99e2ea
Author: Michael Weber  gentoo  org>
AuthorDate: Thu Feb 23 08:47:39 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Thu Feb 23 08:58:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bdd5155

net-misc/asterisk-moh-opsound: Add ~ppc ~ppc64 keywords (bug 413543).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild 
b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild
index cafbe05c60..35f46e1972 100644
--- a/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild
+++ b/net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ done
 IUSE="${CODECS}"
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 
 DEPEND=">=net-misc/asterisk-1.4"