Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/lisp/emacs: emacs.xml
Date: Mon, 31 Dec 2007 09:07:40
Message-Id: E1J9GcN-0003Nv-1T@stork.gentoo.org
1 ulm 07/12/31 09:07:31
2
3 Modified: emacs.xml
4 Log:
5 Site-init files are now installed in site-gentoo.d/ subdirectory.
6
7 Revision Changes Path
8 1.69 xml/htdocs/proj/en/lisp/emacs/emacs.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml?rev=1.69&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml?rev=1.69&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml?r1=1.68&r2=1.69
13
14 Index: emacs.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml,v
17 retrieving revision 1.68
18 retrieving revision 1.69
19 diff -u -r1.68 -r1.69
20 --- emacs.xml 2 Dec 2007 18:28:00 -0000 1.68
21 +++ emacs.xml 31 Dec 2007 09:07:30 -0000 1.69
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml,v 1.68 2007/12/02 18:28:00 opfer Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml,v 1.69 2007/12/31 09:07:30 ulm Exp $ -->
27
28 <guide link="/proj/en/lisp/emacs/emacs.xml" lang="en">
29 <title>GNU Emacs on Gentoo</title>
30 @@ -22,8 +22,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.8</version>
35 -<date>2007-12-02</date>
36 +<version>1.9</version>
37 +<date>2007-12-31</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -346,11 +346,12 @@
42 the needed commands. The file is located in <c>${FILESDIR}</c> and
43 starts with a two-digit number, followed by the package name
44 and <path>-gentoo</path>. The <c>elisp-install</c> function puts
45 -this file in the directory <path>/usr/share/emacs/site-lisp/</path>.
46 +this file in the directory
47 +<path>/usr/share/emacs/site-lisp/site-gentoo.d/</path>.
48 </p>
49 <p>
50 When calling <c>elisp-site-regen</c> in an ebuild, the global site
51 -file <path>/usr/share/emacs/site-lisp/site-gentoo</path> is
52 +file <path>/usr/share/emacs/site-lisp/site-gentoo.el</path> is
53 regenerated, which holds the contents of all individual site init
54 files in one. They are read in alphabetical order, so the numbers
55 determine which comes first, the lowest is to be found at the
56
57
58
59 --
60 gentoo-commits@g.o mailing list