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 0478F1581E7 for ; Mon, 22 Apr 2024 06:16:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9D45E29CF; Mon, 22 Apr 2024 06:16:45 +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 pigeon.gentoo.org (Postfix) with ESMTPS id AE22DE29C4 for ; Mon, 22 Apr 2024 06:16:45 +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 A1235343580 for ; Mon, 22 Apr 2024 06:16:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1146B16BF for ; Mon, 22 Apr 2024 06:16:43 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1713739108.8b6eb58994c3162b49962a2c8cb5fac8e67a7036.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/s-tui/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/s-tui/Manifest app-admin/s-tui/metadata.xml app-admin/s-tui/s-tui-1.1.6.ebuild X-VCS-Directories: app-admin/s-tui/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 8b6eb58994c3162b49962a2c8cb5fac8e67a7036 X-VCS-Branch: master Date: Mon, 22 Apr 2024 06:16:43 +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: d9e5156b-b7e8-4366-80bd-d837b74d606c X-Archives-Hash: 4e65439f1678edd3307a9e7e7a2d8243 commit: 8b6eb58994c3162b49962a2c8cb5fac8e67a7036 Author: Joe Kappus wt gd> AuthorDate: Sun Apr 21 22:38:28 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sun Apr 21 22:38:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b6eb589 app-admin/s-tui: add 1.1.6 Signed-off-by: Joe Kappus wt.gd> app-admin/s-tui/Manifest | 1 + app-admin/s-tui/metadata.xml | 2 +- app-admin/s-tui/s-tui-1.1.6.ebuild | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 1 deletion(-) diff --git a/app-admin/s-tui/Manifest b/app-admin/s-tui/Manifest index 0dc193c776..0fabdf54bf 100644 --- a/app-admin/s-tui/Manifest +++ b/app-admin/s-tui/Manifest @@ -1 +1,2 @@ DIST s-tui-1.1.4.gh.tar.gz 2608449 BLAKE2B 80dfc8c4dbce181cf50a5fe3bf05b553401f0cd17b184b9123e61807ee1e5c06bdbdf543fc86a0aca8f7aa4aa508e76756047a121e5d6ddbce167e097938a870 SHA512 20adfb27bae6467650a901211f4b58d0351d756a5b9465922953feb3711969c6d647782f99479475499b4658ef65da6283ad4e55ce72839d36c08f8a7f244322 +DIST s-tui-1.1.6.gh.tar.gz 2608253 BLAKE2B 64815def105ad3c57f2103841ad09948ec6205bda09f4afca7dcca3bb9586c3e8d08aa0524d42f086f589f613bd79b389fca0f55182391bf20679b4d040eb087 SHA512 73412b55175ca2a5e98e410a3c9b5ce9aa1cffc13eb9af26e834d0ea784c06f6a9f81bb1be028b8cf94046ff0a8b20fff5b1191c949d49a72cecf3abd6a1fc38 diff --git a/app-admin/s-tui/metadata.xml b/app-admin/s-tui/metadata.xml index becc7655c0..3431d6b870 100644 --- a/app-admin/s-tui/metadata.xml +++ b/app-admin/s-tui/metadata.xml @@ -3,7 +3,7 @@ joe@wt.gd - joecool + Joe Kappus amanusk/s-tui diff --git a/app-admin/s-tui/s-tui-1.1.6.ebuild b/app-admin/s-tui/s-tui-1.1.6.ebuild new file mode 100644 index 0000000000..c980717745 --- /dev/null +++ b/app-admin/s-tui/s-tui-1.1.6.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 optfeature + +DESCRIPTION="Stress-Terminal UI monitoring tool" +HOMEPAGE="https://amanusk.github.io/s-tui/" + +if [[ ${PV} == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/amanusk/${PN}.git" + EGIT_SUBMODULES=() +else + SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-2" +SLOT="0" + +RDEPEND=" + >=dev-python/psutil-5.9.1[${PYTHON_USEDEP}] + >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}] +" + +distutils_enable_tests unittest + +pkg_postinst() { + optfeature "Stress options in program menu" app-benchmarks/stress +}