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 6D6171384B4 for ; Sun, 15 Nov 2015 13:13:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7074821C08B; Sun, 15 Nov 2015 13:13:36 +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 BBD8421C06E for ; Sun, 15 Nov 2015 13:13:35 +0000 (UTC) Received: from localhost.localdomain (d202-251.icpnet.pl [109.173.202.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id CD2F7340712; Sun, 15 Nov 2015 13:13:33 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-python@lists.gentoo.org Cc: python@gentoo.org, =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-python] [PATCH 2/5] [REMOVE ME] Switch live eselect-py&pyexec branches to the real hackery Date: Sun, 15 Nov 2015 14:13:19 +0100 Message-Id: <1447593202-27536-3-git-send-email-mgorny@gentoo.org> X-Mailer: git-send-email 2.6.3 In-Reply-To: <1447593202-27536-1-git-send-email-mgorny@gentoo.org> References: <1447593202-27536-1-git-send-email-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Discussions centering around the Python ecosystem in Gentoo Linux X-BeenThere: gentoo-python@gentoo.org X-BeenThere: gentoo-python@lists.gentoo.org X-Archives-Salt: f67a1a59-cbc7-4149-8082-5708d9a3857f X-Archives-Hash: b89ae2fd67db43b34b63a9367d6bc7ef --- app-eselect/eselect-python/eselect-python-99999999.ebuild | 1 + dev-lang/python-exec/python-exec-2.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app-eselect/eselect-python/eselect-python-99999999.ebuild b/app-eselect/eselect-python/eselect-python-99999999.ebuild index 6b16b3d..3a618e5 100644 --- a/app-eselect/eselect-python/eselect-python-99999999.ebuild +++ b/app-eselect/eselect-python/eselect-python-99999999.ebuild @@ -8,6 +8,7 @@ if [[ ${PV} == "99999999" ]] ; then inherit autotools git-r3 EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git" + EGIT_BRANCH="mgornys-hackery" else SRC_URI="mirror://gentoo/${P}.tar.bz2 https://dev.gentoo.org/~floppym/dist/${P}.tar.bz2" diff --git a/dev-lang/python-exec/python-exec-2.9999.ebuild b/dev-lang/python-exec/python-exec-2.9999.ebuild index a462899..c141673 100644 --- a/dev-lang/python-exec/python-exec-2.9999.ebuild +++ b/dev-lang/python-exec/python-exec-2.9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 #if LIVE AUTOTOOLS_AUTORECONF=yes EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git" -EGIT_BRANCH="python-exec2" +EGIT_BRANCH="mgornys-eselect-python-hackery" inherit git-r3 #endif -- 2.6.3