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 78A7B1387B1 for ; Tue, 22 Sep 2015 10:07:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C306B21C011; Tue, 22 Sep 2015 10:06:59 +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 2FDAE21C010 for ; Tue, 22 Sep 2015 10:06:59 +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 71E81340976 for ; Tue, 22 Sep 2015 10:06:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE791238 for ; Tue, 22 Sep 2015 10:06:55 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1442912908.1e83ffcab3e3589ba7836e1cf0ca3681e0fde1b2.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_client/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/jupyter_client/jupyter_client-9999.ebuild X-VCS-Directories: dev-python/jupyter_client/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1e83ffcab3e3589ba7836e1cf0ca3681e0fde1b2 X-VCS-Branch: master Date: Tue, 22 Sep 2015 10:06:55 +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: 445c5e16-7e6a-4012-a60d-2a776d68ca03 X-Archives-Hash: adf527a74fe9be5f2d2b4a8a96f97696 commit: 1e83ffcab3e3589ba7836e1cf0ca3681e0fde1b2 Author: Marius Brehler linux sungazer de> AuthorDate: Tue Sep 22 09:08:28 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Sep 22 09:08:28 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1e83ffca dev-python/jupyter_client: Replace symlinks Package-Manager: portage-2.2.20.1 dev-python/jupyter_client/jupyter_client-9999.ebuild | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/dev-python/jupyter_client/jupyter_client-9999.ebuild b/dev-python/jupyter_client/jupyter_client-9999.ebuild index 5b296f0..6c91547 100644 --- a/dev-python/jupyter_client/jupyter_client-9999.ebuild +++ b/dev-python/jupyter_client/jupyter_client-9999.ebuild @@ -5,18 +5,11 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python{3_3,3_4} ) -inherit distutils-r1 +inherit distutils-r1 git-r3 DESCRIPTION="Jupyter protocol implementation and client libraries" HOMEPAGE="http://jupyter.org" - -if [ ${PV} == "9999" ] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/jupyter/${PN}.git git://github.com/jupyter/${PN}.git" -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi +EGIT_REPO_URI="https://github.com/jupyter/${PN}.git git://github.com/jupyter/${PN}.git" LICENSE="BSD" SLOT="0"