emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Adding use-package to ELPA


From: Philip Kaludercic
Subject: Adding use-package to ELPA
Date: Thu, 03 Mar 2022 12:42:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Hi,

from [0] it seems like use-package has collected the copyright
assignments from all the significant contributors, but nobody has had
the time to act on this.

As it seems to be a popular package, I tried adding it to GNU ELPA:

>From 7492166c278e17b40ddc524d244b588e46be63cf Mon Sep 17 00:00:00 2001
From: Philip Kaludercic <philipk@posteo.net>
Date: Thu, 3 Mar 2022 11:08:40 +0100
Subject: [PATCH] * elpa-packages (use-package, bind-key): New packages

---
 elpa-packages | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/elpa-packages b/elpa-packages
index cfbf18b8a6..588c2fe161 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -60,6 +60,8 @@
   :lisp-dir "lisp"
   :doc "doc/bbdb.texi")
  ("beacon"             :url "https://github.com/Malabarba/beacon";)
+ ("bind-key"         :url "https://github.com/jwiegley/use-package";
+  :ignored-files ("doc" "Makefile*" "bind-chords.el" "use-package*"))
  ("blist"              :url "https://gitlab.com/mmemmew/blist";
   :doc "blist.texinfo"
   :readme "README.org"
@@ -571,6 +573,8 @@
   :readme "README.md")
  ("uniquify-files"     :url nil)
  ("url-http-ntlm"      :url nil)
+ ("use-package"         :url "https://github.com/jwiegley/use-package";
+  :ignored-files ("doc" "Makefile*" "bind-*" "use-package-chords.el"))
  ("validate"           :url "https://github.com/Malabarba/validate.el";)
  ("valign"             :url "https://github.com/casouri/valign";)
  ("vc-got"             :url "https://git.omarpolo.com/vc-got";
-- 
2.30.2

and setting aside the copyright lines, it seems to work.  I guess the
more interesting question is if this should be added to ELPA or the
core?

[0] https://github.com/jwiegley/use-package/issues/282

-- 
        Philip Kaludercic

reply via email to

[Prev in Thread] Current Thread [Next in Thread]