GNU bug report logs -
#60574
[PATCH] gnu: Remove tegaki package leftovers.
Previous Next
Reported by: mirai <at> makinata.eu
Date: Thu, 5 Jan 2023 12:39:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60574 in the body.
You can then email your comments to 60574 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#60574
; Package
guix-patches
.
(Thu, 05 Jan 2023 12:39:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
mirai <at> makinata.eu
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 05 Jan 2023 12:39:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Bruno Victal <mirai <at> makinata.eu>
Leftovers from ed3c97f53ef5d60f103b93d15ccce5db052bfad1.
* gnu/packages/languages.scm (tegaki-release-uri)
(remove-pre-compiled-files)
(remove-pre-compiled-files-modules): Delete variables.
---
gnu/packages/language.scm | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 937954a1ad..b29ed9c013 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -835,29 +835,6 @@ (define-public perl-text-german
done by Gudrun Putze-Meier.")
(license license:perl-license)))
-(define* (tegaki-release-uri proj version
- #:optional (ext "tar.gz"))
- (string-append "https://github.com/tegaki/tegaki/releases/download"
- "/v" version "/" proj "-" version "." ext))
-
-(define remove-pre-compiled-files
- (lambda exts
- "Return snippet for removing pre-compiled files matching one of the
-extensions in EXTS."
- `(begin (for-each delete-file
- (find-files "."
- (lambda (name _)
- (any (cut string-suffix? <> name)
- (map (cut string-append "." <>)
- ',exts)))))
- #t)))
-
-;;; modules required for the above snippet
-(define remove-pre-compiled-files-modules
- '((guix build utils)
- (srfi srfi-1)
- (srfi srfi-26)))
-
(define-public link-grammar
(package
(name "link-grammar")
base-commit: dc7eb6f07ae982b4c9d083cfb10f72cb031c0424
--
2.38.1
Reply sent
to
Mathieu Othacehe <othacehe <at> gnu.org>
:
You have taken responsibility.
(Sun, 08 Jan 2023 16:53:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
mirai <at> makinata.eu
:
bug acknowledged by developer.
(Sun, 08 Jan 2023 16:53:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 60574-done <at> debbugs.gnu.org (full text, mbox):
> Leftovers from ed3c97f53ef5d60f103b93d15ccce5db052bfad1.
Applied, thanks,
Mathieu
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 06 Feb 2023 12:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 137 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.