GNU bug report logs - #76677
[PATCH] gnu: Add emacs-vhdl-ext.

Previous Next

Package: guix-patches;

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

Date: Sun, 2 Mar 2025 09:02:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

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 76677 in the body.
You can then email your comments to 76677 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, csantosb <at> inventati.org, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#76677; Package guix-patches. (Sun, 02 Mar 2025 09:02:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Sun, 02 Mar 2025 09:02:02 GMT) Full text and rfc822 format available.

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

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-vhdl-ext.
Date: Sun,  2 Mar 2025 10:00:01 +0100
* gnu/packages/emacs-xyz.scm (emacs-vhdl-ext): New variable.

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b80a1f9324..88bffc8c6a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9143,6 +9143,37 @@ (define-public emacs-rspec
 snippets for yasnippet.")
       (license license:gpl3+))))
 
+(define-public emacs-vhdl-ext
+  (package
+    (name "emacs-vhdl-ext")
+    (version "0.5.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/gmlarumbe/vhdl-ext/")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0vgmhsgrh8x8br5grnh1jnf01r2q148xxyf028jgaq09wwjkdvkc"))))
+    (build-system emacs-build-system)
+    (arguments
+     ;; the testing framework test-hdl requires network
+     `(#:tests? #f
+       #:test-command '("make")))
+    (propagated-inputs (list emacs-ag
+                             emacs-async
+                             emacs-flycheck
+                             emacs-hydra
+                             emacs-lsp-mode
+                             emacs-outshine
+                             emacs-ripgrep
+                             emacs-vhdl-ts-mode))
+    (home-page "https://github.com/gmlarumbe/vhdl-ext/")
+    (synopsis "Extensions to emacs vhdl-mode")
+    (description "VHDL-ext provides utilities on top of emacs vhdl-mode.")
+    (license license:gpl3+)))
+
 (define-public emacs-vhdl-mode
   (package
     (name "emacs-vhdl-mode")

base-commit: f9dcb84550b85aa816899b2106b1a5ae546167a3
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#76677; Package guix-patches. (Sat, 08 Mar 2025 23:18:01 GMT) Full text and rfc822 format available.

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

From: Ian Eure <ian <at> retrospec.tv>
To: Cayetano Santos <csantosb <at> inventati.org>
Cc: Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Divya Ranjan Pattanaik <divya <at> subvertising.org>, 76677 <at> debbugs.gnu.org,
 Andrew Tropin <andrew <at> trop.in>
Subject: Re: [bug#76677] [PATCH] gnu: Add emacs-vhdl-ext.
Date: Sat, 08 Mar 2025 15:17:13 -0800
Hi Cayetano,

Pushed as 7c7ffd91f5 with some edits to the synopsis & 
description.

Thanks,
 -- Ian




bug closed, send any further explanations to 76677 <at> debbugs.gnu.org and Cayetano Santos <csantosb <at> inventati.org> Request was from Ian Eure <ian <at> retrospec.tv> to control <at> debbugs.gnu.org. (Sat, 08 Mar 2025 23:18: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. (Sun, 06 Apr 2025 11:24:25 GMT) Full text and rfc822 format available.

This bug report was last modified 71 days ago.

Previous Next


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