From unknown Sun Jun 22 17:16:33 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#60574] [PATCH] gnu: Remove tegaki package leftovers. Resent-From: mirai@makinata.eu Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 05 Jan 2023 12:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 60574 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 60574@debbugs.gnu.org Cc: Bruno Victal X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.167292232821884 (code B ref -1); Thu, 05 Jan 2023 12:39:01 +0000 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 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-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 unknown Sun Jun 22 17:16:33 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: mirai@makinata.eu Subject: bug#60574: closed (Re: bug#60574: [PATCH] gnu: Remove tegaki package leftovers.) Message-ID: References: <875ydh2clj.fsf@gnu.org> <7898a317ad544e65f8a95f42b399040d39a9da80.1672922272.git.mirai@makinata.eu> X-Gnu-PR-Message: they-closed 60574 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 60574@debbugs.gnu.org Date: Sun, 08 Jan 2023 16:53:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1673196782-4167-1" This is a multi-part message in MIME format... ------------=_1673196782-4167-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #60574: [PATCH] gnu: Remove tegaki package leftovers. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 60574@debbugs.gnu.org. --=20 60574: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D60574 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1673196782-4167-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1673196782-4167-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1673196782-4167-1--