summaryrefslogtreecommitdiff
blob: ef1d0a305ee8e609359ce95daa63aa8408b93de4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 2015-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

EGIT_REPO_URI="git://anongit.kde.org/heaptrack"
[[ ${PV} = 9999 ]] && inherit git-r3
inherit cmake-utils

DESCRIPTION="A fast heap memory profiler"
HOMEPAGE="http://milianw.de/blog/heaptrack-a-heap-memory-profiler-for-linux"
[[ ${PV} = 9999 ]] || SRC_URI="${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
[[ ${PV} = 9999 ]] || \
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="sys-libs/libunwind
	>=dev-libs/boost-1.41.0"
DEPEND="${RDEPEND}"

DOCS=()
[[ ${PV} = 9999 ]] || DOCS+=( ChangeLog )