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 D34D1138334 for ; Sat, 16 Nov 2019 13:06:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98ACDE082D; Sat, 16 Nov 2019 13:06:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 46BF5E0826 for ; Sat, 16 Nov 2019 13:06:29 +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 5827734CEB4 for ; Sat, 16 Nov 2019 13:06:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B17228B7 for ; Sat, 16 Nov 2019 13:06:24 +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: <1573909578.15cf0c3a3e78dc503ef77143339d9e36241a0b81.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 media-libs/alsa-ucm-conf/metadata.xml X-VCS-Directories: media-libs/alsa-ucm-conf/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 15cf0c3a3e78dc503ef77143339d9e36241a0b81 X-VCS-Branch: master Date: Sat, 16 Nov 2019 13:06:24 +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: 9f25aab9-f0e7-4f85-9ddd-623a6e198c58 X-Archives-Hash: ea2a544138dfe442dc5919477b082b90 commit: 15cf0c3a3e78dc503ef77143339d9e36241a0b81 Author: Lars Wendler gentoo org> AuthorDate: Sat Nov 16 12:50:59 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Nov 16 13:06:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15cf0c3a media-libs/alsa-ucm-conf: Initial commit Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Lars Wendler gentoo.org> media-libs/alsa-ucm-conf/Manifest | 1 + .../alsa-ucm-conf/alsa-ucm-conf-1.2.1.ebuild | 24 ++++++++++++++++++++++ media-libs/alsa-ucm-conf/metadata.xml | 10 +++++++++ 3 files changed, 35 insertions(+) diff --git a/media-libs/alsa-ucm-conf/Manifest b/media-libs/alsa-ucm-conf/Manifest new file mode 100644 index 00000000000..7bc0e62ef0b --- /dev/null +++ b/media-libs/alsa-ucm-conf/Manifest @@ -0,0 +1 @@ +DIST alsa-ucm-conf-1.2.1.tar.xz 16000 BLAKE2B 9d56d33c8c21ab86bbdb9325be0616d5f4848788def37f9429311a68c35248509abc3d4744a6cecbdc3e16ee31f34e295c3be2138452f17f881a829eff7daf6b SHA512 277e335fff02973628454aca4c8e275e49965cfe1b4a0bc7a6c4833ea14537b39f8175dd0c974577aa98c95e4f7f0981078d70f8a5f083f7c15ab2445f851255 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 new file mode 100644 index 00000000000..9aa6f2055c8 --- /dev/null +++ b/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +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" +LICENSE="GPL-2+" +SLOT="0" + +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="! + + + + alsa-bugs@gentoo.org + + + cpe:/a:alsa-project:alsa-ucm-conf + +