Github messages for voidlinux
 help / color / mirror / Atom feed
From: daniel-eys <daniel-eys@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] irqbalance: update to 1.7.0.
Date: Thu, 06 Aug 2020 18:22:04 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24107@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 405 bytes --]

There is a new pull request by daniel-eys against master on the void-packages repository

https://github.com/daniel-eys/void-packages irqbalance
https://github.com/void-linux/void-packages/pull/24107

irqbalance: update to 1.7.0.
runit service:
* support $OPTS
* create `/run/irqbalance` to fix missing socket dir

A patch file from https://github.com/void-linux/void-packages/pull/24107.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-irqbalance-24107.patch --]
[-- Type: text/x-diff, Size: 1654 bytes --]

From 8eca917bdde6a13fba5f5dc518cc94527e0e6337 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Thu, 6 Aug 2020 18:09:21 +0200
Subject: [PATCH] irqbalance: update to 1.7.0.

---
 srcpkgs/irqbalance/files/irqbalance/run | 4 +++-
 srcpkgs/irqbalance/template             | 6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/irqbalance/files/irqbalance/run b/srcpkgs/irqbalance/files/irqbalance/run
index b34ea7c292c..8c96e180cc7 100755
--- a/srcpkgs/irqbalance/files/irqbalance/run
+++ b/srcpkgs/irqbalance/files/irqbalance/run
@@ -1,2 +1,4 @@
 #!/bin/sh
-exec irqbalance -f
+[ -r conf ] && . ./conf
+install -d -m0755 /run/irqbalance
+exec irqbalance -f $OPTS
diff --git a/srcpkgs/irqbalance/template b/srcpkgs/irqbalance/template
index e6f6392ce5a..20715382686 100644
--- a/srcpkgs/irqbalance/template
+++ b/srcpkgs/irqbalance/template
@@ -1,6 +1,6 @@
 # Template file for 'irqbalance'
 pkgname=irqbalance
-version=1.6.0
+version=1.7.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://github.com/Irqbalance/irqbalance"
 distfiles="https://github.com/Irqbalance/irqbalance/archive/v${version}.tar.gz"
-checksum=5ace9dd69d5190e24ee34210c3131333e9963e3ba649bf9237eabb4313c300d2
+checksum=28f2ad35945b93d90f4a5bad95b4c0871a0f644375f746ec16f61045b9ec970e
 
 case "$XBPS_TARGET_MACHINE" in
 	i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel";;
@@ -21,5 +21,5 @@ pre_configure() {
 }
 
 post_install() {
-	vsv ${pkgname}
+	vsv irqbalance
 }

             reply	other threads:[~2020-08-06 16:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-06 16:22 daniel-eys [this message]
2020-08-08 11:32 ` [PR PATCH] [Merged]: " ahesford

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24107@inbox.vuxu.org \
    --to=daniel-eys@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).