unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30234] [PATCH] gnu: Add groovy-emacs-modes.
@ 2018-01-23 21:44 Christopher Baines
  2018-01-28 22:49 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2018-01-23 21:44 UTC (permalink / raw)
  To: 30234

* 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#30234] [PATCH] gnu: Add groovy-emacs-modes.
  2018-01-23 21:44 [bug#30234] [PATCH] gnu: Add groovy-emacs-modes Christopher Baines
@ 2018-01-28 22:49 ` Ludovic Courtès
  2018-01-29  0:16   ` bug#30234: " Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2018-01-28 22:49 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 30234

Christopher Baines <mail@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’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#30234: [PATCH] gnu: Add groovy-emacs-modes.
  2018-01-28 22:49 ` Ludovic Courtès
@ 2018-01-29  0:16   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2018-01-29  0:16 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 30234-done

[-- Attachment #1: Type: text/plain, Size: 506 bytes --]


Ludovic Courtès <ludo@gnu.org> writes:

> Christopher Baines <mail@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-29  0:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-23 21:44 [bug#30234] [PATCH] gnu: Add groovy-emacs-modes Christopher Baines
2018-01-28 22:49 ` Ludovic Courtès
2018-01-29  0:16   ` bug#30234: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).