Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtquickcontrols2/
Date: Sat, 05 Nov 2022 16:35:59
Message-Id: 1667666147.ebb78a5f05449891096d0b9068f35ae18fc4b693.asturm@gentoo
1 commit: ebb78a5f05449891096d0b9068f35ae18fc4b693
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 15:53:12 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 16:35:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb78a5f
7
8 dev-qt/qtquickcontrols2: drop 5.15.5
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 .../qtquickcontrols2-5.15.5.ebuild | 35 ----------------------
13 1 file changed, 35 deletions(-)
14
15 diff --git a/dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.5.ebuild b/dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.5.ebuild
16 deleted file mode 100644
17 index cf8ab2aad14b..000000000000
18 --- a/dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.5.ebuild
19 +++ /dev/null
20 @@ -1,35 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -QT5_KDEPATCHSET_REV=1
27 -inherit qt5-build
28 -
29 -DESCRIPTION="Set of next generation Qt Quick controls for the Qt5 framework"
30 -
31 -if [[ ${QT5_BUILD_TYPE} == release ]]; then
32 - KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
33 -fi
34 -
35 -IUSE="widgets"
36 -
37 -DEPEND="
38 - =dev-qt/qtcore-${QT5_PV}*
39 - =dev-qt/qtdeclarative-${QT5_PV}*
40 - =dev-qt/qtgui-${QT5_PV}*
41 - widgets? ( =dev-qt/qtwidgets-${QT5_PV}* )
42 -"
43 -RDEPEND="${DEPEND}
44 - =dev-qt/qtgraphicaleffects-${QT5_PV}*
45 -"
46 -
47 -src_prepare() {
48 - qt_use_disable_mod widgets widgets \
49 - src/imports/platform/platform.pro
50 -
51 - qt5-build_src_prepare
52 -
53 - # workaround for 0005-Revert-...patch dropping a header
54 - perl ${QT5_BINDIR}/syncqt.pl -version ${PV} || die
55 -}