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, 30 Nov 2009 21:59:39
Message-Id: E1NFEHN-0004sx-Et@stork.gentoo.org
1 ulm 09/11/30 21:59:33
2
3 Modified: emacs.xml
4 Log:
5 Update example ebuild.
6
7 Revision Changes Path
8 1.123 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.123&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml?rev=1.123&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml?r1=1.122&r2=1.123
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.122
18 retrieving revision 1.123
19 diff -u -r1.122 -r1.123
20 --- emacs.xml 18 Nov 2009 20:19:42 -0000 1.122
21 +++ emacs.xml 30 Nov 2009 21:59:33 -0000 1.123
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.122 2009/11/18 20:19:42 ulm Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml,v 1.123 2009/11/30 21:59:33 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.32</version>
35 -<date>2009-11-18</date>
36 +<version>1.33</version>
37 +<date>2009-11-30</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -555,8 +555,8 @@
42
43 <ident>S</ident>=<const>"<var>${WORKDIR}</var>/docutils-<var>${PV}</var>/tools/editors/emacs"</const>
44 <ident>DOCS</ident>=<const>"README.txt"</const>
45 +<ident>ELISP_PATCHES</ident>=<const>"<var>${P}</var>-lazy-lock-mode-fix.patch"</const>
46 <ident>SITEFILE</ident>=<const>"50<var>${PN}</var>-gentoo.el"</const>
47 -<ident>PATCHES</ident>=( <const>"<var>${FILESDIR}</var>/<var>${P}</var>-lazy-lock-mode-fix.patch"</const> )
48 </pre>
49 <p>
50 The first lines from inherit to IUSE are standard Gentoo ebuild