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 CB97D58973 for ; Thu, 21 Jan 2016 08:15:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E050BE0899; Thu, 21 Jan 2016 08:15:21 +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 8D9B2E0899 for ; Thu, 21 Jan 2016 08:15:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5449333FDBF for ; Thu, 21 Jan 2016 08:15:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5FD2CF3 for ; Thu, 21 Jan 2016 08:15:14 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1453364045.11cf93a62e664a6fc214d962bd56de570f74874c.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/boost-compute/ X-VCS-Repository: proj/sci X-VCS-Files: dev-libs/boost-compute/boost-compute-0.5.ebuild X-VCS-Directories: dev-libs/boost-compute/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 11cf93a62e664a6fc214d962bd56de570f74874c X-VCS-Branch: master Date: Thu, 21 Jan 2016 08:15:14 +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: 1ea17d88-f9bb-4599-a7b5-63f401084d44 X-Archives-Hash: bbd0ad55c3153e8c62fa85460fb7dce2 commit: 11cf93a62e664a6fc214d962bd56de570f74874c Author: Marius Brehler linux sungazer de> AuthorDate: Thu Jan 21 08:14:05 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Thu Jan 21 08:14:05 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=11cf93a6 dev-libs/boost-compute: Version bump to 0.5 Package-Manager: portage-2.2.26 dev-libs/boost-compute/boost-compute-0.5.ebuild | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/dev-libs/boost-compute/boost-compute-0.5.ebuild b/dev-libs/boost-compute/boost-compute-0.5.ebuild new file mode 100644 index 0000000..151d185 --- /dev/null +++ b/dev-libs/boost-compute/boost-compute-0.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit eutils cmake-utils + +DESCRIPTION="A header-only C++ Computing Library for OpenCL" +HOMEPAGE="https://github.com/boostorg/compute" +SRC_URI="https://github.com/boostorg/compute/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Boost-1.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + dev-libs/boost + virtual/opencl +" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/compute-${PV}" + +PATCHES=( "${FILESDIR}/${P}"-CMakeLists.patch )