From unknown Fri Aug 15 15:57:21 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#73665] [PATCH] gnu: Add emacs-varuga. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: andrew@trop.in, cox.katherine.e+guix@gmail.com, liliana.prikler@gmail.com, guix-patches@gnu.org Resent-Date: Sun, 06 Oct 2024 18:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 73665 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 73665@debbugs.gnu.org Cc: Arun Isaac , Andrew Tropin , Katherine Cox-Buday , Liliana Marie Prikler X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Andrew Tropin , Katherine Cox-Buday , Liliana Marie Prikler Received: via spool by submit@debbugs.gnu.org id=B.172823778530320 (code B ref -1); Sun, 06 Oct 2024 18:04:02 +0000 Received: (at submit) by debbugs.gnu.org; 6 Oct 2024 18:03:05 +0000 Received: from localhost ([127.0.0.1]:42282 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sxVaz-0007sy-84 for submit@debbugs.gnu.org; Sun, 06 Oct 2024 14:03:05 -0400 Received: from lists.gnu.org ([209.51.188.17]:40218) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sxVaw-0007sa-1O for submit@debbugs.gnu.org; Sun, 06 Oct 2024 14:03:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sxVap-0000vd-HD for guix-patches@gnu.org; Sun, 06 Oct 2024 14:02:55 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sxVal-0007Lr-8z for guix-patches@gnu.org; Sun, 06 Oct 2024 14:02:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=7VCOWNfmoQz+wFCAsOLFZpmdO9X194Hop+4KhbNIVdw=; b=ErGo1MWqdKHMsKersJluFN8YWi EHzVIZjcbS0PZCYodTyuryP5dH8N9dAU2Ll80aKj6Dg3WcBmTMVGDAyo39nEBfwCmtu4jbu1RyW4M 4B/hUc7sA38jLWV7xsViX4qGMkabi52h81qfKRu6qtWj5S6z4s6+UloA4kyb76FbsOOsj217wAtQ8 rSubKFnwqH8AJGNbDZl1UNbnW7b0td8tohscid/I1I1H4eIA05qDIo7meuuUvB+KfAc7NkZvsEsVr m0mcyIYj0FAqkCHUTfEC112CC8NtQh3FCgFSxIO8B8rqQNoioXXwoGTQNng/lZuYM+GBAmULF9D9r Z/VLQujA==; Received: from [192.168.2.1] (port=35662 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98) (envelope-from ) id 1sxVUc-000000008BV-2r0t; Sun, 06 Oct 2024 18:56:31 +0100 From: Arun Isaac Date: Sun, 6 Oct 2024 19:02:30 +0100 Message-ID: <5195826fe31375bc454790e1727b7a3f131d8199.1728237711.git.arunisaac@systemreboot.net> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.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, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, 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-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/emacs-xyz.scm (emacs-varuga): New variable. Change-Id: I6900893ff65011fd8aa935a6b7281e83842b2b66 --- gnu/packages/emacs-xyz.scm | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 09ac57a464..869897573b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -16,7 +16,7 @@ ;;; Copyright © 2016, 2019 Alex Griffin ;;; Copyright © 2016-2024 Nicolas Goaziou ;;; Copyright © 2016, 2017, 2018 Alex Vong -;;; Copyright © 2016-2022 Arun Isaac +;;; Copyright © 2016-2022, 2024 Arun Isaac ;;; Copyright © 2017 Christopher Baines ;;; Copyright © 2017, 2018, 2019, 2020, 2022 Mathieu Othacehe ;;; Copyright © 2017, 2018, 2019, 2020, 2021, 2022 Clément Lassieur @@ -4882,6 +4882,35 @@ (define-public emacs-calfw Emacs buffer.") (license license:gpl3+))) +(define-public emacs-varuga + (package + (name "emacs-varuga") + (version "0.1.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://git.systemreboot.net/varuga/") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01hlnhqhys8qzfwhza1ypc436zg5lhlkx5yy71bhmrbmyfzfh0fr")))) + (build-system emacs-build-system) + (arguments + `(#:tests? #t)) + (home-page "https://git.systemreboot.net/varuga/about/") + (synopsis "Send ical calendar invites by email") + (description "@code{emacs-varuga} allows you to format and send ical +calendar invites using your Emacs mail client. These invites are similar to +those produced by Google Calendar, Outlook Calendar, etc. and are compatible +with them. + +varuga populates a message mode buffer with an ical MIME part (using MML, the +MIME Meta Language). It also adds a plain text part listing the time of the +event in various configured timezones.") + (license license:gpl3+))) + (define-public emacs-caml (package (name "emacs-caml") base-commit: 970631c36f0369318f184ff3251672d4fc5d24c1 -- 2.45.2 From unknown Fri Aug 15 15:57:21 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: Arun Isaac Subject: bug#73665: closed (Re: [bug#73665] [PATCH] gnu: Add emacs-varuga.) Message-ID: References: <87sesxygqc.fsf@nicolasgoaziou.fr> <5195826fe31375bc454790e1727b7a3f131d8199.1728237711.git.arunisaac@systemreboot.net> X-Gnu-PR-Message: they-closed 73665 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 73665@debbugs.gnu.org Date: Tue, 15 Oct 2024 07:22:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1728976923-7976-1" This is a multi-part message in MIME format... ------------=_1728976923-7976-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #73665: [PATCH] gnu: Add emacs-varuga. 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 73665@debbugs.gnu.org. --=20 73665: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D73665 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1728976923-7976-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 73665-done) by debbugs.gnu.org; 15 Oct 2024 07:21:33 +0000 Received: from localhost ([127.0.0.1]:53826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t0bs4-00023Q-S7 for submit@debbugs.gnu.org; Tue, 15 Oct 2024 03:21:33 -0400 Received: from msg-1.mailo.com ([213.182.54.11]:55710 helo=mailo.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1t0bs2-000234-T1 for 73665-done@debbugs.gnu.org; Tue, 15 Oct 2024 03:21:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nicolasgoaziou.fr; s=mailo; t=1728976862; bh=ZoVurXx9+SXJaQVPIJBHfaW31WJjQCYXC0BWwRNLFeY=; h=X-EA-Auth:From:To:Cc:Subject:In-Reply-To:References:Date: Message-ID:MIME-Version:Content-Type; b=m6ZNzPakL/MhH+RWrO54zhTTgF5V0KyKqtV27RPRiJmMLCzOdZfn93zK7k5M0nLtM QG5Wrsqt9l03OSIpC+8M7XksR6z6x4AaM95PIxIasUR+mYZC4rcVEAsqil9YlOaWaB wlfDJ2LxJTQj/hQJ2pT/kSfFXi0krEyx0lcTAQ+w= Received: by b221-3.in.mailobj.net [192.168.90.23] with ESMTP via ip-20.mailobj.net [213.182.54.20] Tue, 15 Oct 2024 09:21:02 +0200 (CEST) X-EA-Auth: cglN4VS0sjKcZjWdKE9eL71uLUzxecCkSaf1LInhplC4OGxHAUyQvwBYL61G/Al0uj9tm4izzTcizg9i0ivX/WuIyVxTWh/73LCNdF7zlPs= From: Nicolas Goaziou To: Arun Isaac Subject: Re: [bug#73665] [PATCH] gnu: Add emacs-varuga. In-Reply-To: <5195826fe31375bc454790e1727b7a3f131d8199.1728237711.git.arunisaac@systemreboot.net> (Arun Isaac's message of "Sun, 6 Oct 2024 19:02:30 +0100") References: <5195826fe31375bc454790e1727b7a3f131d8199.1728237711.git.arunisaac@systemreboot.net> Date: Tue, 15 Oct 2024 09:20:43 +0200 Message-ID: <87sesxygqc.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 73665-done Cc: Katherine Cox-Buday , 73665-done@debbugs.gnu.org, Liliana Marie Prikler , Andrew Tropin 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 (-) Hello, Arun Isaac writes: > * gnu/packages/emacs-xyz.scm (emacs-varuga): New variable. Applied. Thank you. Regards, -- Nicolas Goaziou ------------=_1728976923-7976-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Oct 2024 18:03:05 +0000 Received: from localhost ([127.0.0.1]:42282 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sxVaz-0007sy-84 for submit@debbugs.gnu.org; Sun, 06 Oct 2024 14:03:05 -0400 Received: from lists.gnu.org ([209.51.188.17]:40218) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sxVaw-0007sa-1O for submit@debbugs.gnu.org; Sun, 06 Oct 2024 14:03:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sxVap-0000vd-HD for guix-patches@gnu.org; Sun, 06 Oct 2024 14:02:55 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sxVal-0007Lr-8z for guix-patches@gnu.org; Sun, 06 Oct 2024 14:02:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=7VCOWNfmoQz+wFCAsOLFZpmdO9X194Hop+4KhbNIVdw=; b=ErGo1MWqdKHMsKersJluFN8YWi EHzVIZjcbS0PZCYodTyuryP5dH8N9dAU2Ll80aKj6Dg3WcBmTMVGDAyo39nEBfwCmtu4jbu1RyW4M 4B/hUc7sA38jLWV7xsViX4qGMkabi52h81qfKRu6qtWj5S6z4s6+UloA4kyb76FbsOOsj217wAtQ8 rSubKFnwqH8AJGNbDZl1UNbnW7b0td8tohscid/I1I1H4eIA05qDIo7meuuUvB+KfAc7NkZvsEsVr m0mcyIYj0FAqkCHUTfEC112CC8NtQh3FCgFSxIO8B8rqQNoioXXwoGTQNng/lZuYM+GBAmULF9D9r Z/VLQujA==; Received: from [192.168.2.1] (port=35662 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98) (envelope-from ) id 1sxVUc-000000008BV-2r0t; Sun, 06 Oct 2024 18:56:31 +0100 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-varuga. Date: Sun, 6 Oct 2024 19:02:30 +0100 Message-ID: <5195826fe31375bc454790e1727b7a3f131d8199.1728237711.git.arunisaac@systemreboot.net> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Katherine Cox-Buday , Liliana Marie Prikler Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.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, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, 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: Arun Isaac 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/emacs-xyz.scm (emacs-varuga): New variable. Change-Id: I6900893ff65011fd8aa935a6b7281e83842b2b66 --- gnu/packages/emacs-xyz.scm | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 09ac57a464..869897573b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -16,7 +16,7 @@ ;;; Copyright © 2016, 2019 Alex Griffin ;;; Copyright © 2016-2024 Nicolas Goaziou ;;; Copyright © 2016, 2017, 2018 Alex Vong -;;; Copyright © 2016-2022 Arun Isaac +;;; Copyright © 2016-2022, 2024 Arun Isaac ;;; Copyright © 2017 Christopher Baines ;;; Copyright © 2017, 2018, 2019, 2020, 2022 Mathieu Othacehe ;;; Copyright © 2017, 2018, 2019, 2020, 2021, 2022 Clément Lassieur @@ -4882,6 +4882,35 @@ (define-public emacs-calfw Emacs buffer.") (license license:gpl3+))) +(define-public emacs-varuga + (package + (name "emacs-varuga") + (version "0.1.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://git.systemreboot.net/varuga/") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "01hlnhqhys8qzfwhza1ypc436zg5lhlkx5yy71bhmrbmyfzfh0fr")))) + (build-system emacs-build-system) + (arguments + `(#:tests? #t)) + (home-page "https://git.systemreboot.net/varuga/about/") + (synopsis "Send ical calendar invites by email") + (description "@code{emacs-varuga} allows you to format and send ical +calendar invites using your Emacs mail client. These invites are similar to +those produced by Google Calendar, Outlook Calendar, etc. and are compatible +with them. + +varuga populates a message mode buffer with an ical MIME part (using MML, the +MIME Meta Language). It also adds a plain text part listing the time of the +event in various configured timezones.") + (license license:gpl3+))) + (define-public emacs-caml (package (name "emacs-caml") base-commit: 970631c36f0369318f184ff3251672d4fc5d24c1 -- 2.45.2 ------------=_1728976923-7976-1--