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 872C8158089 for ; Mon, 30 Oct 2023 02:08:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 963332BC016; Mon, 30 Oct 2023 02:08:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 81DDA2BC01B for ; Mon, 30 Oct 2023 02:08:00 +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 BFE01335C7A for ; Mon, 30 Oct 2023 02:07:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D31B912F4 for ; Mon, 30 Oct 2023 02:07:57 +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: <1698631672.81953afed71c9a17cb4134e8cb291504bc4dd982.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.5.ebuild X-VCS-Directories: www-servers/caddy/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 81953afed71c9a17cb4134e8cb291504bc4dd982 X-VCS-Branch: master Date: Mon, 30 Oct 2023 02:07:57 +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: d293ac89-e680-4587-8ba7-050605c5c75d X-Archives-Hash: ccf056cfd5ff4b7bf0193b87d6d22c1b commit: 81953afed71c9a17cb4134e8cb291504bc4dd982 Author: Zac Medico gentoo org> AuthorDate: Mon Oct 30 01:45:41 2023 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Oct 30 02:07:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81953afe www-servers/caddy: Copy deps tarball to dev space Signed-off-by: Zac Medico gentoo.org> www-servers/caddy/caddy-2.7.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/caddy/caddy-2.7.5.ebuild b/www-servers/caddy/caddy-2.7.5.ebuild index 4940f75d7169..a12ca413085a 100644 --- a/www-servers/caddy/caddy-2.7.5.ebuild +++ b/www-servers/caddy/caddy-2.7.5.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" == *9999* ]]; then EGIT_REPO_URI="https://github.com/caddyserver/caddy.git" else SRC_URI="https://github.com/caddyserver/caddy/archive/v${PV}.tar.gz -> ${P}.tar.gz" - SRC_URI+=" https://github.com/rahilarious/gentoo-distfiles/releases/download/${P}/deps.tar.xz -> ${P}-deps.tar.xz" + SRC_URI+=" https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz" SRC_URI+=" https://github.com/caddyserver/dist/archive/refs/tags/v${PV}.tar.gz -> ${P}-docs.tar.gz" KEYWORDS="~amd64 ~arm64 ~loong ~riscv" fi