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 BC6331382C5 for ; Sun, 28 Mar 2021 10:17:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2021FE0901; Sun, 28 Mar 2021 10:17:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0B4A1E0901 for ; Sun, 28 Mar 2021 10:17:53 +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 07F26340E36 for ; Sun, 28 Mar 2021 10:17:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12A4C642 for ; Sun, 28 Mar 2021 10:17:48 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1616926664.96efd29a07493e8c4288d7cafcbe054f0a763d70.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/ncpamixer/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/ncpamixer/Manifest media-sound/ncpamixer/ncpamixer-1.3.3.1.ebuild media-sound/ncpamixer/ncpamixer-9999.ebuild X-VCS-Directories: media-sound/ncpamixer/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 96efd29a07493e8c4288d7cafcbe054f0a763d70 X-VCS-Branch: dev Date: Sun, 28 Mar 2021 10:17:48 +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: 99e3b558-fcee-461e-9730-4cfba65db27b X-Archives-Hash: 7c2df41fff38446f4d6a6fe74e4a3d5a commit: 96efd29a07493e8c4288d7cafcbe054f0a763d70 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Mar 28 10:16:25 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Mar 28 10:17:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96efd29a media-sound/ncpamixer: properly name tarball Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> media-sound/ncpamixer/Manifest | 2 +- media-sound/ncpamixer/ncpamixer-1.3.3.1.ebuild | 2 +- media-sound/ncpamixer/ncpamixer-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/ncpamixer/Manifest b/media-sound/ncpamixer/Manifest index ced470e6a..40797e05a 100644 --- a/media-sound/ncpamixer/Manifest +++ b/media-sound/ncpamixer/Manifest @@ -1 +1 @@ -DIST 1.3.3.1.tar.gz 21805 BLAKE2B 89d2399672fa9f9f18e2f2bce17b9fd5d74fcd367c54f126de94f884948d6ab3ada8fb807813c841688a926ef71ab6fa52bc50222cf810b54c5167aeb5c346d6 SHA512 4c40992a7731859a855fc80ee012e4ead7a7f47e537163378565125acaad0beacd1a8583710d1d7f2f700c09c7563edfe734757ba1302d0e5c1e286b22af7890 +DIST ncpamixer-1.3.3.1.tar.gz 21805 BLAKE2B 89d2399672fa9f9f18e2f2bce17b9fd5d74fcd367c54f126de94f884948d6ab3ada8fb807813c841688a926ef71ab6fa52bc50222cf810b54c5167aeb5c346d6 SHA512 4c40992a7731859a855fc80ee012e4ead7a7f47e537163378565125acaad0beacd1a8583710d1d7f2f700c09c7563edfe734757ba1302d0e5c1e286b22af7890 diff --git a/media-sound/ncpamixer/ncpamixer-1.3.3.1.ebuild b/media-sound/ncpamixer/ncpamixer-1.3.3.1.ebuild index f6a2bed9a..94168ac46 100644 --- a/media-sound/ncpamixer/ncpamixer-1.3.3.1.ebuild +++ b/media-sound/ncpamixer/ncpamixer-1.3.3.1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/fulhax/ncpamixer.git" inherit git-r3 else - SRC_URI="https://github.com/fulhax/ncpamixer/archive/${PV}.tar.gz" + SRC_URI="https://github.com/fulhax/ncpamixer/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi diff --git a/media-sound/ncpamixer/ncpamixer-9999.ebuild b/media-sound/ncpamixer/ncpamixer-9999.ebuild index f6a2bed9a..94168ac46 100644 --- a/media-sound/ncpamixer/ncpamixer-9999.ebuild +++ b/media-sound/ncpamixer/ncpamixer-9999.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/fulhax/ncpamixer.git" inherit git-r3 else - SRC_URI="https://github.com/fulhax/ncpamixer/archive/${PV}.tar.gz" + SRC_URI="https://github.com/fulhax/ncpamixer/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi