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 5963A1382C5 for ; Sat, 21 Apr 2018 10:04:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72149E07EF; Sat, 21 Apr 2018 10:04:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4DA83E07EF for ; Sat, 21 Apr 2018 10:04:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 186B1335C74 for ; Sat, 21 Apr 2018 10:04:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0042B2A8 for ; Sat, 21 Apr 2018 10:04:09 +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: <1524305028.633fa269fd51435c3b786b8b4794e0e101200105.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libaom/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libaom/Manifest media-libs/libaom/libaom-0_pre20180421.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: 633fa269fd51435c3b786b8b4794e0e101200105 X-VCS-Branch: master Date: Sat, 21 Apr 2018 10:04:09 +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: b4a4164a-f9d8-4c8f-9bb2-aa48ba451c57 X-Archives-Hash: 7d5d2cdaf53da54eabef609ff78d0d54 commit: 633fa269fd51435c3b786b8b4794e0e101200105 Author: Alexis Ballier gentoo org> AuthorDate: Sat Apr 21 09:45:24 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Apr 21 10:03:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633fa269 media-libs/libaom: add a snapshot Package-Manager: Portage-2.3.31, Repoman-2.3.9 media-libs/libaom/Manifest | 1 + media-libs/libaom/{libaom-9999.ebuild => libaom-0_pre20180421.ebuild} | 3 ++- media-libs/libaom/libaom-9999.ebuild | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/media-libs/libaom/Manifest b/media-libs/libaom/Manifest new file mode 100644 index 00000000000..458f356dd07 --- /dev/null +++ b/media-libs/libaom/Manifest @@ -0,0 +1 @@ +DIST libaom-0_pre20180421.tar.xz 123279636 BLAKE2B 62e1739fb22f473c56b596ac81c36e9c36e23fb22f0a0823a1b61ce1c1719d6ed53db90dfd1868d3b61a2bfa4836267b6fbfc7d192d98ed3db91b0d2223ec3c7 SHA512 897b7252a18f6c441b4d2f1a8d74fc9837be976a6ac64682543adc3da518d1781d3b7bc533be7affec84b564fd6feeaca8aa8fb74743a63e9932e502f3701acd diff --git a/media-libs/libaom/libaom-9999.ebuild b/media-libs/libaom/libaom-0_pre20180421.ebuild similarity index 97% copy from media-libs/libaom/libaom-9999.ebuild copy to media-libs/libaom/libaom-0_pre20180421.ebuild index 9b472bd99de..6261a1ce7e7 100644 --- a/media-libs/libaom/libaom-9999.ebuild +++ b/media-libs/libaom/libaom-0_pre20180421.ebuild @@ -8,8 +8,9 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://aomedia.googlesource.com/aom" elif [[ ${PV} == *pre* ]]; then - SRC_URI="mirror://gentoo/${P}.tar.bz2" + SRC_URI="mirror://gentoo/${P}.tar.xz" KEYWORDS="~amd64" + S="${WORKDIR}/${PN}" fi DESCRIPTION="Alliance for Open Media AV1 Codec SDK" diff --git a/media-libs/libaom/libaom-9999.ebuild b/media-libs/libaom/libaom-9999.ebuild index 9b472bd99de..6261a1ce7e7 100644 --- a/media-libs/libaom/libaom-9999.ebuild +++ b/media-libs/libaom/libaom-9999.ebuild @@ -8,8 +8,9 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://aomedia.googlesource.com/aom" elif [[ ${PV} == *pre* ]]; then - SRC_URI="mirror://gentoo/${P}.tar.bz2" + SRC_URI="mirror://gentoo/${P}.tar.xz" KEYWORDS="~amd64" + S="${WORKDIR}/${PN}" fi DESCRIPTION="Alliance for Open Media AV1 Codec SDK"