GNU bug report logs - #60869
[PATCH] gnu: Add emacs-org-board.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Mon, 16 Jan 2023 22:18:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Cayetano Santos <csantosb <at> inventati.org>
Subject: bug#60869: closed (Re: [bug#60869] [PATCH] gnu: Add emacs-org-board.)
Date: Fri, 20 Jan 2023 23:39:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#60869: [PATCH] gnu: Add emacs-org-board.

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 60869 <at> debbugs.gnu.org.

-- 
60869: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60869
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org>
Cc: 60869-done <at> debbugs.gnu.org, Cayetano Santos <csantosb <at> inventati.org>
Subject: Re: [bug#60869] [PATCH] gnu: Add emacs-org-board.
Date: Sat, 21 Jan 2023 00:38:26 +0100
Hello,

Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org> writes:

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

Applied with a few changes, noted below. Thank you.

> +(define-public emacs-org-board
> +  (let ((commit "1393bd46d11a81328ed4fb8471831415a3efe224")
> +        (revision "1"))
> +    (package
> +      (name "emacs-org-board")
> +      (version (git-version "20200619" revision commit))

Base version is 1138, not 20200619.

> +      (source (origin
> +                (method git-fetch)
> +                (uri (git-reference
> +                      (url "https://github.com/charlesroelli/org-board")
> +                      (commit commit)))
> +                (sha256
> +                 (base32
> +                  "1kryrg988c3sbxyp1sdgc6xdv2iz6kiflpzn2rw4z3l4grzab53b"))))
> +      (build-system emacs-build-system)
> +      (propagated-inputs (list emacs-org emacs-ztree wget))

I moved wget to regular inputs and added a phase so the package could
find the wget executable.

> +      (home-page "https://github.com/charlesroelli/org-board")
> +      (synopsis "Bookmarking and web archival system for Org mode")
> +      (description
> +       "Org-board uses `org-attach and `wget to provide a bookmarking and web
> +archival system directly from an Org file..")

I reworded the description.

> +      (license license:gpl3+))))

License is GPL2+.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: Add emacs-org-board.
Date: Mon, 16 Jan 2023 23:16:43 +0100
* gnu/packages/emacs-xyz.scm (emacs-org-board): New variable.
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index dfbd51ac0a..d202108f27 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -251,6 +251,7 @@ (define-module (gnu packages emacs-xyz)
   #:use-module (gnu packages erlang)
   #:use-module (gnu packages statistics)
   #:use-module (gnu packages libcanberra)
+  #:use-module (gnu packages wget)
   #:use-module (guix utils)
   #:use-module (srfi srfi-1)
   #:use-module (ice-9 match))
@@ -24937,6 +24938,29 @@ (define-public emacs-cpreproc-openvdb
 incompatible versions of it.")
    (license license:gpl3+)))
 
+(define-public emacs-org-board
+  (let ((commit "1393bd46d11a81328ed4fb8471831415a3efe224")
+        (revision "1"))
+    (package
+      (name "emacs-org-board")
+      (version (git-version "20200619" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/charlesroelli/org-board")
+                      (commit commit)))
+                (sha256
+                 (base32
+                  "1kryrg988c3sbxyp1sdgc6xdv2iz6kiflpzn2rw4z3l4grzab53b"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-org emacs-ztree wget))
+      (home-page "https://github.com/charlesroelli/org-board")
+      (synopsis "Bookmarking and web archival system for Org mode")
+      (description
+       "Org-board uses `org-attach and `wget to provide a bookmarking and web
+archival system directly from an Org file..")
+      (license license:gpl3+))))
+
 (define-public emacs-org-brain
   (package
     (name "emacs-org-brain")

base-commit: 0cf98fbc4e1facbdd733eecf8442788179722c6e
-- 
2.38.1




This bug report was last modified 2 years and 173 days ago.

Previous Next


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