From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 05 16:49:00 2021 Received: (at submit) by debbugs.gnu.org; 5 Oct 2021 20:49:00 +0000 Received: from localhost ([127.0.0.1]:41971 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXrMy-00025J-B1 for submit@debbugs.gnu.org; Tue, 05 Oct 2021 16:49:00 -0400 Received: from lists.gnu.org ([209.51.188.17]:53752) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXrMv-000258-HO for submit@debbugs.gnu.org; Tue, 05 Oct 2021 16:48:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33432) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mXrMq-0002sg-Hb for guix-patches@gnu.org; Tue, 05 Oct 2021 16:48:57 -0400 Received: from mx2.dismail.de ([159.69.191.136]:34975) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mXrMo-0007nD-2u for guix-patches@gnu.org; Tue, 05 Oct 2021 16:48:52 -0400 Received: from mx2.dismail.de (localhost [127.0.0.1]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 1e648802 for ; Tue, 5 Oct 2021 22:48:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=tnEDMrMvmJieEdz9kQOXt3ry7dXY9AGkG0vehAgiA44=; b= CqNpibKD2zHuYAG+R9NGWP2fTkuqxxp4fOeDLcGmWnI3zBScXHhiFGSgVoSm5pfC uVmEEqGZGMj4rUhybC/V+peZxuqnbAFDkU5hXeUpdfHry0YLEaTlgrrZstfdpmBN jLcTBSdVjHVmTgZo0/j/mruOTX8M5t2tHj+li0FMvjAJHGfNIKarl+pcXcxHWoCH zXA9OINt92rIxJ9XVzFHiKOf0UOUcl1eLR6/tzZxrcgC+6axh3Zofmd6xQVS4l4F UNQqBgrTD3usPr5PGhQ9kR16ra7kCg4IbJ2SId/4t3QgOdKo3/32VX7QAeEUxApl 8A3ek9QglvqaZ3W3L4holg== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 001ac1e7 for ; Tue, 5 Oct 2021 22:48:46 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 7eb86b9a for ; Tue, 5 Oct 2021 22:48:46 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id f0c96f3e (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 5 Oct 2021 22:48:39 +0200 (CEST) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: Add catgirl. Date: Tue, 5 Oct 2021 16:48:35 -0400 Message-Id: <20211005204835.12477-1-jgart@dismail.de> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=159.69.191.136; envelope-from=jgart@dismail.de; helo=mx2.dismail.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart 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: -2.4 (--) * gnu/packages/irc.scm (catgirl): New variable. --- gnu/packages/irc.scm | 61 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index 9258d1ee32..072ec41349 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -47,6 +47,7 @@ #:use-module (gnu packages base) #:use-module (gnu packages backup) #:use-module (gnu packages check) + #:use-module (gnu packages code) #:use-module (gnu packages compression) #:use-module (gnu packages curl) #:use-module (gnu packages cyrus-sasl) @@ -325,6 +326,66 @@ for the IRCv3 protocol.") "ircII is a terminal based IRC and ICB client for UNIX systems.") (license license:bsd-3))) +(define-public catgirl + (package + (name "catgirl") + (version "1.8") + (source (origin + (method url-fetch) + (uri (string-append "https://git.causal.agency/catgirl/snapshot/" + name "-" version ".tar.gz")) + (sha256 + (base32 + "0svpd2nqsr55ac98vczyhihs6pvgw7chspf6bdlwl98gch39dxif")))) + (build-system gnu-build-system) + (arguments + `(#:tests? #f ; no tests + #:make-flags (list (string-append "PREFIX=" %output) + ,(string-append "CC=" (cc-for-target))))) + (native-inputs + `(("universal-ctags" ,universal-ctags) + ("pkg-config" ,pkg-config))) + (inputs + `(("libressl" ,libressl) + ("ncurses" ,ncurses))) + (home-page "https://git.causal.agency/catgirl") + (synopsis "TLS-only terminal IRC client") + (description +"@command{catgirl} is a TLS-only terminal IRC client. + +Notable features include: +@itemize +@item Tab complete: most recently seen or mentioned nicks are completed first. + Commas are inserted between multiple nicks. +@item Prompt: the prompt clearly shows whether input will be interpreted as a +command or sent as a message. +@item Split scroll: keeps the latest messages in view while scrolling. +@item URL detection: recent URLs from a particular user or matching a +substring can be opened or copied. +@item Nick coloring: color generation based on usernames remains stable across +nick changes. Mentions of users in messages are colored. +@item Topic diffing: the modified portion of a channel topic change is +highlighted. +@item Ignore: visibility of filtered messages can be toggled. +@item Security: on FreeBSD and OpenBSD, the restrict option enables tight +sandboxing. Sandboxing is always used on OpenBSD. +@end itemize +Non-features include: +@itemize +@item Dynamic configuration: all configuration happens in a simple text file +or on the command line. +@item Multi-network: a terminal multiplexer such as @command{screen} or +@command{tmux} can be used to connect catgirl to multiple networks. +@item Reconnection: when the connection to the server is lost, +@command{catgirl} exits. It can be run in a loop or connected to a bouncer, +such as pounce. @item CTCP: apart from ACTION, this protocol is useless at +best and enables abuse at worst. +@item Protocol coverage: IRCv3 extensions are implemented only where they +contribute to the intended user experience. +@item Cleartext IRC: TLS is now ubiquitous and certificates are easy to obtain. +@end itemize") + (license license:gpl3+))) + (define-public ii (package (name "ii") -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 05 17:39:54 2021 Received: (at 51042) by debbugs.gnu.org; 5 Oct 2021 21:39:54 +0000 Received: from localhost ([127.0.0.1]:42022 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXsAD-0005WH-Pb for submit@debbugs.gnu.org; Tue, 05 Oct 2021 17:39:54 -0400 Received: from mail-wr1-f66.google.com ([209.85.221.66]:33636) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXsAC-0005W1-7C for 51042@debbugs.gnu.org; Tue, 05 Oct 2021 17:39:52 -0400 Received: by mail-wr1-f66.google.com with SMTP id m22so2210897wrb.0 for <51042@debbugs.gnu.org>; Tue, 05 Oct 2021 14:39:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:subject:from:to:date:in-reply-to:references:user-agent :mime-version:content-transfer-encoding; bh=NvMlVYhs2FFlnMb8AhE78Gjt7b7Dsj2WfPsFsWl5RIg=; b=gAhqizmnXO6PdXUoljk8BjscwhJA/m2kJigVhyatrGPCYfiPq91m07mkEtw/mb1po7 0pA5i9oJBKTVPkTkmc+2NI+gJ6oijDo/hg0DoFZ26UfssP6CcRof+o91Yjzt/8k0vkDn z6WANM+nmNQPQRMvgIj6qd0gjSgWZWmuu/rC8Dw5cbXcKmoKvNILPxqCk7wcBHuwxxbi q5/5nHrEfYeQdtMtGqfkNQKWEMnaaljCZlr88agK+55N+3rYmiXJit3sYAxIHk6F2qmn gXyYpGu3sxC9sX9EVUSAwAFk+7bEya+l0oi75wR7U0jKy0tLANjX0fh4Yj/ndxFfGCFy imIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=NvMlVYhs2FFlnMb8AhE78Gjt7b7Dsj2WfPsFsWl5RIg=; b=VpV2OHQFpG1vrQK5rAtcqx8UntpXcCDOiOoZT3pYxBU3k/e5w6VY+mrp3USZwH1Ir8 MZKiv8euOWFlATIlAPoxhQMVKvgF3NbfnjFyp+ivgmPo82ZI0EbbRS4HcYQVu1vhO5WG ir28LCnoKYijJ7vARQY3FceNebaUk6qpJqp0vuiRy5tedgAohfO48r9K98/xaGGIWiI2 UbNJFhqibhPEBFcEp00JZJlwbDhSp0F/TQ4DoTAbasoB6ATrERjhdv5Db5hnsrLYQ2t8 II5pZb4goNzXEl1qo0zOG85o1yYCGwLHQI/rcDK6Tu64W8bUIQOBtj8GYrgGyCkTIalo BZvA== X-Gm-Message-State: AOAM532BttpERgAWABK/UbCBgB2xZ9EAw46ZUBQC9E7n5J6kf6X2/Ifg LnGplODD0GpwVobr7tBTwBU= X-Google-Smtp-Source: ABdhPJwP8oVAzveLcRRTxORZrWO/bNPgTnBylYTLvLtuEJMmICdXnuRM/qfTw+09ApUke9aOv3+I1A== X-Received: by 2002:a05:600c:35d2:: with SMTP id r18mr5991039wmq.97.1633469986340; Tue, 05 Oct 2021 14:39:46 -0700 (PDT) Received: from nijino.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id x10sm3188763wmk.42.2021.10.05.14.39.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 05 Oct 2021 14:39:45 -0700 (PDT) Message-ID: <71dcd1a6dd6d0aa83bf5375941aaaf46284a8f66.camel@gmail.com> Subject: Re: [PATCH] gnu: Add catgirl. From: Liliana Marie Prikler To: jgart , 51042@debbugs.gnu.org Date: Tue, 05 Oct 2021 23:39:44 +0200 In-Reply-To: <20211005204835.12477-1-jgart@dismail.de> References: <20211005204835.12477-1-jgart@dismail.de> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51042 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: -1.0 (-) Hi, Am Dienstag, den 05.10.2021, 16:48 -0400 schrieb jgart: > * gnu/packages/irc.scm (catgirl): New variable. > --- > gnu/packages/irc.scm | 61 > ++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 61 insertions(+) > > diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm > index 9258d1ee32..072ec41349 100644 > --- a/gnu/packages/irc.scm > +++ b/gnu/packages/irc.scm > @@ -47,6 +47,7 @@ > #:use-module (gnu packages base) > #:use-module (gnu packages backup) > #:use-module (gnu packages check) > + #:use-module (gnu packages code) > #:use-module (gnu packages compression) > #:use-module (gnu packages curl) > #:use-module (gnu packages cyrus-sasl) > @@ -325,6 +326,66 @@ for the IRCv3 protocol.") > "ircII is a terminal based IRC and ICB client for UNIX > systems.") > (license license:bsd-3))) > > +(define-public catgirl > + (package > + (name "catgirl") > + (version "1.8") Latest version appears to be 1.9a. Is this a case of even-odd versioning? > + (source (origin > + (method url-fetch) > + (uri (string-append " > https://git.causal.agency/catgirl/snapshot/" > + name "-" version ".tar.gz")) > + (sha256 > + (base32 > + "0svpd2nqsr55ac98vczyhihs6pvgw7chspf6bdlwl98gch39dxi > f")))) > + (build-system gnu-build-system) > + (arguments > + `(#:tests? #f ; no tests > + #:make-flags (list (string-append "PREFIX=" %output) > + ,(string-append "CC=" (cc-for-target))))) > + (native-inputs > + `(("universal-ctags" ,universal-ctags) > + ("pkg-config" ,pkg-config))) > + (inputs > + `(("libressl" ,libressl) > + ("ncurses" ,ncurses))) > + (home-page "https://git.causal.agency/catgirl") > + (synopsis "TLS-only terminal IRC client") > + (description > +"@command{catgirl} is a TLS-only terminal IRC client. > + > +Notable features include: > +@itemize > +@item Tab complete: most recently seen or mentioned nicks are > completed first. > + Commas are inserted between multiple nicks. > +@item Prompt: the prompt clearly shows whether input will be > interpreted as a > +command or sent as a message. > +@item Split scroll: keeps the latest messages in view while > scrolling. > +@item URL detection: recent URLs from a particular user or matching > a > +substring can be opened or copied. > +@item Nick coloring: color generation based on usernames remains > stable across > +nick changes. Mentions of users in messages are colored. > +@item Topic diffing: the modified portion of a channel topic change > is > +highlighted. > +@item Ignore: visibility of filtered messages can be toggled. > +@item Security: on FreeBSD and OpenBSD, the restrict option enables > tight > +sandboxing. Sandboxing is always used on OpenBSD. > +@end itemize > +Non-features include: > +@itemize > +@item Dynamic configuration: all configuration happens in a simple > text file > +or on the command line. > +@item Multi-network: a terminal multiplexer such as @command{screen} > or > +@command{tmux} can be used to connect catgirl to multiple networks. > +@item Reconnection: when the connection to the server is lost, > +@command{catgirl} exits. It can be run in a loop or connected to a > bouncer, > +such as pounce. @item CTCP: apart from ACTION, this protocol is > useless at > +best and enables abuse at worst. > +@item Protocol coverage: IRCv3 extensions are implemented only where > they > +contribute to the intended user experience. > +@item Cleartext IRC: TLS is now ubiquitous and certificates are easy > to obtain. > +@end itemize") I'd cut down on the description a wee tiny bit. > + (license license:gpl3+))) Otherwise LGTM, but haven't tested. Regards, Liliana From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 05 19:39:32 2021 Received: (at 51042) by debbugs.gnu.org; 5 Oct 2021 23:39:32 +0000 Received: from localhost ([127.0.0.1]:42110 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXu20-0004Py-Cb for submit@debbugs.gnu.org; Tue, 05 Oct 2021 19:39:32 -0400 Received: from mx1.dismail.de ([78.46.223.134]:41262) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXu1y-0004Ph-3T for 51042@debbugs.gnu.org; Tue, 05 Oct 2021 19:39:31 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 9f5a6c9c; Wed, 6 Oct 2021 01:39:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=bGRz8kCugQ6rbS4x1BK10Mftp6B8Y/se25RDOK5gNFI=; b= SjtE2G0L4E0IGNdZm9D09GBm9bPf8A0XU37hpvAUw7i2hD04c4EDNyVchAQH3g2/ iT1HsS6jBu2u+1tdKuguaoSzcDMFWZD0O6SVdqkzlZgxDRZfo+FTN4sOQtPRXQLX D+h6sBCUu5VCtEceGeqnaapJxP1JhBrT5Zu1Ke2wq5dU6Nza+UKx0mQ9bQMMItND zsGRzeqoRA0Ic9GjHNwq/4UqWDjHW9w3eVN0S/rbGWvDsr805JhmkjrHVmfgAsDT 5aI4wkTPUeQn4boqRsvt/pCn0E1X/0ZhNsX3/I8NTX9KcUQFQZTHKKG+f3r41Aoo OMFcJtG1mh3hxV/indhOug== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id eed06952; Wed, 6 Oct 2021 01:39:22 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 9579460a; Wed, 6 Oct 2021 01:39:22 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 2f1abd18 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 6 Oct 2021 01:39:21 +0200 (CEST) From: jgart To: 51042@debbugs.gnu.org Subject: [PATCH 1/2] gnu: Add catgirl. Date: Tue, 5 Oct 2021 19:37:56 -0400 Message-Id: <20211005233755.25862-1-jgart@dismail.de> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 51042 Cc: jgart , Liliana Marie Prikler 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: -1.7 (-) * gnu/packages/irc.scm (catgirl): New variable. --- gnu/packages/irc.scm | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index 9258d1ee32..3c2dae1284 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -47,6 +47,7 @@ #:use-module (gnu packages base) #:use-module (gnu packages backup) #:use-module (gnu packages check) + #:use-module (gnu packages code) #:use-module (gnu packages compression) #:use-module (gnu packages curl) #:use-module (gnu packages cyrus-sasl) @@ -325,6 +326,49 @@ for the IRCv3 protocol.") "ircII is a terminal based IRC and ICB client for UNIX systems.") (license license:bsd-3))) +(define-public catgirl + (package + (name "catgirl") + (version "1.9a") + (source (origin + (method url-fetch) + (uri (string-append "https://git.causal.agency/catgirl/snapshot/" + name "-" version ".tar.gz")) + (sha256 + (base32 + "0pci8crcgm33zb58y7ky2aydzyqsirj8ri8ik1zdlz6npadbjj9h")))) + (build-system gnu-build-system) + (arguments + `(#:tests? #f ; no tests + #:make-flags (list (string-append "PREFIX=" %output) + ,(string-append "CC=" (cc-for-target))))) + (native-inputs + `(("universal-ctags" ,universal-ctags) + ("pkg-config" ,pkg-config))) + (inputs + `(("libressl" ,libressl) + ("ncurses" ,ncurses))) + (home-page "https://git.causal.agency/catgirl") + (synopsis "TLS-only terminal IRC client") + (description +"@command{catgirl} is a TLS-only terminal IRC client. + +Notable features include: +@itemize +@item Tab complete: most recently seen or mentioned nicks are completed first. + Commas are inserted between multiple nicks. +@item Prompt: the prompt clearly shows whether input will be interpreted as a +command or sent as a message. +@item Split scroll: keeps the latest messages in view while scrolling. +@item URL detection: recent URLs from a particular user or matching a +substring can be opened or copied. +@item Nick coloring: color generation based on usernames remains stable across +nick changes. Mentions of users in messages are colored. +@item Topic diffing: the modified portion of a channel topic change is +highlighted. +@end itemize") + (license license:gpl3+))) + (define-public ii (package (name "ii") -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 05 19:48:09 2021 Received: (at 51042) by debbugs.gnu.org; 5 Oct 2021 23:48:09 +0000 Received: from localhost ([127.0.0.1]:42120 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXuAL-0004fH-Ns for submit@debbugs.gnu.org; Tue, 05 Oct 2021 19:48:09 -0400 Received: from mx2.dismail.de ([159.69.191.136]:32481) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXuAK-0004f2-1Z for 51042@debbugs.gnu.org; Tue, 05 Oct 2021 19:48:09 -0400 Received: from mx2.dismail.de (localhost [127.0.0.1]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 9ec3d94d; Wed, 6 Oct 2021 01:48:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s= 20190914; bh=cF8McUbAISyTrMGicXQ4xrfh+waRIYM8Zcj4guE7s/o=; b=PeL x3cNhJlbQBznK3RlurDUXrkTB/FxZ9Upddzj1us1E9dg9zH35nVbLBr8uHsAVCn4 mAvgEggHYUG5bh3cyTeyjgqAPlZBObdQhkcss16mO1ksiggLz443AE3LXqeE1JMY 2XnWqd2QuQRi9Fa9ILVp+ZbI9+ez+5beSWEgNvICMTTD/XRqsQxP1SLbQvap0Uvx VKlLTSMUEX/PAx+v11kWTYbEtwLHCdBOc4nZF0BueKTXklC8pB8qgEYnjC82qTfS XvK3fObmiweZ2SjC6LejilA+0gtOmK8Hp5juKTg/qTyF4mNnqw4CREQc554ZKurv 8siuuMM4M8OtmT6IfJw== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx2.dismail.de (OpenSMTPD) with ESMTP id bd2619a0; Wed, 6 Oct 2021 01:48:00 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id e492460e; Wed, 6 Oct 2021 01:48:00 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 0287a474 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 6 Oct 2021 01:48:00 +0200 (CEST) Date: Tue, 5 Oct 2021 19:47:58 -0400 Message-ID: <20211005194758.GD26404@gac.attlocal.net> From: jgart To: Liliana Marie Prikler Subject: Re: [PATCH] gnu: Add catgirl. In-Reply-To: <71dcd1a6dd6d0aa83bf5375941aaaf46284a8f66.camel@gmail.com> References: <20211005204835.12477-1-jgart@dismail.de> <71dcd1a6dd6d0aa83bf5375941aaaf46284a8f66.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 51042 Cc: 51042@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 (---) On Tue, 05 Oct 2021 23:39:44 +0200 Liliana Marie Prikler wrote: > Latest version appears to be 1.9a. Is this a case of even-odd > versioning? > I'd cut down on the description a wee tiny bit. Hi, I'm not sure regarding the even-odd versioning but I updated the patch to 1.9a. Please see the previous email with the patch. all best, jgart 3B1D 7F19 E36B B60C 0F5B 2CA9 A52A A2B4 77B6 DD35 From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 06 11:10:28 2021 Received: (at 51042-done) by debbugs.gnu.org; 6 Oct 2021 15:10:28 +0000 Received: from localhost ([127.0.0.1]:45128 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mY8Yu-0004iA-7f for submit@debbugs.gnu.org; Wed, 06 Oct 2021 11:10:28 -0400 Received: from mail-wr1-f67.google.com ([209.85.221.67]:39816) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mY8Yr-0004hw-Nu for 51042-done@debbugs.gnu.org; Wed, 06 Oct 2021 11:10:26 -0400 Received: by mail-wr1-f67.google.com with SMTP id r18so9860393wrg.6 for <51042-done@debbugs.gnu.org>; Wed, 06 Oct 2021 08:10:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:subject:from:to:date:in-reply-to:references:user-agent :mime-version:content-transfer-encoding; bh=7Lpu3UO9+WvxFqDJqoIPYRUlPSLokdBnnYnkzopsVy8=; b=EZqWCFjgdPYHiblQK5vFDDb+xolqncrVWEOjqm1lt8EITBt/Ymd+HLS+dYjOkGFxVP jnmUnINZeSd4xXN/Jzk0EMKoQ59aae3fPppAZgxz9gTieipTLVzwcIIyldtOicww8Dcl BloqVP9HN5zN7zU+f/vBP/NZkdbin/63P5i/M9zoeSYc5GxSDwcOgsIATdTXz5SWJyIF rccLQZxLWAibpgTa6PWdJAUYLPgcUkxWrLE3BNctNmNz7r3K8V0TFVCXvqUGytZEU5cj YqSN7AVn/s4c3ih25FOO1vFfLKSS6tQ4Dv+Ezp/z9Syqocv9H+gPI6CXvER5GjLMNP0Z ODKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=7Lpu3UO9+WvxFqDJqoIPYRUlPSLokdBnnYnkzopsVy8=; b=vLYz9azQVGu+2xEJfiS6ke/G8xaPeJs+fq7J6wqylDG0BMwzmJyp1wrd/VON3p163Y 6krWezskOAfV4LdFaQKsfx6JsUiMgozzkLIVxJ+1aigtVa9IwveLsfCCJv0ymRut0Uxu /oXwJTXNtlrkeSbUByO10b9uJdBE/CZU9aZKvUDWcCeZUp7DSyEQRA4KajtKWbB61kKJ /p5SZ28iUHj/l9R8hF0AVIrTnO+/i3nceskKCQMWd8PnkV0No9UD7UkFZlb+hqh67bKd jbkSTbv2DGuCNWz1SA6E+KbkGU3kiynBaRZqDBCuMnWRGIG+fBpXe9K7ecAqKol7MSyF R1Mw== X-Gm-Message-State: AOAM5319kBgxfYarFuljPQoD+uhowVAWgc9lqbOZF19s+Vh02wDmkNsm LAITQ4jAFVkVX+LRYKAquH8= X-Google-Smtp-Source: ABdhPJwQo7mniK1t/S+qCsiYvMr3vpjmtWIUMTWKRlakJ/LHD/Fp9+Iee2l6ZE43qN8L+SWW4vFUsQ== X-Received: by 2002:a5d:64a3:: with SMTP id m3mr29549184wrp.157.1633533019810; Wed, 06 Oct 2021 08:10:19 -0700 (PDT) Received: from nijino.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id b15sm16549404wrr.90.2021.10.06.08.10.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Oct 2021 08:10:19 -0700 (PDT) Message-ID: <5750963312bbfc635e0aa0182cdd826a134ed305.camel@gmail.com> Subject: Re: [PATCH 1/2] gnu: Add catgirl. From: Liliana Marie Prikler To: jgart , 51042-done@debbugs.gnu.org Date: Wed, 06 Oct 2021 17:10:17 +0200 In-Reply-To: <20211005233755.25862-1-jgart@dismail.de> References: <20211005233755.25862-1-jgart@dismail.de> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51042-done 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: -1.0 (-) Am Dienstag, den 05.10.2021, 19:37 -0400 schrieb jgart: > * gnu/packages/irc.scm (catgirl): New variable. Reindented and pushed. Thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Oct 06 13:52:13 2021 Received: (at 51042-done) by debbugs.gnu.org; 6 Oct 2021 17:52:13 +0000 Received: from localhost ([127.0.0.1]:45411 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYB5Q-0000iw-HR for submit@debbugs.gnu.org; Wed, 06 Oct 2021 13:52:13 -0400 Received: from mx1.dismail.de ([78.46.223.134]:28694) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mYB5K-0000iL-Gp for 51042-done@debbugs.gnu.org; Wed, 06 Oct 2021 13:52:10 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 9f7c7164; Wed, 6 Oct 2021 19:51:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s= 20190914; bh=I3iqIdU4wWj7LI7GnbMyvxUN2Ec/FEDaH+T0BVH116c=; b=cBX AQ7eLOh18bp8DfrQKPbWF+waBnLPCI1EujpXgApSjH3cnJOpvgDQJX6dTOPv4axQ BlJQDhDhxe3AopPsuuiczcchdVwf+Z4kQ1q/xWw8eJNtLNWcVBol7dWcSPnTxzMS WIMNfxD/POSyrLmOXbmYSxGtjE+Br5vTSccYeaE+AXgi8VXO4sEpUsroVtLblBRr 4fGO4WHnAyb5VtImLPsUjBiQuVOMyNfPLxGUzJ/zJI63hdTHre2VEE7zyK7ntC1T 337nEPBGYm2nGJTj4fPzU37NiaOzyM4voZ4LWDArp+DTLcUgrfW0usZWpAqW1C4/ eWVETQCMG9mMaLKtUkA== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id ab613fba; Wed, 6 Oct 2021 19:51:58 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 81a2582b; Wed, 6 Oct 2021 19:51:58 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 57425bf2 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 6 Oct 2021 19:51:57 +0200 (CEST) Date: Wed, 6 Oct 2021 13:51:55 -0400 Message-ID: <20211006135155.GB2221@gac.attlocal.net> From: jgart To: Liliana Marie Prikler Subject: Re: [PATCH 1/2] gnu: Add catgirl. In-Reply-To: <5750963312bbfc635e0aa0182cdd826a134ed305.camel@gmail.com> References: <20211005233755.25862-1-jgart@dismail.de> <5750963312bbfc635e0aa0182cdd826a134ed305.camel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 51042-done Cc: 51042-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: -1.7 (-) On Wed, 06 Oct 2021 17:10:17 +0200 Liliana Marie Prikler wrote: > Am Dienstag, den 05.10.2021, 19:37 -0400 schrieb jgart: > > * gnu/packages/irc.scm (catgirl): New variable. > Reindented and pushed. Thank you! From unknown Sat Jun 14 05:10:12 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 04 Nov 2021 11:24:04 +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