Gentoo Archives: gentoo-portage-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-portage-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-portage-dev] [PATCH 2/3] [REMOVE ME] Switch live eselect-py&pyexec branches to the real hackery
Date: Sun, 15 Nov 2015 09:44:42
Message-Id: 1447580661-18170-3-git-send-email-mgorny@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCHES] Ebuild patches for python-exec wrapping of dev-lang/python by "Michał Górny"
1 ---
2 app-eselect/eselect-python/eselect-python-99999999.ebuild | 1 +
3 dev-lang/python-exec/python-exec-2.9999.ebuild | 2 +-
4 2 files changed, 2 insertions(+), 1 deletion(-)
5
6 diff --git a/app-eselect/eselect-python/eselect-python-99999999.ebuild b/app-eselect/eselect-python/eselect-python-99999999.ebuild
7 index 6b16b3d..3a618e5 100644
8 --- a/app-eselect/eselect-python/eselect-python-99999999.ebuild
9 +++ b/app-eselect/eselect-python/eselect-python-99999999.ebuild
10 @@ -8,6 +8,7 @@
11 if [[ ${PV} == "99999999" ]] ; then
12 inherit autotools git-r3
13 EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git"
14 + EGIT_BRANCH="mgornys-hackery"
15 else
16 SRC_URI="mirror://gentoo/${P}.tar.bz2
17 https://dev.gentoo.org/~floppym/dist/${P}.tar.bz2"
18 diff --git a/dev-lang/python-exec/python-exec-2.9999.ebuild b/dev-lang/python-exec/python-exec-2.9999.ebuild
19 index a462899..c141673 100644
20 --- a/dev-lang/python-exec/python-exec-2.9999.ebuild
21 +++ b/dev-lang/python-exec/python-exec-2.9999.ebuild
22 @@ -7,7 +7,7 @@ EAPI=5
23 #if LIVE
24 AUTOTOOLS_AUTORECONF=yes
25 EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
26 -EGIT_BRANCH="python-exec2"
27 +EGIT_BRANCH="mgornys-eselect-python-hackery"
28
29 inherit git-r3
30 #endif
31 --
32 2.6.3