all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#26549: [PATCH] gnu: Add emacs-google-maps.
@ 2017-04-17 23:09 Vasile Dumitrascu
  2017-04-20 18:00 ` Kei Kebreau
  0 siblings, 1 reply; 5+ messages in thread
From: Vasile Dumitrascu @ 2017-04-17 23:09 UTC (permalink / raw)
  To: 26549; +Cc: Vasile Dumitrascu

* gnu/packages/emacs.scm (emacs-google-maps): New variable.
---
 gnu/packages/emacs.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 673bbdf89..95298a0fa 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1229,6 +1229,25 @@ or XEmacs.")
 the Emacs buffer.")
     (license license:gpl3+)))
 
+(define-public emacs-google-maps
+  (package
+    (name "emacs-google-maps")
+    (version "1.0.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://github.com/jd/google-maps.el/"
+                                  "archive/" version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "014bxapm4d8vjxbzrfjdpsavxyfx981mlcb10aq5rmigr6il8ybs"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/jd/google-maps.el")
+    (synopsis "Access Google Maps from Emacs")
+    (description "The @code{google-maps} package allows to display Google
+Maps directly inside Emacs.")
+    (license license:gpl1+)))
+
 (define-public emacs-mmm-mode
   (package
     (name "emacs-mmm-mode")
-- 
2.11.0

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

* bug#26549: [PATCH] gnu: Add emacs-google-maps.
  2017-04-17 23:09 bug#26549: [PATCH] gnu: Add emacs-google-maps Vasile Dumitrascu
@ 2017-04-20 18:00 ` Kei Kebreau
  2017-04-22 18:54   ` Alex Kost
  0 siblings, 1 reply; 5+ messages in thread
From: Kei Kebreau @ 2017-04-20 18:00 UTC (permalink / raw)
  To: Vasile Dumitrascu; +Cc: 26549

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

Vasile Dumitrascu <va511e@yahoo.com> writes:

> * gnu/packages/emacs.scm (emacs-google-maps): New variable.
> ---
>  gnu/packages/emacs.scm | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index 673bbdf89..95298a0fa 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -1229,6 +1229,25 @@ or XEmacs.")
>  the Emacs buffer.")
>      (license license:gpl3+)))
>  
> +(define-public emacs-google-maps
> +  (package
> +    (name "emacs-google-maps")
> +    (version "1.0.0")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append "https://github.com/jd/google-maps.el/"
> +                                  "archive/" version ".tar.gz"))
> +              (file-name (string-append name "-" version ".tar.gz"))
> +              (sha256
> +               (base32
> +                "014bxapm4d8vjxbzrfjdpsavxyfx981mlcb10aq5rmigr6il8ybs"))))
> +    (build-system emacs-build-system)
> +    (home-page "https://github.com/jd/google-maps.el")
> +    (synopsis "Access Google Maps from Emacs")
> +    (description "The @code{google-maps} package allows to display Google
> +Maps directly inside Emacs.")
> +    (license license:gpl1+)))

I can't seem to find this license mentioned anywhere, but maybe I'm just
missing it. Where can I find it mentioned?

> +
>  (define-public emacs-mmm-mode
>    (package
>      (name "emacs-mmm-mode")

Other than finding the license, this patch looks fine.

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

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

* bug#26549: [PATCH] gnu: Add emacs-google-maps.
  2017-04-20 18:00 ` Kei Kebreau
@ 2017-04-22 18:54   ` Alex Kost
  2017-04-23 17:08     ` Vasile Dumitrascu
  0 siblings, 1 reply; 5+ messages in thread
From: Alex Kost @ 2017-04-22 18:54 UTC (permalink / raw)
  To: Kei Kebreau; +Cc: Vasile Dumitrascu, 26549

Kei Kebreau (2017-04-20 14:00 -0400) wrote:

> Vasile Dumitrascu <va511e@yahoo.com> writes:
>
>> * gnu/packages/emacs.scm (emacs-google-maps): New variable.
>> ---
>>  gnu/packages/emacs.scm | 19 +++++++++++++++++++
>>  1 file changed, 19 insertions(+)
>>
>> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
>> index 673bbdf89..95298a0fa 100644
>> --- a/gnu/packages/emacs.scm
>> +++ b/gnu/packages/emacs.scm
>> @@ -1229,6 +1229,25 @@ or XEmacs.")
>>  the Emacs buffer.")
>>      (license license:gpl3+)))
>>  
>> +(define-public emacs-google-maps
>> +  (package
>> +    (name "emacs-google-maps")
>> +    (version "1.0.0")
>> +    (source (origin
>> +              (method url-fetch)
>> +              (uri (string-append "https://github.com/jd/google-maps.el/"
>> +                                  "archive/" version ".tar.gz"))
>> +              (file-name (string-append name "-" version ".tar.gz"))
>> +              (sha256
>> +               (base32
>> +                "014bxapm4d8vjxbzrfjdpsavxyfx981mlcb10aq5rmigr6il8ybs"))))
>> +    (build-system emacs-build-system)
>> +    (home-page "https://github.com/jd/google-maps.el")
>> +    (synopsis "Access Google Maps from Emacs")
>> +    (description "The @code{google-maps} package allows to display Google
>> +Maps directly inside Emacs.")
>> +    (license license:gpl1+)))
>
> I can't seem to find this license mentioned anywhere, but maybe I'm just
> missing it. Where can I find it mentioned?

I think it should be gpl3+, as GPL3 or later is mentioned in the *.el files.

>> +
>>  (define-public emacs-mmm-mode
>>    (package
>>      (name "emacs-mmm-mode")
>
> Other than finding the license, this patch looks fine.

I agree.  Vasile, could you resend this patch please, I can't apply it
to the current master, not sure what the problem is.

-- 
Alex

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

* bug#26549: [PATCH] gnu: Add emacs-google-maps.
  2017-04-22 18:54   ` Alex Kost
@ 2017-04-23 17:08     ` Vasile Dumitrascu
  2017-04-23 23:25       ` Kei Kebreau
  0 siblings, 1 reply; 5+ messages in thread
From: Vasile Dumitrascu @ 2017-04-23 17:08 UTC (permalink / raw)
  To: Alex Kost, Kei Kebreau; +Cc: 26549

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

  Hi

You were correct. Please find attached the updated patch. Thank you,

  Vasile

Alex Kost:
> Kei Kebreau (2017-04-20 14:00 -0400) wrote:
> 
>> Vasile Dumitrascu <va511e@yahoo.com> writes:
>>
>>> * gnu/packages/emacs.scm (emacs-google-maps): New variable.
>>> ---
>>>  gnu/packages/emacs.scm | 19 +++++++++++++++++++
>>>  1 file changed, 19 insertions(+)
>>>
>>> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
>>> index 673bbdf89..95298a0fa 100644
>>> --- a/gnu/packages/emacs.scm
>>> +++ b/gnu/packages/emacs.scm
>>> @@ -1229,6 +1229,25 @@ or XEmacs.")
>>>  the Emacs buffer.")
>>>      (license license:gpl3+)))
>>>  
>>> +(define-public emacs-google-maps
>>> +  (package
>>> +    (name "emacs-google-maps")
>>> +    (version "1.0.0")
>>> +    (source (origin
>>> +              (method url-fetch)
>>> +              (uri (string-append "https://github.com/jd/google-maps.el/"
>>> +                                  "archive/" version ".tar.gz"))
>>> +              (file-name (string-append name "-" version ".tar.gz"))
>>> +              (sha256
>>> +               (base32
>>> +                "014bxapm4d8vjxbzrfjdpsavxyfx981mlcb10aq5rmigr6il8ybs"))))
>>> +    (build-system emacs-build-system)
>>> +    (home-page "https://github.com/jd/google-maps.el")
>>> +    (synopsis "Access Google Maps from Emacs")
>>> +    (description "The @code{google-maps} package allows to display Google
>>> +Maps directly inside Emacs.")
>>> +    (license license:gpl1+)))
>>
>> I can't seem to find this license mentioned anywhere, but maybe I'm just
>> missing it. Where can I find it mentioned?
> 
> I think it should be gpl3+, as GPL3 or later is mentioned in the *.el files.
> 
>>> +
>>>  (define-public emacs-mmm-mode
>>>    (package
>>>      (name "emacs-mmm-mode")
>>
>> Other than finding the license, this patch looks fine.
> 
> I agree.  Vasile, could you resend this patch please, I can't apply it
> to the current master, not sure what the problem is.
> 

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-google-maps.patch --]
[-- Type: text/x-patch; name="0001-gnu-Add-emacs-google-maps.patch", Size: 1488 bytes --]

From 2c30acfe9f2cfbe53bbf5d98b174a61ad6490e0f Mon Sep 17 00:00:00 2001
From: Vasile Dumitrascu <va511e@yahoo.com>
Date: Sun, 23 Apr 2017 18:53:57 +0200
Subject: [PATCH] gnu: Add emacs-google-maps.

* gnu/packages/emacs.scm (emacs-google-maps): New variable.
---
 gnu/packages/emacs.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 47ea8d43a..14d851184 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1230,6 +1230,25 @@ or XEmacs.")
 the Emacs buffer.")
     (license license:gpl3+)))
 
+(define-public emacs-google-maps
+  (package
+    (name "emacs-google-maps")
+    (version "1.0.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://github.com/jd/google-maps.el/"
+                                  "archive/" version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "014bxapm4d8vjxbzrfjdpsavxyfx981mlcb10aq5rmigr6il8ybs"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/jd/google-maps.el")
+    (synopsis "Access Google Maps from Emacs")
+    (description "The @code{google-maps} package allows to display Google
+Maps directly inside Emacs.")
+    (license license:gpl3+)))
+
 (define-public emacs-mmm-mode
   (package
     (name "emacs-mmm-mode")
-- 
2.11.0


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

* bug#26549: [PATCH] gnu: Add emacs-google-maps.
  2017-04-23 17:08     ` Vasile Dumitrascu
@ 2017-04-23 23:25       ` Kei Kebreau
  0 siblings, 0 replies; 5+ messages in thread
From: Kei Kebreau @ 2017-04-23 23:25 UTC (permalink / raw)
  To: Vasile Dumitrascu; +Cc: 26549-done, Alex Kost

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

Vasile Dumitrascu <va511e@yahoo.com> writes:

>   Hi
>
> You were correct. Please find attached the updated patch. Thank you,
>
>   Vasile
>
> Alex Kost:
>> Kei Kebreau (2017-04-20 14:00 -0400) wrote:
>> 
>>> Vasile Dumitrascu <va511e@yahoo.com> writes:
>>>
>>>> * gnu/packages/emacs.scm (emacs-google-maps): New variable.
>>>> ---
>>>>  gnu/packages/emacs.scm | 19 +++++++++++++++++++
>>>>  1 file changed, 19 insertions(+)
>>>>
>>>> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
>>>> index 673bbdf89..95298a0fa 100644
>>>> --- a/gnu/packages/emacs.scm
>>>> +++ b/gnu/packages/emacs.scm
>>>> @@ -1229,6 +1229,25 @@ or XEmacs.")
>>>>  the Emacs buffer.")
>>>>      (license license:gpl3+)))
>>>>  
>>>> +(define-public emacs-google-maps
>>>> +  (package
>>>> +    (name "emacs-google-maps")
>>>> +    (version "1.0.0")
>>>> +    (source (origin
>>>> +              (method url-fetch)
>>>> +              (uri (string-append "https://github.com/jd/google-maps.el/"
>>>> +                                  "archive/" version ".tar.gz"))
>>>> +              (file-name (string-append name "-" version ".tar.gz"))
>>>> +              (sha256
>>>> +               (base32
>>>> +                "014bxapm4d8vjxbzrfjdpsavxyfx981mlcb10aq5rmigr6il8ybs"))))
>>>> +    (build-system emacs-build-system)
>>>> +    (home-page "https://github.com/jd/google-maps.el")
>>>> +    (synopsis "Access Google Maps from Emacs")
>>>> +    (description "The @code{google-maps} package allows to display Google
>>>> +Maps directly inside Emacs.")
>>>> +    (license license:gpl1+)))
>>>
>>> I can't seem to find this license mentioned anywhere, but maybe I'm just
>>> missing it. Where can I find it mentioned?
>> 
>> I think it should be gpl3+, as GPL3 or later is mentioned in the *.el files.
>> 
>>>> +
>>>>  (define-public emacs-mmm-mode
>>>>    (package
>>>>      (name "emacs-mmm-mode")
>>>
>>> Other than finding the license, this patch looks fine.
>> 
>> I agree.  Vasile, could you resend this patch please, I can't apply it
>> to the current master, not sure what the problem is.
>> 

Thanks! I've pushed this to master.

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

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

end of thread, other threads:[~2017-04-23 23:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-17 23:09 bug#26549: [PATCH] gnu: Add emacs-google-maps Vasile Dumitrascu
2017-04-20 18:00 ` Kei Kebreau
2017-04-22 18:54   ` Alex Kost
2017-04-23 17:08     ` Vasile Dumitrascu
2017-04-23 23:25       ` Kei Kebreau

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.