GNU bug report logs - #42257
[PATCH] gnu: Add emacs-scala-mode.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Wed, 8 Jul 2020 03:31:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vinicius Monego <monego <at> posteo.net>
Subject: bug#42257: closed (Re: [bug#42257] [PATCH] gnu: Add
 emacs-scala-mode.)
Date: Wed, 08 Jul 2020 10:38:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#42257: [PATCH] gnu: Add emacs-scala-mode.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 42257 <at> debbugs.gnu.org.

-- 
42257: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42257
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Vinicius Monego <monego <at> posteo.net>
Cc: 42257-done <at> debbugs.gnu.org
Subject: Re: [bug#42257] [PATCH] gnu: Add emacs-scala-mode.
Date: Wed, 08 Jul 2020 12:37:12 +0200
Hello,

Vinicius Monego <monego <at> posteo.net> writes:

> * gnu/packages/emacs-xyz.scm (emacs-scala-mode): New variable.

Thank you. I slightly reworded the description, modified the comment
about the license and pushed you patch.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Vinicius Monego <monego <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [PATCH] gnu: Add emacs-scala-mode.
Date: Wed,  8 Jul 2020 00:29:52 -0300
* gnu/packages/emacs-xyz.scm (emacs-scala-mode): New variable.
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index aae9eb25fd..bd18344f54 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2003,6 +2003,30 @@ Emacs buffer.")
 Lock key.")
     (license license:gpl3+)))
 
+(define-public emacs-scala-mode
+  (package
+    (name "emacs-scala-mode")
+    (version "1.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/hvesalai/emacs-scala-mode")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1072lsin7dxadc0xyhy42wd0cw549axbbd4dy95wfmfcc1xbzjwv"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/hvesalai/emacs-scala-mode")
+    (synopsis "Emacs major mode for Scala")
+    (description
+     "This package intends to provide basic Emacs support for the Scala
+language, including: local indenting of code, comments and multi-line strings,
+motion commands and highlighting.")
+    ;; There are no copyright headers in the source code.  It's unclear if the
+    ;; license is gpl3 or gpl3+.
+    (license license:gpl3)))
+
 (define-public emacs-chronometrist
   (package
     (name "emacs-chronometrist")
-- 
2.20.1




This bug report was last modified 4 years and 317 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.