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 5C5F4138CD8 for ; Fri, 5 Jun 2015 11:20:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 232F2E0887; Fri, 5 Jun 2015 11:20:11 +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 8B5DBE0887 for ; Fri, 5 Jun 2015 11:20:05 +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 D2E8B340E85 for ; Fri, 5 Jun 2015 11:20:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4ABEDA3C for ; Fri, 5 Jun 2015 11:20:01 +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: <1433503073.1ff43d68cef393778c94b6609439ff3d74d730ed.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/clblas/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/clblas/ChangeLog sci-libs/clblas/clblas-2.2.ebuild sci-libs/clblas/clblas-9999.ebuild X-VCS-Directories: sci-libs/clblas/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 1ff43d68cef393778c94b6609439ff3d74d730ed X-VCS-Branch: master Date: Fri, 5 Jun 2015 11:20:01 +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: 4b21cf58-34c8-41fa-a2a1-0c7e32d8d60e X-Archives-Hash: b7a6b79c1f2c0d8ab783c33a160fc9d3 commit: 1ff43d68cef393778c94b6609439ff3d74d730ed Author: Justin Lecher gentoo org> AuthorDate: Fri Jun 5 11:17:53 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jun 5 11:17:53 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1ff43d68 sci-libs/clblas: Move to python-single-r1.eclass Package-Manager: portage-2.2.20 sci-libs/clblas/ChangeLog | 4 ++++ sci-libs/clblas/clblas-2.2.ebuild | 6 ++++-- sci-libs/clblas/clblas-9999.ebuild | 6 ++++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/sci-libs/clblas/ChangeLog b/sci-libs/clblas/ChangeLog index e208ddb..1a00754 100644 --- a/sci-libs/clblas/ChangeLog +++ b/sci-libs/clblas/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 05 Jun 2015; Justin Lecher clblas-2.2.ebuild, + clblas-9999.ebuild: + sci-libs/clblas: Move to python-single-r1.eclass + 05 Jun 2015; Justin Lecher metadata.xml: sci-libs/clblas: Add github to remote-id in metadata.xml diff --git a/sci-libs/clblas/clblas-2.2.ebuild b/sci-libs/clblas/clblas-2.2.ebuild index 84342eb..0fe40e6 100644 --- a/sci-libs/clblas/clblas-2.2.ebuild +++ b/sci-libs/clblas/clblas-2.2.ebuild @@ -4,7 +4,9 @@ EAPI=5 -inherit cmake-utils +PYTHON_COMPAT=( python2_7 ) + +inherit cmake-utils python-single-r1 MY_PN="clBLAS" @@ -30,7 +32,7 @@ RDEPEND=" virtual/opencl || ( >=dev-util/amdapp-2.9 dev-util/intel-ocl-sdk ) dev-libs/boost - performance? ( dev-lang/python ) + performance? ( ${PYTHON_DEPS} ) " DEPEND="${RDEPEND}" # test? ( diff --git a/sci-libs/clblas/clblas-9999.ebuild b/sci-libs/clblas/clblas-9999.ebuild index 34e3840..17688ba 100644 --- a/sci-libs/clblas/clblas-9999.ebuild +++ b/sci-libs/clblas/clblas-9999.ebuild @@ -4,7 +4,9 @@ EAPI=5 -inherit cmake-utils +PYTHON_COMPAT=( python2_7 ) + +inherit cmake-utils python-single-r1 MY_PN="clBLAS" @@ -30,7 +32,7 @@ RDEPEND=" virtual/opencl || ( >=dev-util/amdapp-2.9 dev-util/intel-ocl-sdk ) dev-libs/boost - performance? ( dev-lang/python ) + performance? ( ${PYTHON_DEPS} ) " DEPEND="${RDEPEND}" # test? (