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: Mon, 10 Feb 2020 23:27:58
Message-Id: 1581374730.870e3402fc302273c88eaf02dd8f083a3afe7cb8.asturm@gentoo
1 commit: 870e3402fc302273c88eaf02dd8f083a3afe7cb8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 10 22:45:30 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 10 22:45:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=870e3402
7
8 kde-frameworks/qqc2-desktop-style: Drop 5.67.0
9
10 Package-Manager: Portage-2.3.88, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-frameworks/qqc2-desktop-style/Manifest | 1 -
14 .../qqc2-desktop-style-5.67.0.ebuild | 27 ----------------------
15 2 files changed, 28 deletions(-)
16
17 diff --git a/kde-frameworks/qqc2-desktop-style/Manifest b/kde-frameworks/qqc2-desktop-style/Manifest
18 index 544ef8be8e5..2aa487ea439 100644
19 --- a/kde-frameworks/qqc2-desktop-style/Manifest
20 +++ b/kde-frameworks/qqc2-desktop-style/Manifest
21 @@ -1,3 +1,2 @@
22 DIST qqc2-desktop-style-5.64.0.tar.xz 45752 BLAKE2B 45cffe35277930cc0b6b06067127e62fd2a693d492862e44079741c53a8fe73cc2ad3f40d3e2b995f4230e15bd436b603f34d9af2bcd931aaa4ab0d38a1226b4 SHA512 6e4073a994dbaf4405a9e017ed62a90fb3d8f2c79361d73601eec6d6d4031d81234f2eafc11d6c87e72cd19caaa7979fd6c28965749f05c35a44a0a7c2092e6d
23 -DIST qqc2-desktop-style-5.67.0.tar.xz 46164 BLAKE2B 69ed032acd6d5b9ded4e84234f358a86bc8401796111d406cbc17dbd46dfa8b447e824ea0f375c0f9280dc1d390819fe853f2fde572d5951ce55e7f95cc5bd74 SHA512 800ffbe33cf69987b90464d4f5a7cb08749919e1e202f6940ff8bd14fa440755dace100554e6bd056a5bd4bf8004945cc20f24b7a486d26dfdf03daffff0339f
24 DIST qqc2-desktop-style-5.67.1.tar.xz 46212 BLAKE2B 7da2257c99ccc43ec347c2852455e6b529af75e046f808913c6c6331007620762ccca1c612e764df3a4503fd1a9db24bc0716dbb44410100050ad5b5b33c80ab SHA512 c2a88c81e2f4f1c586c7b512624cb631a1e8b84aea1caa69647aa939b34f44c66a1369bfbcbfa32d152f674e852399877c88abcb038eefd99a7480929b085f66
25
26 diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.67.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.67.0.ebuild
27 deleted file mode 100644
28 index e49532f72fa..00000000000
29 --- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.67.0.ebuild
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -ECM_QTHELP="false"
38 -PVCUT=$(ver_cut 1-2)
39 -QTMIN=5.12.3
40 -inherit ecm kde.org
41 -
42 -DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
43 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
44 -LICENSE="|| ( GPL-2+ LGPL-3+ )"
45 -IUSE=""
46 -
47 -DEPEND="
48 - =kde-frameworks/kconfigwidgets-${PVCUT}*:5
49 - =kde-frameworks/kiconthemes-${PVCUT}*:5
50 - =kde-frameworks/kirigami-${PVCUT}*:5
51 - >=dev-qt/qtdeclarative-${QTMIN}:5=
52 - >=dev-qt/qtgui-${QTMIN}:5
53 - >=dev-qt/qtwidgets-${QTMIN}:5
54 -"
55 -RDEPEND="${DEPEND}
56 - >=dev-qt/qtgraphicaleffects-${QTMIN}:5
57 - >=dev-qt/qtquickcontrols2-${QTMIN}:5
58 -"