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 5A3AF1384B4 for ; Fri, 18 Dec 2015 22:01:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19D6921C001; Fri, 18 Dec 2015 22:01:41 +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 AC36721C001 for ; Fri, 18 Dec 2015 22:01:40 +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 430C4340702 for ; Fri, 18 Dec 2015 22:01:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 366BBC94 for ; Fri, 18 Dec 2015 22:01:36 +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: <1450476075.fdb836a3cf98eaaaf08ebff20e559a11cda65ed0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-python/eselect-python-20151117-r1.ebuild app-eselect/eselect-python/eselect-python-20151117-r2.ebuild app-eselect/eselect-python/eselect-python-99999999.ebuild X-VCS-Directories: app-eselect/eselect-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fdb836a3cf98eaaaf08ebff20e559a11cda65ed0 X-VCS-Branch: master Date: Fri, 18 Dec 2015 22:01:36 +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: e97746b6-0920-4951-8e0d-07d81bd743e0 X-Archives-Hash: fda488e4c2c7038ff922978463e08bb7 commit: fdb836a3cf98eaaaf08ebff20e559a11cda65ed0 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 18 22:00:25 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 18 22:01:15 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb836a3 app-eselect/eselect-python: Install wrapper for 'idle' ...lect-python-20151117-r1.ebuild => eselect-python-20151117-r2.ebuild} | 2 +- app-eselect/eselect-python/eselect-python-99999999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-eselect/eselect-python/eselect-python-20151117-r1.ebuild b/app-eselect/eselect-python/eselect-python-20151117-r2.ebuild similarity index 97% rename from app-eselect/eselect-python/eselect-python-20151117-r1.ebuild rename to app-eselect/eselect-python/eselect-python-20151117-r2.ebuild index 7fb2788..4e6988a 100644 --- a/app-eselect/eselect-python/eselect-python-20151117-r1.ebuild +++ b/app-eselect/eselect-python/eselect-python-20151117-r2.ebuild @@ -40,7 +40,7 @@ src_install() { # loves to do readlink on sys.executable... newbin "${EPREFIX}/usr/lib/python-exec/python-exec2" "${f}" done - for f in python{,2,3}-config 2to3 pydoc pyvenv; do + for f in python{,2,3}-config 2to3 idle pydoc pyvenv; do dosym ../lib/python-exec/python-exec2 /usr/bin/"${f}" done } diff --git a/app-eselect/eselect-python/eselect-python-99999999.ebuild b/app-eselect/eselect-python/eselect-python-99999999.ebuild index 7fb2788..4e6988a 100644 --- a/app-eselect/eselect-python/eselect-python-99999999.ebuild +++ b/app-eselect/eselect-python/eselect-python-99999999.ebuild @@ -40,7 +40,7 @@ src_install() { # loves to do readlink on sys.executable... newbin "${EPREFIX}/usr/lib/python-exec/python-exec2" "${f}" done - for f in python{,2,3}-config 2to3 pydoc pyvenv; do + for f in python{,2,3}-config 2to3 idle pydoc pyvenv; do dosym ../lib/python-exec/python-exec2 /usr/bin/"${f}" done }