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 B09FF15815E for ; Fri, 9 Feb 2024 05:08:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4D6BE2A0C; Fri, 9 Feb 2024 05:08:14 +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 BF57AE2A0C for ; Fri, 9 Feb 2024 05:08:14 +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 B4C7B34311D for ; Fri, 9 Feb 2024 05:08:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC5F114C4 for ; Fri, 9 Feb 2024 05:08:11 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1707455245.054623c59929f0dd690a2a19d8cf883c34275c9b.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/caddy/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/caddy/caddy-2.7.6-r1.ebuild X-VCS-Directories: www-servers/caddy/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 054623c59929f0dd690a2a19d8cf883c34275c9b X-VCS-Branch: master Date: Fri, 9 Feb 2024 05:08:11 +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: db05ead6-4a91-49f5-a9e8-2a50b2d097de X-Archives-Hash: 49764988c98a3bed9dee33aa63c7b48a commit: 054623c59929f0dd690a2a19d8cf883c34275c9b Author: Zac Medico gentoo org> AuthorDate: Fri Feb 9 05:07:04 2024 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Feb 9 05:07:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=054623c5 www-servers/caddy: Copy deps tarball to dev space Signed-off-by: Zac Medico gentoo.org> www-servers/caddy/caddy-2.7.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/caddy/caddy-2.7.6-r1.ebuild b/www-servers/caddy/caddy-2.7.6-r1.ebuild index c9b5a47b3c6f..1f0895f1e673 100644 --- a/www-servers/caddy/caddy-2.7.6-r1.ebuild +++ b/www-servers/caddy/caddy-2.7.6-r1.ebuild @@ -14,7 +14,7 @@ if [[ "${PV}" == 9999* ]]; then else SRC_URI=" https://github.com/caddyserver/caddy/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://github.com/rahilarious/gentoo-distfiles/releases/download/${PF}/deps.tar.xz -> ${PF}-deps.tar.xz + https://dev.gentoo.org/~zmedico/dist/${PF}-deps.tar.xz https://github.com/caddyserver/dist/archive/refs/tags/v${PV}.tar.gz -> ${P}-docs.tar.gz " KEYWORDS="~amd64 ~arm64 ~loong ~riscv"