GNU bug report logs - #71834
[PATCH] gnu: Add emacs-meyvn

Previous Next

Package: guix-patches;

Reported by: Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>

Date: Sat, 29 Jun 2024 05:24:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.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 71834 in the body.
You can then email your comments to 71834 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 andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#71834; Package guix-patches. (Sat, 29 Jun 2024 05:24:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Sat, 29 Jun 2024 05:24:01 GMT) Full text and rfc822 format available.

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

From: Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>
Subject: [PATCH] gnu: Add emacs-meyvn
Date: Sat, 29 Jun 2024 03:12:27 +0300
* gnu/packages/emacs-xyz.scm (emacs-meyvn): New variable.

Change-Id: I6a440e6917c77e098cc9101cba7dd14942b93c5b
---
 gnu/packages/emacs-xyz.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 903c22bbcb..40c5cd8538 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -142,6 +142,8 @@
 ;;; Copyright © 2024 Wilko Meyer <w <at> wmeyer.eu>
 ;;; Copyright © 2024 Noé Lopez <noelopez <at> free.fr>
 ;;; Copyright © 2024 gemmaro <gemmaro.dev <at> gmail.com>
+;;; Copyright © 2024 Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>
+
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1860,6 +1862,36 @@ (define-public emacs-mct
     (license (list license:gpl3+
                    license:fdl1.3+)))) ; GFDLv1.3+ for the manual
 
+(define-public emacs-meyvn
+  (package
+    (name "emacs-meyvn")
+    (version "20231213.230")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/danielsz/meyvn-el.git")
+             (commit "3afb0a4283afd4f63ef7fdd48eb5da972421fd7a")))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1flxvaj8j5kg4r0cvns8z1xixgvsavq1i27z28j97m8dmndihihf"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-cider
+                             emacs-projectile
+                             emacs-s
+                             emacs-dash
+                             emacs-parseedn
+                             emacs-parseclj
+                             emacs-geiser))
+    (home-page "https://github.com/danielsz/meyvn-el")
+    (synopsis "Meyvn client")
+    (description
+     "This package provides an Emacs client for the Meyvn build tool,
+https://meyvn.org To use this package, simply add the following code snippet in
+your init.el Changelog: Kawa Geiser support. (add-hook cider-mode-hook
+#'meyvn-setup).")
+    (license license:gpl3+)))
+
 (define-public emacs-fzf
   (let ((commit "21912ebc7e1084aa88c9d8b7715e782a3978ed23")
         (revision "0"))

base-commit: 385fb14f6482a955fbef4d4b21fccb3473beddd8
-- 
2.45.1





Reply sent to Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility. (Sun, 30 Jun 2024 20:09:01 GMT) Full text and rfc822 format available.

Notification sent to Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>:
bug acknowledged by developer. (Sun, 30 Jun 2024 20:09:01 GMT) Full text and rfc822 format available.

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

From: Andreas Enge <andreas <at> enge.fr>
To: 71834-done <at> debbugs.gnu.org
Subject: Close
Date: Sun, 30 Jun 2024 22:08:12 +0200
This seems to be a duplicate of #71842, closing.

Andreas





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

This bug report was last modified 80 days ago.

Previous Next


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