From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E851E139695 for ; Wed, 1 Mar 2017 20:46:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 522C421C03E; Wed, 1 Mar 2017 20:46:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3015421C038 for ; Wed, 1 Mar 2017 20:46:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76B883416E5 for ; Wed, 1 Mar 2017 20:46:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 401BF590D for ; Wed, 1 Mar 2017 20:45:59 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1488401098.3302c3b46dd113cf06513e83870a7a637c47b648.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qps/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/qps/qps-1.10.16-r1.ebuild x11-misc/qps/qps-1.10.16.ebuild X-VCS-Directories: x11-misc/qps/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3302c3b46dd113cf06513e83870a7a637c47b648 X-VCS-Branch: master Date: Wed, 1 Mar 2017 20:45:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c606422f-9c0a-4ab0-ae49-b9eed03e419b X-Archives-Hash: 5d78ac7a2b235d210e78df46f9e963ad commit: 3302c3b46dd113cf06513e83870a7a637c47b648 Author: Harri Nieminen gmail com> AuthorDate: Wed Mar 1 16:47:58 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Mar 1 20:44:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3302c3b4 x11-misc/qps: EAPI bump 4 -> 6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4091 x11-misc/qps/{qps-1.10.16.ebuild => qps-1.10.16-r1.ebuild} | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/x11-misc/qps/qps-1.10.16.ebuild b/x11-misc/qps/qps-1.10.16-r1.ebuild similarity index 80% rename from x11-misc/qps/qps-1.10.16.ebuild rename to x11-misc/qps/qps-1.10.16-r1.ebuild index 5f69992d97d..f556cf7c1c0 100644 --- a/x11-misc/qps/qps-1.10.16.ebuild +++ b/x11-misc/qps/qps-1.10.16-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=6 -inherit eutils qt4-r2 +inherit eutils qmake-utils DESCRIPTION="Visual process manager - Qt version of ps/top" HOMEPAGE="http://qps.kldp.net/projects/qps/" @@ -20,13 +20,18 @@ DEPEND="dev-qt/qtcore:4 RDEPEND="${DEPEND}" src_prepare() { + default sed -i -e '/strip/d' ${PN}.pro || die "sed failed" } +src_configure() { + eqmake4 ${PN}.pro +} + src_install() { dobin ${PN} doman ${PN}.1 - dodoc CHANGES + einstalldocs newicon icon/icon.xpm ${PN}.xpm make_desktop_entry ${PN} ${PN} ${PN} "System;"