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: Thu, 29 Apr 2021 01:52:41 +0000 (UTC)	[thread overview]
Message-ID: <1619661133.c0f562187fac7f86994f2b4cbdf8aa5fae5d14ca.sam@gentoo> (raw)

commit:     c0f562187fac7f86994f2b4cbdf8aa5fae5d14ca
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 29 01:46:33 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 29 01:52:13 2021 +0000
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 <sam <AT> 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


             reply	other threads:[~2021-04-29  1:52 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-29  1:52 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
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
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=1619661133.c0f562187fac7f86994f2b4cbdf8aa5fae5d14ca.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