summaryrefslogtreecommitdiff
path: root/media-gfx/CodeAnalyst/CodeAnalyst-3.4.18_pre0418.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-10-10 17:39:12 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-10-10 17:39:12 +0100
commit0020758a799677be922f25ddd05a8034f21400c7 (patch)
treebb35a39b25fe32b32ed3602e0026703db39c5f14 /media-gfx/CodeAnalyst/CodeAnalyst-3.4.18_pre0418.ebuild
parenta86864872e56fb96708e2052407715dcf92d47a4 (diff)
with this commit, kogaion overlay is finally clean of unused and deprecated ebuilds
Diffstat (limited to 'media-gfx/CodeAnalyst/CodeAnalyst-3.4.18_pre0418.ebuild')
-rw-r--r--media-gfx/CodeAnalyst/CodeAnalyst-3.4.18_pre0418.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/media-gfx/CodeAnalyst/CodeAnalyst-3.4.18_pre0418.ebuild b/media-gfx/CodeAnalyst/CodeAnalyst-3.4.18_pre0418.ebuild
deleted file mode 100644
index d03a5330..00000000
--- a/media-gfx/CodeAnalyst/CodeAnalyst-3.4.18_pre0418.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:$
-
-EAPI="5"
-inherit eutils autotools
-
-DESCRIPTION="AMD Code Analyst"
-HOMEPAGE="http://developer.amd.com/"
-SRC_URI="http://developer.amd.com/wordpress/media/files/${PN}-3_4_18_0413-Public.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="X debug optimization"
-
-RDEPEND=""
-DEPEND="${DEPEND}"
-
-S="${WORKDIR}"/CodeAnalyst-3_4_18_0413-Public
-
-
-src_configure() {
- insinto "${S}"
- ./autogen.sh || die "autogen failed"
- econf \
- $(use_enable debug) \
- $(use_enable optimization) \
- $(use_with X)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc NEWS README AUTHORS
- find "${D}" -name '*.la' -delete
-}
-