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 8128958973 for ; Tue, 9 Feb 2016 17:13:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3030821C281; Tue, 9 Feb 2016 17:13:30 +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 ACBF721C281 for ; Tue, 9 Feb 2016 17:13:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 851FA340A42 for ; Tue, 9 Feb 2016 17:13:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13F8E8DF for ; Tue, 9 Feb 2016 17:13:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1455037995.be8365b1af05000a6e579d7010fc0d02f44bb75b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python-exec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/python-exec/python-exec-9999.ebuild X-VCS-Directories: dev-lang/python-exec/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: be8365b1af05000a6e579d7010fc0d02f44bb75b X-VCS-Branch: master Date: Tue, 9 Feb 2016 17:13:26 +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: 48cbf225-3839-4bf4-8bcd-5d7dbed79512 X-Archives-Hash: ef755fd35f2c0d84a45ca1014baac2a9 commit: be8365b1af05000a6e579d7010fc0d02f44bb75b Author: Michał Górny gentoo org> AuthorDate: Tue Feb 9 15:30:02 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 9 17:13:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8365b1 dev-lang/python-exec: Update install layout in -9999 dev-lang/python-exec/python-exec-9999.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-lang/python-exec/python-exec-9999.ebuild b/dev-lang/python-exec/python-exec-9999.ebuild index 8b64e11..b13bf8b 100644 --- a/dev-lang/python-exec/python-exec-9999.ebuild +++ b/dev-lang/python-exec/python-exec-9999.ebuild @@ -68,14 +68,10 @@ src_install() { insinto /etc/python-exec doins "${T}"/python-exec.conf - # Create compatibility symlinks - dosym ../../bin/python-exec2 /usr/lib/python-exec/python-exec2-c - dosym ../../bin/python-exec2.py /usr/lib/python-exec/python-exec2 - # Create Python interpreter executable wrappers local f for f in python{,2,3}{,-config} 2to3 idle pydoc pyvenv; do - dosym python-exec2 /usr/bin/"${f}" + dosym python-exec2-c /usr/bin/"${f}" done }