blob: 240c0bef47ccf034c80cf61884ef92533016e3d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
12 Jun 2007; Christian Faulhammer <opfer@gentoo.org> elisp.eclass:
remove an uncessary test
11 Jun 2007; Christian Faulhammer <opfer@gentoo.org> elisp.eclass:
set free the ghosts of the NEED_EMACS depending scheme, for the new-style
Emacs virtuals
04 Jun 2007; Ulrich Mueller <ulm@gentoo.org> elisp.eclass,
elisp-common.eclass:
New function elisp-emacs-version, works for all known Emacs versions.
Use versionator.eclass for comparison of versions.
04 Jun 2007; Christian Faulhammer <opfer@gentoo.org> elisp.eclass,
elisp-common.eclass:
added a comment about elisp-emacs-major-version() in the documentation;
documented NEED_EMACS a bit, added some more comments
04 Jun 2007; Christian Faulhammer <opfer@gentoo.org> elisp.eclass:
export pkg_setup function; uncomment parts of it and add some checks and
output for testing
01 Jun 2007; Ulrich Mueller <ulm@gentoo.org> elisp.eclass:
Depend on >=virtual/emacs-${VERSION} since this is what we later ask for.
01 Jun 2007; Christian Faulhammer <opfer@gentoo.org> elisp.eclass,
+elisp-common.eclass:
provide elisp-emacs-major-version() in -common.eclass and use it in in
pkg_setup
31 May 2007; Christian Faulhammer <opfer@gentoo.org> +elisp.eclass:
add inactive code for new style dependencies on virtual/emacs
28 May 2007; Hans de Graaff <graaff@gentoo.org> +xemacs-elisp.class
+xemacs-elisp-common.eclass:
Add initial XEmacs elisp classes modelled after the Emacs elisp classes.
16 Apr 2007; Christian Faulhammer <opfer@gentoo.org> -elisp.eclass,
-elisp-common.eclass:
removed as they are in Portage now
14 Apr 2007; Ulrich Mueller <ulm@gentoo.org> elisp-common.eclass:
E-mail address updated.
11 Apr 2007; Ulrich Mueller <ulm@kph.uni-mainz.de> elisp-common.eclass:
Document arguments of elisp-make-autoload-file().
10 Apr 2007; Ulrich Mueller <ulm@kph.uni-mainz.de> elisp-common.eclass:
Documentation change: use ${PN} in name of SITEFILE.
10 Apr 2007; Ulrich Mueller <ulm@kph.uni-mainz.de> elisp-common.eclass:
New function elisp_make_autoload_file().
10 Apr 2007; Christian Faulhammer <opfer@gentoo.org> elisp.eclass:
document SIMPLE_ELISP
08 Apr 2007; Christian Faulhammer <opfer@gentoo.org> elisp.eclass:
remove SRC_URI pointing to mkennedy's devspace
30 Mar 2007; Ulrich Mueller <ulm@kph.uni-mainz.de> elisp-common.eclass:
Honour ${ROOT} in elisp-site-regen().
16 Mar 2007; Christian Faulhammer <opfer@gentoo.org> elisp-common.eclass:
Updated documentation on site-lisp dir.
rephrased the fact that it is no real eclass
15 Mar 2007; Christian Faulhammer <opfer@gentoo.org> elisp.eclass:
documented
added some quotes to prevent variables with spaces to break commands
removed local Emacs variables
15 Mar 2007; Christian Faulhammer <opfer@gentoo.org> elisp-common.eclass:
documented
added some quotes to prevent variables with spaces to break commands
straightened elisp-comp()
removed local Emacs variables
|