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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0963138239 for ; Mon, 30 Sep 2019 06:59:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17C1FE08E0; Mon, 30 Sep 2019 06:59:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8994E08E0 for ; Mon, 30 Sep 2019 06:59:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 644D434B6E9 for ; Mon, 30 Sep 2019 06:59:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F7577FE for ; Mon, 30 Sep 2019 06:59:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1569826741.6aeda97830a298077e15c67de057b19c026df87e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/alsa-lib/alsa-lib-1.1.2.ebuild media-libs/alsa-lib/alsa-lib-1.1.6-r1.ebuild media-libs/alsa-lib/alsa-lib-1.1.8.ebuild media-libs/alsa-lib/alsa-lib-1.1.9.ebuild X-VCS-Directories: media-libs/alsa-lib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6aeda97830a298077e15c67de057b19c026df87e X-VCS-Branch: master Date: Mon, 30 Sep 2019 06:59:15 +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: 2cc43b5a-eeee-4a48-98dd-54cb14a07e87 X-Archives-Hash: 6e71b2e8c4c90e366f8969a14ba1f940 commit: 6aeda97830a298077e15c67de057b19c026df87e Author: Michał Górny gentoo org> AuthorDate: Sun Sep 15 15:55:52 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Sep 30 06:59:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aeda978 media-libs/alsa-lib: Inline mirror://alsaproject, use HTTPS Signed-off-by: Michał Górny gentoo.org> media-libs/alsa-lib/alsa-lib-1.1.2.ebuild | 2 +- media-libs/alsa-lib/alsa-lib-1.1.6-r1.ebuild | 2 +- media-libs/alsa-lib/alsa-lib-1.1.8.ebuild | 2 +- media-libs/alsa-lib/alsa-lib-1.1.9.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/alsa-lib/alsa-lib-1.1.2.ebuild b/media-libs/alsa-lib/alsa-lib-1.1.2.ebuild index abe8e719be7..9be87d91cb2 100644 --- a/media-libs/alsa-lib/alsa-lib-1.1.2.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.1.2.ebuild @@ -10,7 +10,7 @@ inherit autotools eutils multilib multilib-minimal python-single-r1 DESCRIPTION="Advanced Linux Sound Architecture Library" HOMEPAGE="https://alsa-project.org/" -SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2" +SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" diff --git a/media-libs/alsa-lib/alsa-lib-1.1.6-r1.ebuild b/media-libs/alsa-lib/alsa-lib-1.1.6-r1.ebuild index 9c6322c42e4..fa05737670a 100644 --- a/media-libs/alsa-lib/alsa-lib-1.1.6-r1.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.1.6-r1.ebuild @@ -9,7 +9,7 @@ inherit autotools multilib multilib-minimal python-single-r1 DESCRIPTION="Advanced Linux Sound Architecture Library" HOMEPAGE="https://alsa-project.org/" -SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2" +SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" diff --git a/media-libs/alsa-lib/alsa-lib-1.1.8.ebuild b/media-libs/alsa-lib/alsa-lib-1.1.8.ebuild index 80efa633f90..c66cf5eb18f 100644 --- a/media-libs/alsa-lib/alsa-lib-1.1.8.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.1.8.ebuild @@ -9,7 +9,7 @@ inherit autotools multilib multilib-minimal python-single-r1 DESCRIPTION="Advanced Linux Sound Architecture Library" HOMEPAGE="https://alsa-project.org/" -SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2" +SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" diff --git a/media-libs/alsa-lib/alsa-lib-1.1.9.ebuild b/media-libs/alsa-lib/alsa-lib-1.1.9.ebuild index bd05d548287..caa67002ec6 100644 --- a/media-libs/alsa-lib/alsa-lib-1.1.9.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.1.9.ebuild @@ -9,7 +9,7 @@ inherit autotools multilib multilib-minimal python-single-r1 DESCRIPTION="Advanced Linux Sound Architecture Library" HOMEPAGE="https://alsa-project.org/" -SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2" +SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0"