From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id gMTdDxhvJmJmkAAAgWs5BA (envelope-from ) for ; Mon, 07 Mar 2022 21:46:16 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id CGjYDBhvJmJSbwEAauVa8A (envelope-from ) for ; Mon, 07 Mar 2022 21:46:16 +0100 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 E4B1A8CC9 for ; Mon, 7 Mar 2022 21:46:15 +0100 (CET) Received: from localhost ([::1]:46984 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nRKFD-0001w1-4J for larch@yhetil.org; Mon, 07 Mar 2022 15:46:15 -0500 Received: from eggs.gnu.org ([209.51.188.92]:56778) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nRKF0-0001vb-8J for guix-patches@gnu.org; Mon, 07 Mar 2022 15:46:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:60787) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nRKF0-0003jG-0N for guix-patches@gnu.org; Mon, 07 Mar 2022 15:46:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nRKEz-0003kO-QK for guix-patches@gnu.org; Mon, 07 Mar 2022 15:46:01 -0500 Subject: bug#53578: [PATCH] gnu: Add a new package: gnusim8085 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 07 Mar 2022 20:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 53578 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Bird Cc: ~whereiseveryone/guixrus@lists.sr.ht, 53578-done@debbugs.gnu.org Mail-Followup-To: 53578@debbugs.gnu.org, ludo@gnu.org, birdsite@airmail.cc Received: via spool by 53578-done@debbugs.gnu.org id=D53578.164668596014390 (code D ref 53578); Mon, 07 Mar 2022 20:46:01 +0000 Received: (at 53578-done) by debbugs.gnu.org; 7 Mar 2022 20:46:00 +0000 Received: from localhost ([127.0.0.1]:54683 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRKEy-0003k2-5N for submit@debbugs.gnu.org; Mon, 07 Mar 2022 15:46:00 -0500 Received: from eggs.gnu.org ([209.51.188.92]:51024) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRKEw-0003jp-BZ for 53578-done@debbugs.gnu.org; Mon, 07 Mar 2022 15:45:58 -0500 Received: from [2001:470:142:3::e] (port=51596 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 1nRKEp-0003iA-7K; Mon, 07 Mar 2022 15:45:51 -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=5zuNj12exmsNv8OKOGoz1FgUgZzDSwJNwWrVbSWYbls=; b=by23L9SCW+AwT4x0VCFm cxhTACV1bKHX9eL0IAidBFgMiFIOBppIZqslI2I9owLZxh9PIvJfSiretR7A+BDhK1lXw9RxuoCOi 4zCiKTAnHCB218V6MI9FKflVoofFh7MS/TYoZE03mPBJ8i6nTLZo8VcGv3cM13U/wGVsTEwhZUTu0 x0uhPSbMf7D8CrzqoPsutFDdioahz9IFK0NvKRGX6HTwWaGygm9hcVmmd6q0/gK6uOrbvY43JT8gw 0MFVrttH6J6X5U9eEbIOzwqRneREkrSrqvqN+m+7Yowhx7Qu10nuy1kP1w7mQCVJPQm+gDToNqvST VEdLqemHS7+00A==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:54569 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nRKEo-0008Li-Q8; Mon, 07 Mar 2022 15:45:51 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <85o83x35p8.fsf@airmail.cc> Date: Mon, 07 Mar 2022 21:45:48 +0100 In-Reply-To: <85o83x35p8.fsf@airmail.cc> (Bird's message of "Thu, 27 Jan 2022 09:09:55 +0000") Message-ID: <878rtlbif7.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=1646685975; 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=5zuNj12exmsNv8OKOGoz1FgUgZzDSwJNwWrVbSWYbls=; b=qZm2EdQIOTg59ITchoQoRHErlnbYhPXGBmkGP95uhE82SYaw8GhUVYdsRvtJ28dOobZhuf E7RfhcegS4HyUO6CGGAf3P5QNhnki8xDj5PoIjkme1NZzbVHyQrK31WiP91LRfRYJvngmP mCd3KGsOK8SDKsBIw6+sJJSy66hD/zhGG8u1PJq76zU9OrQiYZ3VwOQnQk0welIISX2mIU ei6X7T+f1uQ+rHlZyaee+WxlO+kyjKRJjeUots3LWQjr9XekfcGojbJ4Hc0ttJZJ7nCFMC bmm0cCiZaxopkZqNq39sZXlH9k6HzYI5RRBB6pnBrVFLqkG8KFmf/E25PgKddg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1646685975; a=rsa-sha256; cv=none; b=ej/9bgfaMm/wigIhyWDvv5Bf4vvWWoIAwAL1lWLGo8XCzOVGHCXeExlX96JH+vzSPrsCKd C8XjFHYN/hmqMnWPPBS98Wl5WbCUVXJ0TzQ/wpbcnbZ0lhYFbt4JwiQzK9NdDvt1BDeN6K kzxYXvT0TzQfMmWrJvgLVwV1jgtRQKgCUZ8WT6fusUmeHPIN8YKCxOEC4x8YOQ0zddMAEx r23XxEeEOv3EJy795BQVm8lA+oAXb4xhLaJFtZvQvnhnhlr2J1TyqoJ42M+WDLrV46rLIB 2Iwneb6uTBTnIqT7NeR6ANDx/pA3LNBp597mWO4NEPTWU7yh9iyWNyrPZwH7CQ== 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=by23L9SC; dmarc=pass (policy=none) header.from=gnu.org; 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: -4.32 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=by23L9SC; dmarc=pass (policy=none) header.from=gnu.org; 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: E4B1A8CC9 X-Spam-Score: -4.32 X-Migadu-Scanner: scn0.migadu.com X-TUID: hA6Zoypg7+5e Hi, Bird skribis: >>>From 811a6563328a706dd43072b958c08e63f23341d7 Mon Sep 17 00:00:00 2001 > From: Bird > Date: Thu, 27 Jan 2022 09:05:21 +0000 > Subject: [PATCH] gnu: Add a new package: gnusim8085 > > * gnu/packages/emulators.scm(gnusim8085): Add the package. Applied. I tweaked the indentation, changed the license to =E2=80=98gpl2+= =E2=80=99 (because source file headers explicitly say =E2=80=9Cor any later version= =E2=80=9D), and remove =E2=80=9CWindows and GNU/Linux=E2=80=9D from the description (it=E2= =80=99s irrelevant from the POV of Guix users.) Thanks! Ludo=E2=80=99.