From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27307158074 for ; Sat, 05 Jul 2025 06:50:34 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7F54E340B1C for ; Sat, 05 Jul 2025 06:50:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 76448110462; Sat, 05 Jul 2025 06:50:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6CB51110462 for ; Sat, 05 Jul 2025 06:50:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC8FA34027D for ; Sat, 05 Jul 2025 06:50:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E7642A2B for ; Sat, 05 Jul 2025 06:50:11 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1751698204.a8313e23bd0b304b0e68d3b553388d59e4caa12f.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/slurm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/slurm/Manifest net-analyzer/slurm/slurm-0.4.4.ebuild X-VCS-Directories: net-analyzer/slurm/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a8313e23bd0b304b0e68d3b553388d59e4caa12f X-VCS-Branch: master Date: Sat, 05 Jul 2025 06:50:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4600b498-9a0f-4361-ac43-f0b80ee6933b X-Archives-Hash: 6e1cbc2dbf58dfdff6d0500f1a758f7b commit: a8313e23bd0b304b0e68d3b553388d59e4caa12f Author: Vladislav Mikhailikov gmail com> AuthorDate: Wed Jun 25 19:45:24 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Jul 5 06:50:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8313e23 net-analyzer/slurm: add 0.4.4, EAPI=8, use meson Signed-off-by: Vladislav Mikhailikov gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42744 Closes: https://bugs.gentoo.org/957245 Closes: https://bugs.gentoo.org/953893 Signed-off-by: Arthur Zamarin gentoo.org> net-analyzer/slurm/Manifest | 1 + net-analyzer/slurm/slurm-0.4.4.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/net-analyzer/slurm/Manifest b/net-analyzer/slurm/Manifest index 8e2229e19e23..94b32c6ab287 100644 --- a/net-analyzer/slurm/Manifest +++ b/net-analyzer/slurm/Manifest @@ -1 +1,2 @@ DIST slurm-0.4.3.tar.gz 36076 BLAKE2B 468dadfb7e338a7b11a2db8501763fa75e9f82af1c7411d132c6aec2e8426cbd1170fb9657a661dde35c77d6ad23497599affc9b36e583772950a2bf30715c20 SHA512 f55005e2e2acebf1b7be0f7106511f83123f4df30305d00495940220f99394ddd48193ee4985c91604f294487c181f6efebe9452137f7df5b9675d2c3388892f +DIST slurm-0.4.4.tar.gz 76154 BLAKE2B 4f5fa23f42dce3a5eca2a82b82b55cc81e564843a943c572b33c2c07b752e985f52516795c4331ba80137a76ababc8e61a8f7fbf183a032551f3aa2a95ba61d8 SHA512 5a54d004e18a27ead40140f0b5d1bf4db773d2d12a1d8358993944e0a51db8598353e330e114851b90125f09fd8d5ebfb50d2be362e85ad50e7c39ce6aa6bcc1 diff --git a/net-analyzer/slurm/slurm-0.4.4.ebuild b/net-analyzer/slurm/slurm-0.4.4.ebuild new file mode 100644 index 000000000000..3b5bf88638d5 --- /dev/null +++ b/net-analyzer/slurm/slurm-0.4.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="Realtime network interface monitor based on FreeBSD's pppstatus" +HOMEPAGE="https://github.com/mattthias/slurm" +SRC_URI="https://github.com/mattthias/slurm/archive/upstream/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-upstream-${PV}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +RDEPEND="sys-libs/ncurses:=" +DEPEND="${RDEPEND}" + +DOCS=( ChangeLog FAQ KEYS README.md THEMES.txt TODO )