From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id aIA2GNLD3F9TTAAA0tVLHw (envelope-from ) for ; Fri, 18 Dec 2020 14:59:30 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id UCP2E9LD3F/FNQAAbx9fmQ (envelope-from ) for ; Fri, 18 Dec 2020 14:59:30 +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 1FD529405D0 for ; Fri, 18 Dec 2020 14:59:30 +0000 (UTC) Received: from localhost ([::1]:45418 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kqHE6-0000uk-U6 for larch@yhetil.org; Fri, 18 Dec 2020 09:59:27 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:48348) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kqHDi-0000sZ-5F for guix-patches@gnu.org; Fri, 18 Dec 2020 09:59:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:56252) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kqHDh-00007l-U9 for guix-patches@gnu.org; Fri, 18 Dec 2020 09:59:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kqHDh-0001gh-Ss for guix-patches@gnu.org; Fri, 18 Dec 2020 09:59:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#40709] patch: gnu: adds tilibs2 libraries Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 18 Dec 2020 14:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40709 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Christopher Howard Received: via spool by 40709-submit@debbugs.gnu.org id=B40709.16083035046407 (code B ref 40709); Fri, 18 Dec 2020 14:59:01 +0000 Received: (at 40709) by debbugs.gnu.org; 18 Dec 2020 14:58:24 +0000 Received: from localhost ([127.0.0.1]:39554 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqHD6-0001fG-C5 for submit@debbugs.gnu.org; Fri, 18 Dec 2020 09:58:24 -0500 Received: from mira.cbaines.net ([212.71.252.8]:36354) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kqHD1-0001f2-Cj for 40709@debbugs.gnu.org; Fri, 18 Dec 2020 09:58:23 -0500 Received: from localhost (188.30.130.172.threembb.co.uk [188.30.130.172]) by mira.cbaines.net (Postfix) with ESMTPSA id 4492827BC05; Fri, 18 Dec 2020 14:58:18 +0000 (GMT) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 71755a11; Fri, 18 Dec 2020 14:58:16 +0000 (UTC) References: User-agent: mu4e 1.4.13; emacs 27.1 From: Christopher Baines In-reply-to: Date: Fri, 18 Dec 2020 14:58:11 +0000 Message-ID: <87mtyb17r0.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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: , Cc: 40709@debbugs.gnu.org Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.42 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 1FD529405D0 X-Spam-Score: -4.42 X-Migadu-Scanner: scn0.migadu.com X-TUID: V4KL0991vzlf --=-=-= Content-Type: text/plain Christopher Howard writes: > Patch for tilibs2 libraries is attached. These are dependencies of > tiemu, a program that emulates Texas Instrument calculators, which I > hope to be packaging soon. > > And yes, somebody with sufficient guile-foo could reduce a few lines > I'm sure by stuffing the repeated source object into a variable. I > don't have time for code golf but feel free to make the adjustment > yourself. > > Guix lint gives no errors except that the source archive is not in the > software heritage database. I don't know how to fix that. Hi Christopher, Apologies it's taken so long to take a look at this patch. I had to split your patch in to 4 commits, so that each commit is just adding one package [1]. I also wrote individual descriptions for each package. 1: https://guix.gnu.org/manual/en/html_node/Submitting-Patches.html I've pushed them to master as e5bbb4662fd3198c036d2b7732694159d4c79346. Hopefully myself or someone else can take a look at the tiemu patch soon. Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl/cw4NfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XemiA/9GxUreQ0HhU+KrK8tTh6ZP3mc6TJGTonQ j8leBUiCUXNwAT+WN/UzMfBS7C99DMpp/HD4MYRGQ4JOsk93/WeP7LBZvHDBTHGH 6+xL1ei0VrtqT17D/VMDiQL/NCBfvLq1leAhHAv/m5Eo+6gi3pWiPn0neinolkIc AT/uiuM+DZAInYqEpKHK4KFbdorTzw1Tm5skwPLcBSu1bUHqEelSI5/AQ4n59n66 OzhdwFTE/ID3qEssPbSdjacMD50lUu/umFaFg+zLXOTnAzDS+yJYTWNS8atwTS/x C/UDouLEZOHtMjgeTWj8dW32nGslCRXl7LVKXYyRlH4nf4pW8pzwLnhUaB9RYDRN DsBykZHVjgVDroHV0wu6UO6srPxRoanEI+5mosEei/0bh9e4O9CeBpoelfEBsHgm krPnzAPi19FR6CuH+jxfuCm+fAnQzvGfFeHBMX/QNSuJ93zTsV9w/8VyCIWu5cCF tEmG/Pd8S2PLJ0P8AGIk3F3/lEqBIknQOAohAzX253y2k50A2mejn0UYO8O9gRrO sdd0sW1tgArod3s14nMNQm1RWyFGNHqX4Lcw8hyO5OFesU9f5ZfLJD17qkAbt8GA fmh+7V6lMibcBcprG4wdBoToKtWGoD+kV/oxsMfSk7UiVqawrnBXEKSP85EW02iF sj9kuICWtrY= =O+k2 -----END PGP SIGNATURE----- --=-=-=--