commit:     59d7c0e8ac5267a45c722f98b05f257f497ef685
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  5 20:21:37 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  5 20:21:37 2025 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=59d7c0e8

sys-apps/intel-sa-00075-tools: treeclean

Works in ::gentoo

Link: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67240f56
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-apps/intel-sa-00075-tools/Manifest             |  1 -
 .../files/intel-sa-00075-tools-makefile.patch      | 24 --------------------
 .../files/intel-sa-00075-tools-wordsize.patch      | 11 ---------
 .../intel-sa-00075-tools-1.0-r1.ebuild             | 26 ----------------------
 sys-apps/intel-sa-00075-tools/metadata.xml         | 19 ----------------
 5 files changed, 81 deletions(-)

diff --git a/sys-apps/intel-sa-00075-tools/Manifest 
b/sys-apps/intel-sa-00075-tools/Manifest
deleted file mode 100644
index c7462058..00000000
--- a/sys-apps/intel-sa-00075-tools/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST intel-sa-00075-tools-1.0.tar.gz 18750 BLAKE2B 
64bcdf96d79f9b608f7d5a9b691129718a911a76b86a057ecce510e681355165a32fb17c3e3ceaab2736b50898e57345eced4bbb31d7773dcc09e7fdae0156dd
 SHA512 
a42ee0e1553f4638c2976d8a28feb8c91d5ecb9163608f735406a3c80213f34933231320630f43392552fa69674afb1795f23fffef29b4cad45641827130e86e

diff --git 
a/sys-apps/intel-sa-00075-tools/files/intel-sa-00075-tools-makefile.patch 
b/sys-apps/intel-sa-00075-tools/files/intel-sa-00075-tools-makefile.patch
deleted file mode 100644
index 3cdf4183..00000000
--- a/sys-apps/intel-sa-00075-tools/files/intel-sa-00075-tools-makefile.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 5ccccff..f58d7bb 100644
---- a/Makefile
-+++ b/Makefile
-@@ -63,12 +63,12 @@
- #
- 
#;****************************************************************************;
- 
-+PREFIX := /usr
- 
- PROGS = INTEL-SA-00075-Discovery-Tool \
-               INTEL-SA-00075-Unprovisioning-Tool
- 
- all:$(PROGS)
--      strip $(PROGS)
- 
- INTEL-SA-00075-Discovery-Tool: INTEL-SA-00075-Discovery-Tool.o 
INTEL-SA-00075.o
- INTEL-SA-00075-Unprovisioning-Tool: INTEL-SA-00075-Unprovisioning-Tool.o 
INTEL-SA-00075.o
-@@ -77,3 +77,5 @@ clean:
-       rm -f $(PROGS)
-       rm -f *.o
- 
-+install:
-+      install -D -t $(DESTDIR)$(PREFIX)/sbin/ $(PROGS)

diff --git 
a/sys-apps/intel-sa-00075-tools/files/intel-sa-00075-tools-wordsize.patch 
b/sys-apps/intel-sa-00075-tools/files/intel-sa-00075-tools-wordsize.patch
deleted file mode 100644
index f9725a57..00000000
--- a/sys-apps/intel-sa-00075-tools/files/intel-sa-00075-tools-wordsize.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur 
INTEL-SA-00075-Linux-Detection-And-Mitigation-Tools-1.0.orig/INTEL-SA-00075.h 
INTEL-SA-00075-Linux-Detection-And-Mitigation-Tools-1.0/INTEL-SA-00075.h
---- 
INTEL-SA-00075-Linux-Detection-And-Mitigation-Tools-1.0.orig/INTEL-SA-00075.h   
   2017-06-20 12:45:46.000000000 -0700
-+++ INTEL-SA-00075-Linux-Detection-And-Mitigation-Tools-1.0/INTEL-SA-00075.h   
2017-06-26 17:27:03.403349522 -0700
-@@ -72,7 +72,6 @@
- #include <errno.h>
- #include <stdint.h>
- #include <stdbool.h>
--#include <bits/wordsize.h>
- #include <linux/mei.h>
- 
- #define DEFAULT_MEI_DEV_NODE "/dev/mei0"

diff --git a/sys-apps/intel-sa-00075-tools/intel-sa-00075-tools-1.0-r1.ebuild 
b/sys-apps/intel-sa-00075-tools/intel-sa-00075-tools-1.0-r1.ebuild
deleted file mode 100644
index 77c45b3c..00000000
--- a/sys-apps/intel-sa-00075-tools/intel-sa-00075-tools-1.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-MY_PN="INTEL-SA-00075-Linux-Detection-And-Mitigation-Tools"
-
-DESCRIPTION="Tools from Intel to detect and mitigate the AMT/MEI vulnerability"
-HOMEPAGE="https://downloadcenter.intel.com/download/26799/INTEL-SA-00075-Linux-Detection-and-Mitigation-Tools";
-SRC_URI="https://github.com/intel/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="GPL-2 BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-makefile.patch"
-       "${FILESDIR}/${PN}-wordsize.patch"
-)
-
-src_compile() {
-       emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}

diff --git a/sys-apps/intel-sa-00075-tools/metadata.xml 
b/sys-apps/intel-sa-00075-tools/metadata.xml
deleted file mode 100644
index 80b9416e..00000000
--- a/sys-apps/intel-sa-00075-tools/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Patrick McLean</name>
-       </maintainer>
-       <longdescription lang="en">
-               The INTEL-SA-00075-Discovery-Tool for local analysis of a 
single or
-               multiple systems.
-
-               The INTEL-SA-00075-Unprovisioning-Tool will unprovision 
computers with
-               Intel® Active Management Technology (Intel® AMT), Intel® 
Standard
-               Manageability, and Intel® Small Business Technology (Intel® 
SBT) that
-               are vulnerable to the issue identified in INTEL-SA-00075.  This 
tool
-               will allow you to unprovision management features, configured in
-               Client Control Mode (CCM).
-       </longdescription>
-</pkgmetadata>

Reply via email to