From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0AE97139694 for ; Thu, 13 Jul 2017 19:16:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E8D723401E; Thu, 13 Jul 2017 19:16:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0714D234019 for ; Thu, 13 Jul 2017 19:16:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5528341867 for ; Thu, 13 Jul 2017 19:16:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A5A47490 for ; Thu, 13 Jul 2017 19:16:48 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1499973356.3e8e01d08a2c336105c3aff42905d988dfafa279.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipython/ipython-5.4.1.ebuild X-VCS-Directories: dev-python/ipython/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 3e8e01d08a2c336105c3aff42905d988dfafa279 X-VCS-Branch: master Date: Thu, 13 Jul 2017 19:16:48 +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: ecba0575-22ac-414d-8acd-6761ae5d649a X-Archives-Hash: 735d5dbfdcc232c9875cd6c3daef1213 commit: 3e8e01d08a2c336105c3aff42905d988dfafa279 Author: Sébastien Fabbro gentoo org> AuthorDate: Thu Jul 13 19:15:37 2017 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Thu Jul 13 19:15:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e8e01d0 dev-python/ipython: removed the hack for linking Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/ipython/ipython-5.4.1.ebuild | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dev-python/ipython/ipython-5.4.1.ebuild b/dev-python/ipython/ipython-5.4.1.ebuild index 25d5da759d3..04565eb60a5 100644 --- a/dev-python/ipython/ipython-5.4.1.ebuild +++ b/dev-python/ipython/ipython-5.4.1.ebuild @@ -91,18 +91,6 @@ python_test() { popd >/dev/null || die } -python_install() { - distutils-r1_python_install - - # Create ipythonX.Y symlinks. - # TODO: - # 1. do we want them for pypy? No. pypy has no numpy - # 2. handle it in the eclass instead (use _python_ln_rel). - # With pypy not an option the dosym becomes unconditional - dosym ../$(get_libdir)/python-exec/${EPYTHON}/ipython \ - /usr/bin/ipython${EPYTHON#python} -} - python_install_all() { distutils-r1_python_install_all