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 49F0C138CA3 for ; Sat, 14 Mar 2015 08:21:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDE72E08BF; Sat, 14 Mar 2015 08:21:13 +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 25539E08B0 for ; Sat, 14 Mar 2015 08:21:13 +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 3B43D3408BC for ; Sat, 14 Mar 2015 08:21:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1193D13B8F for ; Sat, 14 Mar 2015 08:21:09 +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: <1426103933.b8e6f5027a0fd0570c2c8c41d511fda477b27ab7.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/jupyter-nbviewer/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/jupyter-nbviewer/jupyter-nbviewer-9999.ebuild X-VCS-Directories: dev-python/jupyter-nbviewer/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: b8e6f5027a0fd0570c2c8c41d511fda477b27ab7 X-VCS-Branch: master Date: Sat, 14 Mar 2015 08:21:09 +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: 00f9fd12-b344-43fe-82d1-8dfd0e582a38 X-Archives-Hash: baeff308d4fee2cc28bfeb733c8860cf commit: b8e6f5027a0fd0570c2c8c41d511fda477b27ab7 Author: Marius Brehler linux sungazer de> AuthorDate: Wed Mar 11 19:58:18 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Mar 11 19:58:53 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b8e6f502 dev-python/jupyter-nbviewer: Fix description Package-Manager: portage-2.2.14 dev-python/jupyter-nbviewer/jupyter-nbviewer-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jupyter-nbviewer/jupyter-nbviewer-9999.ebuild b/dev-python/jupyter-nbviewer/jupyter-nbviewer-9999.ebuild index a3031d4..941c5ca 100644 --- a/dev-python/jupyter-nbviewer/jupyter-nbviewer-9999.ebuild +++ b/dev-python/jupyter-nbviewer/jupyter-nbviewer-9999.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 MY_PN="nbviewer" -DESCRIPTION="A system for assigning and grading notebooks" +DESCRIPTION="Nbconvert as a webservice (rendering ipynb to static HTML)" HOMEPAGE="http://jupyter.org" if [ ${PV} == "9999" ] ; then