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 852FB158020 for ; Sat, 15 Oct 2022 14:01:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19C18E0930; Sat, 15 Oct 2022 14:01: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F29EFE0921 for ; Sat, 15 Oct 2022 14:00:59 +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 D3BDD341141 for ; Sat, 15 Oct 2022 14:00:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CF5E61D for ; Sat, 15 Oct 2022 14:00:57 +0000 (UTC) From: "Sam James" 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" Message-ID: <1665842182.79e0f4bbf3ee07bcd2e736efd80c0d747cd83d4e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/raspberrypi-omxplayer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r3.ebuild X-VCS-Directories: media-video/raspberrypi-omxplayer/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 79e0f4bbf3ee07bcd2e736efd80c0d747cd83d4e X-VCS-Branch: master Date: Sat, 15 Oct 2022 14:00: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: 99ea527f-7283-47e0-83d8-bf121c60b320 X-Archives-Hash: ecaf05a2e0ee3f063c4d0ae51c37a44c commit: 79e0f4bbf3ee07bcd2e736efd80c0d747cd83d4e Author: Sam James gentoo org> AuthorDate: Sat Oct 15 13:56:13 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 15 13:56:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e0f4bb media-video/raspberrypi-omxplayer: fix ObsoleteUri Signed-off-by: Sam James gentoo.org> .../raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r3.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r3.ebuild index 41a9e22a347a..67b8ee489721 100644 --- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r3.ebuild +++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit flag-o-matic toolchain-funcs GIT_COMMIT="791d7df" DESCRIPTION="Command line media player for the Raspberry Pi" HOMEPAGE="https://github.com/popcornmix/omxplayer" -SRC_URI="https://github.com/popcornmix/omxplayer/tarball/${GIT_COMMIT} -> ${P}.tar.gz" +SRC_URI="https://github.com/popcornmix/omxplayer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0"