commit:     908c4b3355ac1cd55ca93f7a2a651168df00f3c8
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 09:38:58 2023 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 09:44:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=908c4b33

sys-firmware/firmware-imx: Drop old 5.4

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 sys-firmware/firmware-imx/Manifest                |  1 -
 sys-firmware/firmware-imx/firmware-imx-5.4.ebuild | 29 -----------------------
 2 files changed, 30 deletions(-)

diff --git a/sys-firmware/firmware-imx/Manifest 
b/sys-firmware/firmware-imx/Manifest
index 405fccd11d5d..94f353d067e6 100644
--- a/sys-firmware/firmware-imx/Manifest
+++ b/sys-firmware/firmware-imx/Manifest
@@ -1,2 +1 @@
-DIST firmware-imx-5.4.bin 429744 BLAKE2B 
a573f14d2c7cb35a1129bf5b1ebc31126ebb23b4a5d4ba407ddb432148d34f27e94990ca2b8dbe6083905f3504ca3db19966283b33657e2a2b0b5ed4cd8c0c79
 SHA512 
0c9d6e80a67d15518212573dbfe8addd6c7c5c8065f077bb58f6904c6d288c718d0b3dc4ed4735941d22bc9116a4986fb268327e2c1adcc6523ff84fa93c6b64
 DIST firmware-imx-8.17.bin 1460231 BLAKE2B 
17d790052015675aa972d312f4b8d8dab2d167f48cdd880b31b7bf52f79882bbb1bdfb8fcf49d0b6f41f3cd7c5b88963ea7034ed45e35f9c8db16873fc90ed23
 SHA512 
88c0866354175bb7b54b15ef58e41e3c51e63ea9eeb1cef1c91cdf180a52e97fb755428180df84bee2e9f0dce9633fb663d4f68caa6c327fb2a3fe508dc4cdf9

diff --git a/sys-firmware/firmware-imx/firmware-imx-5.4.ebuild 
b/sys-firmware/firmware-imx/firmware-imx-5.4.ebuild
deleted file mode 100644
index 106878d131a0..000000000000
--- a/sys-firmware/firmware-imx/firmware-imx-5.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="NXP i.MX firmware"
-HOMEPAGE="https://www.timesys.com/";
-SRC_URI="http://repository.timesys.com/buildsources/${PN:0:1}/${PN}/${P}/${P}.bin";
-LICENSE="LA_OPT_BASE_LICENSE"
-SLOT="0"
-KEYWORDS="~arm"
-
-S="${WORKDIR}/${P}/firmware"
-
-src_unpack() {
-       eval local $(grep -a -m1 "^filesizes=" "${DISTDIR}/${A}")
-       tail -c"${filesizes}" "${DISTDIR}/${A}" > "${P}.tar.bz2" || die
-       unpack "./${P}.tar.bz2"
-}
-
-src_prepare() {
-       default
-       find -name "*.mk" | xargs rm -v || die
-}
-
-src_install() {
-       insinto /lib/firmware
-       doins -r epdc sdma vpu
-}

Reply via email to