commit:     3d6be4072607b34851ebc33748e16debabd7759d
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 19:16:51 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 19:16:51 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6be407

x11-misc/qps: Remove old

Package-Manager: portage-2.2.20.1

 x11-misc/qps/Manifest             |  1 -
 x11-misc/qps/qps-1.10.12.1.ebuild | 33 ---------------------------------
 2 files changed, 34 deletions(-)

diff --git a/x11-misc/qps/Manifest b/x11-misc/qps/Manifest
index e8ec5fb..ab92a8e 100644
--- a/x11-misc/qps/Manifest
+++ b/x11-misc/qps/Manifest
@@ -1,2 +1 @@
-DIST qps-1.10.12.1.tar.bz2 223171 SHA256 
d392b84f0b1d4d838014ff3f9fcbcc8f046b8262edc19a1504808b0ecb9cf70d
 DIST qps-1.10.16.tar.bz2 218323 SHA256 
733b910fafbd07310fa4273e04aedbeaeaf3f8b9d0bbde3543e34bf83dcce39e

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 483127b..0000000
--- 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"
-}

Reply via email to