From unknown Sun Jun 22 17:10:59 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#60574 <60574@debbugs.gnu.org> To: bug#60574 <60574@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Remove tegaki package leftovers. Reply-To: bug#60574 <60574@debbugs.gnu.org> Date: Mon, 23 Jun 2025 00:10:59 +0000 retitle 60574 [PATCH] gnu: Remove tegaki package leftovers. reassign 60574 guix-patches submitter 60574 mirai@makinata.eu severity 60574 normal tag 60574 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 05 07:38:48 2023 Received: (at submit) by debbugs.gnu.org; 5 Jan 2023 12:38:48 +0000 Received: from localhost ([127.0.0.1]:50473 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pDPWC-0005gs-8q for submit@debbugs.gnu.org; Thu, 05 Jan 2023 07:38:48 -0500 Received: from lists.gnu.org ([209.51.188.17]:34048) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pDPWA-0005gk-3N for submit@debbugs.gnu.org; Thu, 05 Jan 2023 07:38:46 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pDPW9-0007ZY-NA for guix-patches@gnu.org; Thu, 05 Jan 2023 07:38:45 -0500 Received: from smtpm5.myservices.hosting ([185.26.105.236]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pDPW8-0007YO-1f for guix-patches@gnu.org; Thu, 05 Jan 2023 07:38:45 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.172]) by smtpm5.myservices.hosting (Postfix) with ESMTP id 9A28520CB3 for ; Thu, 5 Jan 2023 13:38:33 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 59C4E800A0; Thu, 5 Jan 2023 13:38:33 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-1.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id q1DdgeYW1EiK; Thu, 5 Jan 2023 13:38:32 +0100 (CET) Received: from guix-nuc.home.arpa (bl9-118-236.dsl.telepac.pt [85.242.118.236]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id B980280099; Thu, 5 Jan 2023 13:38:32 +0100 (CET) From: mirai@makinata.eu To: guix-patches@gnu.org Subject: [PATCH] gnu: Remove tegaki package leftovers. Date: Thu, 5 Jan 2023 12:38:23 +0000 Message-Id: <7898a317ad544e65f8a95f42b399040d39a9da80.1672922272.git.mirai@makinata.eu> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.26.105.236; envelope-from=mirai@makinata.eu; helo=smtpm5.myservices.hosting X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Bruno Victal X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) From: Bruno Victal 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 From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 08 11:52:29 2023 Received: (at 60574-done) by debbugs.gnu.org; 8 Jan 2023 16:52:29 +0000 Received: from localhost ([127.0.0.1]:34509 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pEYuK-00014P-Pj for submit@debbugs.gnu.org; Sun, 08 Jan 2023 11:52:28 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58998) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pEYuJ-000149-Kf for 60574-done@debbugs.gnu.org; Sun, 08 Jan 2023 11:52:27 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pEYuC-0002ci-6s; Sun, 08 Jan 2023 11:52:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=2i5xKoWQg2QtfFh0agzASyirfXKmzl+RxtDZtWG/HPc=; b=lGn05dX5GBiu2mR3oNbP mw7DAVeXA7GbPTjeYqep0api8xfbXJSSfJPpEe9S2kf/7GSRFKb8b5U28mJ4z5a/w0i9vnipgkRsv lDDwdhyrW4V+1e7EnOFBuPWxtyvKV0Ri2CCEwGcHoQgmpO1QzhSJyFZrpQB449sy8Kd2xLjJ+7DM9 ycyBmiIr5HSS0mVg/addFmipWTk15qcBKpGaFbOcUf1B0ZsqVH6VgR2zbpU5oPmAsKR0HaHWOJJBQ wHummoYm4blZ3vPMEzsaJB6P/S+KEbgakeQxBEcJVCQsYSI6VWa6ZYHJigPDdCD5qDWDWo8AQ1JNc yhaFUp4e0Ln1rw==; Received: from 2a02-8429-81d2-3d01-94c9-8097-ea5c-2775.rev.sfr.net ([2a02:8429:81d2:3d01:94c9:8097:ea5c:2775] helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pEYu1-0002cy-Dt; Sun, 08 Jan 2023 11:52:19 -0500 From: Mathieu Othacehe To: mirai@makinata.eu Subject: Re: bug#60574: [PATCH] gnu: Remove tegaki package leftovers. References: <7898a317ad544e65f8a95f42b399040d39a9da80.1672922272.git.mirai@makinata.eu> Date: Sun, 08 Jan 2023 17:52:08 +0100 In-Reply-To: <7898a317ad544e65f8a95f42b399040d39a9da80.1672922272.git.mirai@makinata.eu> (mirai@makinata.eu's message of "Thu, 5 Jan 2023 12:38:23 +0000") Message-ID: <875ydh2clj.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60574-done Cc: 60574-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Leftovers from ed3c97f53ef5d60f103b93d15ccce5db052bfad1. Applied, thanks, Mathieu From unknown Sun Jun 22 17:10:59 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 06 Feb 2023 12:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator