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 0E7B9138A1A for ; Mon, 2 Feb 2015 12:06:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73F0DE0912; Mon, 2 Feb 2015 12:06:30 +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 90BF6E0904 for ; Mon, 2 Feb 2015 12:06:29 +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 D71A0340704 for ; Mon, 2 Feb 2015 12:06:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE2E610E50 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: <1422864348.97b61d541723ddbb3bc8a865037bab8e014005c5.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.8.ebuild X-VCS-Directories: dev-util/amdapp/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 97b61d541723ddbb3bc8a865037bab8e014005c5 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: 6957c653-f70d-40a8-a311-00ca996a1e8e X-Archives-Hash: 49c86ce3a06b280618d03997eb75781a commit: 97b61d541723ddbb3bc8a865037bab8e014005c5 Author: Marius Brehler linux sungazer de> AuthorDate: Mon Feb 2 08:05:48 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Feb 2 08:05:48 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=97b61d54 Revert "Drop dev-util/amdapp-2.8" This reverts commit 58e9888d4d5da475c4f27e04ab34ce42365b0533. --- dev-util/amdapp/ChangeLog | 4 --- dev-util/amdapp/amdapp-2.8.ebuild | 75 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+), 4 deletions(-) diff --git a/dev-util/amdapp/ChangeLog b/dev-util/amdapp/ChangeLog index a5c6739..6b46c97 100644 --- a/dev-util/amdapp/ChangeLog +++ b/dev-util/amdapp/ChangeLog @@ -2,10 +2,6 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ - 01 Feb 2015; Marius Brehler - -amdapp-2.8.ebuild: - Drop old (source unavailable) - *amdapp-2.9 (01 Feb 2015) 01 Feb 2015; Marius Brehler diff --git a/dev-util/amdapp/amdapp-2.8.ebuild b/dev-util/amdapp/amdapp-2.8.ebuild new file mode 100644 index 0000000..53a239e --- /dev/null +++ b/dev-util/amdapp/amdapp-2.8.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2014 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="AMD-APP-SDK-v2.8-RC-lnx64" + +DESCRIPTION="AMD Accelerated Parallel Processing (APP) SDK" +HOMEPAGE="http://developer.amd.com/tools/heterogeneous-computing/\ +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 + !