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

EAPI=4

inherit cmake-utils git-2

DESCRIPTION="Tool to poke around in a Qt-application and also to manipulate the application to some extent"
HOMEPAGE="http://www.kdab.com/gammaray"
EGIT_REPO_URI="git://github.com/KDAB/GammaRay.git"

DEPEND="
x11-libs/qt-core
x11-libs/qt-gui
"

RDEPEND="${DEPEND}"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS=""
IUSE=""