diff --git a/app-misc/gentoo-update/metadata.xml b/app-misc/gentoo-update/metadata.xml index dde3f8a351..c60eacd611 100644 --- a/app-misc/gentoo-update/metadata.xml +++ b/app-misc/gentoo-update/metadata.xml @@ -1,42 +1,24 @@ - + robergem2008@gmail.com - Mathieu Roberge (Techoraye) + Mathieu Roberge proxy-maint@gentoo.org Proxy Maintainers - Techoraye/gentoo-update - - Enable desktop notifications support via libnotify - Enable system tray applet support with PyQt6 + Enable GUI features including desktop notifications and system tray applet - - Gentoo-Update is a fast, efficient update notifier and applier for Gentoo Linux - written in C++. It assists users with important pre and post-update tasks. - - Features: - - Fast and efficient C++ implementation - - Automatic repository synchronization (optional) - - Display Gentoo news items - - Service status checking and management - - Highly configurable via configuration file - - Color-coded output with optional color disable - - Desktop notifications support - - Preserved rebuild detection - - Kernel update checking - - Configuration file change detection - - Package retention settings - - Manual pages and shell completions - - Support for both systemd and OpenRC - - System tray applet (optional with Python support) + gentoo-update is an update notifier and applier for Gentoo Linux that + assists with pre and post-update tasks. It provides automatic repository + synchronization, news display, service management, preserved rebuild + detection, and kernel update checking. Supports both systemd and OpenRC. - + \ No newline at end of file diff --git a/app-misc/metetch/metetch-0.5.4.ebuild b/app-misc/metetch/metetch-0.5.4.ebuild index e1ba2c9181..ca7f9a9e1d 100644 --- a/app-misc/metetch/metetch-0.5.4.ebuild +++ b/app-misc/metetch/metetch-0.5.4.ebuild @@ -7,25 +7,18 @@ inherit cmake DESCRIPTION="Fast system information display utility with modular customizable features" HOMEPAGE="https://github.com/techoraye/metetch" -SRC_URI="https://github.com/techoraye/metetch/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/techoraye/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -IUSE="" RDEPEND=" - sys-libs/ncurses:= net-misc/curl + sys-libs/ncurses:= " -DEPEND="${RDEPEND} - sys-libs/glibc -" -BDEPEND=" - virtual/pkgconfig -" - -S="${WORKDIR}/${PN}-${PV}" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" src_configure() { local mycmakeargs=( @@ -36,8 +29,5 @@ src_configure() { src_install() { cmake_src_install - - # Install license einstalldocs - newdoc LICENSE LICENSE.MIT -} +} \ No newline at end of file