emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#30234: closed ([PATCH] gnu: Add groovy-emacs-modes


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30234: closed ([PATCH] gnu: Add groovy-emacs-modes.)
Date: Mon, 29 Jan 2018 00:17:01 +0000

Your message dated Mon, 29 Jan 2018 00:16:40 +0000
with message-id <address@hidden>
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
address@hidden)


-- 
30234: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30234
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add groovy-emacs-modes. Date: Tue, 23 Jan 2018 21:44:00 +0000
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#30234] [PATCH] gnu: Add groovy-emacs-modes. Date: Mon, 29 Jan 2018 00:16:40 +0000 User-agent: mu4e 0.9.18; emacs 25.3.1
Ludovic Courtès <address@hidden> writes:

> Christopher Baines <address@hidden> 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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]