From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5D4E158020 for ; Sat, 5 Nov 2022 16:35:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A938E05C1; Sat, 5 Nov 2022 16:35:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51109E05C1 for ; Sat, 5 Nov 2022 16:35:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5993C33D3CF for ; Sat, 5 Nov 2022 16:35:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A97D6F8 for ; Sat, 5 Nov 2022 16:35:55 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1667666147.ebb78a5f05449891096d0b9068f35ae18fc4b693.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtquickcontrols2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtquickcontrols2/qtquickcontrols2-5.15.5.ebuild X-VCS-Directories: dev-qt/qtquickcontrols2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ebb78a5f05449891096d0b9068f35ae18fc4b693 X-VCS-Branch: master Date: Sat, 5 Nov 2022 16:35:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aed12961-0171-4f7c-8fef-d06bb58f631a X-Archives-Hash: a1428f03cc396306c8ff60038e5cfa29 commit: ebb78a5f05449891096d0b9068f35ae18fc4b693 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 5 15:53:12 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 5 16:35:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb78a5f dev-qt/qtquickcontrols2: drop 5.15.5 Signed-off-by: Andreas Sturmlechner gentoo.org> .../qtquickcontrols2-5.15.5.ebuild | 35 ---------------------- 1 file changed, 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 -}