Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-python/
Date: Fri, 18 Dec 2015 22:01:45
Message-Id: 1450476075.fdb836a3cf98eaaaf08ebff20e559a11cda65ed0.mgorny@gentoo
1 commit: fdb836a3cf98eaaaf08ebff20e559a11cda65ed0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 18 22:00:25 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 18 22:01:15 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb836a3
7
8 app-eselect/eselect-python: Install wrapper for 'idle'
9
10 ...lect-python-20151117-r1.ebuild => eselect-python-20151117-r2.ebuild} | 2 +-
11 app-eselect/eselect-python/eselect-python-99999999.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/app-eselect/eselect-python/eselect-python-20151117-r1.ebuild b/app-eselect/eselect-python/eselect-python-20151117-r2.ebuild
15 similarity index 97%
16 rename from app-eselect/eselect-python/eselect-python-20151117-r1.ebuild
17 rename to app-eselect/eselect-python/eselect-python-20151117-r2.ebuild
18 index 7fb2788..4e6988a 100644
19 --- a/app-eselect/eselect-python/eselect-python-20151117-r1.ebuild
20 +++ b/app-eselect/eselect-python/eselect-python-20151117-r2.ebuild
21 @@ -40,7 +40,7 @@ src_install() {
22 # loves to do readlink on sys.executable...
23 newbin "${EPREFIX}/usr/lib/python-exec/python-exec2" "${f}"
24 done
25 - for f in python{,2,3}-config 2to3 pydoc pyvenv; do
26 + for f in python{,2,3}-config 2to3 idle pydoc pyvenv; do
27 dosym ../lib/python-exec/python-exec2 /usr/bin/"${f}"
28 done
29 }
30
31 diff --git a/app-eselect/eselect-python/eselect-python-99999999.ebuild b/app-eselect/eselect-python/eselect-python-99999999.ebuild
32 index 7fb2788..4e6988a 100644
33 --- a/app-eselect/eselect-python/eselect-python-99999999.ebuild
34 +++ b/app-eselect/eselect-python/eselect-python-99999999.ebuild
35 @@ -40,7 +40,7 @@ src_install() {
36 # loves to do readlink on sys.executable...
37 newbin "${EPREFIX}/usr/lib/python-exec/python-exec2" "${f}"
38 done
39 - for f in python{,2,3}-config 2to3 pydoc pyvenv; do
40 + for f in python{,2,3}-config 2to3 idle pydoc pyvenv; do
41 dosym ../lib/python-exec/python-exec2 /usr/bin/"${f}"
42 done
43 }