From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-extra-sounds/
Date: Fri, 4 Oct 2019 19:10:31 +0000 (UTC) [thread overview]
Message-ID: <1570216068.7890238082a7bec4abbfec6f831d7c7e8bae3d91.mgorny@gentoo> (raw)
commit: 7890238082a7bec4abbfec6f831d7c7e8bae3d91
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 4 18:45:26 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 4 19:07:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78902380
net-misc/asterisk-extra-sounds: Remove old (EAPI=2)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 66 ----------------------
1 file changed, 66 deletions(-)
diff --git a/net-misc/asterisk-extra-sounds/asterisk-extra-sounds-1.4.11.ebuild b/net-misc/asterisk-extra-sounds/asterisk-extra-sounds-1.4.11.ebuild
deleted file mode 100644
index 939771f572c..00000000000
--- a/net-misc/asterisk-extra-sounds/asterisk-extra-sounds-1.4.11.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-DESCRIPTION="Extra sounds for asterisk"
-HOMEPAGE="http://www.asterisk.org/"
-MY_L10N="^en fr" # ^ 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#+}? ( http://downloads.asterisk.org/pub/telephony/sounds/releases/${PN}-${l#^}-${c#+}-${PV}.tar.gz )"
- done
- [[ "${l}" = ^* ]] || SRC_URI+=" )"
-done
-
-LICENSE="CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-
-DEPEND=">=net-misc/asterisk-1.4"
-
-S="${WORKDIR}"
-
-src_unpack() {
- local ar
-
- for ar in ${A}; do
- l="${ar#${PN}-}"
- l=${l%%-*}
- echo ">>> Unpacking $ar to ${WORKDIR}/${l}"
- [ -d "${WORKDIR}/${l}" ] || mkdir "${WORKDIR}/${l}" || die "Error creating unpack directory"
- tar xf "${DISTDIR}/${ar}" -C "${WORKDIR}/${l}" || die "Error unpacking ${ar}"
- done
-}
-
-src_install() {
- for l in ${MY_L10N}; do
- if [[ "${l}" = ^* ]] || use l10n_${l}; then
- l="${l#^}"
- dodoc ${l}/CHANGES-${PN%-sounds}-${l}-${PV} ${l}/${PN#asterisk-}-${l}.txt
- rm ${l}/CHANGES-${PN%-sounds}-${l}-${PV} ${l}/${PN#asterisk-}-${l}.txt
- fi
- done
-
- diropts -m 0770 -o asterisk -g asterisk
- insopts -m 0660 -o asterisk -g asterisk
-
- dodir /var/lib/asterisk/sounds
- insinto /var/lib/asterisk/sounds
- 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."
-}
next reply other threads:[~2019-10-04 19:10 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-04 19:10 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-12 8:30 [gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-extra-sounds/ Arthur Zamarin
2020-09-12 1:50 Sam James
2020-07-20 12:24 Sam James
2020-07-16 17:45 Sam James
2020-05-06 6:48 Sergei Trofimovich
2020-04-11 16:12 Agostino Sarubbo
2020-04-11 16:00 Agostino Sarubbo
2020-04-10 14:39 Agostino Sarubbo
2020-03-26 7:22 Joonas Niilola
2019-11-27 15:18 Joonas Niilola
2019-09-27 15:16 Michał Górny
2018-10-06 18:40 Sergei Trofimovich
2018-03-17 7:11 Matt Turner
2018-01-07 12:03 Ulrich Müller
2017-02-23 8:59 Michael Weber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1570216068.7890238082a7bec4abbfec6f831d7c7e8bae3d91.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox