emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56599: closed ([PATCH] gnu: fortune-mod: Remove off database.)


From: GNU bug Tracking System
Subject: bug#56599: closed ([PATCH] gnu: fortune-mod: Remove off database.)
Date: Tue, 30 Aug 2022 10:23:02 +0000

Your message dated Tue, 30 Aug 2022 12:22:05 +0200
with message-id <bfe141bd453f399e821068878d97130910415ae7.camel@gmail.com>
and subject line Re: bug#54691: fortune-mod propagates various non-nice things
has caused the debbugs.gnu.org bug report #56599,
regarding [PATCH] gnu: fortune-mod: Remove off database.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
56599: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56599
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: fortune-mod: Remove off database. Date: Sat, 16 Jul 2022 14:21:26 +0200
* gnu/packages/games.scm (fortune-mod): Delete off database after install phase.
---
 gnu/packages/games.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 713f9339b2..cf10ebc9b6 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -7721,7 +7721,10 @@ (define-public fortune-mod
                  (lambda _
                    (with-directory-excursion #$output
                      (rename-file "games/fortune" "bin/fortune")
-                     (rmdir "games")))))))
+                     (rmdir "games"))))
+               (add-after 'install 'commit-censorship
+                 (lambda* (#:key outputs #:allow-other-keys)
+                   (delete-file-recursively (string-append (assoc-ref outputs 
"out") "/share/fortunes/off/")))))))
     (inputs (list recode))
     (native-inputs
      (list perl
-- 
2.37.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#54691: fortune-mod propagates various non-nice things Date: Tue, 30 Aug 2022 12:22:05 +0200 User-agent: Evolution 3.42.1
Am Sonntag, dem 07.08.2022 um 01:05 +0200 schrieb Maxime Devos:
> On 07-08-2022 01:01, bokr@bokr.com wrote:
> 
> > I hope the original is preserved somewhere for history's sake.
> > So where can I get a copy to see what all the fuss is about? :)
> 
> It's not merged yet IIUC
It is merged now, so take out your time machines if you want to have
offensive fortunes.  Or build the datfiles with daikichi, I can't stop
you ;)


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]