Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 05 Mar 2020 07:57:57
Message-Id: 1583395052.e451e66993b17cc6121f1040497b9e68ea38af94.mgorny@gentoo
1 commit: e451e66993b17cc6121f1040497b9e68ea38af94
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 4 13:14:40 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 5 07:57:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e451e669
7
8 python*-r1.eclass, distutils-r1.eclass: Link to Python Guide
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/distutils-r1.eclass | 4 ++--
13 eclass/python-any-r1.eclass | 6 +++---
14 eclass/python-r1.eclass | 6 +++---
15 eclass/python-single-r1.eclass | 4 ++--
16 eclass/python-utils-r1.eclass | 6 +++---
17 5 files changed, 13 insertions(+), 13 deletions(-)
18
19 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
20 index 27ca236ccf5..8b7745686d7 100644
21 --- a/eclass/distutils-r1.eclass
22 +++ b/eclass/distutils-r1.eclass
23 @@ -40,8 +40,8 @@
24 # as well. Thus, all the variables defined and documented there are
25 # relevant to the packages using distutils-r1.
26 #
27 -# For more information, please see the wiki:
28 -# https://wiki.gentoo.org/wiki/Project:Python/distutils-r1
29 +# For more information, please see the Python Guide:
30 +# https://dev.gentoo.org/~mgorny/python-guide/
31
32 case "${EAPI:-0}" in
33 0|1|2|3|4)
34
35 diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass
36 index 878e337ff3c..5d74c8acd3e 100644
37 --- a/eclass/python-any-r1.eclass
38 +++ b/eclass/python-any-r1.eclass
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2019 Gentoo Authors
41 +# Copyright 1999-2020 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 # @ECLASS: python-any-r1.eclass
45 @@ -33,8 +33,8 @@
46 # packages using python-any-r1, and there is no need ever to inherit
47 # both.
48 #
49 -# For more information, please see the wiki:
50 -# https://wiki.gentoo.org/wiki/Project:Python/python-any-r1
51 +# For more information, please see the Python Guide:
52 +# https://dev.gentoo.org/~mgorny/python-guide/
53
54 case "${EAPI:-0}" in
55 [0-4]) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;;
56
57 diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
58 index dd350a436fa..cd4c22aa0bd 100644
59 --- a/eclass/python-r1.eclass
60 +++ b/eclass/python-r1.eclass
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2018 Gentoo Foundation
63 +# Copyright 1999-2020 Gentoo Authors
64 # Distributed under the terms of the GNU General Public License v2
65
66 # @ECLASS: python-r1.eclass
67 @@ -26,8 +26,8 @@
68 # in the packages using python-r1, and there is no need ever to inherit
69 # both.
70 #
71 -# For more information, please see the wiki:
72 -# https://wiki.gentoo.org/wiki/Project:Python/python-r1
73 +# For more information, please see the Python Guide:
74 +# https://dev.gentoo.org/~mgorny/python-guide/
75
76 case "${EAPI:-0}" in
77 0|1|2|3|4)
78
79 diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass
80 index 739a394ddd1..87e1cb97ded 100644
81 --- a/eclass/python-single-r1.eclass
82 +++ b/eclass/python-single-r1.eclass
83 @@ -33,8 +33,8 @@
84 # in the packages using python-single-r1, and there is no need ever
85 # to inherit both.
86 #
87 -# For more information, please see the wiki:
88 -# https://wiki.gentoo.org/wiki/Project:Python/python-single-r1
89 +# For more information, please see the Python Guide:
90 +# https://dev.gentoo.org/~mgorny/python-guide/
91
92 case "${EAPI:-0}" in
93 0|1|2|3|4)
94
95 diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
96 index 91a32434dfa..bb7f1a23268 100644
97 --- a/eclass/python-utils-r1.eclass
98 +++ b/eclass/python-utils-r1.eclass
99 @@ -1,4 +1,4 @@
100 -# Copyright 1999-2019 Gentoo Authors
101 +# Copyright 1999-2020 Gentoo Authors
102 # Distributed under the terms of the GNU General Public License v2
103
104 # @ECLASS: python-utils-r1.eclass
105 @@ -16,8 +16,8 @@
106 # This eclass does not set any metadata variables nor export any phase
107 # functions. It can be inherited safely.
108 #
109 -# For more information, please see the wiki:
110 -# https://wiki.gentoo.org/wiki/Project:Python/python-utils-r1
111 +# For more information, please see the Python Guide:
112 +# https://dev.gentoo.org/~mgorny/python-guide/
113
114 case "${EAPI:-0}" in
115 [0-4]) die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}" ;;