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-qtplugin/
Date: Thu, 21 May 2020 19:47:57
Message-Id: 1590090463.748d96a421980a58b719e4c27e7f2c4f4f7725a5.asturm@gentoo
1 commit: 748d96a421980a58b719e4c27e7f2c4f4f7725a5
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 17:55:00 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 19:47:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=748d96a4
7
8 lxqt-base/lxqt-qtplugin: remove version 0.15.0 (r0)
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 .../lxqt-qtplugin/lxqt-qtplugin-0.15.0.ebuild | 36 ----------------------
15 1 file changed, 36 deletions(-)
16
17 diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.15.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.15.0.ebuild
18 deleted file mode 100644
19 index 6e0fc33f885..00000000000
20 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.15.0.ebuild
21 +++ /dev/null
22 @@ -1,36 +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 system integration plugin for Qt"
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 ~ppc64 ~x86"
39 -fi
40 -
41 -LICENSE="LGPL-2.1+"
42 -SLOT="0"
43 -
44 -BDEPEND="
45 - dev-qt/linguist-tools:5
46 - >=dev-util/lxqt-build-tools-0.7.0
47 -"
48 -DEPEND="
49 - dev-libs/libdbusmenu-qt:=[qt5(+)]
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/qtwidgets:5
55 - dev-qt/qtx11extras:5
56 - =x11-libs/libfm-qt-$(ver_cut 1-2)*
57 -"
58 -RDEPEND="${DEPEND}"