public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/functions/pkg_postrm/
@ 2018-08-07 19:28 Göktürk Yüksek
  0 siblings, 0 replies; 2+ messages in thread
From: Göktürk Yüksek @ 2018-08-07 19:28 UTC (permalink / raw
  To: gentoo-commits

commit:     033e6064fbb78eea68f87540c3e0a5c940de935c
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 18 18:26:01 2018 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Tue Aug  7 19:27:04 2018 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=033e6064

ebuild-writing/functions/pkg_postrm: sample update

 ebuild-writing/functions/pkg_postrm/text.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ebuild-writing/functions/pkg_postrm/text.xml b/ebuild-writing/functions/pkg_postrm/text.xml
index af9e435..3efaabf 100644
--- a/ebuild-writing/functions/pkg_postrm/text.xml
+++ b/ebuild-writing/functions/pkg_postrm/text.xml
@@ -45,7 +45,8 @@ pkg_postrm()
 <body>
 <codesample lang="ebuild">
 pkg_postrm() {
-	fdo-mime_mime_database_update
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
 }
 </codesample>
 </body>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/functions/pkg_postrm/
@ 2021-04-07 17:35 Ulrich Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2021-04-07 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     400bdaa3304d82069a5da23d62ca42c1cdab8421
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 21 02:23:11 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Apr  7 17:28:12 2021 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=400bdaa3

ebuild-writing/functions/pkg_postrm: add explicit xdg-utils inherit to example

Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ebuild-writing/functions/pkg_postrm/text.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ebuild-writing/functions/pkg_postrm/text.xml b/ebuild-writing/functions/pkg_postrm/text.xml
index a4af76b..d288305 100644
--- a/ebuild-writing/functions/pkg_postrm/text.xml
+++ b/ebuild-writing/functions/pkg_postrm/text.xml
@@ -43,6 +43,8 @@ pkg_postrm() {
 <title>Sample <c>pkg_postrm</c></title>
 <body>
 <codesample lang="ebuild">
+inherit xdg-utils
+
 pkg_postrm() {
 	xdg_desktop_database_update
 	xdg_mimeinfo_database_update


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-07 17:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-07 19:28 [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/functions/pkg_postrm/ Göktürk Yüksek
  -- strict thread matches above, loose matches on Subject: below --
2021-04-07 17:35 Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox