diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-05 16:53:12 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-05 17:35:47 +0100 |
commit | ebb78a5f05449891096d0b9068f35ae18fc4b693 (patch) | |
tree | 3c78e2643bf1110577b37c7512edbe7bd34a7aa7 | |
parent | dev-qt/qtgui: drop 5.15.5-r1 (diff) | |
download | gentoo-ebb78a5f05449891096d0b9068f35ae18fc4b693.tar.gz gentoo-ebb78a5f05449891096d0b9068f35ae18fc4b693.tar.bz2 gentoo-ebb78a5f05449891096d0b9068f35ae18fc4b693.zip |
dev-qt/qtquickcontrols2: drop 5.15.5
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.5.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.5.ebuild b/dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.5.ebuild deleted file mode 100644 index cf8ab2aad14b..000000000000 --- a/dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.5.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -QT5_KDEPATCHSET_REV=1 -inherit qt5-build - -DESCRIPTION="Set of next generation Qt Quick controls for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -fi - -IUSE="widgets" - -DEPEND=" - =dev-qt/qtcore-${QT5_PV}* - =dev-qt/qtdeclarative-${QT5_PV}* - =dev-qt/qtgui-${QT5_PV}* - widgets? ( =dev-qt/qtwidgets-${QT5_PV}* ) -" -RDEPEND="${DEPEND} - =dev-qt/qtgraphicaleffects-${QT5_PV}* -" - -src_prepare() { - qt_use_disable_mod widgets widgets \ - src/imports/platform/platform.pro - - qt5-build_src_prepare - - # workaround for 0005-Revert-...patch dropping a header - perl ${QT5_BINDIR}/syncqt.pl -version ${PV} || die -} |