From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-836822-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 2671813881E
	for <garchives@archives.gentoo.org>; Fri, 25 Sep 2015 09:43:32 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 93A9E21C14C;
	Fri, 25 Sep 2015 09:43:27 +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 93A8C21C021
	for <gentoo-commits@lists.gentoo.org>; Fri, 25 Sep 2015 09:43:26 +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 C2586340A02
	for <gentoo-commits@lists.gentoo.org>; Fri, 25 Sep 2015 09:43:25 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C21E2282
	for <gentoo-commits@lists.gentoo.org>; Fri, 25 Sep 2015 09:43:22 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
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" <jlec@gentoo.org>
Message-ID: <1443174200.7ff7534f62abe2da035dfe44a4447fc15a006030.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: /
X-VCS-Repository: proj/sci
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 7ff7534f62abe2da035dfe44a4447fc15a006030
X-VCS-Branch: master
Date: Fri, 25 Sep 2015 09:43:22 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 426c5784-b227-4867-bf56-e5fa94259dca
X-Archives-Hash: 13ad079cf4de715949c56ddeba6082c0

commit:     7ff7534f62abe2da035dfe44a4447fc15a006030
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 09:43:20 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 09:43:20 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7ff7534f

Merge remote-tracking branch 'github/master'

* github/master:
  www-client/casjerjs: Fix installation of casperjs executable
  dev-python/metakernel_bash: Install missing kernel spec
  dev-python/metakernel_python: Install missing kernel spec
  dev-python/metakernel_bash: New package, ebuild written by me
  dev-python/metakernel: New package, ebuild written by me
  dev-python/metakernel_python: New package, ebuild written by me

 dev-python/metakernel/ChangeLog                    |  9 ++++++
 dev-python/metakernel/Manifest                     |  1 +
 dev-python/metakernel/metadata.xml                 | 13 ++++++++
 dev-python/metakernel/metakernel-0.11.0.ebuild     | 37 ++++++++++++++++++++++
 dev-python/metakernel_bash/ChangeLog               | 15 +++++++++
 dev-python/metakernel_bash/Manifest                |  1 +
 dev-python/metakernel_bash/files/kernel.json       |  1 +
 .../{ipykernel => metakernel_bash}/metadata.xml    |  4 +--
 .../metakernel_bash-0.11.3-r1.ebuild               | 28 ++++++++++++++++
 dev-python/metakernel_python/ChangeLog             | 15 +++++++++
 dev-python/metakernel_python/Manifest              |  1 +
 dev-python/metakernel_python/files/kernel.json     |  1 +
 .../{ipykernel => metakernel_python}/metadata.xml  |  4 +--
 .../metakernel_python-0.11.3-r1.ebuild             | 29 +++++++++++++++++
 www-client/casperjs/ChangeLog                      |  3 ++
 www-client/casperjs/casperjs-1.1_beta3.ebuild      |  5 +--
 16 files changed, 161 insertions(+), 6 deletions(-)