Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/lisp/emacs: emacs.xml
Date: Wed, 04 Mar 2009 16:31:51
Message-Id: E1Leu0b-0002L5-BN@stork.gentoo.org
1 fauli 09/03/04 16:31:49
2
3 Modified: emacs.xml
4 Log:
5 Clearer wording
6
7 Revision Changes Path
8 1.99 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.99&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml?rev=1.99&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml?r1=1.98&r2=1.99
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.98
18 retrieving revision 1.99
19 diff -u -r1.98 -r1.99
20 --- emacs.xml 4 Mar 2009 16:30:53 -0000 1.98
21 +++ emacs.xml 4 Mar 2009 16:31:45 -0000 1.99
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.98 2009/03/04 16:30:53 fauli Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/lisp/emacs/emacs.xml,v 1.99 2009/03/04 16:31:45 fauli Exp $ -->
27
28 <guide link="/proj/en/lisp/emacs/emacs.xml" lang="en">
29 <title>GNU Emacs on Gentoo</title>
30 @@ -299,7 +299,7 @@
31 <uri link="#eclasses">eclasses</uri> itself.
32 </note>
33 <p>
34 -If a package needs at least a version of GNU Emacs, you can tell
35 +If a package needs at least a specific version of GNU Emacs, you can tell
36 the <path>elisp.eclass</path> by
37 giving <c>NEED_EMACS=<e>version_number</e></c> before
38 the <c>inherit</c> line. Undefined the default dependency is on <path>virtual/emacs-21</path>.