From 0ce0db5962c02d86578dc3831101d7adafcba798 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 10 Feb 2013 16:15:05 +0000 Subject: Temporarily disable egg_info since it causes problems with installing scripts. --- eclass/ChangeLog | 6 +++++- eclass/distutils-r1.eclass | 13 +++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) (limited to 'eclass') diff --git a/eclass/ChangeLog b/eclass/ChangeLog index c2f401768fb2..30cc59e16b36 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.672 2013/02/10 11:44:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.673 2013/02/10 16:15:05 mgorny Exp $ + + 10 Feb 2013; Michał Górny distutils-r1.eclass: + Temporarily disable egg_info since it causes problems with installing + scripts. 10 Feb 2013; Michał Górny +cmake-multilib.eclass: Introduce cmake-utils wrapper eclass for multilib. diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 4434b1b84c8b..4a701df9b032 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-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/distutils-r1.eclass,v 1.51 2013/02/10 11:41:07 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.52 2013/02/10 16:15:05 mgorny Exp $ # @ECLASS: distutils-r1 # @MAINTAINER: @@ -216,11 +216,12 @@ esetup.py() { fi # if setuptools is used, adjust egg_info path as well - if "${PYTHON:-python}" setup.py --help egg_info &>/dev/null; then - add_args+=( - egg_info --egg-base "${BUILD_DIR}" - ) - fi + # (disabled since it causes build not to install scripts) +# if "${PYTHON:-python}" setup.py --help egg_info &>/dev/null; then +# add_args+=( +# egg_info --egg-base "${BUILD_DIR}" +# ) +# fi add_args+=( build -- cgit v1.2.3-65-gdbad