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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67C4515808B for ; Mon, 19 Feb 2024 00:49:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51C19E2A99; Mon, 19 Feb 2024 00:48:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D47AE2A99 for ; Mon, 19 Feb 2024 00:48:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0843134301E for ; Mon, 19 Feb 2024 00:48:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97F621301 for ; Mon, 19 Feb 2024 00:48:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1708302324.f8f95c03bc1e8e45071e90ba3f87c92c686a19ca.sam@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.11.ebuild X-VCS-Directories: media-libs/alsa-ucm-conf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f8f95c03bc1e8e45071e90ba3f87c92c686a19ca X-VCS-Branch: master Date: Mon, 19 Feb 2024 00:48:56 +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: a77a975a-dcac-458d-9f54-5f1809dff695 X-Archives-Hash: 6ce222dfeb028913a56dd16a982ac085 commit: f8f95c03bc1e8e45071e90ba3f87c92c686a19ca Author: Sam James gentoo org> AuthorDate: Mon Feb 19 00:25:24 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 19 00:25:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8f95c03 media-libs/alsa-ucm-conf: add 1.2.11 Signed-off-by: Sam James gentoo.org> media-libs/alsa-ucm-conf/Manifest | 1 + media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.11.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/media-libs/alsa-ucm-conf/Manifest b/media-libs/alsa-ucm-conf/Manifest index 3aa687161c7a..758f014b84c7 100644 --- a/media-libs/alsa-ucm-conf/Manifest +++ b/media-libs/alsa-ucm-conf/Manifest @@ -1 +1,2 @@ DIST alsa-ucm-conf-1.2.10.tar.bz2 44749 BLAKE2B 215842f1f59c2dea5e3f3fe880dc49d6263998746a50c2591b8a9786ead3afae2c713e179ff6e8caa518b3a8516a1b031872c1fad2a17fbd3afbb0390a803693 SHA512 172956a2c127e9afa5be9c6ada43bfa9fda825823f8f6acbe252edef3381afe3adfa3299c1419f04375599be7721a551c6800be99db44b091611aeb824ffcd72 +DIST alsa-ucm-conf-1.2.11.tar.bz2 49172 BLAKE2B 8b57ad990eac676ca8f5044a81a57a85951e425bd059679ac3dc7097e3c4a089cb73bbd01869335c4e94161d9f3f86aba7549b6a666e69ba76578d785e53fbb4 SHA512 b202e7410a579789be0005564b4868f70bca0fd8664c02add95fc9ff90ab64faebda978fbd3e83a3274c37242dccf8efbebd03f529e35ca3033daf55f425cb8d diff --git a/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.11.ebuild b/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.11.ebuild new file mode 100644 index 000000000000..a0471a6a0d84 --- /dev/null +++ b/media-libs/alsa-ucm-conf/alsa-ucm-conf-1.2.11.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="ALSA ucm configuration files" +HOMEPAGE="https://alsa-project.org/wiki/Main_Page" +SRC_URI="https://www.alsa-project.org/files/pub/lib/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND="!