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 C007015800F for ; Tue, 21 Feb 2023 20:03:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38C72E0ACC; Tue, 21 Feb 2023 20:03:21 +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 8F1E5E0AC4 for ; Tue, 21 Feb 2023 20:03:20 +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 78274340B25 for ; Tue, 21 Feb 2023 20:03:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E75538BA for ; Tue, 21 Feb 2023 20:03:17 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1677009784.bf1f58b1da2d1333c33bccc6931a5a23792c70fa.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/edid-decode/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild X-VCS-Directories: sys-apps/edid-decode/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: bf1f58b1da2d1333c33bccc6931a5a23792c70fa X-VCS-Branch: master Date: Tue, 21 Feb 2023 20:03: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: 2b263a4a-b897-4c76-9da8-5d4e10152ed8 X-Archives-Hash: d568b19e096939648c4759f09a11b22f commit: bf1f58b1da2d1333c33bccc6931a5a23792c70fa Author: Conrad Kostecki gentoo org> AuthorDate: Tue Feb 21 19:13:21 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Feb 21 20:03:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf1f58b1 sys-apps/edid-decode: update SRC_URI Signed-off-by: Conrad Kostecki gentoo.org> sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild b/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild index 76dd496bae09..9d58c76f4f29 100644 --- a/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild +++ b/sys-apps/edid-decode/edid-decode-0_pre20230131.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ MY_P="${PN}-${EGIT_COMMIT}" DESCRIPTION="Decode EDID data in a human-readable format" HOMEPAGE="https://git.linuxtv.org/edid-decode.git/" -SRC_URI="https://dev.gentoo.org/~chewi/distfiles/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~conikost/distfiles/${P}.tar.gz" S="${WORKDIR}/${MY_P}" KEYWORDS="amd64 ~arm64 x86"