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 587191387B1 for ; Tue, 22 Sep 2015 10:06:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0688E083B; Tue, 22 Sep 2015 10:06:58 +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 39909E0839 for ; Tue, 22 Sep 2015 10:06:58 +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 6D06B34095A for ; Tue, 22 Sep 2015 10:06:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0279239 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: <1442912966.9d3affa61ce60c1682a51d9e26204f034a9fd40b.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_console/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/jupyter_console/jupyter_console-9999.ebuild X-VCS-Directories: dev-python/jupyter_console/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9d3affa61ce60c1682a51d9e26204f034a9fd40b 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: be427e42-1ce8-466d-9557-144a4f8a17e2 X-Archives-Hash: ce8af25f402da10bcf11a6a2e8329dd1 commit: 9d3affa61ce60c1682a51d9e26204f034a9fd40b Author: Marius Brehler linux sungazer de> AuthorDate: Tue Sep 22 09:09:26 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Sep 22 09:09:26 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9d3affa6 dev-python/jupyter_console: Replace symlinks Package-Manager: portage-2.2.20.1 dev-python/jupyter_console/jupyter_console-9999.ebuild | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/dev-python/jupyter_console/jupyter_console-9999.ebuild b/dev-python/jupyter_console/jupyter_console-9999.ebuild index 7b03c52..c663445 100644 --- a/dev-python/jupyter_console/jupyter_console-9999.ebuild +++ b/dev-python/jupyter_console/jupyter_console-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="A terminal-based console frontend for Jupyter kernels" 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"