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 14A2E13888F for ; Fri, 16 Oct 2015 14:38:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C559D21C009; Fri, 16 Oct 2015 14:38:03 +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 6A5AF21C009 for ; Fri, 16 Oct 2015 14:38:03 +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 219D33408C5 for ; Fri, 16 Oct 2015 14:38:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7824EE6A for ; Fri, 16 Oct 2015 14:38:00 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1445006219.3839b6acc8f7487ff0c465671e726b049c1c0286.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/notebook/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/notebook/ChangeLog dev-python/notebook/notebook-4.0.5.ebuild dev-python/notebook/notebook-4.0.6.ebuild X-VCS-Directories: dev-python/notebook/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 3839b6acc8f7487ff0c465671e726b049c1c0286 X-VCS-Branch: master Date: Fri, 16 Oct 2015 14:38:00 +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: a12c2152-ab3d-4c69-8533-f3879cd5b7cf X-Archives-Hash: 2b65c339f179a4a9e63007ee23709fd7 commit: 3839b6acc8f7487ff0c465671e726b049c1c0286 Author: Marius Brehler linux sungazer de> AuthorDate: Fri Oct 16 14:36:59 2015 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Fri Oct 16 14:36:59 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3839b6ac dev-python/notebook: Version bump to 4.0.6, drop 4.0.5 Package-Manager: portage-2.2.20.1 dev-python/notebook/ChangeLog | 6 ++++++ .../notebook/{notebook-4.0.5.ebuild => notebook-4.0.6.ebuild} | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-python/notebook/ChangeLog b/dev-python/notebook/ChangeLog index f5c44fd..be49522 100644 --- a/dev-python/notebook/ChangeLog +++ b/dev-python/notebook/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ +*notebook-4.0.6 (16 Oct 2015) + + 16 Oct 2015; Marius Brehler +notebook-4.0.6.ebuild, + -notebook-4.0.5.ebuild: + dev-python/notebook: Version bump to 4.0.6, drop 4.0.5 + 02 Oct 2015; Marius Brehler notebook-4.0.5.ebuild: dev-python/notebook: Fix SRC_URI diff --git a/dev-python/notebook/notebook-4.0.5.ebuild b/dev-python/notebook/notebook-4.0.6.ebuild similarity index 97% rename from dev-python/notebook/notebook-4.0.5.ebuild rename to dev-python/notebook/notebook-4.0.6.ebuild index d467425..80fa9fc 100644 --- a/dev-python/notebook/notebook-4.0.5.ebuild +++ b/dev-python/notebook/notebook-4.0.6.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Jupyter Interactive Notebook" HOMEPAGE="http://jupyter.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tgz" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~x86" LICENSE="BSD"