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: ChangeLog python-r1.eclass
Date: Sun, 29 Dec 2013 18:19:51
Message-Id: 20131229181948.9882B2004C@flycatcher.gentoo.org
1 mgorny 13/12/29 18:19:48
2
3 Modified: ChangeLog python-r1.eclass
4 Log:
5 Update doc link to point to the docs on Wiki.
6
7 Revision Changes Path
8 1.1100 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1100&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1100&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1099&r2=1.1100
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.1099
18 retrieving revision 1.1100
19 diff -u -r1.1099 -r1.1100
20 --- ChangeLog 28 Dec 2013 17:19:10 -0000 1.1099
21 +++ ChangeLog 29 Dec 2013 18:19:48 -0000 1.1100
22 @@ -1,6 +1,9 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1099 2013/12/28 17:19:10 mgorny Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1100 2013/12/29 18:19:48 mgorny Exp $
27 +
28 + 29 Dec 2013; Michał Górny <mgorny@g.o> python-r1.eclass:
29 + Update doc link to point to the docs on Wiki.
30
31 28 Dec 2013; Michał Górny <mgorny@g.o> eutils.eclass:
32 Fix eclassdoc for einstalldocs.
33
34
35
36 1.66 eclass/python-r1.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-r1.eclass?rev=1.66&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-r1.eclass?rev=1.66&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-r1.eclass?r1=1.65&r2=1.66
41
42 Index: python-r1.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v
45 retrieving revision 1.65
46 retrieving revision 1.66
47 diff -u -r1.65 -r1.66
48 --- python-r1.eclass 30 Nov 2013 17:57:11 -0000 1.65
49 +++ python-r1.eclass 29 Dec 2013 18:19:48 -0000 1.66
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.65 2013/11/30 17:57:11 floppym Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.66 2013/12/29 18:19:48 mgorny Exp $
55
56 # @ECLASS: python-r1
57 # @MAINTAINER:
58 @@ -523,10 +523,10 @@
59 ewarn "Please note that after switching the active Python interpreter,"
60 ewarn "you may need to run 'python-updater' to rebuild affected packages."
61 ewarn
62 - ewarn "For more information on python.eclass compatibility, please see"
63 - ewarn "the appropriate python-r1 User's Guide chapter [1]."
64 + ewarn "For more information on PYTHON_TARGETS and python.eclass"
65 + ewarn "compatibility, please see the relevant Wiki article [1]."
66 ewarn
67 - ewarn "[1] http://www.gentoo.org/proj/en/Python/python-r1/user-guide.xml#doc_chap2"
68 + ewarn "[1] https://wiki.gentoo.org/wiki/Project:Python/PYTHON_TARGETS"
69 fi
70 }
71
72 @@ -608,10 +608,10 @@
73 ewarn "Please note that after changing the USE_PYTHON variable, you may need"
74 ewarn "to run 'python-updater' to rebuild affected packages."
75 ewarn
76 - ewarn "For more information on python.eclass compatibility, please see"
77 - ewarn "the appropriate python-r1 User's Guide chapter [1]."
78 + ewarn "For more information on PYTHON_TARGETS and python.eclass"
79 + ewarn "compatibility, please see the relevant Wiki article [1]."
80 ewarn
81 - ewarn "[1] http://www.gentoo.org/proj/en/Python/python-r1/user-guide.xml#doc_chap2"
82 + ewarn "[1] https://wiki.gentoo.org/wiki/Project:Python/PYTHON_TARGETS"
83 fi
84 fi
85 }