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 2EC8D13877A for ; Mon, 7 Jul 2014 06:36:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC55EE0879; Mon, 7 Jul 2014 06:36:52 +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 42BB4E0896 for ; Mon, 7 Jul 2014 06:36:52 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7147C33F892 for ; Mon, 7 Jul 2014 06:36:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id B0141193EC for ; Mon, 7 Jul 2014 06:36:49 +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: <1404714997.8b089a49addab2d4249ef31e8a4dd6f2d4bfa129.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: 8b089a49addab2d4249ef31e8a4dd6f2d4bfa129 X-VCS-Branch: master Date: Mon, 7 Jul 2014 06:36:49 +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: 05a4d4ea-97f3-41f8-9529-5bb8905af3b0 X-Archives-Hash: 8f0f83b2d51fe0fadff23324db69bde4 commit: 8b089a49addab2d4249ef31e8a4dd6f2d4bfa129 Author: Justin Lecher gentoo org> AuthorDate: Mon Jul 7 06:36:37 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jul 7 06:36:37 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8b089a49 Merge remote-tracking branch 'github/master' * github/master: dev-python/bokeh: dev-python/bokeh: New version with python3 support for bug #516052 dev-python/bokeh: dev-python/bokeh: Copy latest ebuild from portage Add subslot dependency on clhep, we need to rebuild for each clhep subslot change. New live ebuild for VGM, adapting to fixes for cmake install paths in upstream (no need to manually install in ebuild anymore). Released VGM-4.00 does not have these fixes yet, I am discussing with upstream whether they can also provide some tarballs of released versions (as sourceforge svn-snapshotting is unusable for us) and delay packaging of VGM-4.00 until then. New live ebuild, using cmake-buildsystem (upstream switches to cmake for next release), add flags for g4root and mtroot. Adapt to upstream's fixes concerning install paths, we don't need to do manually installation anymore. I will skip geant-vmc-3.00b01 from packaging, it does not include those fixes yet. dev-python/bokeh/ChangeLog | 11 +++ dev-python/bokeh/Manifest | 1 + dev-python/bokeh/bokeh-0.4.4.ebuild | 98 ++++++++++++++++++++++ .../bokeh/files/bokeh-0.4.4-fix_test_object.patch | 32 +++++++ dev-python/bokeh/metadata.xml | 15 ++++ sci-physics/geant-vmc/ChangeLog | 8 ++ sci-physics/geant-vmc/geant-vmc-9999.ebuild | 79 +++++++++++++++++ sci-physics/geant-vmc/metadata.xml | 3 + sci-physics/vgm/ChangeLog | 10 +++ sci-physics/vgm/vgm-3.06.ebuild | 2 +- .../vgm/{vgm-3.06.ebuild => vgm-9999.ebuild} | 33 ++++---- 11 files changed, 273 insertions(+), 19 deletions(-)