aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-02-12 16:38:08 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-02-12 16:39:36 +0100
commit598a05c185084baaab40ed60a44e8ea07b1059cd (patch)
tree9b8d8086740820f4f4e19af79f69b9dca5eaea70 /dev-util
parentkde-frameworks/frameworkintegration: add new dependency (diff)
downloadkde-598a05c185084baaab40ed60a44e8ea07b1059cd.tar.gz
kde-598a05c185084baaab40ed60a44e8ea07b1059cd.tar.bz2
kde-598a05c185084baaab40ed60a44e8ea07b1059cd.zip
dev-util/heaptrack: Moved to tree
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/heaptrack/heaptrack-9999.ebuild52
-rw-r--r--dev-util/heaptrack/metadata.xml8
2 files changed, 0 insertions, 60 deletions
diff --git a/dev-util/heaptrack/heaptrack-9999.ebuild b/dev-util/heaptrack/heaptrack-9999.ebuild
deleted file mode 100644
index ab1d9d662c..0000000000
--- 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
-}
diff --git a/dev-util/heaptrack/metadata.xml b/dev-util/heaptrack/metadata.xml
deleted file mode 100644
index d83ca74452..0000000000
--- a/dev-util/heaptrack/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>zzam@gentoo.org</email>
- <name>Matthias Schwarzott</name>
- </maintainer>
-</pkgmetadata>