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 5B6C1138200 for ; Thu, 30 May 2013 10:31:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74467E09A4; Thu, 30 May 2013 10:31:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FFA7E099B for ; Thu, 30 May 2013 10:31:22 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22EAA33BE2C for ; Thu, 30 May 2013 10:31:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AF6F6E545F for ; Thu, 30 May 2013 10:31:20 +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: <1367819808.c211d024db7b25bcfa9f40787598e32f2e094ce3.jlec@gentoo> Subject: [gentoo-commits] proj/sci:ccp4 commit in: / X-VCS-Repository: proj/sci X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c211d024db7b25bcfa9f40787598e32f2e094ce3 X-VCS-Branch: ccp4 Date: Thu, 30 May 2013 10:31:20 +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: 29d7f288-0db7-4a9f-801e-f28ddeef5d01 X-Archives-Hash: 62b0258900c7bfa9803eb4c4ba0cdfc8 commit: c211d024db7b25bcfa9f40787598e32f2e094ce3 Author: Justin Lecher gentoo org> AuthorDate: Mon May 6 05:56:48 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon May 6 05:56:48 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c211d024 Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sci * 'master' of git+ssh://git.overlays.gentoo.org/proj/sci: sync with gx86 media-gfx/brlcad: version bumped to 7.22.0, bug#467456 added recent 4.5.x version from gx86 (bug #468454) sci-libs/mkl: Version Bump selectively call cuda.eclass, depending on use flag reverting inheritance refactoring CUDA interaction conditional inheritance to fix compilation sans CUDA dev-util/VampirTrace/VampirTrace-5.14.3.ebuild | 6 +- media-gfx/brlcad/ChangeLog | 5 +- media-gfx/brlcad/Manifest | 1 + .../{brlcad-7.20.4.ebuild => brlcad-7.22.0.ebuild} | 16 +++--- media-gfx/brlcad/brlcad-9999.ebuild | 8 +-- sci-chemistry/gromacs/ChangeLog | 10 ++++ sci-chemistry/gromacs/Manifest | 2 + .../files/gromacs-4.5.7-cmake-cpp-asm.patch | 43 ++++++++++++++ ...gromacs-9999.ebuild => gromacs-4.5.9999.ebuild} | 65 ++++++++++++++-------- sci-chemistry/gromacs/metadata.xml | 1 + sci-libs/mkl/ChangeLog | 5 ++ sci-libs/mkl/Manifest | 4 ++ ...mkl-11.0.2.146.ebuild => mkl-11.0.3.163.ebuild} | 4 +- 13 files changed, 130 insertions(+), 40 deletions(-) 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 5682A138200 for ; Mon, 6 May 2013 08:26:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A9DBE0A00; Mon, 6 May 2013 08:26:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A30DE0A00 for ; Mon, 6 May 2013 08:26:57 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B54E333DF4E for ; Mon, 6 May 2013 08:26:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 58CB1E4C69 for ; Mon, 6 May 2013 08:26:55 +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: <1367819808.c211d024db7b25bcfa9f40787598e32f2e094ce3.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: c211d024db7b25bcfa9f40787598e32f2e094ce3 X-VCS-Branch: master Date: Mon, 6 May 2013 08:26:55 +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: 02f37165-e454-4b8f-b428-4ecff7e89bac X-Archives-Hash: 6e766887372b9a4a9e5a4a32f0ce68b1 Message-ID: <20130506082655.xKnOv1cRFoz8mf-GvKB6cup-Fx6mL6IMcCGmkWQyfB0@z> commit: c211d024db7b25bcfa9f40787598e32f2e094ce3 Author: Justin Lecher gentoo org> AuthorDate: Mon May 6 05:56:48 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon May 6 05:56:48 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c211d024 Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sci * 'master' of git+ssh://git.overlays.gentoo.org/proj/sci: sync with gx86 media-gfx/brlcad: version bumped to 7.22.0, bug#467456 added recent 4.5.x version from gx86 (bug #468454) sci-libs/mkl: Version Bump selectively call cuda.eclass, depending on use flag reverting inheritance refactoring CUDA interaction conditional inheritance to fix compilation sans CUDA dev-util/VampirTrace/VampirTrace-5.14.3.ebuild | 6 ++- media-gfx/brlcad/ChangeLog | 5 +- media-gfx/brlcad/Manifest | 1 + .../{brlcad-7.20.4.ebuild => brlcad-7.22.0.ebuild} | 16 +++--- media-gfx/brlcad/brlcad-9999.ebuild | 8 +-- sci-chemistry/gromacs/ChangeLog | 10 +++ sci-chemistry/gromacs/Manifest | 2 + .../files/gromacs-4.5.7-cmake-cpp-asm.patch | 43 +++++++++++++ ...gromacs-9999.ebuild => gromacs-4.5.9999.ebuild} | 65 +++++++++++++------- sci-chemistry/gromacs/metadata.xml | 1 + sci-libs/mkl/ChangeLog | 5 ++ sci-libs/mkl/Manifest | 4 + ...mkl-11.0.2.146.ebuild => mkl-11.0.3.163.ebuild} | 4 +- 13 files changed, 130 insertions(+), 40 deletions(-) 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 82D941381F3 for ; Wed, 12 Jun 2013 08:13:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34C99E0998; Wed, 12 Jun 2013 08:13:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A92D4E0998 for ; Wed, 12 Jun 2013 08:13:33 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB88133E406 for ; Wed, 12 Jun 2013 08:13:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 21EE7E5461 for ; Wed, 12 Jun 2013 08:13:30 +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: <1367819808.c211d024db7b25bcfa9f40787598e32f2e094ce3.jlec@gentoo> Subject: [gentoo-commits] proj/sci:jlec commit in: / X-VCS-Repository: proj/sci X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c211d024db7b25bcfa9f40787598e32f2e094ce3 X-VCS-Branch: jlec Date: Wed, 12 Jun 2013 08:13:30 +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: 7160702f-ea99-41a9-85c7-6cf586250eaf X-Archives-Hash: 970ea126fa47a0fdf50ed066c7d12e38 Message-ID: <20130612081330.hH0SRmEcfZE44p1a7BYTfrA29B3eRgt9bQBI5ksxfq8@z> commit: c211d024db7b25bcfa9f40787598e32f2e094ce3 Author: Justin Lecher gentoo org> AuthorDate: Mon May 6 05:56:48 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon May 6 05:56:48 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c211d024 Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sci * 'master' of git+ssh://git.overlays.gentoo.org/proj/sci: sync with gx86 media-gfx/brlcad: version bumped to 7.22.0, bug#467456 added recent 4.5.x version from gx86 (bug #468454) sci-libs/mkl: Version Bump selectively call cuda.eclass, depending on use flag reverting inheritance refactoring CUDA interaction conditional inheritance to fix compilation sans CUDA dev-util/VampirTrace/VampirTrace-5.14.3.ebuild | 6 +- media-gfx/brlcad/ChangeLog | 5 +- media-gfx/brlcad/Manifest | 1 + .../{brlcad-7.20.4.ebuild => brlcad-7.22.0.ebuild} | 16 +++--- media-gfx/brlcad/brlcad-9999.ebuild | 8 +-- sci-chemistry/gromacs/ChangeLog | 10 ++++ sci-chemistry/gromacs/Manifest | 2 + .../files/gromacs-4.5.7-cmake-cpp-asm.patch | 43 ++++++++++++++ ...gromacs-9999.ebuild => gromacs-4.5.9999.ebuild} | 65 ++++++++++++++-------- sci-chemistry/gromacs/metadata.xml | 1 + sci-libs/mkl/ChangeLog | 5 ++ sci-libs/mkl/Manifest | 4 ++ ...mkl-11.0.2.146.ebuild => mkl-11.0.3.163.ebuild} | 4 +- 13 files changed, 130 insertions(+), 40 deletions(-)