commit:     7ddd376d52349a5cb775071167e3d80d5f8c2ae6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 04:42:12 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 04:42:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ddd376d

sys-firmware/sof-firmware: drop 1.6.1, 1.9

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-firmware/sof-firmware/Manifest                 |  2 --
 .../sof-firmware/sof-firmware-1.6.1.ebuild         | 25 ----------------------
 sys-firmware/sof-firmware/sof-firmware-1.9.ebuild  | 23 --------------------
 3 files changed, 50 deletions(-)

diff --git a/sys-firmware/sof-firmware/Manifest 
b/sys-firmware/sof-firmware/Manifest
index d2d338af6da6..fe63b1dc47c6 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -1,4 +1,2 @@
-DIST sof-firmware-1.6.1.tar.gz 3033953 BLAKE2B 
0c33bd9a5d17c3b889219bf926d3619e3e448ff6b16e39b4caffe19e87c98d1227b303ebe80d185f93480ead29f37de39093f3e76f275df7836d3250ae47c566
 SHA512 
71acd34662ffd4d93f6111dfd046ed358184fdf24d0e118da43770aeee45bd15105b688bc5a569f2cb7941724ec822d2cfbab8a08e9caee1a77aa5763ac7b48e
 DIST sof-firmware-1.9.3.tar.gz 3710193 BLAKE2B 
d52fe0660c73c8e76fb60c492abe19f9e64b3064441880b84488193aa66710e49ef022c7cd1b8ece69d010aa5e416fbf4307a9c92d823525dbdc734194b0a98f
 SHA512 
0c04bf47ecf65d3352b730e79968cb020211c274f64a3cc21e4c5e49c5a9706ab4d541aaea931e72c1bcc67fcde6387bc6bf952a33691aaab06e6b93aa73a024
-DIST sof-firmware-1.9.tar.gz 3470302 BLAKE2B 
597467915a658beda5611177c550b51a15720dfde23f1a55ea91217e7e809ff5c6417c6cc449e5d4a1732ffc03f9f817407951410646c9431ec189e8b141f60e
 SHA512 
aee733381edb2150f2132c296e9151b1d6a71246e204b15c2394587c528286f730ceaf02002e1e58ccea0deba5e4ae81cb7a03efb858ac954633b0cfaec81a22
 DIST sof-firmware-2.1.1.tar.gz 4056718 BLAKE2B 
0246f6240504d3e8b609b402c41ffe6ed9b8350b6a31c6567851069354e5de5b4ca6d803e78fdde77cdaba7be87c8a8923b2d0fdd0544fd3b28d1e332cd59b63
 SHA512 
77e9562f67014d78b213fe428edef6a08dcc058a9a762da09a486c002c3aa0b907ea7c8ba6d4f88f5ddab5e564de06df9f2ed77206341a0fe2e1aaab1d9740ce

diff --git a/sys-firmware/sof-firmware/sof-firmware-1.6.1.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-1.6.1.ebuild
deleted file mode 100644
index d62dacb90048..000000000000
--- a/sys-firmware/sof-firmware/sof-firmware-1.6.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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/archive/stable-v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-S=${WORKDIR}/sof-bin-stable-v${PV}
-
-src_compile() {
-       sed -i -e '1i #!/bin/bash\nset -e' go.sh || die
-}
-
-src_install() {
-       mkdir -p "${D}/lib/firmware/intel" || die
-       SOF_VERSION=v${PV} ROOT=${D} ${S}/go.sh || die
-}

diff --git a/sys-firmware/sof-firmware/sof-firmware-1.9.ebuild 
b/sys-firmware/sof-firmware/sof-firmware-1.9.ebuild
deleted file mode 100644
index 73dbc489b0e4..000000000000
--- a/sys-firmware/sof-firmware/sof-firmware-1.9.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 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-v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S=${WORKDIR}/sof-bin-v${PV}
-
-QA_PREBUILT="/usr/bin/sof-logger"
-
-src_install() {
-       dodir /lib/firmware/intel
-       dodir /usr/bin
-       FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" 
"${S}/install.sh" v${PV} || die
-}

Reply via email to