GNU bug report logs -
#66865
[PATCH] gnu: emacs-org-ql-dynamic-agenda: Move to (gnu packages emacs-xyz).
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Wed, 1 Nov 2023 00:57:02 UTC
Severity: normal
Tags: patch
Done: Hilton Chain <hako <at> ultrarare.space>
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 66865 in the body.
You can then email your comments to 66865 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#66865
; Package
guix-patches
.
(Wed, 01 Nov 2023 00:57:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nicolas Graves <ngraves <at> ngraves.fr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 01 Nov 2023 00:57: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-org-ql-dynamic-agenda): Move from here…
* /gnu/packages/emacs-xyz.scm (emacs-org-dynamic-agenda-ql): …to here.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c9b6a18112..02bc90a985 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31588,13 +31588,13 @@ (define-public emacs-org-dynamic-agenda
"This package dynamically generates org-agenda-files.")
(license license:gpl3+)))
-(define-public emacs-org-ql-dynamic-agenda
+(define-public emacs-org-dynamic-agenda-ql
(package
(inherit emacs-org-dynamic-agenda)
- (name "emacs-org-ql-dynamic-agenda")
+ (name "emacs-org-dynamic-agenda-ql")
(arguments
(list #:include
- #~(list "org-ql-dynamic-agenda\\.el" "README\\.org")))
+ #~(list "org-dynamic-agenda-ql\\.el" "README\\.org")))
(propagated-inputs (list emacs-org-ql))
(description
"This package dynamically generates org-agenda-files, and take advantage
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#66865
; Package
guix-patches
.
(Sat, 04 Nov 2023 11:14:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 66865 <at> debbugs.gnu.org (full text, mbox):
Hi Nicolas,
On Wed, 01 Nov 2023 08:54:47 +0800,
Nicolas Graves via Guix-patches via wrote:
>
> * /gnu/packages/emacs-xyz.scm (emacs-org-ql-dynamic-agenda): Move from here…
> * /gnu/packages/emacs-xyz.scm (emacs-org-dynamic-agenda-ql): …to here.
> ---
> gnu/packages/emacs-xyz.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index c9b6a18112..02bc90a985 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -31588,13 +31588,13 @@ (define-public emacs-org-dynamic-agenda
> "This package dynamically generates org-agenda-files.")
> (license license:gpl3+)))
>
> -(define-public emacs-org-ql-dynamic-agenda
> +(define-public emacs-org-dynamic-agenda-ql
> (package
> (inherit emacs-org-dynamic-agenda)
> - (name "emacs-org-ql-dynamic-agenda")
> + (name "emacs-org-dynamic-agenda-ql")
> (arguments
> (list #:include
> - #~(list "org-ql-dynamic-agenda\\.el" "README\\.org")))
> + #~(list "org-dynamic-agenda-ql\\.el" "README\\.org")))
> (propagated-inputs (list emacs-org-ql))
> (description
> "This package dynamically generates org-agenda-files, and take advantage
> --
> 2.41.0
I have changed the commit message to "gnu: emacs-org-ql-dynamic-agenda: Rename
to emacs-org-dynamic-agenda-ql."
And applied it as 33644303a1889477fd53287ed1042201a8fd262f, thank you!
bug closed, send any further explanations to
66865 <at> debbugs.gnu.org and Nicolas Graves <ngraves <at> ngraves.fr>
Request was from
Hilton Chain <hako <at> ultrarare.space>
to
control <at> debbugs.gnu.org
.
(Sat, 04 Nov 2023 11:16:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 02 Dec 2023 12:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 201 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.