diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-12-16 23:26:15 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-12-16 23:26:15 +0000 |
commit | 735d0624ff8454a7ea5e77fadc60eb9f7511f269 (patch) | |
tree | 1239b720b4c44519cb22f9612e087a25e491f327 /eclass | |
parent | Fix LICENSE, bug 445862. (diff) | |
download | gentoo-2-735d0624ff8454a7ea5e77fadc60eb9f7511f269.tar.gz gentoo-2-735d0624ff8454a7ea5e77fadc60eb9f7511f269.tar.bz2 gentoo-2-735d0624ff8454a7ea5e77fadc60eb9f7511f269.zip |
Remove outdated comments and checks.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 6 | ||||
-rw-r--r-- | eclass/distutils-r1.eclass | 3 | ||||
-rw-r--r-- | eclass/python-r1.eclass | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index a8ef0d695bdc..d74b9c06de5f 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.563 2012/12/16 21:42:33 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.564 2012/12/16 23:26:15 mgorny Exp $ + + 16 Dec 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass, + python-r1.eclass: + Remove outdated comments and checks. 16 Dec 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass: Temporarily disable PYTHON_SINGLE_TARGET safety check because of issues with diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 4ac9f01377cf..54c3afd32b42 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-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/distutils-r1.eclass,v 1.32 2012/12/13 16:47:25 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.33 2012/12/16 23:26:15 mgorny Exp $ # @ECLASS: distutils-r1 # @MAINTAINER: @@ -282,7 +282,6 @@ _distutils-r1_rename_scripts() { [[ ${path} ]] || die "${FUNCNAME}: no path given" local f - # XXX: change this if we ever allow directories in bin/sbin while IFS= read -r -d '' f; do debug-print "${FUNCNAME}: found executable at ${f#${D}/}" diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 2b515f1b458a..cfd0a3695821 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.27 2012/12/16 21:42:33 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.28 2012/12/16 23:26:15 mgorny Exp $ # @ECLASS: python-r1 # @MAINTAINER: @@ -480,10 +480,6 @@ python_export_best() { python_replicate_script() { debug-print-function ${FUNCNAME} "${@}" - if [[ ${_PYTHON_SINGLE_R1} ]]; then - die "${FUNCNAME} must not be used with python-single-r1 eclass." - fi - local suffixes=() _add_suffix() { |