diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-07-04 15:26:17 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-07-04 15:26:17 +0000 |
commit | e1fe1dda0c310844deb4df1b83f3d200279f7557 (patch) | |
tree | 745fa0cd4c76b65e06fefa007b7f58d0f7a9aff7 /eclass | |
parent | Update URI. (diff) | |
download | gentoo-2-e1fe1dda0c310844deb4df1b83f3d200279f7557.tar.gz gentoo-2-e1fe1dda0c310844deb4df1b83f3d200279f7557.tar.bz2 gentoo-2-e1fe1dda0c310844deb4df1b83f3d200279f7557.zip |
Replace links to python-r1 dev guide with links to the wiki.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 7 | ||||
-rw-r--r-- | eclass/distutils-r1.eclass | 6 | ||||
-rw-r--r-- | eclass/python-any-r1.eclass | 8 | ||||
-rw-r--r-- | eclass/python-r1.eclass | 4 | ||||
-rw-r--r-- | eclass/python-single-r1.eclass | 6 | ||||
-rw-r--r-- | eclass/python-utils-r1.eclass | 6 |
6 files changed, 21 insertions, 16 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 47fd2e8bb41f..34d7ff842112 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for eclass directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1698 2015/07/04 15:22:41 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1699 2015/07/04 15:26:17 floppym Exp $ + + 04 Jul 2015; Mike Gilbert <floppym@gentoo.org> distutils-r1.eclass, + python-any-r1.eclass, python-r1.eclass, python-single-r1.eclass, + python-utils-r1.eclass: + Replace links to python-r1 dev guide with links to the wiki. 04 Jul 2015; Manuel Rüger <mrueg@gentoo.org> python-r1.eclass: Update URI. diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 22afd1e60aa3..575eba41444c 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.113 2015/02/20 17:57:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.114 2015/07/04 15:26:17 floppym Exp $ # @ECLASS: distutils-r1 # @MAINTAINER: @@ -40,8 +40,8 @@ # as well. Thus, all the variables defined and documented there are # relevant to the packages using distutils-r1. # -# For more information, please see the python-r1 Developer's Guide: -# http://www.gentoo.org/proj/en/Python/python-r1/dev-guide.xml +# For more information, please see the wiki: +# https://wiki.gentoo.org/wiki/Project:Python/distutils-r1 case "${EAPI:-0}" in 0|1|2|3) diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass index 42fd3c7f57e8..c3dcdd8fc1ee 100644 --- a/eclass/python-any-r1.eclass +++ b/eclass/python-any-r1.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-any-r1.eclass,v 1.18 2014/11/09 22:27:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-any-r1.eclass,v 1.19 2015/07/04 15:26:17 floppym Exp $ # @ECLASS: python-any-r1 # @MAINTAINER: @@ -33,8 +33,8 @@ # packages using python-any-r1, and there is no need ever to inherit # both. # -# For more information, please see the python-r1 Developer's Guide: -# http://www.gentoo.org/proj/en/Python/python-r1/dev-guide.xml +# For more information, please see the wiki: +# https://wiki.gentoo.org/wiki/Project:Python/python-any-r1 case "${EAPI:-0}" in 0|1|2|3|4|5) diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index d6b271729984..cdc6097451b8 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.91 2015/07/04 15:22:41 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.92 2015/07/04 15:26:17 floppym Exp $ # @ECLASS: python-r1 # @MAINTAINER: @@ -26,7 +26,7 @@ # in the packages using python-r1, and there is no need ever to inherit # both. # -# For more information, please see the python-r1 wiki article: +# For more information, please see the wiki: # https://wiki.gentoo.org/wiki/Project:Python/python-r1 case "${EAPI:-0}" in diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass index 9480512ac87f..3c27cf7fa367 100644 --- a/eclass/python-single-r1.eclass +++ b/eclass/python-single-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-single-r1.eclass,v 1.38 2015/03/22 13:41:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-single-r1.eclass,v 1.39 2015/07/04 15:26:17 floppym Exp $ # @ECLASS: python-single-r1 # @MAINTAINER: @@ -28,8 +28,8 @@ # in the packages using python-single-r1, and there is no need ever # to inherit both. # -# For more information, please see the python-r1 Developer's Guide: -# http://www.gentoo.org/proj/en/Python/python-r1/dev-guide.xml +# For more information, please see the wiki: +# https://wiki.gentoo.org/wiki/Project:Python/python-single-r1 case "${EAPI:-0}" in 0|1|2|3) diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index beabcc62721c..30148d352031 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.82 2015/03/21 14:55:33 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.83 2015/07/04 15:26:17 floppym Exp $ # @ECLASS: python-utils-r1 # @MAINTAINER: @@ -16,8 +16,8 @@ # This eclass does not set any metadata variables nor export any phase # functions. It can be inherited safely. # -# For more information, please see the python-r1 Developer's Guide: -# http://www.gentoo.org/proj/en/Python/python-r1/dev-guide.xml +# For more information, please see the wiki: +# https://wiki.gentoo.org/wiki/Project:Python/python-utils-r1 case "${EAPI:-0}" in 0|1|2|3|4|5) |