From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52E9115ACFB for ; Thu, 13 Apr 2023 11:06:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FEF9E07BA; Thu, 13 Apr 2023 11:06:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BD06E07BA for ; Thu, 13 Apr 2023 11:06:37 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 631C9335DC3 for ; Thu, 13 Apr 2023 11:06:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27716108 for ; Thu, 13 Apr 2023 11:06:34 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1681383536.8de49eb6cc251cd3b345022991a51ede9e98e0b5.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmsysmon/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmsysmon/Manifest x11-plugins/wmsysmon/wmsysmon-0.8.1.ebuild X-VCS-Directories: x11-plugins/wmsysmon/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 8de49eb6cc251cd3b345022991a51ede9e98e0b5 X-VCS-Branch: master Date: Thu, 13 Apr 2023 11:06:34 +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: 166618ff-83ea-46d2-aa3e-e83ac3df2de3 X-Archives-Hash: e61c8fcd6d3806690a38d8d27fa2a76e commit: 8de49eb6cc251cd3b345022991a51ede9e98e0b5 Author: Bernard Cafarelli gentoo org> AuthorDate: Thu Apr 13 10:58:46 2023 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Thu Apr 13 10:58:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de49eb6 x11-plugins/wmsysmon: add 0.8.1 Signed-off-by: Bernard Cafarelli gentoo.org> x11-plugins/wmsysmon/Manifest | 1 + x11-plugins/wmsysmon/wmsysmon-0.8.1.ebuild | 32 ++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/x11-plugins/wmsysmon/Manifest b/x11-plugins/wmsysmon/Manifest index adb9c097c63d..6385c75444c2 100644 --- a/x11-plugins/wmsysmon/Manifest +++ b/x11-plugins/wmsysmon/Manifest @@ -1 +1,2 @@ DIST wmsysmon-0.8.0.tar.gz 21262 BLAKE2B 50c7e3149fbad711f7505558549eadede78abf4f52d5c2c6eff0bd74bbb9838f85b78d73a7021a3baf9776cdccfb2b8e621de897fdafe5a7af71cd8518933852 SHA512 af9f939de5031387abf31d7ad9b4f767056a5f0d1494ee95476fb6c3bafab95ffe78148da74bf004b40a1e0d4ace9616c272bce0f4900491c8983c34531c29e7 +DIST wmsysmon-0.8.1.tar.gz 21276 BLAKE2B 17711e383f6285bccb16eeae83bfd302e73bed4b9744aa2ef78e228ff103f2342d024668cf285578cbebb3f9cbbd14ae3b5bab26b3454bb973449cc124068f0c SHA512 d6ce023683083de292284f6e155053a6da2dad87365d63c296b857507f803426fc68880c90489c3f5bd756bf66359b5d4624e928afec9cd1d0a3d5792a3a8f2b diff --git a/x11-plugins/wmsysmon/wmsysmon-0.8.1.ebuild b/x11-plugins/wmsysmon/wmsysmon-0.8.1.ebuild new file mode 100644 index 000000000000..6d98e0bd7d33 --- /dev/null +++ b/x11-plugins/wmsysmon/wmsysmon-0.8.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit toolchain-funcs + +DESCRIPTION="a dockapp to monitor: CPU, Memory, Uptime, IRQs, Paging and Swap activity" +HOMEPAGE="https://github.com/voyageur/wmsysmon" +SRC_URI="https://github.com/voyageur/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND=">=x11-libs/libdockapp-0.7:= + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm" +RDEPEND="${DEPEND}" + +DOCS=( ../ChangeLog ../README ) +S=${WORKDIR}/${P}/src + +src_compile() { + emake CC="$(tc-getCC)" +} + +src_install() { + dobin wmsysmon + einstalldocs +}