diff options
author | 2017-06-01 22:09:38 -0400 | |
---|---|---|
committer | 2017-06-01 22:09:38 -0400 | |
commit | 519143f869a17e732d04a8dcb6b60a6c24ef9e17 (patch) | |
tree | e8b4b3f33ae741c25e1136332910cac9a9311805 /dev-util/gammaray/gammaray-2.7.0.ebuild | |
parent | Updating manifest (diff) | |
download | dMaggot-master.tar.gz dMaggot-master.tar.bz2 dMaggot-master.zip |
Diffstat (limited to 'dev-util/gammaray/gammaray-2.7.0.ebuild')
-rw-r--r-- | dev-util/gammaray/gammaray-2.7.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-util/gammaray/gammaray-2.7.0.ebuild b/dev-util/gammaray/gammaray-2.7.0.ebuild new file mode 100644 index 0000000..c1178a5 --- /dev/null +++ b/dev-util/gammaray/gammaray-2.7.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="Tool to poke around in a Qt-application and also to manipulate the application to some extent" +HOMEPAGE="http://www.kdab.com/gammaray" +MY_PN="GammaRay" +SRC_URI="https://github.com/KDAB/${MY_PN}/archive/v${PV}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +DEPEND=" +dev-qt/qtcore +dev-qt/qtgui +" + +RDEPEND="${DEPEND}" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" |