summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-01-14 14:48:46 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-01-14 14:48:46 +0000
commitab883cffc12cc25ffb6f1e20678f672048b4e6f5 (patch)
tree92c7a82d2698687d657020f636874fae5c358130 /x11-libs/amd-adl-sdk/amd-adl-sdk-4.0.ebuild
parentVersion bump, as requested by Moyaze Shivji in the LINX engineering team. (diff)
downloadgentoo-2-ab883cffc12cc25ffb6f1e20678f672048b4e6f5.tar.gz
gentoo-2-ab883cffc12cc25ffb6f1e20678f672048b4e6f5.tar.bz2
gentoo-2-ab883cffc12cc25ffb6f1e20678f672048b4e6f5.zip
Cleanup old.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-libs/amd-adl-sdk/amd-adl-sdk-4.0.ebuild')
-rw-r--r--x11-libs/amd-adl-sdk/amd-adl-sdk-4.0.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-libs/amd-adl-sdk/amd-adl-sdk-4.0.ebuild b/x11-libs/amd-adl-sdk/amd-adl-sdk-4.0.ebuild
deleted file mode 100644
index fe684dcf49a1..000000000000
--- a/x11-libs/amd-adl-sdk/amd-adl-sdk-4.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/amd-adl-sdk/amd-adl-sdk-4.0.ebuild,v 1.3 2013/02/25 13:30:52 ago Exp $
-
-EAPI="4"
-
-DESCRIPTION="API to access display driver functionality for ATI graphics cards"
-HOMEPAGE="http://developer.amd.com/sdks/adlsdk/"
-SRC_URI="http://download2-developer.amd.com/amd/GPU/zip/ADL_SDK_${PV}.zip"
-
-LICENSE="AMD-ADL"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc examples"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- x11-drivers/ati-drivers
-"
-DEPEND="${DEPEND}
- app-arch/unzip
-"
-
-RESTRICT="mirror"
-
-S="${WORKDIR}"
-
-src_install() {
- use doc && dodoc -r "Public-Documents"/* "adlutil/ADLUTIL User Guide.doc"
- use examples && dodoc -r "Sample" "Sample-Managed"
-
- insinto "/usr/include/ADL"
- doins include/*
-}