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 3C9A815ACFC for ; Mon, 1 May 2023 12:37:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F2BBE0863; Mon, 1 May 2023 12:37:06 +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 43B1EE0863 for ; Mon, 1 May 2023 12:37:06 +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 57ED33414C1 for ; Mon, 1 May 2023 12:37:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C90DCA5E for ; Mon, 1 May 2023 12:37:02 +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: <1682944551.cbd2c38d9899c5c47f1385196a3597725c23bdf1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libxtract/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libxtract/libxtract-0.6.6.ebuild X-VCS-Directories: media-libs/libxtract/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cbd2c38d9899c5c47f1385196a3597725c23bdf1 X-VCS-Branch: master Date: Mon, 1 May 2023 12:37:02 +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: dd0ec425-6351-41ba-911e-1329b81de03f X-Archives-Hash: 86e4bcbcd1f38cbc5c2c4d07d81fa075 commit: cbd2c38d9899c5c47f1385196a3597725c23bdf1 Author: Sam James gentoo org> AuthorDate: Mon May 1 12:08:53 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 1 12:35:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd2c38d media-libs/libxtract: update SRC_URI to drop github.com/downloads github.com/downloads is gone. Unfortunately, there's no tags on the upstream repo now. Signed-off-by: Sam James gentoo.org> media-libs/libxtract/libxtract-0.6.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libxtract/libxtract-0.6.6.ebuild b/media-libs/libxtract/libxtract-0.6.6.ebuild index ff32f55c5132..96b09eebbcd1 100644 --- a/media-libs/libxtract/libxtract-0.6.6.ebuild +++ b/media-libs/libxtract/libxtract-0.6.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="A simple, portable, lightweight library of audio feature extraction functions" HOMEPAGE="https://github.com/jamiebullock/LibXtract" -SRC_URI="https://github.com/downloads/jamiebullock/LibXtract/${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"