GNU bug report logs -
#68386
[PATCH] gnu: Add emacs-vhdl-mode.
Previous Next
Reported by: Cayetano Santos <csantosb <at> inventati.org>
Date: Thu, 11 Jan 2024 14:53:01 UTC
Severity: normal
Tags: moreinfo, patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 18 Jan 2024 22:47:38 -0500
with message-id <87sf2uj86d.fsf <at> gmail.com>
and subject line Re: [bug#68386] [PATCH v2] gnu: Add emacs-vhdl-mode.
has caused the debbugs.gnu.org bug report #68386,
regarding [PATCH] gnu: Add emacs-vhdl-mode.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
68386: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68386
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-vhdl-mode): New variable.
Signed-off-by: Cayetano Santos <csantosb <at> inventati.org>
---
gnu/packages/emacs-xyz.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1d99fb30ff..6684b4496a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7999,6 +7999,24 @@ (define-public emacs-rspec
snippets for yasnippet.")
(license license:gpl3+))))
+(define-public emacs-vhdl-mode
+ (package
+ (name "emacs-vhdl-mode")
+ (version "3.39.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://iis-people.ee.ethz.ch/~zimmi/emacs/vhdl-mode-"
+ version ".tar.gz"))
+ (sha256
+ (base32 "1yvh4gyig8hgf5pahajjgsgp4jpzwgmlprwzsfybqxrcfza6f3yq"))))
+ (build-system emacs-build-system)
+ (home-page "https://www.emacswiki.org/emacs/EmacsWget")
+ (synopsis "Major mode for VHDL")
+ (description
+ "This Emacs package provides a mode for the VHDL programming language.")
+ (license license:gpl3+)))
+
(define-public emacs-mode-line-bell
(package
(name "emacs-mode-line-bell")
base-commit: 3dd8bf94a9d1a2eddb6eda9da7d4a3d422b9dfe9
--
2.41.0
[Message part 3 (message/rfc822, inline)]
Hi,
Cayetano Santos <csantosb <at> inventati.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-vhdl-mode): New variable.
>
> Signed-off-by: Cayetano Santos <csantosb <at> inventati.org>
We do not 'Signed-off-by' in Guix unless we apply patches of someone
else. It's a different convention than for the kernel Linux
development and other projects.
I've applied it with small adjustments.
--
Thanks,
Maxim
This bug report was last modified 1 year and 121 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.