From 846cdbdbf965fc50478bcc4c6436e3dc6a489f3f Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Thu, 14 Oct 2021 19:01:18 -0400 Subject: Initial commit. --- dev-util/gammaray/gammaray-9999.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-util/gammaray/gammaray-9999.ebuild (limited to 'dev-util/gammaray/gammaray-9999.ebuild') diff --git a/dev-util/gammaray/gammaray-9999.ebuild b/dev-util/gammaray/gammaray-9999.ebuild new file mode 100644 index 0000000..4cac866 --- /dev/null +++ b/dev-util/gammaray/gammaray-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils git-r3 + +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=" +dev-qt/qtcore +dev-qt/qtgui +" + +RDEPEND="${DEPEND}" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="" +IUSE="" -- cgit v1.2.3