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 6D2F215808B for ; Mon, 4 Apr 2022 14:38:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3CBCE0896; Mon, 4 Apr 2022 14:38:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D95C1E0896 for ; Mon, 4 Apr 2022 14:38:17 +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 DA85C341321 for ; Mon, 4 Apr 2022 14:38:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 654C0388 for ; Mon, 4 Apr 2022 14:38:15 +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: <1649083079.01e3efd5b8db068410db1dd6f25d1173560d57c6.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/dzr/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/dzr/Manifest media-sound/dzr/dzr-220309.ebuild X-VCS-Directories: media-sound/dzr/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 01e3efd5b8db068410db1dd6f25d1173560d57c6 X-VCS-Branch: dev Date: Mon, 4 Apr 2022 14:38:15 +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: cc49533c-87f7-4e9d-9ddc-b0f4b7dc7387 X-Archives-Hash: 2982c5a2c8193913d77e44251a1f6cf0 commit: 01e3efd5b8db068410db1dd6f25d1173560d57c6 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Apr 4 14:37:59 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Apr 4 14:37:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01e3efd5 media-sound/dzr: update SRC_URI Signed-off-by: Andrew Ammerlaan gentoo.org> media-sound/dzr/Manifest | 2 +- media-sound/dzr/dzr-220309.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/dzr/Manifest b/media-sound/dzr/Manifest index bbb54a8e9..826c28073 100644 --- a/media-sound/dzr/Manifest +++ b/media-sound/dzr/Manifest @@ -1 +1 @@ -DIST 220309.tar.gz 5231 BLAKE2B 0e315e5def6e702c0d4c31786a30e431f23d428830653af90467fe1e9cb6e7cdea8f721918bcb60589e22ded89b624a20374b009a0e77318fe3c898feef7857c SHA512 b30fc2a7077bff62b4024f403a4a8549b97c9c06caea342145e0008e35ac78a14b5153a7440912b161a87f82e989ea01d10d6c77db521ead9507184193091f12 +DIST dzr-220309.tar.gz 5231 BLAKE2B 0e315e5def6e702c0d4c31786a30e431f23d428830653af90467fe1e9cb6e7cdea8f721918bcb60589e22ded89b624a20374b009a0e77318fe3c898feef7857c SHA512 b30fc2a7077bff62b4024f403a4a8549b97c9c06caea342145e0008e35ac78a14b5153a7440912b161a87f82e989ea01d10d6c77db521ead9507184193091f12 diff --git a/media-sound/dzr/dzr-220309.ebuild b/media-sound/dzr/dzr-220309.ebuild index bf4348225..0c4f7062c 100644 --- a/media-sound/dzr/dzr-220309.ebuild +++ b/media-sound/dzr/dzr-220309.ebuild @@ -5,7 +5,7 @@ EAPI=8 DESCRIPTION="DZR: the command line deezer.com player" HOMEPAGE="https://github.com/yne/dzr" -SRC_URI="https://github.com/yne/${PN}/archive/refs/tags/${PV}.tar.gz" +SRC_URI="https://github.com/yne/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Unlicense" SLOT="0" 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 CBD4815808B for ; Mon, 4 Apr 2022 14:49:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B8D9E0931; Mon, 4 Apr 2022 14:49:30 +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 0A873E0931 for ; Mon, 4 Apr 2022 14:49:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 26B7B3414AE for ; Mon, 4 Apr 2022 14:49:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8D8D287 for ; Mon, 4 Apr 2022 14:49:25 +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: <1649083079.01e3efd5b8db068410db1dd6f25d1173560d57c6.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/dzr/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/dzr/Manifest media-sound/dzr/dzr-220309.ebuild X-VCS-Directories: media-sound/dzr/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 01e3efd5b8db068410db1dd6f25d1173560d57c6 X-VCS-Branch: master Date: Mon, 4 Apr 2022 14:49:25 +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: 8ff60e4e-b62c-4ef0-80f0-3d214a65e11f X-Archives-Hash: 7ac63037e6bd47b2867512fe1baf0f58 Message-ID: <20220404144925.W4ui5zCVxJOXlcHVL7YDjpi9qUL8dKjrhPIW7IOWzwI@z> commit: 01e3efd5b8db068410db1dd6f25d1173560d57c6 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Apr 4 14:37:59 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Apr 4 14:37:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01e3efd5 media-sound/dzr: update SRC_URI Signed-off-by: Andrew Ammerlaan gentoo.org> media-sound/dzr/Manifest | 2 +- media-sound/dzr/dzr-220309.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/dzr/Manifest b/media-sound/dzr/Manifest index bbb54a8e9..826c28073 100644 --- a/media-sound/dzr/Manifest +++ b/media-sound/dzr/Manifest @@ -1 +1 @@ -DIST 220309.tar.gz 5231 BLAKE2B 0e315e5def6e702c0d4c31786a30e431f23d428830653af90467fe1e9cb6e7cdea8f721918bcb60589e22ded89b624a20374b009a0e77318fe3c898feef7857c SHA512 b30fc2a7077bff62b4024f403a4a8549b97c9c06caea342145e0008e35ac78a14b5153a7440912b161a87f82e989ea01d10d6c77db521ead9507184193091f12 +DIST dzr-220309.tar.gz 5231 BLAKE2B 0e315e5def6e702c0d4c31786a30e431f23d428830653af90467fe1e9cb6e7cdea8f721918bcb60589e22ded89b624a20374b009a0e77318fe3c898feef7857c SHA512 b30fc2a7077bff62b4024f403a4a8549b97c9c06caea342145e0008e35ac78a14b5153a7440912b161a87f82e989ea01d10d6c77db521ead9507184193091f12 diff --git a/media-sound/dzr/dzr-220309.ebuild b/media-sound/dzr/dzr-220309.ebuild index bf4348225..0c4f7062c 100644 --- a/media-sound/dzr/dzr-220309.ebuild +++ b/media-sound/dzr/dzr-220309.ebuild @@ -5,7 +5,7 @@ EAPI=8 DESCRIPTION="DZR: the command line deezer.com player" HOMEPAGE="https://github.com/yne/dzr" -SRC_URI="https://github.com/yne/${PN}/archive/refs/tags/${PV}.tar.gz" +SRC_URI="https://github.com/yne/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Unlicense" SLOT="0"