diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-12-29 18:19:48 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-12-29 18:19:48 +0000 |
commit | f7cc21edfc0f5a0436ad7c4ee496ee6a64003586 (patch) | |
tree | 4146adcc7d91fe598d2227ef49c676816527f70c /eclass | |
parent | Update rlfe helper to use ncurses info via pkg-config #457558 by Travis Hansen. (diff) | |
download | historical-f7cc21edfc0f5a0436ad7c4ee496ee6a64003586.tar.gz historical-f7cc21edfc0f5a0436ad7c4ee496ee6a64003586.tar.bz2 historical-f7cc21edfc0f5a0436ad7c4ee496ee6a64003586.zip |
Update doc link to point to the docs on Wiki.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/python-r1.eclass | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 8836f45564ab..cfdafbe129cb 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1099 2013/12/28 17:19:10 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1100 2013/12/29 18:19:48 mgorny Exp $ + + 29 Dec 2013; Michał Górny <mgorny@gentoo.org> python-r1.eclass: + Update doc link to point to the docs on Wiki. 28 Dec 2013; Michał Górny <mgorny@gentoo.org> eutils.eclass: Fix eclassdoc for einstalldocs. diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 1950725ebcea..eafc35010a83 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.65 2013/11/30 17:57:11 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.66 2013/12/29 18:19:48 mgorny Exp $ # @ECLASS: python-r1 # @MAINTAINER: @@ -523,10 +523,10 @@ _python_check_USE_PYTHON() { ewarn "Please note that after switching the active Python interpreter," ewarn "you may need to run 'python-updater' to rebuild affected packages." ewarn - ewarn "For more information on python.eclass compatibility, please see" - ewarn "the appropriate python-r1 User's Guide chapter [1]." + ewarn "For more information on PYTHON_TARGETS and python.eclass" + ewarn "compatibility, please see the relevant Wiki article [1]." ewarn - ewarn "[1] http://www.gentoo.org/proj/en/Python/python-r1/user-guide.xml#doc_chap2" + ewarn "[1] https://wiki.gentoo.org/wiki/Project:Python/PYTHON_TARGETS" fi } @@ -608,10 +608,10 @@ _python_check_USE_PYTHON() { ewarn "Please note that after changing the USE_PYTHON variable, you may need" ewarn "to run 'python-updater' to rebuild affected packages." ewarn - ewarn "For more information on python.eclass compatibility, please see" - ewarn "the appropriate python-r1 User's Guide chapter [1]." + ewarn "For more information on PYTHON_TARGETS and python.eclass" + ewarn "compatibility, please see the relevant Wiki article [1]." ewarn - ewarn "[1] http://www.gentoo.org/proj/en/Python/python-r1/user-guide.xml#doc_chap2" + ewarn "[1] https://wiki.gentoo.org/wiki/Project:Python/PYTHON_TARGETS" fi fi } |