From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: 33459@debbugs.gnu.org
Subject: [bug#33459] [PATCH 1/4] gnu: Add emacs-ov.
Date: Wed, 21 Nov 2018 22:10:46 +0100 [thread overview]
Message-ID: <20181121211049.6440-1-mail@nicolasgoaziou.fr> (raw)
In-Reply-To: <20181121210816.6332-1-mail@nicolasgoaziou.fr>
* gnu/packages/emacs.scm (emacs-ov): New variable.
---
gnu/packages/emacs.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 98a20028f..7849dfce3 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -12568,3 +12568,23 @@ customized. In addition to C code development @command{gtk-look} is good for
classes like @command{<gtk-window>}.
@end itemize\n")
(license license:gpl3+)))
+
+(define-public emacs-ov
+ (package
+ (name "emacs-ov")
+ (version "1.0.6")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ShingoFukuyama/ov.el.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0qxk2rf84j86syxi8xknsq252irwg7sz396v3bb4wqz4prpj0kzc"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/ShingoFukuyama/ov.el")
+ (synopsis "Overlay library for Emacs Lisp")
+ (description "ov.el provides a simple way to manipulate overlays in
+Emacs.")
+ (license license:gpl3+)))
--
2.19.1
next prev parent reply other threads:[~2018-11-21 21:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-21 21:08 [bug#33459] [PATCH 0/4] Add emacs-matrix-client Nicolas Goaziou
2018-11-21 21:10 ` Nicolas Goaziou [this message]
2018-11-21 21:10 ` [bug#33459] [PATCH 2/4] gnu: Add emacs-tracking Nicolas Goaziou
2018-11-21 21:10 ` [bug#33459] [PATCH 3/4] gnu: Add emacs-a Nicolas Goaziou
2018-11-21 21:10 ` [bug#33459] [PATCH 4/4] gnu: Add emacs-matrix-client Nicolas Goaziou
2018-11-23 19:22 ` [bug#33459] [PATCH 0/4] " Marius Bakke
2018-11-23 21:07 ` bug#33459: " Nicolas Goaziou
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181121211049.6440-1-mail@nicolasgoaziou.fr \
--to=mail@nicolasgoaziou.fr \
--cc=33459@debbugs.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 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).