From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C6D401384B4 for ; Sun, 22 Nov 2015 19:51:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75BFE21C003; Sun, 22 Nov 2015 19:51:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 772BCE079D for ; Sun, 22 Nov 2015 19:51:19 +0000 (UTC) Received: from localhost.localdomain (d202-251.icpnet.pl [109.173.202.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 63F8A3407A3 for ; Sun, 22 Nov 2015 19:51:18 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] [PATCHES] Clean-up & EAPI 6 support for python-r1 suite Date: Sun, 22 Nov 2015 20:50:41 +0100 Message-Id: <1448221870-17269-1-git-send-email-mgorny@gentoo.org> X-Mailer: git-send-email 2.6.3 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: a46cb50d-69e6-4091-bdd6-465de5940e04 X-Archives-Hash: 8c95c81170ea0043064ccd97b9f1a2db Hi, Here's a large batch of patches to various python-r1 suite eclasses for initial review. They intend to clean up the eclasses and make them suitable for EAPI 6. Major highlights: - missing || dies added, - || die moved outta subshells where sanely possible, - INSDESTTREE use removed for improving PMS, - install helpers banned in EAPIs 0..3 (those EAPIs are only supported by python-any-r1, and the functions are not supposed to be used there), - all current QA warnings made fatal in EAPI 6, - proper nonfatal support for helpers, - EXAMPLES banned for improved consistency with einstalldocs. All patches will be sent in reply to this message. Please review.