commit:     598a05c185084baaab40ed60a44e8ea07b1059cd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 15:38:08 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 15:39:36 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=598a05c1

dev-util/heaptrack: Moved to tree

 dev-util/heaptrack/heaptrack-9999.ebuild | 52 --------------------------------
 dev-util/heaptrack/metadata.xml          |  8 -----
 2 files changed, 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>[email protected]</email>
-               <name>Matthias Schwarzott</name>
-       </maintainer>
-</pkgmetadata>

Reply via email to