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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 30234 in the body.
You can then email your comments to 30234 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#30234
; Package
guix-patches
.
(Tue, 23 Jan 2018 21:45:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Christopher Baines <mail <at> cbaines.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 23 Jan 2018 21:45:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#30234
; Package
guix-patches
.
(Sun, 28 Jan 2018 22:50:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 30234 <at> debbugs.gnu.org (full text, mbox):
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! :-)
Ludo’.
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Mon, 29 Jan 2018 00:17:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Christopher Baines <mail <at> cbaines.net>
:
bug acknowledged by developer.
(Mon, 29 Jan 2018 00:17:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 30234-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 26 Feb 2018 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 172 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.