Message ID | 20220206214639.2711567-23-adolf.belka@ipfire.org |
---|---|
State | Accepted |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4JsNKr569rz3wgk for <patchwork@web04.haj.ipfire.org>; Sun, 6 Feb 2022 21:52:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4JsNKr06Ygz5HR; Sun, 6 Feb 2022 21:52:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JsNKr00MCz2yvq; Sun, 6 Feb 2022 21:52:32 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4JsNKq1Mzbz2xXd for <development@lists.ipfire.org>; Sun, 6 Feb 2022 21:52:31 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4JsNKp6fQfz5Gg; Sun, 6 Feb 2022 21:52:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644184351; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=d2js7javlgpOvblG4S+/Z+OXZ+TKB5Q7zhOOObgYFCs=; b=VRs0Q/ixkARzZSb+8nLt/GhzY+Xw5UfC0s5k7k9R+8Jvcn/QrPu4nnmGTBNxDqluB9kziw 7pvICTBW6lJ5vdAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644184351; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=d2js7javlgpOvblG4S+/Z+OXZ+TKB5Q7zhOOObgYFCs=; b=Dj3r0vBfgKCGYxUudpoT9KUrylUmbybz1mLuDsqXAPw+MdR2Kd7GUdVZSts11SsIJKWOQp MC/YnZnO4E4Ju88J3Qf+12yts+36D63WhHd7z/hOEtJC1zUFlh96YiY1cOOCumbhN/diF+ rOgB0qAHBhTNc50m9tCU+vmmNHJ6xDEU/CRJWJxr9VqCLLIfNdMO2QkeFEyCROCV/bY3lK cbKzHB1LrjQZr3x/MROieBE6DFu2z59up50PGsgQyol6DUH0ncVtBJ9leNk3FaEh+BFqA0 ItSF6J8AGN9mh7J5umPqsifNGoJd/tcSKm5XP/sWnbOWiZImpDyNOws61Lj2ZQ== From: Adolf Belka <adolf.belka@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH 23/32] perl-MIME-Tools: Renamed from MIME-Tools Date: Sun, 6 Feb 2022 22:46:30 +0100 Message-Id: <20220206214639.2711567-23-adolf.belka@ipfire.org> In-Reply-To: <20220206214639.2711567-1-adolf.belka@ipfire.org> References: <20220206214639.2711567-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <https://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <https://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Series |
[01/32] make.sh: name all perl packages to start with perl
|
|
Commit Message
Adolf Belka
Feb. 6, 2022, 9:46 p.m. UTC
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
config/rootfiles/common/{MIME-Tools => perl-MIME-Tools} | 0
lfs/{MIME-Tools => perl-MIME-Tools} | 0
2 files changed, 0 insertions(+), 0 deletions(-)
rename config/rootfiles/common/{MIME-Tools => perl-MIME-Tools} (100%)
rename lfs/{MIME-Tools => perl-MIME-Tools} (100%)
diff --git a/config/rootfiles/common/MIME-Tools b/config/rootfiles/common/perl-MIME-Tools similarity index 100% rename from config/rootfiles/common/MIME-Tools rename to config/rootfiles/common/perl-MIME-Tools diff --git a/lfs/MIME-Tools b/lfs/perl-MIME-Tools similarity index 100% rename from lfs/MIME-Tools rename to lfs/perl-MIME-Tools