From 7ad1cea239bc4d6d083221f5a971505f44083c6e Mon Sep 17 00:00:00 2001 From: Mathieu Roberge Date: Thu, 25 Dec 2025 13:34:59 -0500 Subject: [PATCH] app-misc/metetch, app-misc/gentoo-update: improve ebuild quality app-misc/metetch: - Update metadata.xml: add longdescription, use https DTD - Fix ebuild: correct dependency order, remove redundant src_configure - Improve formatting and follow Gentoo style guidelines app-misc/gentoo-update: - Remove non-existent cpp-base dependency - Add proper eclasses: desktop, shell-completion, xdg - Use proper eclass functions for shell completions, desktop files, systemd units - Fix dependency order and add BDEPEND for virtual/pkgconfig - Use newinitd for OpenRC service installation - Update metadata.xml: remove proxy-maint, use https DTD - Fix trailing whitespace and add final newline - Simplify pkg_postinst messages per reviewer feedback Signed-off-by: Mathieu Roberge --- app-misc/metetch/metadata.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/app-misc/metetch/metadata.xml b/app-misc/metetch/metadata.xml index f79b8c7b05..50591c6062 100644 --- a/app-misc/metetch/metadata.xml +++ b/app-misc/metetch/metadata.xml @@ -1,11 +1,18 @@ - + contact.techoraye@gmail.com Mathieu Roberge + - techoraye/metetch + Techoraye/metetch - + + + metetch is a fast and lightweight system information display utility + written in C++. It features modular and customizable output, making it + ideal for quickly viewing system details in the terminal. + + \ No newline at end of file