commit:     ed80d53b1c929433a08e99b56a471b5297364afc
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 15:24:30 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 15:34:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed80d53b

sys-apps/salinfo: treeclean

Closes: https://bugs.gentoo.org/939298 (pkgremoved)
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 profiles/package.mask                          |  7 +---
 sys-apps/salinfo/Manifest                      |  1 -
 sys-apps/salinfo/files/salinfo-1.2-build.patch | 47 --------------------------
 sys-apps/salinfo/metadata.xml                  |  8 -----
 sys-apps/salinfo/salinfo-1.2.ebuild            | 27 ---------------
 5 files changed, 1 insertion(+), 89 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index dac588da1ae6..44a74acab0bf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -55,7 +55,7 @@ app-emacs/quilt-el
 
 # Alfredo Tupone <[email protected]> (2024-10-14)
 # These packages are no more needed.
-# Use dev-ml/opam, dev-ml/opam-file-format, 
+# Use dev-ml/opam, dev-ml/opam-file-format,
 # dev-ml/opam-installer
 # that include these
 # remove on 2024-11-14.
@@ -256,11 +256,6 @@ dev-util/cucumber-gherkin:22
 dev-ruby/hiera-eyaml:3
 dev-util/aruba:0
 
-# Arthur Zamarin <[email protected]> (2024-09-10)
-# ia64 only package. Since we drop ia64, we can remove this package.
-# Removal on 2024-10-10.  Bug #939298.
-sys-apps/salinfo
-
 # Ulrich Müller <[email protected]> (2024-09-12)
 # Pretest versions, masked for testing.
 <app-editors/emacs-30.0.9999:30-vcs

diff --git a/sys-apps/salinfo/Manifest b/sys-apps/salinfo/Manifest
deleted file mode 100644
index bef848bda9fa..000000000000
--- a/sys-apps/salinfo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST salinfo-1.2.tar.gz 40511 BLAKE2B 
6556593181a27bf6f608470c2ad42a76a65c3d07691357a1412bb8d1bd157309427dc43c0ceec8ecc1a11cb14cd92de22e83fefe0c09ff80c3040ab12ac3aa7a
 SHA512 
6a92eb6ff38965a93ea61f034ba3607b871b7250cb640ced21b0eabaf94214ad2df78a3fb059fa0c61eb7aa90a6fc4e592ea852b89629b259c36d2b17fb7c4ca

diff --git a/sys-apps/salinfo/files/salinfo-1.2-build.patch 
b/sys-apps/salinfo/files/salinfo-1.2-build.patch
deleted file mode 100644
index 848b363939af..000000000000
--- a/sys-apps/salinfo/files/salinfo-1.2-build.patch
+++ /dev/null
@@ -1,47 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -1,3 +1,4 @@
-+prefix = $(DESTDIR)
- mandir                := /usr/share/man
- sbindir               := /usr/sbin
- logdir                := /var/log/salinfo
-@@ -5,7 +6,7 @@ initdir                := /etc/rc.d/init.d
- sysconfigdir  := /etc/sysconfig
- logrotate     := /etc/logrotate.d
- 
--CFLAGS += -Wall -g -O2 $(EXTRA_CFLAGS)
-+CFLAGS += -Wall $(EXTRA_CFLAGS)
- export CFLAGS
- 
- ifneq ($(VPATH),)
---- a/sal.h
-+++ b/sal.h
-@@ -27,6 +27,8 @@
-  *          Keith Owens <[email protected]>
-  */
- 
-+#include <asm/fpu.h>
-+
- #include "efi.h"
- #include "pal.h"
- 
---- a/salinfo_decode.c
-+++ b/salinfo_decode.c
-@@ -303,7 +303,7 @@ log_dropped_records(void)
-                               snprintf(line, sizeof(line), ", %d %s",
-                                        dropped_all[i]->dropped, 
dropped_all[i]->name);
-                               dropped_all[i]->dropped = 0;
--                              strncat(log, line, sizeof(log));
-+                              strncat(log, line, sizeof(log) - strlen(log));
-                       }
-               }
-               syslog(LOG_NOTICE, "%s", log);
-@@ -424,7 +424,7 @@ talk_to_sal (void)
-               int fd;
-               char filename[PATH_MAX];
-               snprintf(filename, sizeof(filename), "%s/%s/.check", directory, 
rd[i]);
--              if ((fd = open(filename, O_WRONLY|O_CREAT|O_TRUNC)) < 0) {
-+              if ((fd = open(filename, O_WRONLY|O_CREAT|O_TRUNC, 0644)) < 0) {
-                       perror(filename);
-                       goto out;
-               }

diff --git a/sys-apps/salinfo/metadata.xml b/sys-apps/salinfo/metadata.xml
deleted file mode 100644
index 79c5300924dc..000000000000
--- a/sys-apps/salinfo/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>[email protected]</email>
-       <name>IA-64 architecture team</name>
-</maintainer>
-</pkgmetadata>

diff --git a/sys-apps/salinfo/salinfo-1.2.ebuild 
b/sys-apps/salinfo/salinfo-1.2.ebuild
deleted file mode 100644
index 47c5c272c229..000000000000
--- a/sys-apps/salinfo/salinfo-1.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="decode Itanium SAL records (e.g. various hardware errors)"
-HOMEPAGE="https://www.kernel.org/pub/linux/kernel/people/helgaas/";
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-# ia64 only: dumps state of ia64 machine, uses ia64_fpreg structs, bug #725766
-KEYWORDS=""
-IUSE=""
-
-PATCHES=( "${FILESDIR}"/${P}-build.patch )
-
-src_configure() {
-       tc-export CC
-}
-
-src_install() {
-       default
-       rm -rf "${ED}"/etc/{rc.d,sysconfig} "${ED}"/var || die
-}

Reply via email to