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 4E0D71387B1 for ; Tue, 22 Sep 2015 10:07:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11557E0835; 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 9F1B2E0835 for ; Tue, 22 Sep 2015 10:06:58 +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 B4508340967 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 9CFD4235 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: <1442912825.c326cf0733da21b0db86389c2c75cdb649683ef3.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/jupyter_core/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/jupyter_core/jupyter_core-4.0.4-r1.ebuild dev-python/jupyter_core/jupyter_core-9999.ebuild X-VCS-Directories: dev-python/jupyter_core/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c326cf0733da21b0db86389c2c75cdb649683ef3 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: fb871b9d-1979-4e29-91de-dcf81d7a0ce5 X-Archives-Hash: f14c6fa37e51f3060996ce904b8326e0 commit: c326cf0733da21b0db86389c2c75cdb649683ef3 Author: Marius Brehler linux sungazer de> AuthorDate: Tue Sep 22 09:07:05 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Sep 22 09:07:05 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c326cf07 dev-python/jupyter_core: Replace symlinks Package-Manager: portage-2.2.20.1 dev-python/jupyter_core/jupyter_core-4.0.4-r1.ebuild | 10 ++-------- dev-python/jupyter_core/jupyter_core-9999.ebuild | 11 ++--------- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/dev-python/jupyter_core/jupyter_core-4.0.4-r1.ebuild b/dev-python/jupyter_core/jupyter_core-4.0.4-r1.ebuild index 6ed3dbe..3df560f 100644 --- a/dev-python/jupyter_core/jupyter_core-4.0.4-r1.ebuild +++ b/dev-python/jupyter_core/jupyter_core-4.0.4-r1.ebuild @@ -9,16 +9,10 @@ inherit distutils-r1 DESCRIPTION="Core common functionality of Jupyter projects" 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=" +SRC_URI=" mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz https://raw.githubusercontent.com/gentoo-science/sci/master/patches/${P}-tests-dotipython.patch" - KEYWORDS="~amd64" -fi +KEYWORDS="~amd64" LICENSE="BSD" SLOT="0" diff --git a/dev-python/jupyter_core/jupyter_core-9999.ebuild b/dev-python/jupyter_core/jupyter_core-9999.ebuild index 078c198..ab09471 100644 --- a/dev-python/jupyter_core/jupyter_core-9999.ebuild +++ b/dev-python/jupyter_core/jupyter_core-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="Core common functionality of Jupyter projects" 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"