* [gentoo-commits] proj/musl:master commit in: sys-apps/iucode_tool/files/, sys-apps/iucode_tool/
@ 2025-08-28 13:20 Petr Vaněk
0 siblings, 0 replies; only message in thread
From: Petr Vaněk @ 2025-08-28 13:20 UTC (permalink / raw
To: gentoo-commits
commit: 995e368b10098f4188c97004379e755d4fbac687
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 28 13:18:04 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu Aug 28 13:18:04 2025 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=995e368b
sys-apps/iucode_tool: treeclean
Works in ::gentoo.
Link: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48df3d7a922f1eb000edbceb17bd2e722c6aa42a
Link: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d24c7eb3dc2c532b84e7330bc7bec1d57b54ba48
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
sys-apps/iucode_tool/Manifest | 1 -
.../iucode_tool/files/iucode_tool-2.2-argp.patch | 13 ----------
.../iucode_tool/files/iucode_tool-2.2-limits.patch | 11 --------
sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild | 29 ----------------------
sys-apps/iucode_tool/metadata.xml | 8 ------
5 files changed, 62 deletions(-)
diff --git a/sys-apps/iucode_tool/Manifest b/sys-apps/iucode_tool/Manifest
deleted file mode 100644
index 4ce842e5..00000000
--- a/sys-apps/iucode_tool/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST iucode-tool_2.3.1.tar.xz 153380 BLAKE2B 30dfc28e1dd4e0241cb7cfeb18bba746bb85c341a1627e21a5db4965271c26fcfe33f036c2008207bc9fa6c2f32bf2b857e78c9bf23739817d5c5c487d6010cb SHA512 2c7f72eaf509f9daa482ec5f8eb86a45ac9fa84fa856678fdf9ad056e19532e3734e04656d9dbebbd3a774d69f4c861c1340bbe67b1c6c60d61135705980e7d6
diff --git a/sys-apps/iucode_tool/files/iucode_tool-2.2-argp.patch b/sys-apps/iucode_tool/files/iucode_tool-2.2-argp.patch
deleted file mode 100644
index 78acf0dd..00000000
--- a/sys-apps/iucode_tool/files/iucode_tool-2.2-argp.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Makefile.am b/Makefile.am
-index 415a241..06e6872 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -2,6 +2,8 @@
- ## Toplevel Makefile.am for iucode_tool
- ##
-
-+AM_LDFLAGS = -largp
-+
- sbin_PROGRAMS = iucode_tool
- man_MANS = iucode_tool.8
-
diff --git a/sys-apps/iucode_tool/files/iucode_tool-2.2-limits.patch b/sys-apps/iucode_tool/files/iucode_tool-2.2-limits.patch
deleted file mode 100644
index d7068a49..00000000
--- a/sys-apps/iucode_tool/files/iucode_tool-2.2-limits.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur iucode-tool-2.2.orig/iucode_tool.c iucode-tool-2.2/iucode_tool.c
---- iucode-tool-2.2.orig/iucode_tool.c 2018-01-15 22:40:29.694987129 -0800
-+++ iucode-tool-2.2/iucode_tool.c 2018-01-15 22:40:40.864986929 -0800
-@@ -16,6 +16,7 @@
-
- #include "iucode_tool_config.h"
-
-+#include <limits.h>
- #include <stdint.h>
- #include <sys/types.h>
- #include <sys/stat.h>
diff --git a/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild b/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild
deleted file mode 100644
index dd332df4..00000000
--- a/sys-apps/iucode_tool/iucode_tool-2.3.1-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit autotools
-
-DESCRIPTION="tool to manipulate Intel X86 and X86-64 processor microcode update collections"
-HOMEPAGE="https://gitlab.com/iucode-tool/"
-SRC_URI="https://gitlab.com/iucode-tool/releases/raw/master/${PN/_/-}_${PV}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE=""
-
-DEPEND="elibc_musl? ( sys-libs/argp-standalone )"
-RDEPEND=${DEPEND}
-
-S="${WORKDIR}/${PN/_/-}-${PV}"
-
-src_prepare() {
- default
-
- eapply "${FILESDIR}/${PN}-2.2-limits.patch"
- use elibc_musl && eapply "${FILESDIR}/${PN}-2.2-argp.patch"
-
- eautoreconf
-}
diff --git a/sys-apps/iucode_tool/metadata.xml b/sys-apps/iucode_tool/metadata.xml
deleted file mode 100644
index 73dda144..00000000
--- a/sys-apps/iucode_tool/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>base-system@gentoo.org</email>
- <name>Gentoo Base System</name>
-</maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-08-28 13:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-28 13:20 [gentoo-commits] proj/musl:master commit in: sys-apps/iucode_tool/files/, sys-apps/iucode_tool/ Petr Vaněk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox