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 85B53138AD0 for ; Mon, 2 Feb 2015 12:06:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4C63E08F4; Mon, 2 Feb 2015 12:06:28 +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 E9AE7E08F4 for ; Mon, 2 Feb 2015 12:06:27 +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 C29AA3406E7 for ; Mon, 2 Feb 2015 12:06:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 492C410E49 for ; Mon, 2 Feb 2015 12:06:25 +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: <1422790439.ad29d580a2cbf4dc172bc8e2d931d93f422b22b8.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-util/amdapp/ X-VCS-Repository: proj/sci X-VCS-Files: dev-util/amdapp/ChangeLog dev-util/amdapp/amdapp-2.9.ebuild X-VCS-Directories: dev-util/amdapp/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: ad29d580a2cbf4dc172bc8e2d931d93f422b22b8 X-VCS-Branch: master Date: Mon, 2 Feb 2015 12:06:25 +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: 24e2c94e-c3fd-4c90-8cf6-c56fc1d6eb44 X-Archives-Hash: 714586f18c97641e97bc5f2fd207a6fd commit: ad29d580a2cbf4dc172bc8e2d931d93f422b22b8 Author: Marius Brehler linux sungazer de> AuthorDate: Sun Feb 1 11:33:59 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Feb 1 11:33:59 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ad29d580 dev-util/amdapp: Bump to 2.9 and fix 32bit --- dev-util/amdapp/ChangeLog | 8 +++- dev-util/amdapp/amdapp-2.9.ebuild | 87 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+), 1 deletion(-) diff --git a/dev-util/amdapp/ChangeLog b/dev-util/amdapp/ChangeLog index 85df99a..6b46c97 100644 --- a/dev-util/amdapp/ChangeLog +++ b/dev-util/amdapp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/amdapp -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*amdapp-2.9 (01 Feb 2015) + + 01 Feb 2015; Marius Brehler + +amdapp-2.9.ebuild: + Version bump and fix 32bit build + 14 Nov 2014; Christoph Junghans amdapp-2.8.ebuild: switch to virtual/opencl diff --git a/dev-util/amdapp/amdapp-2.9.ebuild b/dev-util/amdapp/amdapp-2.9.ebuild new file mode 100644 index 0000000..d981d2c --- /dev/null +++ b/dev-util/amdapp/amdapp-2.9.ebuild @@ -0,0 +1,87 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit multilib + +X86_AT="AMD-APP-SDK-v${PV}-lnx32.tgz" +AMD64_AT="AMD-APP-SDK-v${PV}-lnx64.tgz" + +MY_P_AMD64="AMD-APP-SDK-v${PV}-RC-lnx64" +MY_P_AMD32="AMD-APP-SDK-v${PV}-RC-lnx32" +MY_P="AMD-APP-SDK-v${PV}-RC" + +DESCRIPTION="AMD Accelerated Parallel Processing (APP) SDK" +HOMEPAGE="http://developer.amd.com/tools-and-sdks/opencl-zone/\ +amd-accelerated-parallel-processing-app-sdk" +SRC_URI=" + amd64? ( ${AMD64_AT} ) + x86? ( ${X86_AT} )" +LICENSE="AMD" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="examples" + +RDEPEND=" + app-admin/eselect-opengl + !