all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Catonano <catonano@gmail.com>
To: guix-devel@gnu.org
Subject: Fwd: [PATCH] emacs-epl
Date: Thu, 26 May 2016 23:09:20 +0200	[thread overview]
Message-ID: <CAJ98PDxURtvbMiu9c4LAcSyMGpEhTtbFEqhrtz7sSb30VKtLRA@mail.gmail.com> (raw)
In-Reply-To: <CAJ98PDw72u935VrpM+dKGiH4J7FBmEtftxD3qyC6uV=xjJHzGw@mail.gmail.com>


[-- 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


       reply	other threads:[~2016-05-26 21:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAJ98PDw72u935VrpM+dKGiH4J7FBmEtftxD3qyC6uV=xjJHzGw@mail.gmail.com>
2016-05-26 21:09 ` Catonano [this message]
2016-05-27  8:11   ` Fwd: [PATCH] emacs-epl Alex Kost

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJ98PDxURtvbMiu9c4LAcSyMGpEhTtbFEqhrtz7sSb30VKtLRA@mail.gmail.com \
    --to=catonano@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.