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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95B4515808B for ; Sat, 19 Feb 2022 05:17:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6D2DE0855; Sat, 19 Feb 2022 05:17:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4286E084A for ; Sat, 19 Feb 2022 05:17:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 907E8343767 for ; Sat, 19 Feb 2022 05:17:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF3B82EB for ; Sat, 19 Feb 2022 05:17:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1645247628.624110e3a3dee062a53e66cd2c0b7554fb29d4ef.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/asterisk-moh-opsound/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/asterisk-moh-opsound/asterisk-moh-opsound-2.03-r1.ebuild X-VCS-Directories: net-misc/asterisk-moh-opsound/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 624110e3a3dee062a53e66cd2c0b7554fb29d4ef X-VCS-Branch: master Date: Sat, 19 Feb 2022 05:17:27 +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: 5e2b253f-6a35-473e-aca9-1768c441dab6 X-Archives-Hash: e5c510f0e2454ac24f3639aacfba6cdd commit: 624110e3a3dee062a53e66cd2c0b7554fb29d4ef Author: Jaco Kroon uls co za> AuthorDate: Fri Feb 18 05:29:47 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 19 05:13:48 2022 +0000 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 . }