summaryrefslogtreecommitdiff
path: root/dev-util/igprof/igprof-5.9.11.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/igprof/igprof-5.9.11.ebuild')
-rw-r--r--dev-util/igprof/igprof-5.9.11.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-util/igprof/igprof-5.9.11.ebuild b/dev-util/igprof/igprof-5.9.11.ebuild
deleted file mode 100644
index 14f8ced68fcd..000000000000
--- a/dev-util/igprof/igprof-5.9.11.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="Ignominous Profiler for analysing application memory and performance"
-HOMEPAGE="http://igprof.org"
-SRC_URI="https://github.com/ktf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-# pcre is automagic dependency, let's make it unoptional
-# libatomic_ops is listed as dependency, but isn't actually used by package
-DEPEND="dev-libs/libpcre
- sys-libs/libunwind"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed -e 's/-Werror//g' -i CMakeLists.txt
- cmake-utils_src_prepare
-}