GNU bug report logs -
#30234
[PATCH] gnu: Add groovy-emacs-modes.
Previous Next
Reported by: Christopher Baines <mail <at> cbaines.net>
Date: Tue, 23 Jan 2018 21:45:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
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 Mon, 29 Jan 2018 00:16:40 +0000
with message-id <87wp01a593.fsf <at> cbaines.net>
and subject line Re: [bug#30234] [PATCH] gnu: Add groovy-emacs-modes.
has caused the debbugs.gnu.org bug report #30234,
regarding [PATCH] gnu: Add groovy-emacs-modes.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
30234: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30234
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs.scm (groovy-emacs-modes): New variable.
---
gnu/packages/emacs.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 0c3d5139a..a3221fbc0 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -6731,3 +6731,27 @@ supports multiple backends such as @code{vlc}, @code{mpg123},
@code{ogg123}, @code{speexdec}, @code{timidity}, @code{mikmod} and
@code{afplay}.")
(license license:gpl2+)))
+
+(define-public groovy-emacs-modes
+ (package
+ (name "groovy-emacs-modes")
+ (version "2.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://github.com/Groovy-Emacs-Modes/" name
+ "/archive/" version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "15j0hnkx9nppjzda5cqsxxz5f3bq9hc4xfyjcdypzqiypcvmpa39"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-s" ,emacs-s)))
+ (home-page "https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes")
+ (synopsis "Groovy related modes for emacs")
+ (description
+ "This package provides groovy-mode for syntax highlighing in Groovy
+source files, REPL integration with run-groovy and Grails project navigation
+with the grails mode.")
+ (license license:gpl3+)))
--
2.16.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Ludovic Courtès <ludo <at> gnu.org> writes:
> Christopher Baines <mail <at> cbaines.net> skribis:
>
>> * gnu/packages/emacs.scm (groovy-emacs-modes): New variable.
>
> [...]
>
>> + (synopsis "Groovy related modes for emacs")
>
> s/emacs/Emacs/
>
>> + (description
>> + "This package provides groovy-mode for syntax highlighing in Groovy
>
> @code{groovy-mode}
>
> Otherwise LGTM, thank you! :-)
Great, I've made these two changes and pushed. Thanks for taking a look
:)
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 7 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.