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 CEFEE13881E for ; Tue, 29 Sep 2015 08:34:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E08DE0810; Tue, 29 Sep 2015 08:34:54 +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 B0460E0807 for ; Tue, 29 Sep 2015 08:34:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE3A234098E for ; Tue, 29 Sep 2015 08:34:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A190215 for ; Tue, 29 Sep 2015 08:34:49 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1443515685.fbe6ff561b7a137fd273981ae77947d19b23fa75.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httplib2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/httplib2/httplib2-0.9.2-r1.ebuild dev-python/httplib2/httplib2-0.9.2.ebuild X-VCS-Directories: dev-python/httplib2/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: fbe6ff561b7a137fd273981ae77947d19b23fa75 X-VCS-Branch: master Date: Tue, 29 Sep 2015 08:34:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ed57388d-7478-4d30-b373-e36d03df04d4 X-Archives-Hash: 479eb6d68f381b47cb05e1961c176184 commit: fbe6ff561b7a137fd273981ae77947d19b23fa75 Author: Justin Lecher gentoo org> AuthorDate: Tue Sep 29 08:19:36 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Sep 29 08:34:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe6ff56 dev-python/httplib2: Set readable bit for egg Package-Manager: portage-2.2.22 Signed-off-by: Justin Lecher gentoo.org> .../httplib2/{httplib2-0.9.2.ebuild => httplib2-0.9.2-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/httplib2/httplib2-0.9.2.ebuild b/dev-python/httplib2/httplib2-0.9.2-r1.ebuild similarity index 89% rename from dev-python/httplib2/httplib2-0.9.2.ebuild rename to dev-python/httplib2/httplib2-0.9.2-r1.ebuild index 78cdde8..20df284 100644 --- a/dev-python/httplib2/httplib2-0.9.2.ebuild +++ b/dev-python/httplib2/httplib2-0.9.2-r1.ebuild @@ -22,6 +22,11 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" # tests connect to random remote sites RESTRICT="test" +python_prepare_all() { + chmod o+r */*egg*/* || die + distutils-r1_python_prepare_all +} + python_test() { if [[ ${EPYTHON} == python2.7 ]] ; then cd python2 || die