diff options
author | 2014-01-03 20:24:13 -0800 | |
---|---|---|
committer | 2014-01-03 20:24:13 -0800 | |
commit | 42e0873919f37b3e9857a457158d68638dfec8d5 (patch) | |
tree | 41d8009c7a4385a6abdee63d4e1c7f7315835715 /eclass/python-multilib-utils-r1.eclass | |
parent | eclass/python-utils-multilib-r1 -> python-multilib-utils-r1 (diff) | |
download | gmt-42e0873919f37b3e9857a457158d68638dfec8d5.tar.gz gmt-42e0873919f37b3e9857a457158d68638dfec8d5.tar.bz2 gmt-42e0873919f37b3e9857a457158d68638dfec8d5.zip |
eclass/python-multilib-utils-r1: some adminstrivia following rename
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
Diffstat (limited to 'eclass/python-multilib-utils-r1.eclass')
-rw-r--r-- | eclass/python-multilib-utils-r1.eclass | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/eclass/python-multilib-utils-r1.eclass b/eclass/python-multilib-utils-r1.eclass index 475fb90..603a848 100644 --- a/eclass/python-multilib-utils-r1.eclass +++ b/eclass/python-multilib-utils-r1.eclass @@ -1,13 +1,13 @@ # Copyright 1999-2013 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.45 2013/10/30 19:14:02 mgorny Exp $ +# $Header: $ -# @ECLASS: python-utils-multilib-r1 +# @ECLASS: python-multilib-utils-r1 # @MAINTAINER: # Python team <python@gentoo.org> # @AUTHOR: # Greg Turner <gmt@be-evil.net> -# Based on work of: Michał Górny <mgorny@gentoo.org> +# Heavily based on work of: Michał Górny <mgorny@gentoo.org> # Based on work of: Krzysztof Pawlik <nelchael@gentoo.org> # @BLURB: Utility functions for packages with Python parts. # @DESCRIPTION: @@ -259,7 +259,7 @@ _python_impl_supported() { # # This variable is set automatically in the following contexts: # -# python-multilib-r1/python-r1: Set in functions called by python_foreach_impl() or after +# python-multilib-r1(?)/python-r1: Set in functions called by python_foreach_impl() or after # calling python_export_best(). # # python-single-r1: Set after calling python-single-r1_pkg_setup(). @@ -281,7 +281,7 @@ _python_impl_supported() { # python-r1: Set in functions called by python_foreach_impl() or after # calling python_export_best(). # -# python-single-multilib-r1: Set after calling python-single-multilib-r1_pkg_setup(). +# python-multilib-single-r1: Set after calling python-single-multilib-r1_pkg_setup(). # # (todo) distutils-multilib-r1: Set within any of the python sub-phase functions. # @@ -725,7 +725,7 @@ python_get_scriptdir() { # From: #!/usr/bin/env FOO=bar python # To: #!/usr/bin/env FOO=bar python2.7-x86 # @CODE -python_rewrite_shebang_multilib() { +python_multilib_rewrite_shebang() { debug-print-function ${FUNCNAME} "${@}" local impl @@ -787,7 +787,7 @@ _python_rewrite_shebang() { } # pretty easy to make this typo since we dropped the '_'. -_python_rewrite_shebang_multilib() { +_python_multilib_rewrite_shebang() { ewarn "${FUNCNAME}: letting it slide, but the correct usage" ewarn "is python_rewrite_shebang_multilib with no '_' in front of it." python_rewrite_shebang_multilib "$@" |