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 EAE8B138ACF 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 A4F9DE08F6; 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 C0023E08DD 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 D81683406F8 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 59A3E10E4A 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: <1422792460.58e9888d4d5da475c4f27e04ab34ce42365b0533.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: 58e9888d4d5da475c4f27e04ab34ce42365b0533 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: 03cb6b70-104a-4d73-98ea-c99d293b0744 X-Archives-Hash: 7fcc8b4efe0d62fc9d5922314a0188b6 commit: 58e9888d4d5da475c4f27e04ab34ce42365b0533 Author: Marius Brehler linux sungazer de> AuthorDate: Sun Feb 1 12:07:40 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Feb 1 12:07:40 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=58e9888d Drop dev-util/amdapp-2.8 --- dev-util/amdapp/ChangeLog | 4 +++ dev-util/amdapp/amdapp-2.8.ebuild | 75 --------------------------------------- 2 files changed, 4 insertions(+), 75 deletions(-) diff --git a/dev-util/amdapp/ChangeLog b/dev-util/amdapp/ChangeLog index 6b46c97..a5c6739 100644 --- a/dev-util/amdapp/ChangeLog +++ b/dev-util/amdapp/ChangeLog @@ -2,6 +2,10 @@ # 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 deleted file mode 100644 index 53a239e..0000000 --- a/dev-util/amdapp/amdapp-2.8.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# 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 - !