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 E0F3D15800A for ; Wed, 2 Aug 2023 11:04:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01095E0CCF; Wed, 2 Aug 2023 11:04:19 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3B41E0CCF for ; Wed, 2 Aug 2023 11:04:18 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D260335D77 for ; Wed, 2 Aug 2023 11:04:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9DF2DC1 for ; Wed, 2 Aug 2023 11:04:15 +0000 (UTC) From: "Jonas Frei" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Frei" Message-ID: <1690974223.1d729ea97c3c6f12b51aa0a7f6f57fc8178c1be1.freijon@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: freijon X-VCS-Committer-Name: Jonas Frei X-VCS-Revision: 1d729ea97c3c6f12b51aa0a7f6f57fc8178c1be1 X-VCS-Branch: dev Date: Wed, 2 Aug 2023 11:04: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: 91e3d0d6-b3ae-4370-b7a5-f179f5324e7f X-Archives-Hash: ae9c5f3bda7f91d6153b43022fb7e76a commit: 1d729ea97c3c6f12b51aa0a7f6f57fc8178c1be1 Author: Jonas Frei pm me> AuthorDate: Wed Aug 2 11:01:17 2023 +0000 Commit: Jonas Frei pm me> 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"