unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "Jose A. Ortega Ruiz" <jao@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Package proposal for GNU (or NonGNU) ELPA
Date: Sat, 06 Aug 2022 18:03:14 -0400	[thread overview]
Message-ID: <jwvedxtrqgg.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <87y1w2cp8j.fsf@mail.jao.io> (Jose A. Ortega Ruiz's message of "Fri, 05 Aug 2022 23:14:20 +0100")

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

Jose A. Ortega Ruiz [2022-08-05 23:14:20] wrote:
> I'd like to propose my small package consult-recoll for inclusion in
> either GNU or NonGNU ELPA.  It's hosted at codeberg:

I just added it to elpa.git, but it won't be released into GNU ELPA yet
because of the "Copyright" line in the file, which needs to be updated,
as in the patch below, which also tweaks the `.gitignore`.

After making those changes, you should be able to check the result at
https://elpa.gnu.org/devel/consult-recoll.html
Once you're satisfied, you'll need to additionally bump the `Version:`
in order to tell GNU ELPA to build a release tarball.


        Stefan

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: consult-recoll.patch --]
[-- Type: text/x-diff, Size: 765 bytes --]

diff --git a/.gitignore b/.gitignore
index 92112bec18..4f429d9ab4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,7 @@
 # Undo-tree save-files
 *.~undo-tree
 
+
+# ELPA-generated files
+/consult-recoll-autoloads.el
+/consult-recoll-pkg.el
diff --git a/consult-recoll.el b/consult-recoll.el
index b2bf0e0769..507a3cb3d6 100644
--- a/consult-recoll.el
+++ b/consult-recoll.el
@@ -8,7 +8,7 @@
 ;; Package-Requires: ((emacs "26.1") (consult "0.18"))
 ;; Homepage: https://codeberg.org/jao/consult-recoll
 
-;; Copyright (C) 2021, 2022  Jose A Ortega Ruiz
+;; Copyright (C) 2021-2022  Free Software Foundation, Inc.
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by

  reply	other threads:[~2022-08-06 22:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-05 22:14 Package proposal for GNU (or NonGNU) ELPA Jose A. Ortega Ruiz
2022-08-06 22:03 ` Stefan Monnier [this message]
2022-08-07 22:06   ` jao

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://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=jwvedxtrqgg.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=jao@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/emacs.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).