commit:     97012801b230a38a5a64b5298ef2d3d26a795777
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  4 13:50:09 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul  4 13:50:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97012801

sys-apps/systemctl-tui: add 0.4.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-apps/systemctl-tui/Manifest                   |  2 ++
 sys-apps/systemctl-tui/systemctl-tui-0.4.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/sys-apps/systemctl-tui/Manifest b/sys-apps/systemctl-tui/Manifest
index 20aeb0aaa57e..ad214081c78e 100644
--- a/sys-apps/systemctl-tui/Manifest
+++ b/sys-apps/systemctl-tui/Manifest
@@ -1,2 +1,4 @@
 DIST systemctl-tui-0.3.4-crates.tar.xz 31682256 BLAKE2B 
ef9315fa3069728672de7e3f01783a0f6fbce2db7aed93445565c8904dd2edca26611ce15f33eb31f162b244e4daff65193cb4a2d91585a9b3e994630ed04f23
 SHA512 
6a0ef12f7c6d42e3f8bc4dd59a4386bb78abccc3b78300b27618188aa40ac6404f9f60007e92a7c31413dbf869720d9a0a132d557827589ccfa92e43b3ee2a04
 DIST systemctl-tui-0.3.4.gh.tar.gz 39096 BLAKE2B 
d908e03493eef035fe3402c64440064c40682ee5d98cac08f8f4aec22ae3ffe96a3e913b7f1e9e115b045ca856b114b46e4db9fe12a956d75f907fc47dba82e4
 SHA512 
d20712068b753ff2977d65c6d0aff2f8fb20043a2593618f38ff3aa6fd0685dd3407ca45b5e5e3663c2c3b3617d382f364ba8d2b8d423ad0022634347fcd1b6b
+DIST systemctl-tui-0.4.0-crates.tar.xz 32140952 BLAKE2B 
3c97ae79dbe4198e7c337b9c6f14beef6eb6ec446f40e48159608c3e167335e7e9edde5d2eb7b3d6fc4c8416a6e85c4cbbce74b2123600baa9500584df93792c
 SHA512 
62c5293daa7e5472e2985a000ea961355875e8f7f2f7b8678bac736794f2a1a970a4d6c3459908496ae531e5a4365b562195b75bbeb9833a2e7c52c3a1a0530a
+DIST systemctl-tui-0.4.0.gh.tar.gz 42162 BLAKE2B 
94b35420e3ba1508ea453505a315214e127d7056148f000368fdb02a8bbc8eeccaf79c0dea97df195daa8010f3f1ce2831ba3a4db11595cb7af60a0dd27e7a89
 SHA512 
685854f6e07a3132499a16b7207f40bc5366f3fa6c578bad200f380d838d96cd7f94c8363f87b4668d7f9f8d58247db81242870a61573ed256759ca960576a15

diff --git a/sys-apps/systemctl-tui/systemctl-tui-0.4.0.ebuild 
b/sys-apps/systemctl-tui/systemctl-tui-0.4.0.ebuild
new file mode 100644
index 000000000000..f8beab4e5134
--- /dev/null
+++ b/sys-apps/systemctl-tui/systemctl-tui-0.4.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES=""
+inherit cargo
+
+DESCRIPTION="A simple TUI for interacting with systemd services and their logs"
+HOMEPAGE="https://github.com/rgwood/systemctl-tui/";
+SRC_URI="
+       https://github.com/rgwood/systemctl-tui/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
+       
https://github.com/gentoo-crate-dist/${PN}/releases/download/v${PV}/${P}-crates.tar.xz
+"
+
+LICENSE="MIT"
+# Dependent crate licenses
+LICENSE+=" Apache-2.0 Boost-1.0 MIT MPL-2.0 Unicode-DFS-2016"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"

Reply via email to