diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-09-24 18:39:25 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-09-24 18:39:25 +0100 |
commit | ff6b684af55bdd8569eb563aad97c629dd98d378 (patch) | |
tree | 4c6cf3af57d6c469e149c71e8cc3be317b111461 /x11-misc/qps | |
parent | ff535052d84dc23a9e5b3cc353ba1261962d21b3 (diff) |
x11-misc/qps : drop, a qt5 compatible version is in gentoo portage tree now
Diffstat (limited to 'x11-misc/qps')
-rw-r--r-- | x11-misc/qps/qps-9999.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-misc/qps/qps-9999.ebuild b/x11-misc/qps/qps-9999.ebuild deleted file mode 100644 index b3211411..00000000 --- a/x11-misc/qps/qps-9999.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit eutils git-r3 cmake-utils - -DESCRIPTION="Visual process manager - Qt version of ps/top" -HOMEPAGE="http://qps.kldp.net/projects/qps/" - -EGIT_REPO_URI="https://github.com/QtDesktop/qps.git" -EGIT_COMMIT="7e679dbec168758273cb8475bc371501c1e67d09" - -LICENSE="LGPL" -SLOT="0" -KEYWORDS="amd64" -IUSE="" - -DEPEND="dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - dev-qt/linguist-tools:5" -RDEPEND="${DEPEND}" - |