commit: fe9a175eb7889e45a4b0ef4733eb2bfeee0f1708
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Dec 25 18:27:41 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Dec 25 18:27:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe9a175e
Revert "Fix ebuild formatting and follow Gentoo conventions"
This reverts commit 23e2ec29e15c52b022f4710f9bff4203cab01053.
Signed-off-by: David Roman <davidroman96 <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 21d4e207b3..a31234bab6 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 6ceaf47de4..b2bc2db266 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