Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qps/
Date: Wed, 17 Oct 2018 14:41:35
Message-Id: 1539787250.7f04ad158f01dcc443eac9a22f5465a6b332fd47.asturm@gentoo
1 commit: 7f04ad158f01dcc443eac9a22f5465a6b332fd47
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 16 13:19:18 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 17 14:40:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f04ad15
7
8 x11-misc/qps: Drop 1.10.17
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 x11-misc/qps/Manifest | 1 -
14 x11-misc/qps/qps-1.10.17.ebuild | 34 ----------------------------------
15 2 files changed, 35 deletions(-)
16
17 diff --git a/x11-misc/qps/Manifest b/x11-misc/qps/Manifest
18 index 2c420f6bb60..aab02621c1d 100644
19 --- a/x11-misc/qps/Manifest
20 +++ b/x11-misc/qps/Manifest
21 @@ -1,2 +1 @@
22 -DIST qps-1.10.17.tar.xz 163212 BLAKE2B a6832212f338cf9ac41d3b6916a2a22a8728f8dbb1a0f16c44a0bde6e275f7c83a31bfd1c6d5eea40d738857f28e3b2993be2fa8a81f082841bc86537bcc2457 SHA512 81d4ef9cdd732edc6dd060998f10124663d26ec8250fc1de62eb020624111eb3ba595058bd74d5cee1bde84326f26579ab40c4ed7ef58f0aa44baca96921cfb5
23 DIST qps-1.10.18.tar.xz 164256 BLAKE2B 5eee79c2bab6eac23a91292132da4054836f86315a18399099aaad8853a06dbd79cb7c52af8c0e7098125d5cc06c04516235d6acb461e2caaf72584e7e05aa1b SHA512 f2647cb814e6cefba71aa70ee63c92dde88b312c9ada67e677de2bf22141afa3d7196d089606d270b610ddf3bd7466e6534de3614bea1a68d3a3b61a23b1c37d
24
25 diff --git a/x11-misc/qps/qps-1.10.17.ebuild b/x11-misc/qps/qps-1.10.17.ebuild
26 deleted file mode 100644
27 index f0a63360792..00000000000
28 --- a/x11-misc/qps/qps-1.10.17.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit cmake-utils gnome2-utils
37 -
38 -DESCRIPTION="Visual process manager - Qt version of ps/top"
39 -HOMEPAGE="https://github.com/QtDesktop/qps"
40 -SRC_URI="https://github.com/QtDesktop/${PN}/releases/download/${PV}/${P}.tar.xz"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~x86"
45 -IUSE="debug"
46 -
47 -RDEPEND="
48 - dev-qt/qtcore:5
49 - dev-qt/qtdbus:5
50 - dev-qt/qtgui:5
51 - dev-qt/qtwidgets:5
52 - dev-qt/qtx11extras:5
53 -"
54 -DEPEND="${RDEPEND}
55 - dev-qt/linguist-tools:5
56 -"
57 -
58 -pkg_postinst() {
59 - gnome2_icon_cache_update
60 -}
61 -
62 -pkg_postrm() {
63 - gnome2_icon_cache_update
64 -}