diff options
author | layman <layman@localhost> | 2014-11-15 16:31:48 -0500 |
---|---|---|
committer | layman <layman@localhost> | 2014-11-15 16:31:48 -0500 |
commit | 73a21e93bd975f482100e2c3281140437e552878 (patch) | |
tree | ccce52670c44f04cc8360e46d201536dcdc0c14a /dev-util/gammaray/gammaray-1.9.95.ebuild | |
parent | [dev-util/melt] Updating Manifest (diff) | |
download | dMaggot-73a21e93bd975f482100e2c3281140437e552878.tar.gz dMaggot-73a21e93bd975f482100e2c3281140437e552878.tar.bz2 dMaggot-73a21e93bd975f482100e2c3281140437e552878.zip |
[dev-util/gammaray] Removing ebuild for 1.9.95
Diffstat (limited to 'dev-util/gammaray/gammaray-1.9.95.ebuild')
-rw-r--r-- | dev-util/gammaray/gammaray-1.9.95.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-util/gammaray/gammaray-1.9.95.ebuild b/dev-util/gammaray/gammaray-1.9.95.ebuild deleted file mode 100644 index 0dc619a..0000000 --- a/dev-util/gammaray/gammaray-1.9.95.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -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="" |