Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qps/
Date: Wed, 01 Mar 2017 20:46:01
Message-Id: 1488401098.3302c3b46dd113cf06513e83870a7a637c47b648.soap@gentoo
1 commit: 3302c3b46dd113cf06513e83870a7a637c47b648
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 1 16:47:58 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 20:44:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3302c3b4
7
8 x11-misc/qps: EAPI bump 4 -> 6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/4091
12
13 x11-misc/qps/{qps-1.10.16.ebuild => qps-1.10.16-r1.ebuild} | 13 +++++++++----
14 1 file changed, 9 insertions(+), 4 deletions(-)
15
16 diff --git a/x11-misc/qps/qps-1.10.16.ebuild b/x11-misc/qps/qps-1.10.16-r1.ebuild
17 similarity index 80%
18 rename from x11-misc/qps/qps-1.10.16.ebuild
19 rename to x11-misc/qps/qps-1.10.16-r1.ebuild
20 index 5f69992d97d..f556cf7c1c0 100644
21 --- a/x11-misc/qps/qps-1.10.16.ebuild
22 +++ b/x11-misc/qps/qps-1.10.16-r1.ebuild
23 @@ -1,9 +1,9 @@
24 -# Copyright 1999-2013 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=4
29 +EAPI=6
30
31 -inherit eutils qt4-r2
32 +inherit eutils qmake-utils
33
34 DESCRIPTION="Visual process manager - Qt version of ps/top"
35 HOMEPAGE="http://qps.kldp.net/projects/qps/"
36 @@ -20,13 +20,18 @@ DEPEND="dev-qt/qtcore:4
37 RDEPEND="${DEPEND}"
38
39 src_prepare() {
40 + default
41 sed -i -e '/strip/d' ${PN}.pro || die "sed failed"
42 }
43
44 +src_configure() {
45 + eqmake4 ${PN}.pro
46 +}
47 +
48 src_install() {
49 dobin ${PN}
50 doman ${PN}.1
51 - dodoc CHANGES
52 + einstalldocs
53
54 newicon icon/icon.xpm ${PN}.xpm
55 make_desktop_entry ${PN} ${PN} ${PN} "System;"