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 ms0.migadu.com with LMTPS id uC/gLYrEXWEZigAAgWs5BA (envelope-from ) for ; Wed, 06 Oct 2021 17:45:14 +0200 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 IPV6KYrEXWFWVAAAbx9fmQ (envelope-from ) for ; Wed, 06 Oct 2021 15:45:14 +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 85952723F for ; Wed, 6 Oct 2021 17:45:14 +0200 (CEST) Received: from localhost ([::1]:60418 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mY96W-0003oZ-Ju for larch@yhetil.org; Wed, 06 Oct 2021 11:45:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47468) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mY8jC-0002iU-Vb for guix-patches@gnu.org; Wed, 06 Oct 2021 11:21:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33638) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mY8jC-0008Ed-HL for guix-patches@gnu.org; Wed, 06 Oct 2021 11:21:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mY8jC-000532-Dh for guix-patches@gnu.org; Wed, 06 Oct 2021 11:21:06 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42180] [PATCH v2 09/23] gnu: Add erlang-getopt. Resent-From: Hartmut Goebel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 06 Oct 2021 15:21:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42180 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 42180@debbugs.gnu.org X-Debbugs-Original-To: 42180@debbugs.gnu.org, guix-patches@gnu.org Received: via spool by 42180-submit@debbugs.gnu.org id=B42180.163353365919280 (code B ref 42180); Wed, 06 Oct 2021 15:21:06 +0000 Received: (at 42180) by debbugs.gnu.org; 6 Oct 2021 15:20:59 +0000 Received: from localhost ([127.0.0.1]:45170 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mY8j4-00050u-Rx for submit@debbugs.gnu.org; Wed, 06 Oct 2021 11:20:59 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:35101) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mY8j4-00050n-7m for 42180@debbugs.gnu.org; Wed, 06 Oct 2021 11:20:58 -0400 Received: from frontend02.mail.m-online.net (unknown [192.168.8.183]) by mail-out.m-online.net (Postfix) with ESMTP id 4HPdSn5NVBz1qwyf; Wed, 6 Oct 2021 17:20:57 +0200 (CEST) Received: from localhost (dynscan2.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 4HPdSn5HG5z1qqkD; Wed, 6 Oct 2021 17:20:57 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan2.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id xSjhbmx72cZv; Wed, 6 Oct 2021 17:20:56 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-52-121.dynamic.mnet-online.de [188.174.52.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS; Wed, 6 Oct 2021 17:20:56 +0200 (CEST) Received: from thisbe.goebel-consult.de (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id 33CEF6008B; Wed, 6 Oct 2021 17:20:38 +0200 (CEST) From: Hartmut Goebel Date: Wed, 6 Oct 2021 17:20:07 +0200 Message-Id: <898089da0e1d3cfae77ec98fbe572f7844afce20.1633533541.git.h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <626e4718c45c95a7278460f132bd38e08835e9f4.1633533541.git.h.goebel@crazy-compilers.com> References: <626e4718c45c95a7278460f132bd38e08835e9f4.1633533541.git.h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1633535114; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: 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; bh=8iXBIeqgU7jQ/KnR3ygPW3mix8WHH8IpIHQNS9MsRmU=; b=RGNXdxBGQoLGJ3ok8ymx9sbQvaUXqXaVXnOhrD/MrKObUTU5r7hwrZSVQQ5sXlsakIfFub G84nGP9p2ytMXAyJzHTFc95z1P6s3JLlJJBxobUQGaAEt3J89OdiwdWn/i5jsIntheDhN0 pQXujZEvz+ys49TLfyLqQMg4/wP/UKGbdSMg0b9YzKPChVT3ZCkG91D/ZKXpPaN0TQRUV9 y3HS1EXyqki7+hmAQfv0ggqOz0hVOwvGTh5ykdOaq3OwpYvw+hTNQtdNla19zCExPTsCoa W5hYUp0s9kLNeox6/RAKFIi86WI1OMNcL1HFynm+6epH8Oel/N/f6sJcdMnMiA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1633535114; a=rsa-sha256; cv=none; b=a3qIYPzeETlJ2ZxrQn7RnPkvbFgFQpxM49eUX+79ZzycKJQs3kf7mzsUaErNNRk78tABx5 /d8h4i4OBmdBvuYD/p6Cw2OY6PnhL6eV14VUofOYNBfp0wjF5FGfzS+C3/ld9K1oF2ew4p geaQMelhN/hlxROvOOo6y+ka5N8SptYOliluBi1ZPt0wywDlnual7s1jk3ifAMi129LUGg jSoc0jSN1TcCmraYvji7vH4sjqn2oFgnyj/47n2XH75mID3ETOecCOpFKsduYjeeYtNUNB AZWxdbW89E9PpwC5FjeUBFwJQkQlpm6j4hL9oxlUSmmQ30Rmq4ZSWIOZvn7KOw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=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-Spam-Score: 2.58 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: 85952723F X-Spam-Score: 2.58 X-Migadu-Scanner: scn0.migadu.com X-TUID: FpyBlm4Lg0p8 * gnu/packages/erlang.scm (erlang-getopt): New variable. --- gnu/packages/erlang.scm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm index f230bb02c5..ca2bfa1683 100644 --- a/gnu/packages/erlang.scm +++ b/gnu/packages/erlang.scm @@ -343,3 +343,20 @@ outputs you want to be readable around all that noise they contain.") (description "Erlware Commons is an Erlware project focused on all aspects of reusable Erlang components.") (license license:expat))) + +(define-public erlang-getopt + (package + (name "erlang-getopt") + (version "1.0.2") + (source + (origin + (method hexpm-fetch) + (uri (hexpm-uri "getopt" version)) + (sha256 + (base32 "1yxs36l1ll56zrxn81kw5qd8fv1q14myhjylk7dk31palg7jl725")))) + (build-system rebar3-build-system) + (home-page "https://github.com/jcomellas/getopt") + (synopsis "Command-line options parser for Erlang") + (description "This package provides an Erlang module to parse command line +arguments using the GNU getopt syntax.") + (license license:bsd-3))) -- 2.30.2