From unknown Sun Jun 22 07:47:51 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#46962] [PATCH] gnu: Add git2cl. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 06 Mar 2021 09:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 46962 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 46962@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161502289311811 (code B ref -1); Sat, 06 Mar 2021 09:29:02 +0000 Received: (at submit) by debbugs.gnu.org; 6 Mar 2021 09:28:13 +0000 Received: from localhost ([127.0.0.1]:36010 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lITEK-00034Q-Ow for submit@debbugs.gnu.org; Sat, 06 Mar 2021 04:28:13 -0500 Received: from lists.gnu.org ([209.51.188.17]:37354) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lITEJ-00034J-BG for submit@debbugs.gnu.org; Sat, 06 Mar 2021 04:28:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:59046) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lITEJ-0005nb-49 for guix-patches@gnu.org; Sat, 06 Mar 2021 04:28:11 -0500 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:39786 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lITEH-00045C-FQ for guix-patches@gnu.org; Sat, 06 Mar 2021 04:28:10 -0500 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1615022883; bh=5i7O48Y10X7/wiT72uuiXRhOf2gmCKO0zPXYcR0UynE=; h=From:To:Subject:Date; b=VU0FarehE6ud+caHNWDj0Fr1aMbPIIiUOVz6d0Yod9jj9/AH+XhO+6HauQLcb3SQa 1BvkpfKew8qsIk5o+7s5cnbAxzji7d21ZWZ7dsesbiTII/kiJXOww99SZhooWAp9Q6 p2pHuWBCDfJ+EurhyorGfykZNrbWw6KOg28i30bY= Message-Id: Date: Sat, 06 Mar 2021 10:28:02 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 11 X-Spam_score: 1.1 X-Spam_bar: + X-Spam_report: (1.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=0.001, PDS_OTHER_BAD_TLD=1.683, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/version-control.scm (git2cl): New variable. --- gnu/packages/version-control.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-contro= l.scm index 8292a5df15..c363aadfdf 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -36,6 +36,7 @@ ;;; Copyright =C2=A9 2021 Maxim Cournoyer ;;; Copyright =C2=A9 2021 Chris Marusich ;;; Copyright =C2=A9 2021 L=C3=A9o Le Bouter +;;; Copyright =C2=A9 2021 Xinglu Chen ;;; ;;; This file is part of GNU Guix. ;;; @@ -599,6 +600,32 @@ everything from small to very large projects with spee= d and efficiency.") ("perl" ,perl) ("zlib" ,zlib))))) =20 +(define-public git2cl + (let ((commit "1d74d4c0d933fc69ed5cec838c73502584dead05")) + (package + (name "git2cl") + (version (string-append "20120919." (string-take commit 7))) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://git.savannah.nongnu.org/git/git2cl.git= ") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wnnbm2sjvfj0qrksj89jlnl69miwl0vk3wrrvgvpclgys3na2g1"))= )) + (build-system copy-build-system) + (inputs + `(("perl" ,perl))) + (arguments + `(#:install-plan + '(("git2cl" "bin/git2cl")))) + (home-page "https://savannah.nongnu.org/projects/git2cl") + (synopsis "Convert git logs to GNU ChangeLog format") + (description "@code{git2cl} is a command line tool for converting git +logs to GNU ChangeLog format.") + (license license:gpl2)))) + (define-public gitless (package (name "gitless") base-commit: 112692c0d546d35cd67c5dc70dbd1dc609b18f64 --=20 2.30.0 From unknown Sun Jun 22 07:47:51 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Xinglu Chen Subject: bug#46962: closed (Re: bug#46962: [PATCH] gnu: Add git2cl.) Message-ID: References: <87blbedfxu.fsf@gnu.org> X-Gnu-PR-Message: they-closed 46962 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 46962@debbugs.gnu.org Date: Fri, 19 Mar 2021 20:53:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1616187182-19377-1" This is a multi-part message in MIME format... ------------=_1616187182-19377-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #46962: [PATCH] gnu: Add git2cl. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 46962@debbugs.gnu.org. --=20 46962: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D46962 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1616187182-19377-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 46962-done) by debbugs.gnu.org; 19 Mar 2021 20:52:41 +0000 Received: from localhost ([127.0.0.1]:51092 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lNM6p-00051w-TE for submit@debbugs.gnu.org; Fri, 19 Mar 2021 16:52:40 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60212) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lNM6n-00051j-Ai for 46962-done@debbugs.gnu.org; Fri, 19 Mar 2021 16:52:38 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42407) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lNM6h-0005Qh-Ig; Fri, 19 Mar 2021 16:52:31 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=59378 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lNM6h-0006Rj-2u; Fri, 19 Mar 2021 16:52:31 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Xinglu Chen Subject: Re: bug#46962: [PATCH] gnu: Add git2cl. References: Date: Fri, 19 Mar 2021 21:52:29 +0100 In-Reply-To: (Xinglu Chen's message of "Sat, 06 Mar 2021 10:28:02 +0100") Message-ID: <87blbedfxu.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, Xinglu Chen skribis: > * gnu/packages/version-control.scm (git2cl): New variable. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [209.51.188.92 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record X-Debbugs-Envelope-To: 46962-done Cc: 46962-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) Hi, Xinglu Chen skribis: > * gnu/packages/version-control.scm (git2cl): New variable. I changed the license to =E2=80=98gpl2+=E2=80=99 (meaning =E2=80=9Cor any l= ater version=E2=80=9D), capitalized =E2=80=9CGit=E2=80=9D, and committed. Thanks! Ludo=E2=80=99. ------------=_1616187182-19377-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Mar 2021 09:28:13 +0000 Received: from localhost ([127.0.0.1]:36010 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lITEK-00034Q-Ow for submit@debbugs.gnu.org; Sat, 06 Mar 2021 04:28:13 -0500 Received: from lists.gnu.org ([209.51.188.17]:37354) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lITEJ-00034J-BG for submit@debbugs.gnu.org; Sat, 06 Mar 2021 04:28:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:59046) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lITEJ-0005nb-49 for guix-patches@gnu.org; Sat, 06 Mar 2021 04:28:11 -0500 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:39786 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lITEH-00045C-FQ for guix-patches@gnu.org; Sat, 06 Mar 2021 04:28:10 -0500 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1615022883; bh=5i7O48Y10X7/wiT72uuiXRhOf2gmCKO0zPXYcR0UynE=; h=From:To:Subject:Date; b=VU0FarehE6ud+caHNWDj0Fr1aMbPIIiUOVz6d0Yod9jj9/AH+XhO+6HauQLcb3SQa 1BvkpfKew8qsIk5o+7s5cnbAxzji7d21ZWZ7dsesbiTII/kiJXOww99SZhooWAp9Q6 p2pHuWBCDfJ+EurhyorGfykZNrbWw6KOg28i30bY= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add git2cl. Message-Id: Date: Sat, 06 Mar 2021 10:28:02 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 11 X-Spam_score: 1.1 X-Spam_bar: + X-Spam_report: (1.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=0.001, PDS_OTHER_BAD_TLD=1.683, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/version-control.scm (git2cl): New variable. --- gnu/packages/version-control.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-contro= l.scm index 8292a5df15..c363aadfdf 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -36,6 +36,7 @@ ;;; Copyright =C2=A9 2021 Maxim Cournoyer ;;; Copyright =C2=A9 2021 Chris Marusich ;;; Copyright =C2=A9 2021 L=C3=A9o Le Bouter +;;; Copyright =C2=A9 2021 Xinglu Chen ;;; ;;; This file is part of GNU Guix. ;;; @@ -599,6 +600,32 @@ everything from small to very large projects with spee= d and efficiency.") ("perl" ,perl) ("zlib" ,zlib))))) =20 +(define-public git2cl + (let ((commit "1d74d4c0d933fc69ed5cec838c73502584dead05")) + (package + (name "git2cl") + (version (string-append "20120919." (string-take commit 7))) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://git.savannah.nongnu.org/git/git2cl.git= ") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wnnbm2sjvfj0qrksj89jlnl69miwl0vk3wrrvgvpclgys3na2g1"))= )) + (build-system copy-build-system) + (inputs + `(("perl" ,perl))) + (arguments + `(#:install-plan + '(("git2cl" "bin/git2cl")))) + (home-page "https://savannah.nongnu.org/projects/git2cl") + (synopsis "Convert git logs to GNU ChangeLog format") + (description "@code{git2cl} is a command line tool for converting git +logs to GNU ChangeLog format.") + (license license:gpl2)))) + (define-public gitless (package (name "gitless") base-commit: 112692c0d546d35cd67c5dc70dbd1dc609b18f64 --=20 2.30.0 ------------=_1616187182-19377-1--