summaryrefslogtreecommitdiff
path: root/sys-firmware
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-16 07:19:54 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-16 07:19:54 +0000
commitb1e45ef5f1e61faca51d6e8fa53d69dd596d08dd (patch)
tree739b9444c5897b6d2ce244c7682f928da04c56b9 /sys-firmware
parent12c3c12b381ac14ce11e9db42e5a655a162a12fe (diff)
downloadbaldeagleos-repo-b1e45ef5f1e61faca51d6e8fa53d69dd596d08dd.tar.gz
baldeagleos-repo-b1e45ef5f1e61faca51d6e8fa53d69dd596d08dd.tar.xz
baldeagleos-repo-b1e45ef5f1e61faca51d6e8fa53d69dd596d08dd.zip
Adding metadata
Diffstat (limited to 'sys-firmware')
-rw-r--r--sys-firmware/alsa-firmware/Manifest1
-rw-r--r--sys-firmware/alsa-firmware/alsa-firmware-1.2.4-r2.ebuild11
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-firmware/alsa-firmware/Manifest b/sys-firmware/alsa-firmware/Manifest
index 98b71cf2a714..41ce6be2f88e 100644
--- a/sys-firmware/alsa-firmware/Manifest
+++ b/sys-firmware/alsa-firmware/Manifest
@@ -1 +1,2 @@
DIST alsa-firmware-1.2.4.tar.bz2 5154366 BLAKE2B 0f844f6cc4859b72635f24d347b4c790469aee39aa60d9addb2c168dcf06b48e7e3cbba26ff21c7e1f5aa355641eec7ab934cb09bfac8ca116a6ac6a7db9d548 SHA512 041f54744fe30fa94781968c89c77ab9073fc9a828014d07a0f7e0f11c4185ace6846d5d2a313fcca6e9cda6e4837fd6f62e883b0fdb0a4e30a8c18ba7b2e05d
+DIST alsa-firmware-1.2.4.tar.bz2.sig 833 BLAKE2B a9577b7b43433084b5f5b0d89ff38255548c97e3c339ec46c641b6f00944447353d5e7c134ade3a3134a074041f94d0a8b2947c101437ee168040314956fdcd4 SHA512 204f466fa60ff1c7bf0bcd9117214d6c9b2b5b0e4ecee8026cde43295d8729d4d189ee502b215a3904937904642e4a46921a0bbe89aa7e31530cfdb977a8b1ab
diff --git a/sys-firmware/alsa-firmware/alsa-firmware-1.2.4-r2.ebuild b/sys-firmware/alsa-firmware/alsa-firmware-1.2.4-r2.ebuild
index 2f638ff6bba2..866c9808a7be 100644
--- a/sys-firmware/alsa-firmware/alsa-firmware-1.2.4-r2.ebuild
+++ b/sys-firmware/alsa-firmware/alsa-firmware-1.2.4-r2.ebuild
@@ -1,13 +1,17 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit linux-info udev
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/alsa.asc
+inherit linux-info udev verify-sig
DESCRIPTION="Advanced Linux Sound Architecture firmware"
HOMEPAGE="https://alsa-project.org/wiki/Main_Page"
-SRC_URI="https://www.alsa-project.org/files/pub/firmware/${P}.tar.bz2"
+SRC_URI="
+ https://www.alsa-project.org/files/pub/firmware/${P}.tar.bz2
+ verify-sig? ( https://www.alsa-project.org/files/pub/firmware/${P}.tar.bz2.sig )
+"
LICENSE="
GPL-2 freedist
@@ -63,6 +67,7 @@ RDEPEND="
alsa_cards_ymfpci? ( sys-kernel/linux-firmware[unknown-license] )
)
"
+BDEPEND="verify-sig? ( sec-keys/openpgp-keys-alsa )"
DOCS="README"