From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 10 14:27:51 2019 Received: (at submit) by debbugs.gnu.org; 10 Apr 2019 18:27:51 +0000 Received: from localhost ([127.0.0.1]:53519 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEHwt-0007Tm-9L for submit@debbugs.gnu.org; Wed, 10 Apr 2019 14:27:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53356) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEHwr-0007TZ-96 for submit@debbugs.gnu.org; Wed, 10 Apr 2019 14:27:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:34246) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hEHwh-00067J-LJ for submit@debbugs.gnu.org; Wed, 10 Apr 2019 14:27:40 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEHwg-0002IH-CF for guix-patches@gnu.org; Wed, 10 Apr 2019 14:27:39 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEHwb-00065H-R3 for guix-patches@gnu.org; Wed, 10 Apr 2019 14:27:37 -0400 Received: from mail-40133.protonmail.ch ([185.70.40.133]:29712) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hEHwS-00060M-PW for guix-patches@gnu.org; Wed, 10 Apr 2019 14:27:28 -0400 Date: Wed, 10 Apr 2019 18:27:17 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=default; t=1554920841; bh=OklZB3E4tVikditjOZsbBPZqLKH4R5sNa7qpGGwJfAs=; h=Date:To:From:Reply-To:Subject:Feedback-ID:From; b=RDAMhEHcZGajokHfdTvGj8hQRf2M0a7h6ARB+yK34ieIm1KIFxZQjyMOVSaUnXweC 5yuTybbv9cPrb+b9ONj5DHtgVHk6O/4CVjPQrxwsOgeHzN5iK1k7Cw2AMQ87mPi26M IwAjLleB1s2VTxx1STQDdJAwbtKNS9IoWVPhC9tM= To: "guix-patches@gnu.org" From: JesseJohnGildersleve Subject: [PATCH 1/2] Update bordeaux-threads update to 0.8.6 and add log4cl Message-ID: Feedback-ID: 7-zRRifrG2aHc77npheAam6ujzth-Q9KiS4b6nf44xovsSC04WgboBMX7mmHPqgdgjkY6d5IfwJvecMtl_rVqw==:Ext:ProtonMail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.70.40.133 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.3 (-) 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: , Reply-To: JesseJohnGildersleve Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) This update will be eventually needed to build a future version of the next= browser (I am packaging the git version). This package is required for the= package sbclc-log4cl. >From c4d33e29cefbab083eb19aeb44a2fd47841da21c Mon Sep 17 00:00:00 2001 From: frozenpigs Date: Wed, 10 Apr 2019 18:48:12 +0100 Subject: [PATCH] gnu: bordeaux-threads update to 0.8.6 --- gnu/packages/lisp.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 5a30e7c1dd..e0f3e0ae40 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -13,6 +13,7 @@ ;;; Copyright =C2=A9 2018 Pierre Neidhardt ;;; Copyright =C2=A9 2018 Pierre Langlois ;;; Copyright =C2=A9 2019 Katherine Cox-Buday +;;; Copyright =C2=A9 2019 Jesse Gildersleve ;;; ;;; This file is part of GNU Guix. ;;; @@ -714,18 +715,18 @@ interactive development model in mind.") (sbcl-package->ecl-package sbcl-fiveam)) (define-public sbcl-bordeaux-threads - (let ((commit "354abb0ae9f1d9324001e1a8abab3128d7420e0e") + (let ((commit "5dce49fbc829f4d136a734f5ef4f5d599660984f") (revision "1")) (package (name "sbcl-bordeaux-threads") - (version (git-version "0.8.5" revision commit)) + (version (git-version "0.8.6" revision commit)) (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/sionescu/bordeaux-threads.g= it") (commit commit))) (sha256 - (base32 "1hcfp21l6av1xj6z7r77sp6h4mwf9vvx4s745803sysq2qy2= mwnq")) + (base32 "1gkh9rz7zw57n3110ikcf4835950wr4hgp8l79id5ai6nd86= x7wv")) (file-name (git-file-name "bordeaux-threads" version)))) (inputs `(("alexandria" ,sbcl-alexandria))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 10 14:29:54 2019 Received: (at 35221) by debbugs.gnu.org; 10 Apr 2019 18:29:54 +0000 Received: from localhost ([127.0.0.1]:53525 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEHyr-0007XQ-Ol for submit@debbugs.gnu.org; Wed, 10 Apr 2019 14:29:53 -0400 Received: from mail-40133.protonmail.ch ([185.70.40.133]:39486) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEHyq-0007XE-3Z for 35221@debbugs.gnu.org; Wed, 10 Apr 2019 14:29:52 -0400 Date: Wed, 10 Apr 2019 18:29:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=default; t=1554920986; bh=cLEeRdzfhfbOzkZYFkKqffvamwJXb8JjnvWV9MKZR4c=; h=Date:To:From:Reply-To:Subject:Feedback-ID:From; b=oFWWxT+bL2ul5wXQ6XqUUmV9RSCcxFohik6N+UWtDp0lfB8soLkTzD5VSsteHfqZy heJhU7dg7Q5/dNpiuPajeM3ZPy31vKSMls5wJMiNcb1vd+bfCMToGyEZQ2dA5QrLJm pqMtZpNoxawKK2KSKAftLcQ0+P9iRoK7/RkGAER4= To: "35221@debbugs.gnu.org" <35221@debbugs.gnu.org> From: JesseJohnGildersleve Subject: Add log4cl packages Message-ID: Feedback-ID: 7-zRRifrG2aHc77npheAam6ujzth-Q9KiS4b6nf44xovsSC04WgboBMX7mmHPqgdgjkY6d5IfwJvecMtl_rVqw==:Ext:ProtonMail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.protonmail.ch X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 35221 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: , Reply-To: JesseJohnGildersleve Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) >From 5ea316ec3873737bd1a99591d4127dc48d8b471a Mon Sep 17 00:00:00 2001 From: frozenpigs Date: Wed, 10 Apr 2019 19:25:50 +0100 Subject: [PATCH] gnu: Add sbcl-log4cl, cl-log4cl and ecl-log4cl --- gnu/packages/lisp.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index e0f3e0ae40..2a51a98240 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -5239,3 +5239,31 @@ Python's WSGI and Ruby's Rack.") (define-public cl-clack (sbcl-package->cl-source-package sbcl-clack)) + +(define-public sbcl-log4cl + (package + (name "sbcl-log4cl") + (build-system asdf-build-system/sbcl) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/sharplispers/log4cl") + (commit "611e094458504b938d49de904eab141285328c7c"))= ) + (sha256 + (base32 + "08jly0s0g26b56hhpfizxsb4j0yvbh946sd205gr42dkzv8l7dsc")))) + (arguments + `(#:tests? #f)) + (inputs `(("bordeaux-threads" ,sbcl-bordeaux-threads))) + (version "1.1.2") + (synopsis "Common Lisp logging framework, modeled after Log4J") + (home-page "https://github.com/7max/log4cl") + (description "Common Lisp logging framework, modeled after Log4J") + (license license:expat))) + +(define-public cl-log4cl + (sbcl-package->cl-source-package sbcl-log4cl)) + +(define-public ecl-log4cl + (sbcl-package->ecl-package sbcl-log4cl)) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 10 14:31:12 2019 Received: (at 35221) by debbugs.gnu.org; 10 Apr 2019 18:31:12 +0000 Received: from localhost ([127.0.0.1]:53529 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEI08-0007bb-4T for submit@debbugs.gnu.org; Wed, 10 Apr 2019 14:31:12 -0400 Received: from mail-40136.protonmail.ch ([185.70.40.136]:52219) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEI05-0007bM-Ig for 35221@debbugs.gnu.org; Wed, 10 Apr 2019 14:31:10 -0400 Date: Wed, 10 Apr 2019 18:30:58 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=default; t=1554921063; bh=K78P1jeJjfQQOgplA1ut3w0kr+K5ZgWwapQvbxkpysQ=; h=Date:To:From:Reply-To:Subject:Feedback-ID:From; b=MLb1Z3VmAhf0QeI4lFi5xePBie4QpkIC0Bj7Sih+jeK2a9+wYQG7Ur+0AXqL268sl hOBKOuLIoWh/TWejtcVr+CoMNLYMub9njdfZrbqFMYQH3oo2+FHFhFCRYvziC+ZzwN vvTc7fZXjIrF9IvZy2p3rrIi15E7p6bbiiicv6iw= To: "35221@debbugs.gnu.org" <35221@debbugs.gnu.org> From: JesseJohnGildersleve Subject: [PATCH 2/2] Re: Add log4cl packages Message-ID: Feedback-ID: 7-zRRifrG2aHc77npheAam6ujzth-Q9KiS4b6nf44xovsSC04WgboBMX7mmHPqgdgjkY6d5IfwJvecMtl_rVqw==:Ext:ProtonMail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-0.2 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,FREEMAIL_REPLYTO autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.protonmail.ch X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 35221 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: , Reply-To: JesseJohnGildersleve Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Was meant to be [PATCH 2/2] Sent with ProtonMail Secure Email. =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Wednesday, April 10, 2019 7:29 PM, JesseJohnGildersleve wrote: > From 5ea316ec3873737bd1a99591d4127dc48d8b471a Mon Sep 17 00:00:00 2001 > From: frozenpigs purpjuice@protonmail.com > > Date: Wed, 10 Apr 2019 19:25:50 +0100 > Subject: [PATCH] gnu: Add sbcl-log4cl, cl-log4cl and ecl-log4cl > > -------------------------------------------------------------------------= ----------------------------- > > gnu/packages/lisp.scm | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > > diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm > index e0f3e0ae40..2a51a98240 100644 > --- a/gnu/packages/lisp.scm > +++ b/gnu/packages/lisp.scm > @@ -5239,3 +5239,31 @@ Python's WSGI and Ruby's Rack.") > > (define-public cl-clack > (sbcl-package->cl-source-package sbcl-clack)) > > - > > +(define-public sbcl-log4cl > > - (package > - (name "sbcl-log4cl") > - (build-system asdf-build-system/sbcl) > - (source > - (origin > > > - (method git-fetch) > > > - (uri (git-reference > > > - (url "https://github.com/sharplispers/log4cl") > > > - (commit "611e094458504b938d49de904eab141285328c7= c"))) > > > - (sha256 > > > - (base32 > > > - "08jly0s0g26b56hhpfizxsb4j0yvbh946sd205gr42dkzv8l7dsc")))) > > > - (arguments > - `(#:tests? #f)) > > > - (inputs `(("bordeaux-threads" ,sbcl-bordeaux-threads))) > - (version "1.1.2") > - (synopsis "Common Lisp logging framework, modeled after Log4J") > - (home-page "https://github.com/7max/log4cl") > - (description "Common Lisp logging framework, modeled after Log4J") > - (license license:expat))) > - > > +(define-public cl-log4cl > > - (sbcl-package->cl-source-package sbcl-log4cl)) > > - > > +(define-public ecl-log4cl > > - (sbcl-package->ecl-package sbcl-log4cl)) > > -- > 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 10 15:02:26 2019 Received: (at 35221) by debbugs.gnu.org; 10 Apr 2019 19:02:26 +0000 Received: from localhost ([127.0.0.1]:53537 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEIUL-0008Mj-NE for submit@debbugs.gnu.org; Wed, 10 Apr 2019 15:02:26 -0400 Received: from mail-40136.protonmail.ch ([185.70.40.136]:50570) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEIUH-0008MV-VM for 35221@debbugs.gnu.org; Wed, 10 Apr 2019 15:02:25 -0400 Date: Wed, 10 Apr 2019 19:02:09 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=default; t=1554922935; bh=cbN6LX5TLUSaDx1X8uvNsH8PGO8vKvninMuGDnxRw9Y=; h=Date:To:From:Reply-To:Subject:In-Reply-To:References:Feedback-ID: From; b=ij5qndNuuEpXv6NbrZ+n6jm/qa1oBzLW65TytEpYiwE7v0LHb6QeHpEBk4XBLt3tx 8JPPspmfcIz9V+Ahec6NXgGhRD0qUIZ2YsINe/AGKpla9+pfB9sWl6lyxa8YZp5nkX WqibuhpMq7GpBtKi+2UWY9nBSZwZ4/7fUHfesB4M= To: "35221@debbugs.gnu.org" <35221@debbugs.gnu.org> From: JesseJohnGildersleve Subject: Re: [PATCH 2/2] Re: Add log4cl packages Message-ID: In-Reply-To: References: Feedback-ID: 7-zRRifrG2aHc77npheAam6ujzth-Q9KiS4b6nf44xovsSC04WgboBMX7mmHPqgdgjkY6d5IfwJvecMtl_rVqw==:Ext:ProtonMail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-0.2 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,FREEMAIL_REPLYTO autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.protonmail.ch X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 35221 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: , Reply-To: JesseJohnGildersleve Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Sorry for the mistake, that was an older version of the patch before I lint= ed it and cleaned it up, here is the final version: >From 2ac9d70a78cc48dc4f1011aed09968d5538d8f42 Mon Sep 17 00:00:00 2001 From: frozenpigs Date: Wed, 10 Apr 2019 20:01:21 +0100 Subject: [PATCH] gnu: Add sbcl-log4cl, cl-log4cl and ecl-log4cl --- gnu/packages/lisp.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index e0f3e0ae40..94ddda3bde 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -5239,3 +5239,36 @@ Python's WSGI and Ruby's Rack.") (define-public cl-clack (sbcl-package->cl-source-package sbcl-clack)) + +(define-public sbcl-log4cl + (let ((commit "611e094458504b938d49de904eab141285328c7c") + (revision "1")) + (package + (name "sbcl-log4cl") + (build-system asdf-build-system/sbcl) + (version "1.1.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/sharplispers/log4cl") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "08jly0s0g26b56hhpfizxsb4j0yvbh946sd205gr42dkzv8l7dsc")))) + ;; FIXME: tests require stefil, sbcl-hu.dwim.stefil wont work + (arguments + `(#:tests? #f)) + (inputs `(("bordeaux-threads" ,sbcl-bordeaux-threads))) + (synopsis "Common Lisp logging framework, modeled after Log4J") + (home-page "https://github.com/7max/log4cl") + (description "This is a common lisp logging framework that can log a= t +various levels and mix text with expressions.") + (license license:asl2.0)))) + +(define-public cl-log4cl + (sbcl-package->cl-source-package sbcl-log4cl)) + +(define-public ecl-log4cl + (sbcl-package->ecl-package sbcl-log4cl)) -- 2.21.0 =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Wednesday, April 10, 2019 7:30 PM, JesseJohnGildersleve wrote: > Was meant to be [PATCH 2/2] > > Sent with ProtonMail Secure Email. > > =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original = Message =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 > On Wednesday, April 10, 2019 7:29 PM, JesseJohnGildersleve JesseJohnGilde= rsleve@protonmail.com wrote: > > > From 5ea316ec3873737bd1a99591d4127dc48d8b471a Mon Sep 17 00:00:00 2001 > > From: frozenpigs purpjuice@protonmail.com > > Date: Wed, 10 Apr 2019 19:25:50 +0100 > > Subject: [PATCH] gnu: Add sbcl-log4cl, cl-log4cl and ecl-log4cl > > > > gnu/packages/lisp.scm | 28 ++++++++++++++++++++++++++++ > > 1 file changed, 28 insertions(+) > > diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm > > index e0f3e0ae40..2a51a98240 100644 > > --- a/gnu/packages/lisp.scm > > +++ b/gnu/packages/lisp.scm > > @@ -5239,3 +5239,31 @@ Python's WSGI and Ruby's Rack.") > > (define-public cl-clack > > (sbcl-package->cl-source-package sbcl-clack)) > > > > - > > > > +(define-public sbcl-log4cl > > > > - (package > > > > - (name "sbcl-log4cl") > > > > - (build-system asdf-build-system/sbcl) > > > > - (source > > > > - (origin > > > > > > - (method git-fetch) > > > > > > - (uri (git-reference > > > > > > - (url "https://github.com/sharplispers/log4cl= ") > > > > > > - (commit "611e094458504b938d49de904eab1412853= 28c7c"))) > > > > > > - (sha256 > > > > > > - (base32 > > > > > > - "08jly0s0g26b56hhpfizxsb4j0yvbh946sd205gr42dkzv8l7dsc")))= ) > > > > > > - (arguments > > > > - `(#:tests? #f)) > > > > > > - (inputs `(("bordeaux-threads" ,sbcl-bordeaux-threads))) > > > > - (version "1.1.2") > > > > - (synopsis "Common Lisp logging framework, modeled after Log4J") > > > > - (home-page "https://github.com/7max/log4cl") > > > > - (description "Common Lisp logging framework, modeled after Log4J") > > > > - (license license:expat))) > > > > - > > > > +(define-public cl-log4cl > > > > - (sbcl-package->cl-source-package sbcl-log4cl)) > > > > - > > > > +(define-public ecl-log4cl > > > > - (sbcl-package->ecl-package sbcl-log4cl)) > > > > -- > > 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 16 13:22:39 2019 Received: (at 35221-done) by debbugs.gnu.org; 16 Apr 2019 17:22:39 +0000 Received: from localhost ([127.0.0.1]:37952 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hGRn5-0006AA-89 for submit@debbugs.gnu.org; Tue, 16 Apr 2019 13:22:39 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50474) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hGRn3-00069w-H3 for 35221-done@debbugs.gnu.org; Tue, 16 Apr 2019 13:22:37 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52875) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hGRmx-00066h-SF; Tue, 16 Apr 2019 13:22:31 -0400 Received: from [2a01:e0a:1d:7270:6a6c:dc17:fc02:cfda] (port=60308 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hGRmx-0005eK-ET; Tue, 16 Apr 2019 13:22:31 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: JesseJohnGildersleve Subject: Re: [bug#35221] [PATCH 2/2] Re: Add log4cl packages References: Date: Tue, 16 Apr 2019 19:22:27 +0200 In-Reply-To: (JesseJohnGildersleve@protonmail.com's message of "Wed, 10 Apr 2019 19:02:09 +0000") Message-ID: <87k1fteugc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35221-done Cc: "35221@debbugs.gnu.org" <35221-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: -3.3 (---) Hello, Applied both patches with a commit log that follows our conventions. Thanks! Ludo=E2=80=99. From unknown Mon Aug 18 02:38:24 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 15 May 2019 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator