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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8C03138334 for ; Thu, 28 Feb 2019 14:19:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6080E08D6; Thu, 28 Feb 2019 14:19:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF117E08D6 for ; Thu, 28 Feb 2019 14:19:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C66A335D12 for ; Thu, 28 Feb 2019 14:19:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11985550 for ; Thu, 28 Feb 2019 14:19:53 +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: <1551363268.a6bad98719074c74e208f97115b2d5c68290d20e.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtquickcontrols/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtquickcontrols/qtquickcontrols-5.12.1.ebuild X-VCS-Directories: dev-qt/qtquickcontrols/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a6bad98719074c74e208f97115b2d5c68290d20e X-VCS-Branch: master Date: Thu, 28 Feb 2019 14:19:53 +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: ced5fe02-55b6-4a64-b001-29152a3c7280 X-Archives-Hash: 5be595b70c6e855fd01766fc462310f6 commit: a6bad98719074c74e208f97115b2d5c68290d20e Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 28 14:14:28 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 28 14:14:28 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=a6bad987 dev-qt/qtquickcontrols: Drop 5.12.1 (r0) Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 .../qtquickcontrols/qtquickcontrols-5.12.1.ebuild | 32 ---------------------- 1 file changed, 32 deletions(-) diff --git a/dev-qt/qtquickcontrols/qtquickcontrols-5.12.1.ebuild b/dev-qt/qtquickcontrols/qtquickcontrols-5.12.1.ebuild deleted file mode 100644 index 918b4e49..00000000 --- a/dev-qt/qtquickcontrols/qtquickcontrols-5.12.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="Set of Qt Quick controls to create complete user interfaces (deprecated)" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" -fi - -IUSE="+widgets" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtdeclarative-${PV} - ~dev-qt/qtgui-${PV} - widgets? ( ~dev-qt/qtwidgets-${PV} ) -" -RDEPEND="${DEPEND}" - -src_prepare() { - qt_use_disable_mod widgets widgets \ - src/src.pro \ - src/controls/Private/private.pri \ - tests/auto/activeFocusOnTab/activeFocusOnTab.pro \ - tests/auto/controls/controls.pro \ - tests/auto/testplugin/testplugin.pro - - qt5-build_src_prepare -}