From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 7PgXGjxLkGEPqAAAgWs5BA (envelope-from ) for ; Sun, 14 Nov 2021 00:33:16 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id ODYsFTxLkGGZawAA1q6Kng (envelope-from ) for ; Sat, 13 Nov 2021 23:33:16 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B5632A147 for ; Sun, 14 Nov 2021 00:33:15 +0100 (CET) Received: from localhost ([::1]:59594 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mm2WI-0000WO-8N for larch@yhetil.org; Sat, 13 Nov 2021 18:33:14 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59522) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mm2W6-0000TP-2j for guix-patches@gnu.org; Sat, 13 Nov 2021 18:33:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36938) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mm2W5-0005lb-QV for guix-patches@gnu.org; Sat, 13 Nov 2021 18:33:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mm2W5-0002u2-MA for guix-patches@gnu.org; Sat, 13 Nov 2021 18:33:01 -0500 Subject: bug#51184: [PATCH] gnu: Add renameutils. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 13 Nov 2021 23:33:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 51184 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Wiktor =?UTF-8?Q?=C5=BBelazny?= Cc: 51184-done@debbugs.gnu.org Mail-Followup-To: 51184@debbugs.gnu.org, ludo@gnu.org, wz@freeshell.de Received: via spool by 51184-done@debbugs.gnu.org id=D51184.16368463299650 (code D ref 51184); Sat, 13 Nov 2021 23:33:01 +0000 Received: (at 51184-done) by debbugs.gnu.org; 13 Nov 2021 23:32:09 +0000 Received: from localhost ([127.0.0.1]:48482 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm2VE-0002VL-F1 for submit@debbugs.gnu.org; Sat, 13 Nov 2021 18:32:08 -0500 Received: from eggs.gnu.org ([209.51.188.92]:58560) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm2VC-0002Os-2N for 51184-done@debbugs.gnu.org; Sat, 13 Nov 2021 18:32:07 -0500 Received: from [2001:470:142:3::e] (port=36416 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mm2V5-0005IZ-QD; Sat, 13 Nov 2021 18:31:59 -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=JSBmXoMNzAQipTzJuAi6OflcBZUag1reY9el/6me6FM=; b=CI0vMgAoyM8z8aJ9ECSu E0YAj9YFpn77yVM3JGnbV7d5MagpSwqMgRvAIUkIMNiFmHm4wR4IHoIowk9sJK2kE21QSKk5b91Km /YH8Ol1hYbw6QCXPA302LlK+JJc9rw01lZsMk26Tl7DTb/ZoQNz5zxU3jBKnPTAQCCrf8SaSouxAW 9UQkiD8f4IS8KnninrbutMUjBsfONnrBOitnGOPU1O48delxupyze4hOJ9nl7P83qeN0e+CaPaNVb d5Aakhs8uLkINx4sCoV5YXPUPC94PQYeIE2p5DGy2zfnGm93l42YtZT+LhokOX289YID4nCOtp5EP okVPKH9Pd0E+Jg==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:59371 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mm2V5-0007pi-G6; Sat, 13 Nov 2021 18:31:59 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20211013170113.1067-1-wz@freeshell.de> Date: Sun, 14 Nov 2021 00:31:55 +0100 In-Reply-To: <20211013170113.1067-1-wz@freeshell.de> ("Wiktor =?UTF-8?Q?=C5=BBelazny?="'s message of "Wed, 13 Oct 2021 19:01:13 +0200") Message-ID: <87y25raaz8.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1636846395; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=JSBmXoMNzAQipTzJuAi6OflcBZUag1reY9el/6me6FM=; b=ae1itLpn61ZZUHlESGLLOtwiWE0TSqItlmey0iUiIaGO/lMcDuRQhNx4/USSqJmGmciFLA SamXHhzL6/1lSeJtHJYtWNKeTiaAIKJgqXRM3Fjw3GeWBJTK9b4l1ehjFjqr231Slx4wOw W2RXS48GDeInNjQsM0cvR66Y5xSWjdc667LwfdoTKbiSTWmYZfrT4UBOKcX+Tpy0hdCaEy GU1aZs5sLRNSaL3eb2Xuj1L0pmHVBMt693KLFiugbl+uXBqSxaiAOFLHZlbBUbKLF5yYLi wbJMAbYeHEhAAI3m3Dc2z0Zvha9JzJA9CTdX2iqf2OCiLPStJfXoj2GClsOdhA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1636846395; a=rsa-sha256; cv=none; b=ZPrFvAUcvT/kKsj5wyHA2wUDAMQwEWaWRX5hhspCw4UJlniaJHG5OjpHZD/W90sY5yhce+ yk/tl97NE7XotT5OMUmAF3Q4H2Slh/O2pRFTshOwdAHWOHGE33lKi6vO4wb3UYxgRMtGIe bHW2YOvL2/VyrOq5aLijdo3SRGwm2OLR35VKdLkYMLImdAdyWCFzQ3iJUixD6FJkfCIAqI JTnjF3qTkhvfgC0QrkySEwLGa5S3qawOF/pva0nbTkeKUyVU4eZm9vRj99eBLbjLrLJQ9/ Pf+rf2KTfY02dEYejc4hd4Sa9ITEvJfNhsElY5o1tZo2fddZELX/VZF87mZajg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=CI0vMgAo; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.04 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=CI0vMgAo; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: B5632A147 X-Spam-Score: -2.04 X-Migadu-Scanner: scn0.migadu.com X-TUID: lwFlQJajT2zL Hi, Wiktor =C5=BBelazny skribis: > * gnu/packages/admin.scm (renameutils): New variable. I moved it to shellutils.scm and followed up with minor tweaks: using a mirror:// URL, using Texinfo markup in the description, and changing the license to =E2=80=98gpl3+=E2=80=99 since it=E2=80=99s =E2=80=9Cversion 3 or= later=E2=80=9D according to source file headers. Thanks, Ludo=E2=80=99.