GNU bug report logs - #54738
[PATCH] gnu: Add emacs-toodoo.

Previous Next

Package: guix-patches;

Reported by: Stefan Reichör <stefan <at> xsteve.at>

Date: Tue, 5 Apr 2022 20:36:01 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 54738 in the body.
You can then email your comments to 54738 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#54738; Package guix-patches. (Tue, 05 Apr 2022 20:36:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Stefan Reichör <stefan <at> xsteve.at>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 05 Apr 2022 20:36:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Stefan Reichör <stefan <at> xsteve.at>
To: guix-patches <at> gnu.org
Cc: Stefan Reichör <stefan <at> xsteve.at>
Subject: [PATCH] gnu: Add emacs-toodoo.
Date: Tue,  5 Apr 2022 22:35:16 +0200
* gnu/packages/emacs-xyz.scm (emacs-toodoo): New variable.
---
 gnu/packages/emacs-xyz.scm | 28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ffa45e218a..fd7226aa58 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -94,7 +94,7 @@
 ;;; Copyright © 2021 Yurii Kholodkov <urist.mckorobochka <at> gmail.com>
 ;;; Copyright © 2021 Alexey Abramov <levenson <at> mmer.org>
 ;;; Copyright © 2021 Xinglu Chen <public <at> yoctocell.xyz>
-;;; Copyright © 2021 Stefan Reichör <stefan <at> xsteve.at>
+;;; Copyright © 2021, 2022 Stefan Reichör <stefan <at> xsteve.at>
 ;;; Copyright © 2021 Simon Tournier <zimon.toutoune <at> gmail.com>
 ;;; Copyright © 2021 Eugene Klimov <lipklim <at> mailbox.org>
 ;;; Copyright © 2021 Zheng Junjie <873216071 <at> qq.com>
@@ -12792,6 +12792,32 @@ properties are set on a heading, and when it is changing from a TODO state to
 a DONE state.")
     (license license:gpl3+)))
 
+(define-public emacs-toodoo
+  ;; Package has no release.  Version is extracted from "Version:" keyword in
+  ;; main file.
+  (let ((commit "149a563863c2f728c5f903475dbce50547c51000")
+        (revision "0"))
+    (package
+      (name "emacs-toodoo")
+      (version (git-version "0.2" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/ChanderG/toodoo.el")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "00q7aym0kl03j9m66pivgy0snxcjjg402049b2wdy18kgyypfvx8"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-transient emacs-evil))
+      (home-page "https://github.com/ChanderG/toodoo.el")
+      (synopsis "Magit like interface for a simple Todo workflow built on top of Org")
+      (description "Provides a minor mode for fast and easy management
+of Todos using Org-mode and transients.")
+    (license license:asl2.0))))
+
 (define-public emacs-flx
   (package
     (name "emacs-flx")
-- 
2.25.1





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Tue, 07 Jun 2022 22:11:03 GMT) Full text and rfc822 format available.

Notification sent to Stefan Reichör <stefan <at> xsteve.at>:
bug acknowledged by developer. (Tue, 07 Jun 2022 22:11:03 GMT) Full text and rfc822 format available.

Message #10 received at 54738-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Stefan Reichör <stefan <at> xsteve.at>
Cc: 54738-done <at> debbugs.gnu.org
Subject: Re: [bug#54738] [PATCH] gnu: Add emacs-toodoo.
Date: Wed, 08 Jun 2022 00:10:32 +0200
Hello,

Stefan Reichör <stefan <at> xsteve.at> writes:

> * gnu/packages/emacs-xyz.scm (emacs-toodoo): New variable.

Pushed with the change below.

Thanks.

> +(define-public emacs-toodoo
> +  ;; Package has no release.  Version is extracted from "Version:" keyword in
> +  ;; main file.
> +  (let ((commit "149a563863c2f728c5f903475dbce50547c51000")
> +        (revision "0"))
> +    (package
> +      (name "emacs-toodoo")
> +      (version (git-version "0.2" revision commit))

I made it version "0.2" since the commit you provide matches the version
bump.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 06 Jul 2022 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 288 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.