summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-10-27 01:14:38 +0000
committerMike Gilbert <floppym@gentoo.org>2012-10-27 01:14:38 +0000
commitc033bfab690663781d2beda1be94ba157505ad41 (patch)
tree10d5be9477a207fd1713b4ef1613929847cd42c9 /eclass/python-r1.eclass
parentFix typo in HOMEPAGE. Remove app-doc/openmotif-manual from RDEPEND because it... (diff)
downloadgentoo-2-c033bfab690663781d2beda1be94ba157505ad41.tar.gz
gentoo-2-c033bfab690663781d2beda1be94ba157505ad41.tar.bz2
gentoo-2-c033bfab690663781d2beda1be94ba157505ad41.zip
Remove duplicate documentation for BUILD_DIR, PYTHON, and EPYTHON. This breaks eclass-manpages.
Diffstat (limited to 'eclass/python-r1.eclass')
-rw-r--r--eclass/python-r1.eclass41
1 files changed, 1 insertions, 40 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
index 85cc0f5b483a..9ca0791ac8f7 100644
--- a/eclass/python-r1.eclass
+++ b/eclass/python-r1.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.6 2012/10/26 21:38:47 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.7 2012/10/27 01:14:38 floppym Exp $
# @ECLASS: python-r1
# @MAINTAINER:
@@ -253,45 +253,6 @@ python_export() {
done
}
-# @ECLASS-VARIABLE: BUILD_DIR
-# @DESCRIPTION:
-# The current build directory. In global scope, it is supposed to
-# contain an initial build directory; if unset, it defaults to ${S}.
-#
-# In functions run by python_foreach_impl(), the BUILD_DIR is locally
-# set to an implementation-specific build directory. That path is
-# created through appending a hyphen and the implementation name
-# to the final component of the initial BUILD_DIR.
-#
-# Example value:
-# @CODE
-# ${WORKDIR}/foo-1.3-python2_6
-# @CODE
-
-# @ECLASS-VARIABLE: PYTHON
-# @DESCRIPTION:
-# The absolute path to the current Python interpreter.
-#
-# Set and exported only in commands run by python_foreach_impl().
-#
-# Example value:
-# @CODE
-# /usr/bin/python2.6
-# @CODE
-
-# @ECLASS-VARIABLE: EPYTHON
-# @DESCRIPTION:
-# The executable name of the current Python interpreter.
-#
-# This variable is used consistently with python.eclass.
-#
-# Set and exported only in commands run by python_foreach_impl().
-#
-# Example value:
-# @CODE
-# python2.6
-# @CODE
-
# @FUNCTION: python_copy_sources
# @DESCRIPTION:
# Create a single copy of the package sources (${S}) for each enabled