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 ECE44138350 for ; Thu, 26 Mar 2020 07:22:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA105E09F3; Thu, 26 Mar 2020 07:22:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 66AB0E09E8 for ; Thu, 26 Mar 2020 07:22:25 +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 7614234FA6B for ; Thu, 26 Mar 2020 07:22:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54442199 for ; Thu, 26 Mar 2020 07:22:21 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1585207321.002ccc2c7714d75bdaaeda5a8f6e6e057d417f92.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-core-sounds/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/asterisk-core-sounds/asterisk-core-sounds-1.6.1-r1.ebuild X-VCS-Directories: net-misc/asterisk-core-sounds/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 002ccc2c7714d75bdaaeda5a8f6e6e057d417f92 X-VCS-Branch: master Date: Thu, 26 Mar 2020 07:22: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: 5d0021ba-ed29-4d1c-87d0-93b092ab2e71 X-Archives-Hash: 0d4fb9c0cbb1aed4891a9fc17bae6277 commit: 002ccc2c7714d75bdaaeda5a8f6e6e057d417f92 Author: Jaco Kroon uls co za> AuthorDate: Sat Mar 21 18:03:09 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Mar 26 07:22:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002ccc2c net-misc/asterisk-core-sounds: Don't force install gsm. This clones the REQUIRED_USE mechanism from asterisk-extra-sounds in order to provide the user with more flexibility. http => https where possible. Revision bump due to alteration of USE flags. Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Jaco Kroon uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/15043 Signed-off-by: Joonas Niilola gentoo.org> .../asterisk-core-sounds-1.6.1-r1.ebuild | 69 ++++++++++++++++++++++ 1 file changed, 69 insertions(+) diff --git a/net-misc/asterisk-core-sounds/asterisk-core-sounds-1.6.1-r1.ebuild b/net-misc/asterisk-core-sounds/asterisk-core-sounds-1.6.1-r1.ebuild new file mode 100644 index 00000000000..b109eb85043 --- /dev/null +++ b/net-misc/asterisk-core-sounds/asterisk-core-sounds-1.6.1-r1.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +DESCRIPTION="Core sounds for asterisk" +HOMEPAGE="https://www.asterisk.org/" +MY_L10N="^en en_AU en_GB es fr it ja ru sv" # ^ is used to indicate to the loops below to NOT set this as an optional +CODECS="alaw g722 g729 +gsm siren7 siren14 sln16 ulaw wav" + +SRC_URI="" +IUSE="${CODECS}" +for l in ${MY_L10N}; do + [[ "${l}" != ^* ]] && IUSE+=" l10n_${l//_/-}" && SRC_URI+=" l10n_${l//_/-}? (" + for c in ${CODECS}; do + SRC_URI+=" ${c#+}? ( https://downloads.asterisk.org/pub/telephony/sounds/releases/${PN}-${l#^}-${c#+}-${PV}.tar.gz )" + done + [[ "${l}" = ^* ]] || SRC_URI+=" )" +done + +REQUIRED_USE="|| ( ${CODECS//+/} )" + +LICENSE="CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +S="${WORKDIR}" + +RDEPEND="!