unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51499] [PATCH 0/2] Add emacs-org-contacts.
@ 2021-10-30  3:36 Morgan.J.Smith
  2021-10-30  3:45 ` [bug#51499] [PATCH 1/2] gnu: emacs-org-contrib: Remove org-contacts.el Morgan.J.Smith
  0 siblings, 1 reply; 3+ messages in thread
From: Morgan.J.Smith @ 2021-10-30  3:36 UTC (permalink / raw)
  To: 51499


So org-contacts.el from the org-contrib repo has not aged super gracefully.  Maybe it works in Emacs 27 but it's not working in emacs 28 (which is coming out really soon).  Thankfully, there is a new canonical repo to hold it that has some updates.  I'm jumping the gun a little here but I think it's ok.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#51499] [PATCH 1/2] gnu: emacs-org-contrib: Remove org-contacts.el
  2021-10-30  3:36 [bug#51499] [PATCH 0/2] Add emacs-org-contacts Morgan.J.Smith
@ 2021-10-30  3:45 ` Morgan.J.Smith
  2021-11-02 20:52   ` bug#51499: " Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Morgan.J.Smith @ 2021-10-30  3:45 UTC (permalink / raw)
  To: 51499; +Cc: Morgan Smith

From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/emacs-xyz.scm (emacs-org-contrib)[origin]: Remove
org-contacts.el
---
 gnu/packages/emacs-xyz.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b6542f30b8..a38a3c93c8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12313,8 +12313,12 @@ (define-public emacs-org-contrib
        ;; XXX: ob-sclang.el is packaged separately to avoid the dependency on
        ;; SuperCollider and qtwebengine.  This will be unnecessary in 0.4+
        ;; release as the file is going to be removed from the repository.
+
+       ;; XXX: org-contacts.el is now maintained in a separate repository and
+       ;; will soon be removed from org-contrib
        (modules '((guix build utils)))
-       (snippet '(begin (delete-file "lisp/ob-sclang.el")))))
+       (snippet '(begin (delete-file "lisp/ob-sclang.el")
+                        (delete-file "lisp/org-contacts.el")))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases
-- 
2.33.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#51499: [PATCH 1/2] gnu: emacs-org-contrib: Remove org-contacts.el
  2021-10-30  3:45 ` [bug#51499] [PATCH 1/2] gnu: emacs-org-contrib: Remove org-contacts.el Morgan.J.Smith
@ 2021-11-02 20:52   ` Nicolas Goaziou
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2021-11-02 20:52 UTC (permalink / raw)
  To: Morgan.J.Smith; +Cc: 51499-done

Hello,

Morgan.J.Smith@outlook.com writes:

> From: Morgan Smith <Morgan.J.Smith@outlook.com>
>
> * gnu/packages/emacs-xyz.scm (emacs-org-contrib)[origin]: Remove
> org-contacts.el

Applied. Thank you.

I set the version of emacs-org-contacts to "0" instead of "0.1" as
I couldn't find any version information.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-02 20:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-30  3:36 [bug#51499] [PATCH 0/2] Add emacs-org-contacts Morgan.J.Smith
2021-10-30  3:45 ` [bug#51499] [PATCH 1/2] gnu: emacs-org-contrib: Remove org-contacts.el Morgan.J.Smith
2021-11-02 20:52   ` bug#51499: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).