Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/qqc2-desktop-style/
Date: Tue, 29 Sep 2020 12:49:38
Message-Id: 1601383604.2b8e62d1760f2ecc65362af539acea7bd07bd667.asturm@gentoo
1 commit: 2b8e62d1760f2ecc65362af539acea7bd07bd667
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 29 12:28:46 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 29 12:46:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b8e62d1
7
8 kde-frameworks/qqc2-desktop-style: Drop 5.74.0 (r0)
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../qqc2-desktop-style-5.74.0.ebuild | 27 ----------------------
14 1 file changed, 27 deletions(-)
15
16 diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.74.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.74.0.ebuild
17 deleted file mode 100644
18 index 87eb0019645..00000000000
19 --- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.74.0.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -ECM_QTHELP="false"
28 -PVCUT=$(ver_cut 1-2)
29 -QTMIN=5.14.2
30 -inherit ecm kde.org
31 -
32 -DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
33 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
34 -LICENSE="|| ( GPL-2+ LGPL-3+ )"
35 -IUSE=""
36 -
37 -DEPEND="
38 - >=dev-qt/qtdeclarative-${QTMIN}:5=
39 - >=dev-qt/qtgui-${QTMIN}:5
40 - >=dev-qt/qtwidgets-${QTMIN}:5
41 - =kde-frameworks/kconfigwidgets-${PVCUT}*:5
42 - =kde-frameworks/kiconthemes-${PVCUT}*:5
43 - =kde-frameworks/kirigami-${PVCUT}*:5
44 -"
45 -RDEPEND="${DEPEND}
46 - >=dev-qt/qtgraphicaleffects-${QTMIN}:5
47 - >=dev-qt/qtquickcontrols2-${QTMIN}:5
48 -"