public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-moh-opsound/
Date: Sat, 12 Sep 2020 01:50:36 +0000 (UTC)	[thread overview]
Message-ID: <1599875430.6972f437518d16b115034e81b5dca24d4bf2b650.sam@gentoo> (raw)

commit:     6972f437518d16b115034e81b5dca24d4bf2b650
Author:     Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za>
AuthorDate: Tue Sep  8 09:54:26 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 01:50:30 2020 +0000
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 <jaco <AT> uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/17465
Signed-off-by: Sam James <sam <AT> 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..00000000000
--- 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."
-}


             reply	other threads:[~2020-09-12  1:50 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-12  1:50 Sam James [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-moh-opsound/ Arthur Zamarin
2022-02-19  5:17 Sam James
2021-04-29  1:52 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
2019-11-27 15:18 Joonas Niilola
2019-08-06  8:55 Mikle Kolyada
2019-07-22 13:11 Mikle Kolyada
2018-10-06 18:40 Sergei Trofimovich
2018-03-17  7:11 Matt Turner
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=1599875430.6972f437518d16b115034e81b5dca24d4bf2b650.sam@gentoo \
    --to=sam@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