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 7A98513881D for ; Mon, 21 Sep 2015 16:05:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B2BEE08AD; Mon, 21 Sep 2015 16:05: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 E4A41E08AD for ; Mon, 21 Sep 2015 16:05:10 +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 C3456340821 for ; Mon, 21 Sep 2015 16:05:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F63D230 for ; Mon, 21 Sep 2015 16:05:08 +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: <1442851219.6662eebb658de9fe5a2abf9306224f31b6e87375.jlec@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.4-r1.ebuild dev-libs/boost-compute/boost-compute-9999.ebuild X-VCS-Directories: dev-libs/boost-compute/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6662eebb658de9fe5a2abf9306224f31b6e87375 X-VCS-Branch: master Date: Mon, 21 Sep 2015 16:05:08 +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: d5a8fe83-65c9-461e-af7a-3a6646d4e2cd X-Archives-Hash: bb17f94d32b5f58b643e82eef2cc29e5 commit: 6662eebb658de9fe5a2abf9306224f31b6e87375 Author: Justin Lecher gentoo org> AuthorDate: Mon Sep 21 16:00:19 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Sep 21 16:00:19 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6662eebb dev-libs/boost-compute: Drop empty lines and resort code Package-Manager: portage-2.2.20.1 RepoMan-Options: --force Signed-off-by: Justin Lecher gentoo.org> dev-libs/boost-compute/boost-compute-0.4-r1.ebuild | 13 ++++++------- dev-libs/boost-compute/boost-compute-9999.ebuild | 7 +++++-- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/dev-libs/boost-compute/boost-compute-0.4-r1.ebuild b/dev-libs/boost-compute/boost-compute-0.4-r1.ebuild index 9d7d8f1..abbc745 100644 --- a/dev-libs/boost-compute/boost-compute-0.4-r1.ebuild +++ b/dev-libs/boost-compute/boost-compute-0.4-r1.ebuild @@ -9,19 +9,18 @@ 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" -KEYWORDS="~amd64" -S="${WORKDIR}/compute-${PV}" LICENSE="Boost-1.0" SLOT="0" - -PATCHES=( - "${FILESDIR}/${P}"-CMakeLists.patch -) - +KEYWORDS="~amd64" +IUSE="" RDEPEND=" dev-libs/boost virtual/opencl " DEPEND="${RDEPEND}" + +S="${WORKDIR}/compute-${PV}" + +PATCHES=( "${FILESDIR}/${P}"-CMakeLists.patch ) diff --git a/dev-libs/boost-compute/boost-compute-9999.ebuild b/dev-libs/boost-compute/boost-compute-9999.ebuild index c79ed92..d73cf95 100644 --- a/dev-libs/boost-compute/boost-compute-9999.ebuild +++ b/dev-libs/boost-compute/boost-compute-9999.ebuild @@ -8,11 +8,14 @@ inherit eutils cmake-utils git-r3 DESCRIPTION="A header-only C++ Computing Library for OpenCL" HOMEPAGE="https://github.com/boostorg/compute" -EGIT_REPO_URI="https://github.com/boostorg/compute.git git://github.com/boostorg/compute.git" -KEYWORDS="" +EGIT_REPO_URI=" + https://github.com/boostorg/compute.git + git://github.com/boostorg/compute.git" LICENSE="Boost-1.0" SLOT="0" +KEYWORDS="" +IUSE="" RDEPEND=" dev-libs/boost