public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/irqbalance/
Date: Tue, 13 Apr 2021 20:57:54 +0000 (UTC)	[thread overview]
Message-ID: <1618347466.1e0e727992766b65b864ac37c64d852bd2aa71e6.polynomial-c@gentoo> (raw)

commit:     1e0e727992766b65b864ac37c64d852bd2aa71e6
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 13 20:57:12 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Apr 13 20:57:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0e7279

sys-apps/irqbalance: Bump to version 1.8.0

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-apps/irqbalance/Manifest                |  1 +
 sys-apps/irqbalance/irqbalance-1.8.0.ebuild | 62 +++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/sys-apps/irqbalance/Manifest b/sys-apps/irqbalance/Manifest
index 81e1c4ce089..d1b8d3bc3f9 100644
--- a/sys-apps/irqbalance/Manifest
+++ b/sys-apps/irqbalance/Manifest
@@ -1,2 +1,3 @@
 DIST irqbalance-1.6.0.tar.gz 55310 BLAKE2B 67589a40541e9034a0ac09d60a2293dde7a0cf524620794e25b60b4d78f2c91270252f6cebc2c91c66aed105536a211d51aeb29305fc1235112d96b714dc80bd SHA512 ce89dc41eb3aab5950a56b4b1c817aae5e87eaa84bc69bf88618caf53386513e488bb0b4724a600ae175c96be509367cfc418c7f85531007f80e02f7de549b16
 DIST irqbalance-1.7.0.tar.gz 54209 BLAKE2B 1213b21c7d3979c9ba7d2298c21f7f0b75217d251ecfa02660ea0602a032d62c9c9b0254bf158e07e0fdcf55b35f332f5a17f929c7393dfdb894ca952dad52b4 SHA512 2fa29c738275dda2fac38d78ca0ec4619826b72529e8eda7ad8ddcda5768bbf282e2260dddc16a8b46d4296289b25dc59684575ae1badca0c6c6ae30b1e9b5ea
+DIST irqbalance-1.8.0.tar.gz 55238 BLAKE2B 0181ee57c4ddbdb55e1529cfd7da4b875320eff65cb606f925f0b4f4243b51e1349d4aba38690a78d7deab6d3f55ae8d6c45af44a904f03d7127678202f288db SHA512 3d757198dbe680b010ed9233d73cbf3b4a150e6b07ef97d3e94f5fa0472a22b0b3800868634340fb413a18683ff95ff6a8f7fa51ace65d870651336479e32740

diff --git a/sys-apps/irqbalance/irqbalance-1.8.0.ebuild b/sys-apps/irqbalance/irqbalance-1.8.0.ebuild
new file mode 100644
index 00000000000..9702732fb4b
--- /dev/null
+++ b/sys-apps/irqbalance/irqbalance-1.8.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools systemd linux-info
+
+DESCRIPTION="Distribute hardware interrupts across processors on a multiprocessor system"
+HOMEPAGE="https://github.com/Irqbalance/irqbalance"
+SRC_URI="https://github.com/Irqbalance/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="caps +numa selinux tui"
+
+DEPEND="
+	dev-libs/glib:2
+	caps? ( sys-libs/libcap-ng )
+	numa? ( sys-process/numactl )
+	tui? ( sys-libs/ncurses:0=[unicode] )
+"
+BDEPEND="
+	virtual/pkgconfig
+"
+RDEPEND="${DEPEND}
+	selinux? ( sec-policy/selinux-irqbalance )
+"
+
+pkg_setup() {
+	CONFIG_CHECK="~PCI_MSI"
+	linux-info_pkg_setup
+}
+
+src_prepare() {
+	# Follow systemd policies
+	# https://wiki.gentoo.org/wiki/Project:Systemd/Ebuild_policy
+	sed \
+		-e 's/ $IRQBALANCE_ARGS//' \
+		-e '/EnvironmentFile/d' \
+		-i misc/irqbalance.service || die
+
+	default
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		$(use_with caps libcap-ng)
+		$(use_enable numa)
+		$(use_with tui irqbalance-ui)
+	)
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	newinitd "${FILESDIR}"/irqbalance.init.4 irqbalance
+	newconfd "${FILESDIR}"/irqbalance.confd-1 irqbalance
+	systemd_dounit misc/irqbalance.service
+}


             reply	other threads:[~2021-04-13 20:57 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-13 20:57 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-04  7:26 [gentoo-commits] repo/gentoo:master commit in: sys-apps/irqbalance/ Sam James
2024-04-29 13:42 Sam James
2024-04-29 13:42 Sam James
2024-03-28  4:47 Sam James
2024-03-28  4:47 Sam James
2024-03-28  4:47 Sam James
2023-12-28  4:23 Sam James
2023-12-15 12:24 Arthur Zamarin
2023-12-15  9:13 Sam James
2023-12-15  7:42 Sam James
2023-12-15  7:16 Sam James
2023-01-17 11:06 Yixun Lan
2022-12-26  8:35 Sam James
2022-12-03 18:54 Arthur Zamarin
2022-12-03 18:54 Arthur Zamarin
2022-12-03 12:18 Arthur Zamarin
2022-12-03 12:14 Sam James
2022-12-03 12:14 Sam James
2022-12-03 12:13 Arthur Zamarin
2022-11-18  6:23 Sam James
2022-10-31 21:09 Sam James
2022-10-16  0:31 Sam James
2022-09-23  2:09 Sam James
2022-09-16 17:45 Arthur Zamarin
2022-09-15 19:58 Arthur Zamarin
2022-09-06 21:59 Jakov Smolić
2022-09-06 21:49 Jakov Smolić
2022-09-06 21:41 Sam James
2022-09-06 21:35 Sam James
2022-05-28  6:13 Sam James
2022-05-05  7:49 WANG Xuerui
2021-07-17 21:30 David Seifert
2021-07-06 19:57 Georgy Yakovlev
2021-05-22 17:25 David Seifert
2021-05-22 15:10 Sam James
2021-05-22  1:35 Sam James
2021-05-22  1:32 Sam James
2021-05-21 19:49 Sam James
2021-05-21 19:49 Sam James
2021-04-13 20:57 Lars Wendler
2021-02-26 13:55 Sam James
2021-02-25  9:53 Sam James
2021-02-25  7:31 Sam James
2021-02-25  2:50 Sam James
2021-02-24 20:24 Sam James
2020-08-04 13:41 Lars Wendler
2020-07-11 20:04 Lars Wendler
2020-06-06 18:01 Michał Górny
2020-05-08  6:25 Mart Raudsepp
2019-12-26 12:14 Georgy Yakovlev
2019-11-20 15:40 Agostino Sarubbo
2019-11-20 11:27 Agostino Sarubbo
2019-11-20 11:16 Agostino Sarubbo
2019-10-24 11:40 Agostino Sarubbo
2019-05-24 20:05 Lars Wendler
2019-02-18  6:27 Mikle Kolyada
2018-11-13 14:16 Lars Wendler
2018-11-05  7:51 Sergei Trofimovich
2018-11-03 17:09 Mikle Kolyada
2018-10-31  1:04 Thomas Deutschmann
2018-10-30 13:31 Lars Wendler
2018-05-20  0:19 Thomas Deutschmann
2017-12-24 11:11 Sergei Trofimovich
2017-12-22 14:01 Jason Zaman
2017-11-23 20:48 Thomas Deutschmann
2016-08-06  7:59 Pacho Ramos
2016-06-11 16:44 Agostino Sarubbo
2015-10-13 19:54 Michał Górny

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=1618347466.1e0e727992766b65b864ac37c64d852bd2aa71e6.polynomial-c@gentoo \
    --to=polynomial-c@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