GNU bug report logs -
#73665
[PATCH] gnu: Add emacs-varuga.
Previous Next
Reported by: Arun Isaac <arunisaac <at> systemreboot.net>
Date: Sun, 6 Oct 2024 18:04:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73665 in the body.
You can then email your comments to 73665 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#73665
; Package
guix-patches
.
(Sun, 06 Oct 2024 18:04:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Arun Isaac <arunisaac <at> systemreboot.net>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Sun, 06 Oct 2024 18:04:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 <a <at> ajgrf.com>
;;; Copyright © 2016-2024 Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995 <at> gmail.com>
-;;; Copyright © 2016-2022 Arun Isaac <arunisaac <at> systemreboot.net>
+;;; Copyright © 2016-2022, 2024 Arun Isaac <arunisaac <at> systemreboot.net>
;;; Copyright © 2017 Christopher Baines <mail <at> cbaines.net>
;;; Copyright © 2017, 2018, 2019, 2020, 2022 Mathieu Othacehe <m.othacehe <at> gmail.com>
;;; Copyright © 2017, 2018, 2019, 2020, 2021, 2022 Clément Lassieur <clement <at> lassieur.org>
@@ -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
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Tue, 15 Oct 2024 07:22:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Arun Isaac <arunisaac <at> systemreboot.net>
:
bug acknowledged by developer.
(Tue, 15 Oct 2024 07:22:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 73665-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Arun Isaac <arunisaac <at> systemreboot.net> writes:
> * gnu/packages/emacs-xyz.scm (emacs-varuga): New variable.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 12 Nov 2024 12:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 221 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.