GNU bug report logs -
#59436
[PATCH] gnu: Add emacs-ebuku.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Mon, 21 Nov 2022 06:49:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
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 59436 in the body.
You can then email your comments to 59436 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#59436
; Package
guix-patches
.
(Mon, 21 Nov 2022 06:49:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Hilton Chain <hako <at> ultrarare.space>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 21 Nov 2022 06:49: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-ebuku): 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 a92ab71a97..62fb3a092f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13325,6 +13325,30 @@ (define-public emacs-ebuild-mode
news items, openrc and runscripts.")
(license license:gpl2+)))
+(define-public emacs-ebuku
+ ;; Upstream has no tagged release.
+ (let ((revision "79")
+ (commit "5b8bf34b8ea5d05f0b8dfc12bfea825f9cffbeda"))
+ (package
+ (name "emacs-ebuku")
+ (version (git-version "0" revision commit))
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/flexibeast/ebuku")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "04733lqa6z3kmdjcgdi58q3wrqan2qib43rvjw51qc739fwmwb5y"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/flexibeast/ebuku")
+ (synopsis "Emacs interface to the buku Web bookmark manager")
+ (description
+ "Ebuku provides a basic interface to the @code{buku} Web bookmark
+manager.")
+ (license license:gpl3+))))
+
(define-public emacs-evil
;; Commit message claims this is 1.15.0, but there's no tag for it, so we
;; use full git-version instead
base-commit: 97bbdedfd316694a2f7ed17d8b31101c27329c80
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#59436
; Package
guix-patches
.
(Tue, 22 Nov 2022 09:44:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hilton Chain via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-ebuku): New variable.
> ---
> gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
> 1 file changed, 24 insertions(+)
I changed the revision to 0 (rather than 79), this number is usually
incremented when changing the commit, and it's probably conventional to
start from 0.
I've gone ahead and pushed to master as
d54febb86ff71a93a8a62957658512ca4727f89d.
Thanks,
Chris
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Tue, 22 Nov 2022 09:44:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Hilton Chain <hako <at> ultrarare.space>
:
bug acknowledged by developer.
(Tue, 22 Nov 2022 09:44: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
.
(Tue, 20 Dec 2022 12:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 277 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.