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 5A2C615A749 for ; Wed, 10 Jul 2024 23:52:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9A312BC029; Wed, 10 Jul 2024 23:52:46 +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 C849D2BC029 for ; Wed, 10 Jul 2024 23:52:46 +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 CEBAF343069 for ; Wed, 10 Jul 2024 23:52:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 840D01E1E for ; Wed, 10 Jul 2024 23:52:42 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1720565722.23aac5cf6ab70d13198148fadbdcf7111e00dd68.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/evernote2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/evernote2/Manifest dev-python/evernote2/evernote2-1.0.3.ebuild X-VCS-Directories: dev-python/evernote2/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 23aac5cf6ab70d13198148fadbdcf7111e00dd68 X-VCS-Branch: master Date: Wed, 10 Jul 2024 23:52:42 +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: b4ca8c70-642a-45c7-bea6-0ef3be9917fc X-Archives-Hash: 2733fa2361e98d2afef75de3575f34ee commit: 23aac5cf6ab70d13198148fadbdcf7111e00dd68 Author: Vitaly Zdanevich ya ru> AuthorDate: Tue Jul 9 22:55:22 2024 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Tue Jul 9 22:55:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23aac5cf dev-python/evernote2: SRC_URI save to correct file name (was version only) Signed-off-by: Vitaly Zdanevich ya.ru> dev-python/evernote2/Manifest | 2 +- dev-python/evernote2/evernote2-1.0.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/evernote2/Manifest b/dev-python/evernote2/Manifest index 544ce1cc4..eee4fc67b 100644 --- a/dev-python/evernote2/Manifest +++ b/dev-python/evernote2/Manifest @@ -1 +1 @@ -DIST v1.0.3.tar.gz 247239 BLAKE2B 899067b7736a9e8e7932f1fe5b2c3c5e20650f5bc836f184de18ee7576cec1edb34c25211119bc41917a54bdabff65a6b33216f6bead08fcb3989081a87afff3 SHA512 2df19761dd02d67e1faa7a702ea363530b485e9a5c3ccab7e90f987cdbf06a4d1f00de0066c7cbce15f8a489bb0879d1024226ff8ef9aaff0226eb66f0a6998d +DIST evernote2-1.0.3.gh.tar.gz 247239 BLAKE2B 899067b7736a9e8e7932f1fe5b2c3c5e20650f5bc836f184de18ee7576cec1edb34c25211119bc41917a54bdabff65a6b33216f6bead08fcb3989081a87afff3 SHA512 2df19761dd02d67e1faa7a702ea363530b485e9a5c3ccab7e90f987cdbf06a4d1f00de0066c7cbce15f8a489bb0879d1024226ff8ef9aaff0226eb66f0a6998d diff --git a/dev-python/evernote2/evernote2-1.0.3.ebuild b/dev-python/evernote2/evernote2-1.0.3.ebuild index f663b23a8..ee5109b5b 100644 --- a/dev-python/evernote2/evernote2-1.0.3.ebuild +++ b/dev-python/evernote2/evernote2-1.0.3.ebuild @@ -13,7 +13,7 @@ HOMEPAGE=" https://github.com/JackonYang/evernote2 https://pypi.org/project/evernote2/ " -SRC_URI="https://github.com/JackonYang/$PN/archive/refs/tags/v$PV.tar.gz" +SRC_URI="https://github.com/JackonYang/$PN/archive/refs/tags/v$PV.tar.gz -> $P.gh.tar.gz" LICENSE="Apache-2.0"