From unknown Wed Sep 10 16:41:28 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#50306 <50306@debbugs.gnu.org> To: bug#50306 <50306@debbugs.gnu.org> Subject: Status: [PATCH] doc: Correct name of Minetest importer. Reply-To: bug#50306 <50306@debbugs.gnu.org> Date: Wed, 10 Sep 2025 23:41:28 +0000 retitle 50306 [PATCH] doc: Correct name of Minetest importer. reassign 50306 guix-patches submitter 50306 Maxime Devos severity 50306 normal tag 50306 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 31 16:21:41 2021 Received: (at submit) by debbugs.gnu.org; 31 Aug 2021 20:21:41 +0000 Received: from localhost ([127.0.0.1]:35497 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mLAGH-0000bO-7E for submit@debbugs.gnu.org; Tue, 31 Aug 2021 16:21:41 -0400 Received: from lists.gnu.org ([209.51.188.17]:55078) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mLAGC-0000bE-Cy for submit@debbugs.gnu.org; Tue, 31 Aug 2021 16:21:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57252) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mLAGC-0006RA-6S for guix-patches@gnu.org; Tue, 31 Aug 2021 16:21:32 -0400 Received: from baptiste.telenet-ops.be ([2a02:1800:120:4::f00:13]:34958) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mLAG9-0003K9-Qe for guix-patches@gnu.org; Tue, 31 Aug 2021 16:21:31 -0400 Received: from localhost.localdomain ([IPv6:2a02:1811:8c09:9d00:aaf1:9810:a0b8:a55d]) by baptiste.telenet-ops.be with bizsmtp id oLML250030mfAB401LMLHi; Tue, 31 Aug 2021 22:21:20 +0200 From: Maxime Devos To: guix-patches@gnu.org Subject: [PATCH] doc: Correct name of Minetest importer. Date: Tue, 31 Aug 2021 22:21:10 +0200 Message-Id: <20210831202110.26895-1-maximedevos@telenet.be> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r21; t=1630441280; bh=SDVSMlvesjiIBdnG0V4rd/ag6isnVpFXS9UMxKglQxw=; h=From:To:Cc:Subject:Date; b=a8DXol4JDj9obU68zp8jSEX0ZBNcso8FcGyZYng36BHcQniy5CuLb0Xo4gNxJKvJm ypR3dN8yrAbw0eZCDHLxe1CppkcUaXWcH2J1G8qIL/Agip5XQM6yuL/DTSdfikEJ7D DJIbYxXmvoVPIVdwFow6jzYfQw8Q7WzXhF7VEYu9tSpTKjLyywH7aFugq/z4lxe+pv 6i0qsjmfMbMbvSSZbvDsdq18EX3eow5b22qT4jeBH4IIe1L+QrCvv5+BxpNDiLwbFQ KscVERmbWy7V9oJimXoMwOjeFWcyeRtLl4MoACXwrcy8TzCTc6LV6tqaRDw0hj3t7L vlMxz5Rji6gIA== Received-SPF: pass client-ip=2a02:1800:120:4::f00:13; envelope-from=maximedevos@telenet.be; helo=baptiste.telenet-ops.be X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit Cc: Maxime Devos 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 (--) * doc/guix.texi (Invoking guix import): Let the item name be 'minetest' instead of 'contentdb'. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 2b8448c856..79941e46c3 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -11322,7 +11322,7 @@ and generate package expressions for all those packages that are not yet in Guix. @end table -@item contentdb +@item minetest @cindex minetest @cindex ContentDB Import metadata from @uref{https://content.minetest.net, ContentDB}. -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 31 17:31:26 2021 Received: (at 50306-done) by debbugs.gnu.org; 31 Aug 2021 21:31:26 +0000 Received: from localhost ([127.0.0.1]:35573 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mLBLm-0004Xe-Kq for submit@debbugs.gnu.org; Tue, 31 Aug 2021 17:31:26 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:22703) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mLBLg-0004XS-G9 for 50306-done@debbugs.gnu.org; Tue, 31 Aug 2021 17:31:21 -0400 Received: from nijino.local (194-118-34-199.adsl.highway.telekom.at [194.118.34.199]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4GzgNZ6swVz1DH8w; Tue, 31 Aug 2021 23:31:10 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 4GzgNZ6swVz1DH8w DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1630445471; bh=bhyScRSs9Lj0C8eoa7xiNz/hmnL+mRiTCbnJkajSXTY=; h=Subject:From:To:Date:In-Reply-To:References:From; b=k59eKIxM2IMYKlj4heyKDaMwvq1uAhQKk15Sva7T2hJ0gM5V7uTribYuvJNJ2jQWY /TXEoq0L3ETpF7YT8fHAtJTKSi1JLOA6LjdwFNYbeVoJzMZN/I6rKccea4ZduxaVHh +BIvRrdtY+NntG87elmcPR2d+OlAtBsao48ZUKmM= Message-ID: Subject: Re: [PATCH] doc: Correct name of Minetest importer. From: Leo Prikler To: Maxime Devos , 50306-done@debbugs.gnu.org Date: Tue, 31 Aug 2021 23:31:10 +0200 In-Reply-To: <20210831202110.26895-1-maximedevos@telenet.be> References: <20210831202110.26895-1-maximedevos@telenet.be> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 50306-done 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 (---) Am Dienstag, den 31.08.2021, 22:21 +0200 schrieb Maxime Devos: > * doc/guix.texi (Invoking guix import): Let the item name be > 'minetest' instead of 'contentdb'. > --- > doc/guix.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/guix.texi b/doc/guix.texi > index 2b8448c856..79941e46c3 100644 > --- a/doc/guix.texi > +++ b/doc/guix.texi > @@ -11322,7 +11322,7 @@ and generate package expressions for all > those packages that are not yet > in Guix. > @end table > > -@item contentdb > +@item minetest > @cindex minetest > @cindex ContentDB > Import metadata from @uref{https://content.minetest.net, ContentDB}. Once more sorry for doing such a poor job in my review and not catching those typos. I've pushed this to master. From unknown Wed Sep 10 16:41:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 29 Sep 2021 11:24:05 +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