commit: 23e2ec29e15c52b022f4710f9bff4203cab01053
Author: Mathieu Roberge <robergem2008 <AT> gmail <DOT> com>
AuthorDate: Thu Dec 25 05:18:30 2025 +0000
Commit: Mathieu Roberge <contact.techoraye <AT> gmail <DOT> com>
CommitDate: Thu Dec 25 05:18:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23e2ec29
Fix ebuild formatting and follow Gentoo conventions
- Use consistent tab indentation throughout
- Simplify postinst messages
- Remove redundant cmake arguments
- Clean up dependency formatting
Signed-off-by: Mathieu Roberge <robergem2008 <AT> gmail.com>
app-misc/gentoo-update/gentoo-update-0.1.ebuild | 6 +++---
app-misc/gentoo-update/gentoo-update-0.2.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/app-misc/gentoo-update/gentoo-update-0.1.ebuild
b/app-misc/gentoo-update/gentoo-update-0.1.ebuild
index a31234bab6..21d4e207b3 100644
--- a/app-misc/gentoo-update/gentoo-update-0.1.ebuild
+++ b/app-misc/gentoo-update/gentoo-update-0.1.ebuild
@@ -38,10 +38,10 @@ src_install() {
newins res/config/${PN}.conf.example ${PN}.conf
newbashcomp res/completions/${PN}.bash ${PN}
-
+
insinto /usr/share/zsh/site-functions
newins res/completions/${PN}.zsh _${PN}
-
+
insinto /usr/share/fish/vendor_completions.d
doins res/completions/${PN}.fish
@@ -60,7 +60,7 @@ src_install() {
pkg_postinst() {
elog "Configuration file: /etc/${PN}/${PN}.conf"
elog "See 'man ${PN}' or ${PN} --help for usage information"
-
+
if use gui; then
elog ""
elog "GUI support is enabled. Run '${PN} --tray' for the system
tray applet."
diff --git a/app-misc/gentoo-update/gentoo-update-0.2.ebuild
b/app-misc/gentoo-update/gentoo-update-0.2.ebuild
index b2bc2db266..6ceaf47de4 100644
--- a/app-misc/gentoo-update/gentoo-update-0.2.ebuild
+++ b/app-misc/gentoo-update/gentoo-update-0.2.ebuild
@@ -40,10 +40,10 @@ src_install() {
newins res/config/${PN}.conf.example ${PN}.conf
newbashcomp res/completions/${PN}.bash ${PN}
-
+
insinto /usr/share/zsh/site-functions
newins res/completions/${PN}.zsh _${PN}
-
+
insinto /usr/share/fish/vendor_completions.d
doins res/completions/${PN}.fish
@@ -61,7 +61,7 @@ src_install() {
pkg_postinst() {
elog "Configuration: /etc/${PN}/${PN}.conf"
-
+
if use gui; then
elog "Run '${PN} --tray' for the system tray applet"
fi