Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/Python: developersguide.xml
Date: Thu, 29 May 2008 18:41:01
Message-Id: E1K1n3X-0001gw-1L@stork.gentoo.org
1 hawking 08/05/29 18:40:55
2
3 Modified: developersguide.xml
4 Log:
5 Removed warning about python_mod_optimize being non-ROOT aware, now that it is ROOT aware.
6
7 Revision Changes Path
8 1.7 xml/htdocs/proj/en/Python/developersguide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/Python/developersguide.xml?rev=1.7&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/Python/developersguide.xml?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/Python/developersguide.xml?r1=1.6&r2=1.7
13
14 Index: developersguide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/Python/developersguide.xml,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- developersguide.xml 13 May 2008 12:50:57 -0000 1.6
21 +++ developersguide.xml 29 May 2008 18:40:54 -0000 1.7
22 @@ -1,7 +1,7 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/Python/developersguide.xml,v 1.6 2008/05/13 12:50:57 hawking Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/Python/developersguide.xml,v 1.7 2008/05/29 18:40:54 hawking Exp $ -->
28
29 <guide link="/proj/en/Python/developersguide.xml" lang="en">
30 <title>Gentoo Python Developers Guide</title>
31 @@ -153,7 +153,7 @@
32
33 <stmt>pkg_postinst()</stmt> {
34 <keyword>python_version</keyword>
35 - <keyword>python_mod_optimize</keyword> <var>${ROOT}</var>usr/$(get_libdir)/python<var>${PYVER}</var>/site-packages/YOURPACKAGE
36 + <keyword>python_mod_optimize</keyword> /usr/$(get_libdir)/python<var>${PYVER}</var>/site-packages/YOURPACKAGE
37 }
38
39 <stmt>pkg_postrm()</stmt> {
40 @@ -167,13 +167,6 @@
41 problems.
42 </impo>
43
44 -<warn>
45 -python_mod_optimize is only _partially_ ROOT-aware; you have to specify $ROOT if
46 -you want a different package while python_mod_cleanup adds $ROOT automatically.
47 -To prevent any kind of problems don't use $ROOT if you have to call
48 -python_mod_cleanup with a path argument!
49 -</warn>
50 -
51 </body>
52 </section>
53 <section>
54 @@ -202,7 +195,7 @@
55 <pre caption="PYTHON_MODNAME usage (example from ipython-0.7.3.ebuild)">
56 <comment># Copyright 1999-2007 Gentoo Foundation</comment>
57 <comment># Distributed under the terms of the GNU General Public License v2</comment>
58 -<comment># $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/Python/developersguide.xml,v 1.6 2008/05/13 12:50:57 hawking Exp $</comment>
59 +<comment># $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/Python/developersguide.xml,v 1.7 2008/05/29 18:40:54 hawking Exp $</comment>
60
61 <ident>NEED_PYTHON</ident>=2.3
62
63
64
65
66 --
67 gentoo-commits@l.g.o mailing list