emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jonas Bernoulli <jonas@bernoul.li>
To: Bastien <bzg@gnu.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: [IMPORTANT] The contrib/ directory now lives outside of Org's repository
Date: Thu, 06 May 2021 21:16:33 +0200	[thread overview]
Message-ID: <871rajd65q.fsf@bernoul.li> (raw)
In-Reply-To: <87v97ys26s.fsf@bzg.fr>

Bastien <bzg@gnu.org> writes:

> Jonas Bernoulli <jonas@bernoul.li> writes:
>
>> All the *ELPAs extract metadata from the "main library", which by
>> default is the library whose name matches the name of the package.
>>
>> If the name doesn't match, then it can be overridden, but some
>> main library is required, even if it does nothing but provide
>> the metadata and (provide 'org-contrib).
>>
>> I've already added "org-contrib" to the Emacsmirror, but because
>> nothing like "org-contrib.el" exists, I had to randomly pick a
>> library and as a result the package description for all of
>> "org-contrib" currently is "Org-mode Babel support for Arduino".
>>
>> Please add "org-contrib.el" containing some juicy metadata.
>
> Well, I don't know if they are *that* juicy but I just added some.
> Let me know how this look!  And thanks for the above instructions,
> that's very useful.

The commentary and summary are also part of the metadata that *ELPA and
the Emacsmirror use.  There are several additional issues and I think
it's easiest if I just show you what I think the file should look like:

-----------------------

;;; org-contrib.el --- Add-ons that are no longer distributed with Org-mode 

;; Copyright (C) 2021 Bastien Guerry

;; Author: Bastien Guerry <bzg@gnu.org>
;; Homepage: https://git.sr.ht/~bzg/org-contrib
;; Package-Requires: ((emacs "25.1") (org "9.4.5"))
;; Package-Version: 0.0.1
;; Keywords: org
;; SPDX-License-Identifier: GPL-3.0-or-later

;; This file is not part of GNU Emacs.

;; 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
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.

;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;; GNU General Public License for more details.

;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.

;;; Commentary

;; This package contains add-ons to Org-mode which are not part of GNU
;; Emacs or of the official Org package.

;; ** This package receive little if no maintainance. **

;; Especially, there is no guaranty that it is compatible with the latest
;; Org stable version.  Would you would like to volunteer maintaining it?
;; If so, please send me an email at bzg@gnu.org.

;; If you want to maintain only one or some of these add-ons please send
;; me an email and consider hosting the add-ons on a separate repository.

;; These files used to live in the Org repository but have been filtered
;; out of the Org 9.5 release and are stored here for archival purpose.
;; The contrib/ directory used to contain a scripts/ directory that now
;; lives on Worg: <https://code.orgmode.org/bzg/worg/src/master/code>.

;;; Note:

;; This file, org-contrib.el, provides metadata for the (future)
;; org-contrib GNU ELPA package.

;;; Code:

(provide 'org-contrib)

;;; org-contrib.el ends here


  reply	other threads:[~2021-05-06 19:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-03 12:14 [IMPORTANT] The contrib/ directory now lives outside of Org's repository Bastien
2021-05-03 12:29 ` Bastien
2021-05-03 14:34   ` Bastien
2021-05-04 17:47 ` Jonas Bernoulli
2021-05-04 19:56   ` Bastien
2021-05-06 19:16     ` Jonas Bernoulli [this message]
2021-05-07  4:02       ` Bastien
2021-05-15 12:23 ` Bastien
2021-05-15 20:21   ` Samuel Wales
2021-05-15 20:39     ` Bastien
2021-05-15 20:48       ` Samuel Wales

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.orgmode.org/

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

  git send-email \
    --in-reply-to=871rajd65q.fsf@bernoul.li \
    --to=jonas@bernoul.li \
    --cc=bzg@gnu.org \
    --cc=emacs-orgmode@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/org-mode.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).