Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/emacs:master commit in: eclass/
Date: Mon, 04 Nov 2013 21:35:06
Message-Id: 1383600935.6dc2a422952ae3725cf2b9e937d117a7286a06f8.ulm@gentoo
1 commit: 6dc2a422952ae3725cf2b9e937d117a7286a06f8
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 4 21:35:35 2013 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 4 21:35:35 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=6dc2a422
7
8 Fix ChangeLog.
9
10 ---
11 eclass/ChangeLog | 38 ++++++++++++++++++++++----------------
12 1 file changed, 22 insertions(+), 16 deletions(-)
13
14 diff --git a/eclass/ChangeLog b/eclass/ChangeLog
15 index 3bdade8..e46c0f1 100644
16 --- a/eclass/ChangeLog
17 +++ b/eclass/ChangeLog
18 @@ -1,3 +1,12 @@
19 +2013-10-31 Ulrich Müller <ulm@g.o>
20 +
21 + * elisp-common.eclass (elisp-site-regen): Don't create
22 + site-gentoo.el in postrm phase.
23 +
24 +2013-09-04 Ulrich Müller <ulm@g.o>
25 +
26 + * elisp-common.eclass: Add proper @CODE tags in comments.
27 +
28 2013-07-18 Ulrich Müller <ulm@g.o>
29
30 * elisp-common.eclass (elisp-emacs-version): Unset TERM and
31 @@ -5,8 +14,8 @@
32
33 2013-07-16 Mats Lidell <matsl@g.o>
34
35 - * xemacs-packages.eclass (xemacs-packages_src_prepare,
36 - xemacs-packages_src_configure): New functions that does
37 + * xemacs-packages.eclass (xemacs-packages_src_prepare)
38 + (xemacs-packages_src_configure): New functions that does
39 nothing. Needed for EAPI>2 support.
40
41 2013-03-04 Ulrich Müller <ulm@g.o>
42 @@ -36,10 +45,20 @@
43 * elisp-common.eclass (elisp-site-regen): Remove last remnants of
44 backwards compatibility code that was introduced at 2007-12-01.
45
46 +2012-08-24 Ulrich Müller <ulm@g.o>
47 +
48 + * elisp-common.eclass (elisp-site-regen): Suppress warning for
49 + initial installation.
50 +
51 2012-08-17 Ulrich Müller <ulm@g.o>
52
53 * elisp.eclass (IUSE): Remove unnecessary variable assignment.
54
55 +2012-07-18 Ulrich Müller <ulm@g.o>
56 +
57 + * elisp-common.eclass: Make use of the @ROFF token in
58 + documentation.
59 +
60 2012-02-11 Ulrich Müller <ulm@g.o>
61
62 * elisp-common.eclass (elisp-need-emacs): Require GNU Emacs.
63 @@ -775,18 +794,5 @@
64
65 * elisp.eclass: Initial.
66
67 -Copyright 2002-2012 Gentoo Foundation
68 +Copyright 2002-2013 Gentoo Foundation
69 Distributed under the terms of the GNU General Public License v2
70 -
71 - 31 Oct 2013; Ulrich Müller <ulm@g.o> elisp-common.eclass:
72 - Don't create site-gentoo.el in postrm phase.
73 -
74 - 04 Sep 2013; Ulrich Müller <ulm@g.o> elisp-common.eclass:
75 - Add proper @CODE tags in comments.
76 -
77 - 24 Aug 2012; Ulrich Müller <ulm@g.o> elisp-common.eclass:
78 - Suppress warning for initial installation.
79 -
80 - 18 Jul 2012; Ulrich Müller <ulm@g.o> elisp-common.eclass:
81 - Sync from Portage tree: Make use of the @ROFF token in documentation.
82 -