unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/4] emacs-queue
@ 2016-05-29 15:53 Catonano
  2016-05-30 10:13 ` Alex Kost
  0 siblings, 1 reply; 2+ messages in thread
From: Catonano @ 2016-05-29 15:53 UTC (permalink / raw)
  To: guix-devel


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



[-- Attachment #1.2: Type: text/html, Size: 26 bytes --]

[-- Attachment #2: 0001-emacs-queue.patch --]
[-- Type: text/x-patch, Size: 1456 bytes --]

From 89849ff33cd67243d691748f77f13474676d5361 Mon Sep 17 00:00:00 2001
From: humanitiesNerd <catonano@gmail.com>
Date: Fri, 27 May 2016 10:01:59 +0200
Subject: gnu: Add emacs-queue.

*  gnu/packages/emacs.scm (emacs-queue): New variable.
---
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 5d6db5a..90f55ea 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1706,3 +1706,24 @@ It is recommended to use @code{clojure-mode} with paredit or smartparens.")
 The purpose of this library is to wrap all the quirks and hassle of
 @code{package.el} into a sane API.")
     (license license:gpl3+)))
+
+(define-public emacs-queue
+  (package
+    (name "emacs-queue")
+    (version "0.1.1")
+    (source
+     (origin
+       (method uncompressed-file-fetch)
+       (uri (string-append "http://elpa.gnu.org/packages/queue-" version ".el"))
+       (sha256
+         (base32
+          "0jw24fxqnf9qcaf2nh09cnds1kqfk7hal35dw83x1ari95say391"))))
+    (build-system emacs-build-system)
+    (home-page "http://www.dr-qubit.org/emacs.php")
+    (synopsis "Queue data structure")
+    (description
+     "These queues can be used both as a first-in last-out (FILO) and as a
+first-in first-out (FIFO) stack, i.e. elements can be added to the front or
+back of the queue, and can be removed from the front. (This type of data
+structure is sometimes called an \"output-restricted deque\")")
+    (license license:gpl3+)))
-- 
2.5.5


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

* Re: [PATCH 1/4] emacs-queue
  2016-05-29 15:53 [PATCH 1/4] emacs-queue Catonano
@ 2016-05-30 10:13 ` Alex Kost
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Kost @ 2016-05-30 10:13 UTC (permalink / raw)
  To: Catonano; +Cc: guix-devel

Catonano (2016-05-29 18:53 +0300) wrote:

> From 89849ff33cd67243d691748f77f13474676d5361 Mon Sep 17 00:00:00 2001
> From: humanitiesNerd <catonano@gmail.com>
> Date: Fri, 27 May 2016 10:01:59 +0200
> Subject: gnu: Add emacs-queue.
>
> *  gnu/packages/emacs.scm (emacs-queue): New variable.
> ---
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index 5d6db5a..90f55ea 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -1706,3 +1706,24 @@ It is recommended to use @code{clojure-mode} with paredit or smartparens.")
>  The purpose of this library is to wrap all the quirks and hassle of
>  @code{package.el} into a sane API.")
>      (license license:gpl3+)))
> +
> +(define-public emacs-queue
> +  (package
> +    (name "emacs-queue")
> +    (version "0.1.1")
> +    (source
> +     (origin
> +       (method uncompressed-file-fetch)
> +       (uri (string-append "http://elpa.gnu.org/packages/queue-" version ".el"))
> +       (sha256
> +         (base32
> +          "0jw24fxqnf9qcaf2nh09cnds1kqfk7hal35dw83x1ari95say391"))))
> +    (build-system emacs-build-system)
> +    (home-page "http://www.dr-qubit.org/emacs.php")

This page tells it moved to
<http://www.dr-qubit.org/tags/computing-code-emacs.html>
so I changed it.


> +    (synopsis "Queue data structure")

I made it: "Queue data structure for Emacs"

> +    (description
> +     "These queues can be used both as a first-in last-out (FILO) and as a

I added here:

  This Emacs library provides queue data structure.  These queues ...

> +first-in first-out (FIFO) stack, i.e. elements can be added to the front or
> +back of the queue, and can be removed from the front. (This type of data
> +structure is sometimes called an \"output-restricted deque\")")
> +    (license license:gpl3+)))

Applied, thanks!

-- 
Alex

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

end of thread, other threads:[~2016-05-30 10:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-29 15:53 [PATCH 1/4] emacs-queue Catonano
2016-05-30 10:13 ` Alex Kost

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).