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 772CB138335 for ; Sat, 16 Nov 2019 13:56:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA063E0825; Sat, 16 Nov 2019 13:56:54 +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 9C62EE0825 for ; Sat, 16 Nov 2019 13:56:54 +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 AFF2D34CEB3 for ; Sat, 16 Nov 2019 13:56:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B7F98AE for ; Sat, 16 Nov 2019 13:56:52 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1573912608.01446e73d84fa5f0bd7882e30e34ba7754e38738.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/alsa-ucm-conf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/alsa-ucm-conf/Manifest media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.1.ebuild X-VCS-Directories: media-libs/alsa-ucm-conf/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 01446e73d84fa5f0bd7882e30e34ba7754e38738 X-VCS-Branch: master Date: Sat, 16 Nov 2019 13:56:52 +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: b4976d20-93ff-4ad6-bd5f-0024f23b0287 X-Archives-Hash: 5ddacea72c2b7f5dfa056f27195b7723 commit: 01446e73d84fa5f0bd7882e30e34ba7754e38738 Author: Lars Wendler gentoo org> AuthorDate: Sat Nov 16 13:56:23 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Nov 16 13:56:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01446e73 media-libs/alsa-ucm-conf: Use fixed tarball from upstream Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Lars Wendler gentoo.org> media-libs/alsa-ucm-conf/Manifest | 2 +- media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.1.ebuild | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/media-libs/alsa-ucm-conf/Manifest b/media-libs/alsa-ucm-conf/Manifest index 7bc0e62ef0b..58d529077f3 100644 --- a/media-libs/alsa-ucm-conf/Manifest +++ b/media-libs/alsa-ucm-conf/Manifest @@ -1 +1 @@ -DIST alsa-ucm-conf-1.2.1.tar.xz 16000 BLAKE2B 9d56d33c8c21ab86bbdb9325be0616d5f4848788def37f9429311a68c35248509abc3d4744a6cecbdc3e16ee31f34e295c3be2138452f17f881a829eff7daf6b SHA512 277e335fff02973628454aca4c8e275e49965cfe1b4a0bc7a6c4833ea14537b39f8175dd0c974577aa98c95e4f7f0981078d70f8a5f083f7c15ab2445f851255 +DIST alsa-ucm-conf-1.2.1.tar.bz2 14593 BLAKE2B 544d513dc578e8d5a684fe953421880684c7b0472a05b0f6a5b3994e2cbf6af7a319856f032557cbd1215fcb6565a31cbbeb577f211773757c55b29ba65ceb08 SHA512 af1f462199fb30438c7b85e34d9dc74d283843e67e52ef138346e5d83098e4752156d746b107de92390e82eb2a78b87dc3920362b9dbd5e1153f6f8a39683534 diff --git a/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.1.ebuild b/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.1.ebuild index 2307fcea4d5..3daa74fc192 100644 --- a/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.1.ebuild +++ b/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.1.ebuild @@ -5,8 +5,7 @@ EAPI=7 DESCRIPTION="ALSA ucm configuration files" HOMEPAGE="https://www.alsa-project.org" -# WTF upstream! -SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2 -> ${P}.tar.xz" +SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2" LICENSE="BSD" SLOT="0"