unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#14137: [PATCH] make package.el more distribution-friendly
@ 2013-04-04  8:49 Yann Hodique
  2013-05-14  7:35 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Yann Hodique @ 2013-04-04  8:49 UTC (permalink / raw)
  To: 14137

This trivial patch allows to redistribute package.el outside of emacs
more easily by:
- making the dependency to tabulated-list.el explicit
- giving a version number to tabulated-list.el

The former is not very important, but without the latter we can't
reliably backport tabulated-list.el and/or depend on it in packages for
older Emacsen without risking to mask the built-in one when installing
packages that depend on it.

The curent workaround is to depend on version "0" of tabulated-list, but
that's ugly and means that basically we can't make it evolve. Generally
speaking, all built-in packages should have version numbers.


2013-04-04  Yann Hodique  <yann.hodique@gmail.com>

	* lisp/emacs-lisp/package.el: depend on tabulated-list explicitly
	* lisp/emacs-lisp/tabulated-list.el: set version number


*** /var/folders/5v/p46z8rl56452tz_1c_fm_zmr0000gn/T//2TbtBg_package.el 2013-04-04 09:00:04.000000000 +0100
--- lisp/emacs-lisp/package.el  2013-04-04 08:59:41.000000000 +0100
***************
*** 6,11 ****
--- 6,12 ----
  ;; Created: 10 Mar 2007
  ;; Version: 1.0.1
  ;; Keywords: tools
+ ;; Package-Requires: ((tabulated-list "1.0"))

  ;; This file is part of GNU Emacs.

*** /var/folders/5v/p46z8rl56452tz_1c_fm_zmr0000gn/T//2XzEpg_tabulated-list.el  2013-04-04 09:00:04.000000000 +0100
--- lisp/emacs-lisp/tabulated-list.el   2013-04-04 08:59:17.000000000 +0100
***************
*** 4,9 ****
--- 4,10 ----

  ;; Author: Chong Yidong <cyd@stupidchicken.com>
  ;; Keywords: extensions, lisp
+ ;; Version: 1.0

  ;; This file is part of GNU Emacs.


-- 
It is possible to become intoxicated with rebellion for rebellion's sake.

  -- DOMINIC VERNIUS, Ecaz Memoirs





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#14137: [PATCH] make package.el more distribution-friendly
  2013-04-04  8:49 bug#14137: [PATCH] make package.el more distribution-friendly Yann Hodique
@ 2013-05-14  7:35 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2013-05-14  7:35 UTC (permalink / raw)
  To: 14137-done

Version: 24.4

OK; applied.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-14  7:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-04  8:49 bug#14137: [PATCH] make package.el more distribution-friendly Yann Hodique
2013-05-14  7:35 ` Glenn Morris

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).