diff options
author | 2015-09-13 21:16:51 +0200 | |
---|---|---|
committer | 2015-09-13 21:16:51 +0200 | |
commit | 3d6be4072607b34851ebc33748e16debabd7759d (patch) | |
tree | 6e129535c56d5071add080a25804c2f6f4592cf4 /x11-misc/qps/qps-1.10.12.1.ebuild | |
parent | x11-misc/pcmanfm: Quote variable (diff) | |
download | gentoo-3d6be4072607b34851ebc33748e16debabd7759d.tar.gz gentoo-3d6be4072607b34851ebc33748e16debabd7759d.tar.bz2 gentoo-3d6be4072607b34851ebc33748e16debabd7759d.zip |
x11-misc/qps: Remove old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-misc/qps/qps-1.10.12.1.ebuild')
-rw-r--r-- | x11-misc/qps/qps-1.10.12.1.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/x11-misc/qps/qps-1.10.12.1.ebuild b/x11-misc/qps/qps-1.10.12.1.ebuild deleted file mode 100644 index 483127b169d..00000000000 --- a/x11-misc/qps/qps-1.10.12.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit qt4-r2 - -DESCRIPTION="Visual process manager - Qt version of ps/top" -HOMEPAGE="http://qps.kldp.net/projects/qps/" -SRC_URI="http://kldp.net/frs/download.php/5394/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND="dev-qt/qtcore:4 - dev-qt/qtgui:4" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i -e '/strip/d' ${PN}.pro || die "sed failed" -} - -src_install() { - dobin ${PN} || die "installing binary failed" - doman ${PN}.1 || die "installing man page failed" - dodoc CHANGES || die "installing documentation failed" - - newicon icon/icon.xpm ${PN}.xpm || die "installing icon failed" - domenu ${PN}.desktop || die "installing desktop file failed" -} |