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: Thu, 30 Sep 2021 17:24:41
Message-Id: 1633022528.fa7071f3e85d00190407103082e7d9fa6cf57524.asturm@gentoo
1 commit: fa7071f3e85d00190407103082e7d9fa6cf57524
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 06:36:11 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 30 17:22:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7071f3
7
8 x11-misc/qps: remove version 2.2.0
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 x11-misc/qps/Manifest | 1 -
15 x11-misc/qps/qps-2.2.0.ebuild | 38 --------------------------------------
16 2 files changed, 39 deletions(-)
17
18 diff --git a/x11-misc/qps/Manifest b/x11-misc/qps/Manifest
19 index 8f2e725c538..b2ab7c37393 100644
20 --- a/x11-misc/qps/Manifest
21 +++ b/x11-misc/qps/Manifest
22 @@ -1,2 +1 @@
23 -DIST qps-2.2.0.tar.xz 205940 BLAKE2B c5454df5d7f8465687de8d59250db5f8e06edcbceead6f4ee316e02bc7596173d2319fc21e168968d9a155b0bb9aa98f074d0da3b9d618d051e2eba9159b5b13 SHA512 640c228dd9712d6becf7583cf2cf21bd35df638fcbe088650628d678a1f8f5abb055bdf95150dfe7b24687e043ebd805d1a98f331e329058b5db9dce01dd8f20
24 DIST qps-2.3.0.tar.xz 212660 BLAKE2B d52521f11775fe3d169b81851dc78b9e62641bef9d35d3a6b90b440fd6509e228ffe4ad5f51130e901c90710eab525f459c1b384cb01ba23f123841c3b3702c6 SHA512 1b884088fbdfeeaf4814453df4f7a345ebbb1825da0c09e768a655e8266f2089e7c2b9cca5f8d84dc0316a97d884a91ca5b8d9c2336a195c14432302db71171a
25
26 diff --git a/x11-misc/qps/qps-2.2.0.ebuild b/x11-misc/qps/qps-2.2.0.ebuild
27 deleted file mode 100644
28 index cf7874777be..00000000000
29 --- a/x11-misc/qps/qps-2.2.0.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit cmake xdg-utils
38 -
39 -DESCRIPTION="Qt GUI Process Manager"
40 -HOMEPAGE="https://lxqt.github.io/"
41 -SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
42 -
43 -LICENSE="GPL-2 GPL-2+ LGPL-2.1+ QPL-1.0"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm ~arm64 x86"
46 -
47 -BDEPEND="
48 - dev-qt/linguist-tools:5
49 - >=dev-util/lxqt-build-tools-0.8.0
50 -"
51 -DEPEND="
52 - dev-qt/qtcore:5
53 - dev-qt/qtdbus:5
54 - dev-qt/qtgui:5
55 - dev-qt/qtwidgets:5
56 - dev-qt/qtx11extras:5
57 - >=lxqt-base/liblxqt-0.16.0
58 -"
59 -RDEPEND="${DEPEND}"
60 -
61 -pkg_postinst() {
62 - xdg_desktop_database_update
63 - xdg_icon_cache_update
64 -}
65 -
66 -pkg_postrm() {
67 - xdg_desktop_database_update
68 - xdg_icon_cache_update
69 -}