diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-18 18:24:30 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-18 18:34:00 +0300 |
commit | ed80d53b1c929433a08e99b56a471b5297364afc (patch) | |
tree | fdbc04c597dd49b81ee145f4139c6aa3b4f01bd4 | |
parent | dev-python/markupsafe: Make extensions optional (diff) | |
download | gentoo-ed80d53b1c929433a08e99b56a471b5297364afc.tar.gz gentoo-ed80d53b1c929433a08e99b56a471b5297364afc.tar.bz2 gentoo-ed80d53b1c929433a08e99b56a471b5297364afc.zip |
sys-apps/salinfo: treeclean
Closes: https://bugs.gentoo.org/939298 (pkgremoved)
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | profiles/package.mask | 7 | ||||
-rw-r--r-- | sys-apps/salinfo/Manifest | 1 | ||||
-rw-r--r-- | sys-apps/salinfo/files/salinfo-1.2-build.patch | 47 | ||||
-rw-r--r-- | sys-apps/salinfo/metadata.xml | 8 | ||||
-rw-r--r-- | sys-apps/salinfo/salinfo-1.2.ebuild | 27 |
5 files changed, 1 insertions, 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 <tupone@gentoo.org> (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 <arthurzam@gentoo.org> (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 <ulm@gentoo.org> (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 <kaos@sgi.com> - */ - -+#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>ia64@gentoo.org</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 -} |