unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [PATCH] emacs-epl
@ 2016-05-26 16:38 Catonano
  2016-05-26 16:47 ` Mathieu Lirzin
  0 siblings, 1 reply; 2+ messages in thread
From: Catonano @ 2016-05-26 16:38 UTC (permalink / raw)
  To: guile-devel


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



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

[-- Attachment #2: 0001-gnu-Add-new-variable-emacs-epl.patch --]
[-- Type: text/x-patch, Size: 1374 bytes --]

From 0d303576f88d00f2d3b58e7c452bcf575876b124 Mon Sep 17 00:00:00 2001
From: humanitiesNerd <catonano@gmail.com>
Date: Thu, 26 May 2016 01:31:30 +0200
Subject: gnu: Add new variable (emacs-epl).

* gnu/packages/emacs.scm (emacs-epl): New variable.
---

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 967f583..e513dc6 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1684,3 +1684,28 @@ well as completely new features.")
 refactoring for the @uref{http://clojure.org, Clojure programming language}.
 It is recommended to use @code{clojure-mode} with paredit or smartparens.")
     (license license:gpl3+)))
+
+(define-public emacs-epl
+  (package
+    (name "emacs-epl")
+    (version "0.8")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/cask/epl/archive/"
+             version
+             ".tar.gz"))
+       (sha256
+        (base32
+          "1511n3a3f5gvaf2b4nh018by61ciyzi3y3603fzqma7p9hrckarc"))))
+    (build-system emacs-build-system)
+    (home-page "http://github.com/cask/epl")
+    (synopsis "Emacs Package Library")
+    (description
+     "A package management library for Emacs, based on package.el.
+
+The purpose of this library is to wrap all the quirks and hassle of
+package.el into a sane API.")
+    (license license:gpl3+)))
+
-- 
2.5.5


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

* Re: [PATCH] emacs-epl
  2016-05-26 16:38 [PATCH] emacs-epl Catonano
@ 2016-05-26 16:47 ` Mathieu Lirzin
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Lirzin @ 2016-05-26 16:47 UTC (permalink / raw)
  To: Catonano; +Cc: guile-devel

Hi,

Catonano <catonano@gmail.com> writes:

> From 0d303576f88d00f2d3b58e7c452bcf575876b124 Mon Sep 17 00:00:00 2001
> From: humanitiesNerd <catonano@gmail.com>
> Date: Thu, 26 May 2016 01:31:30 +0200
> Subject: gnu: Add new variable (emacs-epl).
>
> * gnu/packages/emacs.scm (emacs-epl): New variable.

Please send this to guix-devel instead, thanks.

-- 
Mathieu Lirzin



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

end of thread, other threads:[~2016-05-26 16:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-26 16:38 [PATCH] emacs-epl Catonano
2016-05-26 16:47 ` Mathieu Lirzin

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