commit:     ce233f0a359efb260b914ad7b13ea4637e90b970
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 31 18:26:34 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 18:26:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce233f0a

sys-firmware/sof-firmware: drop 2024.06, 2024.09, 2024.09.1

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sys-firmware/sof-firmware/Manifest                 |  3 --
 .../sof-firmware/sof-firmware-2024.06.ebuild       | 45 ----------------------
 .../sof-firmware/sof-firmware-2024.09.1.ebuild     | 45 ----------------------
 .../sof-firmware/sof-firmware-2024.09.ebuild       | 45 ----------------------
 4 files changed, 138 deletions(-)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index e84eb13fe52f..f9707caa8d4e 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,5 +1,2 @@
-DIST sof-firmware-2024.06.tar.gz 9848270 BLAKE2B 
31189e81400981b76db585019324e7dec9f81ff488c6bbc575534d4968ea974764ecf0b585918cc1871e99ef8cff45f77c8c7509bb954360693f3a283b391d6a
 SHA512 
50dbd849b086158af88dd629566b80de4e841dd8a74b6ea8b1d99b3321be94a0d2d6f742b557f0445b9618a6dbeee3fec6a4e9822b320d511ede1ec1812c0d4d
-DIST sof-firmware-2024.09.1.tar.gz 10208804 BLAKE2B 
e2d40f424703b086678df93c8476d7c4e434fe7712f350009fdf3994a125bdccc90d1279853356df79ffad178b5e398e4894f7182ebd96edd0527101e0f74627
 SHA512 
e542ae732305485a4f12332f9bdec8d2e80ba41247e44e00960670b45970d45049f46fbdc42c9250ecc40bb1b9edaf1e81cd2c3da760f3bd174176ad3c8e22d2
 DIST sof-firmware-2024.09.2.tar.gz 10207994 BLAKE2B 
ce26d07a77ebb1d37a9c22ac884cf0331a4a6c3e0a1591b895e777a3fafd3e5ef489cb5770c6a577d25697b0f8c58d64db24cb01a72c1d495b2e502147434a70
 SHA512 
fadb9078705e0813897650e19166ad0d81710f8ba08ecb74de413a0bd7b27d73f9dcedd4583687f9deefd22ccb78b56ede8fbc5ab6fbd56e181c6b63be816a18
-DIST sof-firmware-2024.09.tar.gz 10196135 BLAKE2B 
0136b4ef3500bc09c9411c216c5785c6dc11a1986597b495554b5fa526f843eb19084f15bf11367a3ac942934d1fdc358588cebaa2bcdd8cb74f407a268efdd6
 SHA512 
b8a199afba7289a39485662741fbf8ecb47e9c91e461478e3e2d523c12986bfddf8a1f61b4ba0a2c689008de8808a2df00f05aacb541a2fb16a6a5dbd7481ecf
 DIST sof-firmware-2025.01.tar.gz 10440070 BLAKE2B 
e63f319f91b530f10b7ed9873f55e2da74fe21af7269d1ed05a31320b9bbdffb8c467ecfbeb2d00570778e32c6f53b79a5840e51651ec9adbeff56ec68605d83
 SHA512 
22f7b715121259df36658bf936e4abb9ae640296c5e296f58d7d6c45fa95ba31d198dabd80525bb71619c806319cfa6311fe11a5d41dd1ba82526de42cb59ba0

diff --git a/sys-firmware/sof-firmware/sof-firmware-2024.06.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2024.06.ebuild
deleted file mode 100644
index 33fbc19f20ac..000000000000
--- a/sys-firmware/sof-firmware/sof-firmware-2024.06.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Sound Open Firmware (SOF) binary files"
-HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin";
-SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}"/sof-bin-${PV}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="+tools"
-
-RDEPEND="
-       tools? (
-               media-libs/alsa-lib
-               sys-libs/glibc
-       )
-"
-
-QA_PREBUILT="usr/bin/sof-ctl
-       usr/bin/sof-logger
-       usr/bin/sof-probes"
-
-src_install() {
-       dodir /lib/firmware/intel
-       dodir /usr/bin
-       FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" || die
-
-       # Drop tools if requested (i.e. useful for musl systems, where glibc
-       # is not available)
-       if ! use tools ; then
-               rm -rv "${D}"/usr/bin || die
-       fi
-}
-
-pkg_preinst() {
-       # Fix sof-ace-tplg directory symlink collisions
-       local sofpath="${EROOT}/lib/firmware/intel/sof-ace-tplg"
-       if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
-               rm -r "${sofpath}" || die
-       fi
-}

diff --git a/sys-firmware/sof-firmware/sof-firmware-2024.09.1.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2024.09.1.ebuild
deleted file mode 100644
index 105eaae58f37..000000000000
--- a/sys-firmware/sof-firmware/sof-firmware-2024.09.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Sound Open Firmware (SOF) binary files"
-HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin";
-SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}"/sof-bin-${PV}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+tools"
-
-RDEPEND="
-       tools? (
-               media-libs/alsa-lib
-               sys-libs/glibc
-       )
-"
-
-QA_PREBUILT="usr/bin/sof-ctl
-       usr/bin/sof-logger
-       usr/bin/sof-probes"
-
-src_install() {
-       dodir /lib/firmware/intel
-       dodir /usr/bin
-       FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" || die
-
-       # Drop tools if requested (i.e. useful for musl systems, where glibc
-       # is not available)
-       if ! use tools ; then
-               rm -rv "${D}"/usr/bin || die
-       fi
-}
-
-pkg_preinst() {
-       # Fix sof-ace-tplg directory symlink collisions
-       local sofpath="${EROOT}/lib/firmware/intel/sof-ace-tplg"
-       if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
-               rm -r "${sofpath}" || die
-       fi
-}

diff --git a/sys-firmware/sof-firmware/sof-firmware-2024.09.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-2024.09.ebuild
deleted file mode 100644
index 33fbc19f20ac..000000000000
--- a/sys-firmware/sof-firmware/sof-firmware-2024.09.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Sound Open Firmware (SOF) binary files"
-HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof 
https://github.com/thesofproject/sof-bin";
-SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}"/sof-bin-${PV}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="+tools"
-
-RDEPEND="
-       tools? (
-               media-libs/alsa-lib
-               sys-libs/glibc
-       )
-"
-
-QA_PREBUILT="usr/bin/sof-ctl
-       usr/bin/sof-logger
-       usr/bin/sof-probes"
-
-src_install() {
-       dodir /lib/firmware/intel
-       dodir /usr/bin
-       FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" || die
-
-       # Drop tools if requested (i.e. useful for musl systems, where glibc
-       # is not available)
-       if ! use tools ; then
-               rm -rv "${D}"/usr/bin || die
-       fi
-}
-
-pkg_preinst() {
-       # Fix sof-ace-tplg directory symlink collisions
-       local sofpath="${EROOT}/lib/firmware/intel/sof-ace-tplg"
-       if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
-               rm -r "${sofpath}" || die
-       fi
-}

Reply via email to