commit:     bef079a8ca0e3d9154a7df15f577436cac955ca5
Author:     Mathijs Saey <mathijs <AT> mathsaey <DOT> be>
AuthorDate: Sat Dec 27 19:13:04 2025 +0000
Commit:     Mathijs Saey <mathijs <AT> mathsaey <DOT> be>
CommitDate: Sat Dec 27 19:13:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bef079a8

dev-embedded/fwup: drop 1.12.0, 1.13.0, 1.13.1

Signed-off-by: Mathijs Saey <mathijs <AT> mathsaey.be>

 dev-embedded/fwup/Manifest           |  3 ---
 dev-embedded/fwup/fwup-1.12.0.ebuild | 40 ------------------------------------
 dev-embedded/fwup/fwup-1.13.0.ebuild | 40 ------------------------------------
 dev-embedded/fwup/fwup-1.13.1.ebuild | 40 ------------------------------------
 4 files changed, 123 deletions(-)

diff --git a/dev-embedded/fwup/Manifest b/dev-embedded/fwup/Manifest
index 61ba8c98c9..791a598e26 100644
--- a/dev-embedded/fwup/Manifest
+++ b/dev-embedded/fwup/Manifest
@@ -1,5 +1,2 @@
-DIST fwup-1.12.0.tar.gz 4152060 BLAKE2B 
b1f556abfdf996a4d5128f49e9506804962d0968509b306bf067dfd540654c91a2750fd66aaa02647a52d6de30dca41dfb748aa0bafaf7684dfbe5d19430538a
 SHA512 
7c1058b737185a909caa338fbcbd0629f69c228120c702d54577b4bd9616c3319648c53dd2d20392a1dd2cd8d64fbd376261cf2f5720cf1ee05c34161c74cd80
-DIST fwup-1.13.0.tar.gz 4154059 BLAKE2B 
2da945061bbfe8cf8e0f2cec3b9a7582578f88da9800ac3e2982e653671b23d7e90f33949c758a569356acda0a879ef4b4a87e3b18829f4035f1b08aa7096a6d
 SHA512 
b3d21d0e0e3a976024c3b749bcd618ad3de8dc27e5b7b0d0930de56815947522a41d5c23988118413d50f5edcd19808e556090653b0db338ea26383b48dd7587
-DIST fwup-1.13.1.tar.gz 25551483 BLAKE2B 
961d3320a825d519432f51d855c841b4f509501ba660d254479fada9a701f3c0a5d163acfb23decd1b63181a8ab6ba26b05d4937cb8473409feab9de282a081d
 SHA512 
d8562410bc45c3bcc7eab88fe621ec9fb76a54ab3c5ce1ebd3e65c01a343e559cf6d7cd82ce501f67bcfebbf08825073c31ee1420d403727d0efb890f93a6ff0
 DIST fwup-1.13.2.tar.gz 25549113 BLAKE2B 
47f1d8b7eaddaa6d9576642dab4ca2741f0456c8a92df2953470a6ded4508fcb3cd6cba028729076a3e263346c3c0be4dd03f97c32034528af01c5e936189999
 SHA512 
f05dfc95d70ec8c892efcc1cfdf75ae8ccf59106c4031298a5a4d211e7fa037b635653ad696540cf3157b8954af4914c5e0e42f12ef76f8957d46aac7f4c9a32
 DIST fwup-1.14.0.tar.gz 25551952 BLAKE2B 
b836f045d9e3860d3b145d1fd9d34f5341809ae39de1642f1a64bab71f32880043a20c8c6fc77e15550cfef5656dee10def27c30a1b2fffc32a36beb6876ff12
 SHA512 
645fbe1cd1d66473c6c727bc72686ab95dae73c77e9b909b19beb54fe2630bfa5fba4b2bb7267e44b631064dd5730a9d4f5299609156fa511dbc3807d48b67b1

diff --git a/dev-embedded/fwup/fwup-1.12.0.ebuild 
b/dev-embedded/fwup/fwup-1.12.0.ebuild
deleted file mode 100644
index d7145398c5..0000000000
--- a/dev-embedded/fwup/fwup-1.12.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Configurable embedded Linux firmware update creator and runner"
-HOMEPAGE="https://github.com/fwup-home/fwup";
-SRC_URI="https://github.com/fwup-home/fwup/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       app-arch/libarchive
-       app-arch/zip
-       dev-libs/confuse
-       dev-util/xdelta:3
-       sys-fs/dosfstools
-       sys-fs/mtools
-       sys-fs/squashfs-tools
-"
-
-src_prepare() {
-       default
-       ./autogen.sh
-}
-
-src_test() {
-       # The fwup tests do not like the portage sandbox. Make them play nice.
-
-       # Modify tests/common.sh to ensure $WRITE_SHIM and $MOUNT_SHIM point to
-       # files that don't exist. This is needed to ensure tests don't try to 
use
-       # LD_PRELOAD.
-       sed -i 's/^\(WRITE\|MOUNT\)_SHIM=".*"/\1_SHIM=""/' 'tests/common.sh' \
-               || die 'Could not sed tests/common.sh'
-
-       # set VERIFY_SYSCALLS_DISABLE, to disable tracing
-       VERIFY_SYSCALLS_DISABLE="" emake check
-}

diff --git a/dev-embedded/fwup/fwup-1.13.0.ebuild 
b/dev-embedded/fwup/fwup-1.13.0.ebuild
deleted file mode 100644
index 10b3732a88..0000000000
--- a/dev-embedded/fwup/fwup-1.13.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Configurable embedded Linux firmware update creator and runner"
-HOMEPAGE="https://github.com/fwup-home/fwup";
-SRC_URI="https://github.com/fwup-home/fwup/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       >=app-arch/libarchive-3.7.9
-       app-arch/zip
-       >=dev-libs/confuse-2.8
-       dev-util/xdelta:3
-       sys-fs/dosfstools
-       sys-fs/mtools
-       sys-fs/squashfs-tools
-"
-
-src_prepare() {
-       default
-       ./autogen.sh
-}
-
-src_test() {
-       # The fwup tests do not like the portage sandbox. Make them play nice.
-
-       # Modify tests/common.sh to ensure $WRITE_SHIM and $MOUNT_SHIM point to
-       # files that don't exist. This is needed to ensure tests don't try to 
use
-       # LD_PRELOAD.
-       sed -i 's/^\(WRITE\|MOUNT\)_SHIM=".*"/\1_SHIM=""/' 'tests/common.sh' \
-               || die 'Could not sed tests/common.sh'
-
-       # set VERIFY_SYSCALLS_DISABLE, to disable tracing
-       VERIFY_SYSCALLS_DISABLE="" emake check
-}

diff --git a/dev-embedded/fwup/fwup-1.13.1.ebuild 
b/dev-embedded/fwup/fwup-1.13.1.ebuild
deleted file mode 100644
index 10b3732a88..0000000000
--- a/dev-embedded/fwup/fwup-1.13.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Configurable embedded Linux firmware update creator and runner"
-HOMEPAGE="https://github.com/fwup-home/fwup";
-SRC_URI="https://github.com/fwup-home/fwup/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       >=app-arch/libarchive-3.7.9
-       app-arch/zip
-       >=dev-libs/confuse-2.8
-       dev-util/xdelta:3
-       sys-fs/dosfstools
-       sys-fs/mtools
-       sys-fs/squashfs-tools
-"
-
-src_prepare() {
-       default
-       ./autogen.sh
-}
-
-src_test() {
-       # The fwup tests do not like the portage sandbox. Make them play nice.
-
-       # Modify tests/common.sh to ensure $WRITE_SHIM and $MOUNT_SHIM point to
-       # files that don't exist. This is needed to ensure tests don't try to 
use
-       # LD_PRELOAD.
-       sed -i 's/^\(WRITE\|MOUNT\)_SHIM=".*"/\1_SHIM=""/' 'tests/common.sh' \
-               || die 'Could not sed tests/common.sh'
-
-       # set VERIFY_SYSCALLS_DISABLE, to disable tracing
-       VERIFY_SYSCALLS_DISABLE="" emake check
-}

Reply via email to