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 9AC62138CA3 for ; Sat, 14 Mar 2015 08:21:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E5CFE08B5; Sat, 14 Mar 2015 08:21:14 +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 5951DE08C4 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 76D583409F2 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 97EE613B95 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: <1426321260.6a7ef5ef2cc441a5d3d54e1f29c0073d93deeee1.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: 6a7ef5ef2cc441a5d3d54e1f29c0073d93deeee1 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: 02a6b3ef-effd-4861-bfcc-622b62139ccc X-Archives-Hash: 382ebaa0e8074fa9687435fdcf24e08c commit: 6a7ef5ef2cc441a5d3d54e1f29c0073d93deeee1 Author: Marius Brehler linux sungazer de> AuthorDate: Wed Mar 11 19:58:18 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Mar 14 08:21:00 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6a7ef5ef 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