public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lucio Sauer" <watermanpaint@posteo.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/eww/
Date: Thu,  9 May 2024 13:46:56 +0000 (UTC)	[thread overview]
Message-ID: <1715262197.803dde4216097ee1b2688d6816bfcfe61f85701a.watermanpaint@gentoo> (raw)

commit:     803dde4216097ee1b2688d6816bfcfe61f85701a
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Thu May  9 13:42:18 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Thu May  9 13:43:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=803dde42

gui-apps/eww: move elog messages to pkg_postinst

Suggested-by: Mazunki Hoksaas <rolferen <AT> gmail.com>
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 gui-apps/eww/eww-0.5.0-r4.ebuild | 3 +++
 gui-apps/eww/eww-0.6.0.ebuild    | 3 +++
 gui-apps/eww/eww-9999.ebuild     | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/gui-apps/eww/eww-0.5.0-r4.ebuild b/gui-apps/eww/eww-0.5.0-r4.ebuild
index c7cdf486bc..25c33f18fe 100644
--- a/gui-apps/eww/eww-0.5.0-r4.ebuild
+++ b/gui-apps/eww/eww-0.5.0-r4.ebuild
@@ -360,6 +360,9 @@ src_configure() {
 src_install() {
 	dodoc README.md CHANGELOG.md
 	cargo_src_install --path crates/eww
+}
+
+pkg_postinst() {
 	elog "Eww wont run without a config file (usually in ~/.config/eww)."
 	elog "For example configs visit https://github.com/elkowar/eww#examples"
 }

diff --git a/gui-apps/eww/eww-0.6.0.ebuild b/gui-apps/eww/eww-0.6.0.ebuild
index bbf4fc42a2..bb3a1a0bf9 100644
--- a/gui-apps/eww/eww-0.6.0.ebuild
+++ b/gui-apps/eww/eww-0.6.0.ebuild
@@ -446,6 +446,9 @@ src_install() {
 
 	dodoc README.md CHANGELOG.md
 	cargo_src_install --path crates/eww
+}
+
+pkg_postinst() {
 	elog "Eww wont run without a config file (usually in ~/.config/eww)."
 	elog "For example configs visit https://github.com/elkowar/eww#examples"
 }

diff --git a/gui-apps/eww/eww-9999.ebuild b/gui-apps/eww/eww-9999.ebuild
index 99ce3c36f6..595c7d76b2 100644
--- a/gui-apps/eww/eww-9999.ebuild
+++ b/gui-apps/eww/eww-9999.ebuild
@@ -444,6 +444,9 @@ src_install() {
 
 	dodoc README.md CHANGELOG.md
 	cargo_src_install --path crates/eww
+}
+
+pkg_postinst() {
 	elog "Eww wont run without a config file (usually in ~/.config/eww)."
 	elog "For example configs visit https://github.com/elkowar/eww#examples"
 }


             reply	other threads:[~2024-05-09 13:47 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-09 13:46 Lucio Sauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-05 19:55 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/eww/ Gonçalo Negrier Duarte
2024-09-05 19:50 Gonçalo Negrier Duarte
2024-05-09 13:46 Lucio Sauer
2024-05-08 17:56 Lucio Sauer
2024-05-08 17:56 Lucio Sauer
2024-05-08 17:56 Lucio Sauer
2024-05-08 17:56 Lucio Sauer
2024-04-13 15:10 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-13 15:06 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-04-13 15:06 Julien Roy
2024-02-25 20:10 Jonas Frei
2024-02-25 17:05 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-02-25 16:56 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-02-25 13:32 Gonçalo Negrier Duarte
2024-02-22 17:42 Julien Roy
2024-02-21 16:00 Gonçalo Negrier Duarte
2024-02-19 12:39 Gonçalo Negrier Duarte
2023-11-08 11:50 Gonçalo Negrier Duarte
2023-10-31 18:33 Gonçalo Negrier Duarte
2023-10-29 20:24 Gonçalo Negrier Duarte
2023-10-29 20:24 Gonçalo Negrier Duarte
2023-07-26 13:03 Gonçalo Negrier Duarte
2023-07-19 15:19 Gonçalo Negrier Duarte
2023-07-19 14:46 Gonçalo Negrier Duarte
2022-12-06  3:57 Julien Roy
2022-12-02  4:29 Julien Roy
2022-10-16 11:29 Luciano Degni
2022-07-30 23:09 Pascal Jäger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1715262197.803dde4216097ee1b2688d6816bfcfe61f85701a.watermanpaint@gentoo \
    --to=watermanpaint@posteo.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox