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 001B315801C for ; Wed, 2 Aug 2023 16:30:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3A6BE0D83; Wed, 2 Aug 2023 16:30:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F717E0D82 for ; Wed, 2 Aug 2023 16:30:21 +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 B413B340BEA for ; Wed, 2 Aug 2023 16:30:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31946ED2 for ; Wed, 2 Aug 2023 16:30:17 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1690974223.1d729ea97c3c6f12b51aa0a7f6f57fc8178c1be1.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-mail/pop/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-mail/pop/pop-0.2.0.ebuild X-VCS-Directories: net-mail/pop/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 1d729ea97c3c6f12b51aa0a7f6f57fc8178c1be1 X-VCS-Branch: master Date: Wed, 2 Aug 2023 16:30:17 +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: 93132a8f-59c0-47f4-987a-d3a6597a4833 X-Archives-Hash: 27102f80c07fda3ad92cc3ecfcd7e59a commit: 1d729ea97c3c6f12b51aa0a7f6f57fc8178c1be1 Author: Jonas Frei pm me> AuthorDate: Wed Aug 2 11:01:17 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Aug 2 11:03:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d729ea9 net-mail/pop: Modified dependency tarball URI Signed-off-by: Jonas Frei pm.me> net-mail/pop/pop-0.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-mail/pop/pop-0.2.0.ebuild b/net-mail/pop/pop-0.2.0.ebuild index cf85154128..92d554f16c 100644 --- a/net-mail/pop/pop-0.2.0.ebuild +++ b/net-mail/pop/pop-0.2.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://charm.sh" SRC_URI="https://github.com/charmbracelet/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" # Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html -DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/uploads/7f29f486dd58e399fd05ca93587660c5/${P}-deps.tar.xz" +DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/-/raw/main/${P}-deps.tar.xz" SRC_URI+=" ${DEPS_URI}" LICENSE="MIT"