Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: python-r1.eclass ChangeLog
Date: Thu, 01 Nov 2012 21:49:51
Message-Id: 20121101214934.5610521600@flycatcher.gentoo.org
1 mgorny 12/11/01 21:49:34
2
3 Modified: python-r1.eclass ChangeLog
4 Log:
5 Minor documentation improvements.
6
7 Revision Changes Path
8 1.16 eclass/python-r1.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-r1.eclass?rev=1.16&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-r1.eclass?rev=1.16&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-r1.eclass?r1=1.15&r2=1.16
13
14 Index: python-r1.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v
17 retrieving revision 1.15
18 retrieving revision 1.16
19 diff -u -r1.15 -r1.16
20 --- python-r1.eclass 1 Nov 2012 21:43:22 -0000 1.15
21 +++ python-r1.eclass 1 Nov 2012 21:49:34 -0000 1.16
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2012 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.15 2012/11/01 21:43:22 mgorny Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.16 2012/11/01 21:49:34 mgorny Exp $
27
28 # @ECLASS: python-r1
29 # @MAINTAINER:
30 @@ -87,8 +87,7 @@
31 #
32 # It will cause the Python dependencies to look like:
33 # @CODE
34 -# python_targets_pythonX_Y? (
35 -# dev-lang/python:X_Y[gdbm,ncurses(-)?] )
36 +# python_targets_pythonX_Y? ( dev-lang/python:X.Y[gdbm,ncurses(-)?] )
37 # @CODE
38
39 # @ECLASS-VARIABLE: PYTHON_DEPS
40 @@ -99,14 +98,15 @@
41 # Example use:
42 # @CODE
43 # RDEPEND="${PYTHON_DEPS}
44 -# dev-foo/mydep"
45 +# dev-foo/mydep"
46 # DEPEND="${RDEPEND}"
47 # @CODE
48 #
49 # Example value:
50 # @CODE
51 -# python_targets2_6? ( dev-lang/python:2.6[gdbm] )
52 -# python_targets2_7? ( dev-lang/python:2.7[gdbm] )
53 +# dev-python/python-exec
54 +# python_targets_python2_6? ( dev-lang/python:2.6[gdbm] )
55 +# python_targets_python2_7? ( dev-lang/python:2.7[gdbm] )
56 # @CODE
57
58 # @ECLASS-VARIABLE: PYTHON_USEDEP
59 @@ -212,6 +212,7 @@
60 #
61 # Example value:
62 # @CODE
63 +# /usr/lib64/python2.6/site-packages
64 # @CODE
65
66 # @FUNCTION: python_export
67
68
69
70 1.497 eclass/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.497&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.497&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.496&r2=1.497
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
79 retrieving revision 1.496
80 retrieving revision 1.497
81 diff -u -r1.496 -r1.497
82 --- ChangeLog 1 Nov 2012 21:43:22 -0000 1.496
83 +++ ChangeLog 1 Nov 2012 21:49:34 -0000 1.497
84 @@ -1,6 +1,9 @@
85 # ChangeLog for eclass directory
86 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.496 2012/11/01 21:43:22 mgorny Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.497 2012/11/01 21:49:34 mgorny Exp $
89 +
90 + 01 Nov 2012; Michał Górny <mgorny@g.o> python-r1.eclass:
91 + Minor documentation improvements.
92
93 01 Nov 2012; Michał Górny <mgorny@g.o> python-r1.eclass:
94 Mark _python_ln_rel as @INTERNAL.