From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1441127-garchives=archives.gentoo.org@lists.gentoo.org> 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 EAF16158094 for <garchives@archives.gentoo.org>; Fri, 30 Sep 2022 23:24:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7077FE0A6E; Fri, 30 Sep 2022 23:24:57 +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 5CEF3E0A6E for <gentoo-commits@lists.gentoo.org>; Fri, 30 Sep 2022 23:24:57 +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 8C76A340FEF for <gentoo-commits@lists.gentoo.org>; Fri, 30 Sep 2022 23:24:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0229607 for <gentoo-commits@lists.gentoo.org>; Fri, 30 Sep 2022 23:24:52 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1664580266.58cca05174b02c7d26930c095794013e2f109261.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/haproxy-dataplaneapi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/haproxy-dataplaneapi/haproxy-dataplaneapi-2.5.1.ebuild X-VCS-Directories: net-proxy/haproxy-dataplaneapi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 58cca05174b02c7d26930c095794013e2f109261 X-VCS-Branch: master Date: Fri, 30 Sep 2022 23:24:52 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 474ae806-0c10-4273-aad5-c19cfa811ce8 X-Archives-Hash: 49d95c93baf3f6edd522f4614355daa7 commit: 58cca05174b02c7d26930c095794013e2f109261 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Sep 30 23:14:24 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Sep 30 23:24:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58cca051 net-proxy/haproxy-dataplaneapi: fix StaticSrcUri Signed-off-by: Sam James <sam <AT> gentoo.org> net-proxy/haproxy-dataplaneapi/haproxy-dataplaneapi-2.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/haproxy-dataplaneapi/haproxy-dataplaneapi-2.5.1.ebuild b/net-proxy/haproxy-dataplaneapi/haproxy-dataplaneapi-2.5.1.ebuild index cc101b866c2f..133bf26371ba 100644 --- a/net-proxy/haproxy-dataplaneapi/haproxy-dataplaneapi-2.5.1.ebuild +++ b/net-proxy/haproxy-dataplaneapi/haproxy-dataplaneapi-2.5.1.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="haproxy dataplane api / sidecar" HOMEPAGE="https://github.com/haproxytech/dataplaneapi https://www.haproxy.com/documentation/dataplaneapi/latest/" SRC_URI="https://github.com/haproxytech/dataplaneapi/archive/v${PV}.tar.gz -> ${P}.tar.gz - http://gentooexperimental.org/~patrick/haproxy-dataplaneapi-2.5.1-deps.tar.xz" + http://gentooexperimental.org/~patrick/${P}-deps.tar.xz" LICENSE="BSD" SLOT="0"