From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-585344-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D10AB1381F3 for <garchives@archives.gentoo.org>; Tue, 30 Apr 2013 05:33:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60166E07D4; Tue, 30 Apr 2013 05:33:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E28E1E08BE for <gentoo-commits@lists.gentoo.org>; Tue, 30 Apr 2013 05:33:21 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D63A33DF75 for <gentoo-commits@lists.gentoo.org>; Tue, 30 Apr 2013 05:33:21 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id CD8162171D; Tue, 30 Apr 2013 05:33:19 +0000 (UTC) From: "Michal Gorny (mgorny)" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog python-any-r1.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog python-any-r1.eclass X-VCS-Directories: eclass X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130430053319.CD8162171D@flycatcher.gentoo.org> Date: Tue, 30 Apr 2013 05:33:19 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f578a205-3da9-4d31-8b23-0e02c6ddc843 X-Archives-Hash: 36407cbeddc2981de3f4b32c0aab1a0e mgorny 13/04/30 05:33:19 Modified: ChangeLog python-any-r1.eclass Log: Report no matching impl properly. Revision Changes Path 1.806 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.806&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.806&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.805&r2=1.806 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.805 retrieving revision 1.806 diff -u -r1.805 -r1.806 --- ChangeLog 30 Apr 2013 05:32:51 -0000 1.805 +++ ChangeLog 30 Apr 2013 05:33:19 -0000 1.806 @@ -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.805 2013/04/30 05:32:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.806 2013/04/30 05:33:19 mgorny Exp $ + + 30 Apr 2013; Michal Gorny <mgorny@gentoo.org> python-any-r1.eclass: + Report no matching impl properly. 30 Apr 2013; Michal Gorny <mgorny@gentoo.org> python-any-r1.eclass: Improve consistency in Python version checks and wrapper setup. 1.9 eclass/python-any-r1.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-any-r1.eclass?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-any-r1.eclass?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-any-r1.eclass?r1=1.8&r2=1.9 Index: python-any-r1.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/python-any-r1.eclass,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-any-r1.eclass 30 Apr 2013 05:32:51 -0000 1.8 +++ python-any-r1.eclass 30 Apr 2013 05:33:19 -0000 1.9 @@ -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-any-r1.eclass,v 1.8 2013/04/30 05:32:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-any-r1.eclass,v 1.9 2013/04/30 05:33:19 mgorny Exp $ # @ECLASS: python-any-r1 # @MAINTAINER: @@ -215,6 +215,12 @@ return fi done + + eerror "No Python implementation found for the build. This is usually" + eerror "a bug in the ebuild. Please report it to bugs.gentoo.org" + eerror "along with the build log." + echo + die "No supported Python implementation installed." } _PYTHON_ANY_R1=1