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 72538138334 for ; Fri, 20 Jul 2018 15:27:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E08CE0BA3; Fri, 20 Jul 2018 15:27:53 +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 11D68E0B73 for ; Fri, 20 Jul 2018 15:27:53 +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 AE5A1335CDB for ; Fri, 20 Jul 2018 15:27:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4EC5382 for ; Fri, 20 Jul 2018 15:27:48 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1532100458.cbb6ae0e0613fde393ea9d109d886f772ae6ba02.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libaom/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libaom/libaom-1.0.0.ebuild media-libs/libaom/libaom-9999.ebuild X-VCS-Directories: media-libs/libaom/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: cbb6ae0e0613fde393ea9d109d886f772ae6ba02 X-VCS-Branch: master Date: Fri, 20 Jul 2018 15:27:48 +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-Archives-Salt: 6ffa2109-81c8-4122-a043-3d1ffd14d5ad X-Archives-Hash: 92b0f75161f8048529a43cccdbb210dc commit: cbb6ae0e0613fde393ea9d109d886f772ae6ba02 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 20 15:27:31 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 20 15:27:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb6ae0e media-libs/libaom: replace generated snapshot by mine. Closes: https://bugs.gentoo.org/659538 Package-Manager: Portage-2.3.43, Repoman-2.3.10 media-libs/libaom/libaom-1.0.0.ebuild | 3 ++- media-libs/libaom/libaom-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-libs/libaom/libaom-1.0.0.ebuild b/media-libs/libaom/libaom-1.0.0.ebuild index 7b41eb397c2..eaba897ff30 100644 --- a/media-libs/libaom/libaom-1.0.0.ebuild +++ b/media-libs/libaom/libaom-1.0.0.ebuild @@ -12,7 +12,8 @@ else SRC_URI="mirror://gentoo/${P}.tar.xz" S="${WORKDIR}/${PN}" else - SRC_URI="https://aomedia.googlesource.com/aom/+archive/v${PV}.tar.gz -> ${P}.tar.gz" + # SRC_URI="https://aomedia.googlesource.com/aom/+archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="mirror://gentoo/${P}.tar.gz" S="${WORKDIR}" fi KEYWORDS="~amd64 ~hppa ~ia64 ~x86" diff --git a/media-libs/libaom/libaom-9999.ebuild b/media-libs/libaom/libaom-9999.ebuild index 7b41eb397c2..eaba897ff30 100644 --- a/media-libs/libaom/libaom-9999.ebuild +++ b/media-libs/libaom/libaom-9999.ebuild @@ -12,7 +12,8 @@ else SRC_URI="mirror://gentoo/${P}.tar.xz" S="${WORKDIR}/${PN}" else - SRC_URI="https://aomedia.googlesource.com/aom/+archive/v${PV}.tar.gz -> ${P}.tar.gz" + # SRC_URI="https://aomedia.googlesource.com/aom/+archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="mirror://gentoo/${P}.tar.gz" S="${WORKDIR}" fi KEYWORDS="~amd64 ~hppa ~ia64 ~x86"