Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
Date: Sun, 29 Nov 2020 20:05:31
Message-Id: 1606680268.29c55a5740585e12b04c003c6be7019ec5e1a0c8.asturm@gentoo
1 commit: 29c55a5740585e12b04c003c6be7019ec5e1a0c8
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 23 18:14:48 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 20:04:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c55a57
7
8 lxqt-base/lxqt-powermanagement: remove version 0.16.0 (r0)
9
10 Package-Manager: Portage-3.0.10, Repoman-3.0.2
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 .../lxqt-powermanagement-0.16.0.ebuild | 42 ----------------------
15 1 file changed, 42 deletions(-)
16
17 diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0.ebuild
18 deleted file mode 100644
19 index 475fb96897b..00000000000
20 --- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.16.0.ebuild
21 +++ /dev/null
22 @@ -1,42 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -inherit cmake
29 -
30 -DESCRIPTION="LXQt daemon for power management and auto-suspend"
31 -HOMEPAGE="https://lxqt.github.io/"
32 -
33 -if [[ ${PV} = *9999* ]]; then
34 - inherit git-r3
35 - EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
36 -else
37 - SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
38 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
39 -fi
40 -
41 -LICENSE="LGPL-2.1 LGPL-2.1+"
42 -SLOT="0"
43 -
44 -BDEPEND="
45 - dev-qt/linguist-tools:5
46 - >=dev-util/lxqt-build-tools-0.8.0
47 - virtual/pkgconfig
48 -"
49 -DEPEND="
50 - >=dev-libs/libqtxdg-3.3.1
51 - dev-qt/qtcore:5
52 - dev-qt/qtdbus:5
53 - dev-qt/qtgui:5
54 - dev-qt/qtsvg:5
55 - dev-qt/qtwidgets:5
56 - dev-qt/qtx11extras:5
57 - kde-frameworks/kidletime:5
58 - kde-frameworks/solid:5
59 - =lxqt-base/liblxqt-$(ver_cut 1-2)*
60 - sys-power/upower
61 -"
62 -RDEPEND="${DEPEND}
63 - !lxqt-base/lxqt-l10n
64 -"