Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] irqbalance: update to 1.7.0.
@ 2020-08-06 16:22 daniel-eys
  2020-08-08 11:32 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 1 reply; 2+ messages in thread
From: daniel-eys @ 2020-08-06 16:22 UTC (permalink / raw)
  To: ml

[-- 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
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: irqbalance: update to 1.7.0.
  2020-08-06 16:22 [PR PATCH] irqbalance: update to 1.7.0 daniel-eys
@ 2020-08-08 11:32 ` ahesford
  0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2020-08-08 11:32 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

irqbalance: update to 1.7.0.
https://github.com/void-linux/void-packages/pull/24107

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-08 11:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06 16:22 [PR PATCH] irqbalance: update to 1.7.0 daniel-eys
2020-08-08 11:32 ` [PR PATCH] [Merged]: " ahesford

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).