Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/
Date: Fri, 29 Apr 2022 04:42:25
Message-Id: 1651207332.7ddd376d52349a5cb775071167e3d80d5f8c2ae6.sam@gentoo
1 commit: 7ddd376d52349a5cb775071167e3d80d5f8c2ae6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 04:42:12 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 04:42:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ddd376d
7
8 sys-firmware/sof-firmware: drop 1.6.1, 1.9
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-firmware/sof-firmware/Manifest | 2 --
13 .../sof-firmware/sof-firmware-1.6.1.ebuild | 25 ----------------------
14 sys-firmware/sof-firmware/sof-firmware-1.9.ebuild | 23 --------------------
15 3 files changed, 50 deletions(-)
16
17 diff --git a/sys-firmware/sof-firmware/Manifest b/sys-firmware/sof-firmware/Manifest
18 index d2d338af6da6..fe63b1dc47c6 100644
19 --- a/sys-firmware/sof-firmware/Manifest
20 +++ b/sys-firmware/sof-firmware/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST sof-firmware-1.6.1.tar.gz 3033953 BLAKE2B 0c33bd9a5d17c3b889219bf926d3619e3e448ff6b16e39b4caffe19e87c98d1227b303ebe80d185f93480ead29f37de39093f3e76f275df7836d3250ae47c566 SHA512 71acd34662ffd4d93f6111dfd046ed358184fdf24d0e118da43770aeee45bd15105b688bc5a569f2cb7941724ec822d2cfbab8a08e9caee1a77aa5763ac7b48e
23 DIST sof-firmware-1.9.3.tar.gz 3710193 BLAKE2B d52fe0660c73c8e76fb60c492abe19f9e64b3064441880b84488193aa66710e49ef022c7cd1b8ece69d010aa5e416fbf4307a9c92d823525dbdc734194b0a98f SHA512 0c04bf47ecf65d3352b730e79968cb020211c274f64a3cc21e4c5e49c5a9706ab4d541aaea931e72c1bcc67fcde6387bc6bf952a33691aaab06e6b93aa73a024
24 -DIST sof-firmware-1.9.tar.gz 3470302 BLAKE2B 597467915a658beda5611177c550b51a15720dfde23f1a55ea91217e7e809ff5c6417c6cc449e5d4a1732ffc03f9f817407951410646c9431ec189e8b141f60e SHA512 aee733381edb2150f2132c296e9151b1d6a71246e204b15c2394587c528286f730ceaf02002e1e58ccea0deba5e4ae81cb7a03efb858ac954633b0cfaec81a22
25 DIST sof-firmware-2.1.1.tar.gz 4056718 BLAKE2B 0246f6240504d3e8b609b402c41ffe6ed9b8350b6a31c6567851069354e5de5b4ca6d803e78fdde77cdaba7be87c8a8923b2d0fdd0544fd3b28d1e332cd59b63 SHA512 77e9562f67014d78b213fe428edef6a08dcc058a9a762da09a486c002c3aa0b907ea7c8ba6d4f88f5ddab5e564de06df9f2ed77206341a0fe2e1aaab1d9740ce
26
27 diff --git a/sys-firmware/sof-firmware/sof-firmware-1.6.1.ebuild b/sys-firmware/sof-firmware/sof-firmware-1.6.1.ebuild
28 deleted file mode 100644
29 index d62dacb90048..000000000000
30 --- a/sys-firmware/sof-firmware/sof-firmware-1.6.1.ebuild
31 +++ /dev/null
32 @@ -1,25 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -DESCRIPTION="Sound Open Firmware (SOF) binary files"
39 -
40 -HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof https://github.com/thesofproject/sof-bin"
41 -SRC_URI="https://github.com/thesofproject/sof-bin/archive/stable-v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="amd64"
46 -IUSE=""
47 -
48 -S=${WORKDIR}/sof-bin-stable-v${PV}
49 -
50 -src_compile() {
51 - sed -i -e '1i #!/bin/bash\nset -e' go.sh || die
52 -}
53 -
54 -src_install() {
55 - mkdir -p "${D}/lib/firmware/intel" || die
56 - SOF_VERSION=v${PV} ROOT=${D} ${S}/go.sh || die
57 -}
58
59 diff --git a/sys-firmware/sof-firmware/sof-firmware-1.9.ebuild b/sys-firmware/sof-firmware/sof-firmware-1.9.ebuild
60 deleted file mode 100644
61 index 73dbc489b0e4..000000000000
62 --- a/sys-firmware/sof-firmware/sof-firmware-1.9.ebuild
63 +++ /dev/null
64 @@ -1,23 +0,0 @@
65 -# Copyright 1999-2021 Gentoo Authors
66 -# Distributed under the terms of the GNU General Public License v2
67 -
68 -EAPI=8
69 -
70 -DESCRIPTION="Sound Open Firmware (SOF) binary files"
71 -
72 -HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof https://github.com/thesofproject/sof-bin"
73 -SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-v${PV}.tar.gz -> ${P}.tar.gz"
74 -
75 -LICENSE="BSD"
76 -SLOT="0"
77 -KEYWORDS="~amd64"
78 -
79 -S=${WORKDIR}/sof-bin-v${PV}
80 -
81 -QA_PREBUILT="/usr/bin/sof-logger"
82 -
83 -src_install() {
84 - dodir /lib/firmware/intel
85 - dodir /usr/bin
86 - FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" "${S}/install.sh" v${PV} || die
87 -}