summaryrefslogtreecommitdiff
path: root/dev-util/heaptrack/heaptrack-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/heaptrack/heaptrack-9999.ebuild')
-rw-r--r--dev-util/heaptrack/heaptrack-9999.ebuild52
1 files changed, 0 insertions, 52 deletions
diff --git a/dev-util/heaptrack/heaptrack-9999.ebuild b/dev-util/heaptrack/heaptrack-9999.ebuild
deleted file mode 100644
index ab1d9d662c2..00000000000
--- a/dev-util/heaptrack/heaptrack-9999.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_AUTODEPS="false"
-KDE_TEST="forceoptional"
-inherit kde5
-
-DESCRIPTION="A fast heap memory profiler"
-HOMEPAGE="http://milianw.de/blog/heaptrack-a-heap-memory-profiler-for-linux"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS=""
-IUSE="+qt5"
-
-COMMON_DEPEND="
- dev-libs/boost
- sys-libs/libunwind
- sys-libs/zlib
- qt5? (
- $(add_frameworks_dep extra-cmake-modules)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kitemmodels)
- $(add_frameworks_dep threadweaver)
- $(add_qt_dep qtcore)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- dev-libs/kdiagram:5
- )
-"
-DEPEND="${COMMON_DEPEND}
- sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}
- qt5? ( >=kde-frameworks/kf-env-4 )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package qt5 Qt5)
- $(cmake-utils_use_find_package qt5 ECM)
- $(cmake-utils_use_find_package qt5 KChart)
- )
-
- kde5_src_configure
-}