diff options
author | layman <layman@localhost> | 2013-12-23 03:09:23 -0500 |
---|---|---|
committer | layman <layman@localhost> | 2013-12-23 03:09:23 -0500 |
commit | c09469c921f2c6c20e67e41fbae53d6ad2f009a9 (patch) | |
tree | 03e93178ab36f40cbe4cd1b9df9af4393339dd67 /dev-util/gammaray/gammaray-9999.ebuild | |
parent | [dev-util/gcc-python-plugin] Fix spaces and some issues with DEPEND/RDEPEND (diff) | |
download | dMaggot-c09469c921f2c6c20e67e41fbae53d6ad2f009a9.tar.gz dMaggot-c09469c921f2c6c20e67e41fbae53d6ad2f009a9.tar.bz2 dMaggot-c09469c921f2c6c20e67e41fbae53d6ad2f009a9.zip |
[dev-util/gammaray] Changing name to lowercase
Diffstat (limited to 'dev-util/gammaray/gammaray-9999.ebuild')
-rw-r--r-- | dev-util/gammaray/gammaray-9999.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-util/gammaray/gammaray-9999.ebuild b/dev-util/gammaray/gammaray-9999.ebuild new file mode 100644 index 0000000..cbf7bc2 --- /dev/null +++ b/dev-util/gammaray/gammaray-9999.ebuild @@ -0,0 +1,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=" +dev-qt/qtcore +dev-qt/qtgui +" + +RDEPEND="${DEPEND}" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="" +IUSE="" |