From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/iprutils/files/
Date: Thu, 4 Feb 2021 18:39:58 +0000 (UTC) [thread overview]
Message-ID: <1612463992.d2343dee1b6f42acde85391ebd4f7f19da602f8f.slyfox@gentoo> (raw)
commit: d2343dee1b6f42acde85391ebd4f7f19da602f8f
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Feb 4 17:57:19 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb 4 18:39:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2343dee
sys-fs/iprutils: remove unused patch/files
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19327
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
sys-fs/iprutils/files/iprdump | 16 ----------------
sys-fs/iprutils/files/iprinit | 20 --------------------
sys-fs/iprutils/files/iprupdate | 11 -----------
sys-fs/iprutils/files/iprutils-2.4.7-tinfo.patch | 14 --------------
4 files changed, 61 deletions(-)
diff --git a/sys-fs/iprutils/files/iprdump b/sys-fs/iprutils/files/iprdump
deleted file mode 100644
index 4bc9fdee64f..00000000000
--- a/sys-fs/iprutils/files/iprdump
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/sbin/openrc-run
-
-depend() {
- need logger iprinit
-}
-
-start() {
- ebegin "Starting the ipr dump daemon"
- start-stop-daemon --start --quiet --exec /sbin/iprdump
-
-}
-
-stop() {
- ebegin "Stopping the ipr dump daemon"
- start-stop-daemon --stop --name iprdump
-}
diff --git a/sys-fs/iprutils/files/iprinit b/sys-fs/iprutils/files/iprinit
deleted file mode 100644
index 0b8a032c7f2..00000000000
--- a/sys-fs/iprutils/files/iprinit
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/openrc-run
-
-depend() {
- need logger
-}
-
-
-start() {
- ebegin "Starting ipr initialization daemon"
-
- if [ ! -d /sys/class/scsi_generic ] ; then
- /sbin/modprobe sg
- fi
- start-stop-daemon --start --quiet --exec /sbin/iprinit -- --daemon
-}
-
-stop() {
- ebegin "Shutting down ipr initialization daemon"
- start-stop-daemon --stop --name iprinit
-}
diff --git a/sys-fs/iprutils/files/iprupdate b/sys-fs/iprutils/files/iprupdate
deleted file mode 100644
index 3c493149dbf..00000000000
--- a/sys-fs/iprutils/files/iprupdate
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/sbin/openrc-run
-
-depend() {
- need logger iprinit
-}
-
-start() {
- ebegin "Checking ipr microcode levels"
- /sbin/iprupdate 2>&1 > /dev/null
- eend $? "Failed to complete ipr microcode updates"
-}
diff --git a/sys-fs/iprutils/files/iprutils-2.4.7-tinfo.patch b/sys-fs/iprutils/files/iprutils-2.4.7-tinfo.patch
deleted file mode 100644
index 406f3efff2a..00000000000
--- a/sys-fs/iprutils/files/iprutils-2.4.7-tinfo.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -30,7 +30,10 @@
- AC_CHECK_LIB([menu], [new_menu], [], [AC_ERROR("libmenu not found.")])
- AC_CHECK_LIB([panel], [show_panel], [], [AC_ERROR("libpanel not found.")])
- AC_CHECK_LIB([ncurses], [curses_version], [],
-- [AC_ERROR("libncurses not found.")])
-+ AC_CHECK_LIB([tinfo], [curses_version], [],
-+ [AC_ERROR("libncurses not found.")]))
-+AC_CHECK_LIB([ncurses], [wnoutrefresh], [],
-+ [AC_ERROR("libncurses not found.")])
-
- # Checks for header files.
- AC_CHECK_HEADERS([fcntl.h libintl.h locale.h netinet/in.h nl_types.h \
reply other threads:[~2021-02-04 18:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1612463992.d2343dee1b6f42acde85391ebd4f7f19da602f8f.slyfox@gentoo \
--to=slyfox@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox